@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url("../fonts/inter-Gz7AlRl.woff2") format('woff2');
}
@font-face {
font-family: 'Space Grotesk';
font-style: normal;
font-weight: 300 700;
font-display: swap;
src: url("../fonts/space-grotesk-Dr-cltI.woff2") format('woff2');
}
:root {
color-scheme: light;
--primary: #4a1a8a;
--primary-light: #6b3fa0;
--primary-hover: #5a2599;
--primary-dark: #3a1070;
--primary-rgb: 74, 26, 138;
--secondary: #4361ee;
--secondary-hover: #3651d4;
--secondary-rgb: 67, 97, 238;
--accent-start: #8b5cf6;
--accent-end: #6366f1;
--accent-text: var(--accent-start);
--overline-color: var(--primary);
--success: #8db549;
--success-hover: #7aa33a;
--success-rgb: 141, 181, 73;
--dark: #0f0a1a;
--dark-rgb: 15, 10, 26;
--heading-color: #1a1033;
--body-color: #4a4560;
--light: #fff;
--light-bg: #f3f0fb;
--border-color: #ddd8ee;
--surface: #ffffff;
--surface-hover: #f3f0fb;
--topbar-bg: #0f0a1a;
--footer-bg: #0f0a1a;
--footer-copyright-bg: #1a1030;
--glass-bg: rgba(74, 26, 138, 0.04);
--glass-border: rgba(74, 26, 138, 0.10);
--silver: #8ebf45;
--gold: #4361ee;
--diamond: #8b5cf6;
--border-radius: 12px;
--border-radius-sm: 8px;
--border-radius-lg: 20px;
--border-radius-pill: 50px;
--shadow-sm: 0 2px 8px rgba(74, 26, 138, 0.08);
--shadow-md: 0 8px 30px rgba(74, 26, 138, 0.13);
--shadow-lg: 0 20px 60px rgba(74, 26, 138, 0.18);
--shadow-glow: 0 0 40px rgba(139, 92, 246, 0.20);
--bs-primary: var(--primary);
--bs-primary-rgb: var(--primary-rgb);
--bs-link-color: var(--primary);
--bs-link-hover-color: var(--primary-hover);
--bs-body-font-family: 'Inter', system-ui, -apple-system, sans-serif;
--bs-body-font-size: 16px;
--bs-body-line-height: 1.7;
--bs-body-color: var(--body-color);
}
.dia-dark {
color-scheme: dark;
--heading-color: #f0ecf8;
--body-color: #b0adc0;
--accent-text: #a78bfa;
--overline-color: #a78bfa;
--light: #0f0a1a;
--light-bg: #150f28;
--border-color: #2a2045;
--surface: #1a1330;
--surface-hover: #201840;
--shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.20);
--shadow-md: 0 8px 30px rgba(0, 0, 0, 0.30);
--shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.40);
--glass-bg: rgba(255, 255, 255, 0.06);
--glass-border: rgba(255, 255, 255, 0.10);
--topbar-bg: #0f0a1a;
--footer-bg: #0f0a1a;
--footer-copyright-bg: #1a1030;
}
.dia-dark body {
background: var(--light);
color: var(--body-color);
}
.dia-dark .text-muted {
color: var(--body-color) !important;
}
.dia-dark .card-title,
.dia-dark .card-text {
color: var(--heading-color);
}
.dia-dark .card-footer {
border-color: var(--border-color);
background: var(--surface-hover);
}
.dia-dark .form-control,
.dia-dark .form-select {
background: var(--surface);
color: var(--heading-color);
border-color: var(--border-color);
}
.dia-dark .form-control::placeholder {
color: rgba(176, 173, 192, 0.5);
}
.dia-dark .form-control:focus,
.dia-dark .form-select:focus {
background: var(--surface-hover);
color: var(--heading-color);
}
.dia-dark .btn-close {
filter: invert(1);
}
.dia-dark {
--bs-link-color: var(--accent-text);
--bs-link-hover-color: var(--accent-end);
}
.text-muted {
color: var(--body-color) !important;
}
.card-title {
color: var(--heading-color);
}
.card-text {
color: var(--body-color);
}
.card-footer {
border-color: var(--border-color);
background: var(--surface-hover);
}
.nav-tabs {
border-bottom-color: var(--border-color);
}
@media (max-width: 991.98px) {
.dia-navbar .offcanvas {
background: var(--topbar-bg);
color: #fff;
}
}
.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab {
display: inline-block;
min-width: 1em;
text-align: center;
}
body {
font-family: 'Inter', system-ui, -apple-system, sans-serif;
font-size: 16px;
line-height: 1.7;
color: var(--body-color);
background: var(--light);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
transition: background-color 0.3s ease, color 0.3s ease;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
color: var(--heading-color);
line-height: 1.25;
letter-spacing: -0.02em;
transition: color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
h1 { font-weight: 700; }
h2 { font-weight: 700; }
h3 { font-weight: 700; }
h4 { font-weight: 600; }
h5 { font-weight: 600; }
h6 { font-weight: 600; }
a {
color: var(--primary);
text-decoration: none;
transition: color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
a:hover {
color: var(--primary-hover);
text-decoration: none;
}
.dia-dark a {
color: var(--accent-text);
}
.dia-dark a:hover {
color: var(--accent-end);
}
.dia-dark .btn-accent,
.dia-dark .btn-accent:hover,
.dia-dark .btn-accent:focus {
color: #fff;
}
.dia-dark a.btn-primary,
.dia-dark a.btn-secondary,
.dia-dark a.btn-accent {
color: #fff;
}
.dia-dark .btn-primary:hover,
.dia-dark .btn-primary:focus,
.dia-dark .btn-primary:active,
.dia-dark .btn-secondary:hover,
.dia-dark .btn-secondary:focus,
.dia-dark .btn-secondary:active,
.dia-dark .btn-outline-primary:hover,
.dia-dark .btn-outline-primary:focus,
.dia-dark .btn-outline-primary:active {
color: #fff;
}
.dia-dark .btn-outline-primary {
color: #a78bfa;
border-color: #a78bfa;
}
p { margin-bottom: 1rem; }
.lead {
font-size: 1.2em;
line-height: 1.8;
color: var(--body-color);
font-weight: 400;
}
.dia-gradient-text {
background: linear-gradient(135deg, var(--accent-start), var(--accent-end));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.dia-skip-link {
position: absolute;
top: -100px;
left: 16px;
background: var(--primary);
color: #fff;
padding: 12px 24px;
border-radius: 0 0 var(--border-radius-sm) var(--border-radius-sm);
font-weight: 600;
font-size: 14px;
z-index: 100000;
transition: top 0.2s ease;
}
.dia-dark .dia-skip-link,
.dia-dark .dia-skip-link:focus {
color: #fff;
}
.dia-skip-link:focus {
top: 0;
color: #fff;
outline: 3px solid var(--accent-start);
outline-offset: 2px;
}
:focus-visible {
outline: 3px solid var(--accent-start);
outline-offset: 2px;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
outline: 3px solid var(--accent-start);
outline-offset: 2px;
}
.btn {
font-family: 'Inter', system-ui, sans-serif;
font-weight: 600;
border-radius: var(--border-radius-sm);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
letter-spacing: -0.01em;
padding: 10px 24px;
font-size: 15px;
position: relative;
overflow: hidden;
}
.btn-primary {
background: linear-gradient(135deg, var(--primary), var(--primary-light));
border: none;
color: #fff;
box-shadow: 0 4px 15px rgba(74, 26, 138, 0.3);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
background: linear-gradient(135deg, var(--primary-light), var(--primary));
color: #fff;
box-shadow: 0 6px 25px rgba(74, 26, 138, 0.4);
transform: translateY(-2px);
}
.btn-accent {
background: linear-gradient(135deg, var(--accent-start), var(--accent-end));
border: none;
color: #fff;
box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
}
.btn-accent:hover,
.btn-accent:focus {
background: linear-gradient(135deg, var(--accent-end), var(--accent-start));
color: #fff;
box-shadow: 0 6px 25px rgba(139, 92, 246, 0.4);
transform: translateY(-2px);
}
.btn-secondary {
background: var(--success);
border-color: var(--success);
color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
background: var(--success-hover);
border-color: var(--success-hover);
color: #fff;
}
.btn-outline-primary {
color: var(--primary);
border: 2px solid var(--primary);
background: transparent;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
background: var(--primary);
border-color: var(--primary);
color: #fff;
transform: translateY(-2px);
}
.btn-outline-light {
border: 2px solid rgba(255, 255, 255, 0.8);
color: #fff;
}
.btn-outline-light:hover {
background: #fff;
color: var(--primary);
border-color: #fff;
}
.btn-lg {
padding: 14px 36px;
font-size: 16px;
border-radius: var(--border-radius);
}
.btn-pill {
border-radius: var(--border-radius-pill);
}
.badge.bg-primary {
background: linear-gradient(135deg, var(--accent-start), var(--accent-end)) !important;
}
.alert {
border-radius: var(--border-radius-sm);
border: none;
font-weight: 500;
}
.nav-tabs .nav-link {
color: var(--body-color);
font-weight: 600;
border-radius: 0;
padding: 12px 24px;
border: none;
border-bottom: 3px solid transparent;
transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-tabs .nav-link:hover {
color: var(--primary);
border-bottom-color: rgba(74, 26, 138, 0.3);
}
.nav-tabs .nav-link.active {
color: var(--primary);
border-bottom-color: var(--primary);
background: transparent;
}
.form-label {
color: var(--heading-color);
font-weight: 600;
font-size: 14px;
margin-bottom: 6px;
}
.form-control,
.form-select {
border-radius: var(--border-radius-sm);
border: 2px solid var(--border-color);
padding: 12px 16px;
font-size: 15px;
transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
background: var(--surface);
color: var(--heading-color);
}
.form-control::placeholder {
color: rgba(74, 69, 96, 0.45);
}
.form-control:focus,
.form-select:focus {
border-color: var(--accent-start);
box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.12);
background: var(--surface);
color: var(--heading-color);
}
.card {
border-radius: var(--border-radius);
border: 1px solid var(--border-color);
box-shadow: var(--shadow-sm);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
background: var(--surface);
}
.card:hover {
box-shadow: var(--shadow-md);
}
.text-primary { color: var(--primary) !important; }
.text-accent { color: var(--accent-text) !important; }
.dia-preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--light);
display: flex;
align-items: center;
justify-content: center;
z-index: 99999;
transition: opacity 0.6s ease, visibility 0.6s ease;
}
.dia-dark .dia-preloader {
background: linear-gradient(135deg, var(--dark), #1a0f2e);
}
.dia-preloader.loaded {
opacity: 0;
visibility: hidden;
}
.dia-preloader {
animation: dia-preloader-failsafe 0.6s ease 3s forwards;
}
@keyframes dia-preloader-failsafe {
to {
opacity: 0;
visibility: hidden;
}
}
.dia-preloader .spinner {
width: 48px;
height: 48px;
border: 3px solid rgba(139, 92, 246, 0.2);
border-top-color: var(--accent-start);
border-radius: 50%;
animation: dia-spin 0.8s linear infinite;
}
@keyframes dia-spin {
to { transform: rotate(360deg); }
}
.dia-topbar {
background: var(--topbar-bg);
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
padding: 8px 0;
font-size: 13px;
}
.dia-topbar a {
color: rgba(255, 255, 255, 0.6);
text-decoration: none;
transition: color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
display: inline-flex;
align-items: center;
min-height: 24px;
}
.dia-topbar a:hover {
color: var(--accent-text);
}
.dia-topbar .list-inline-item {
color: rgba(255, 255, 255, 0.5);
}
.dia-topbar .list-inline-item i {
font-size: 13px;
color: var(--accent-text);
}
.dia-topbar .btn-support {
background: linear-gradient(135deg, var(--accent-start), var(--accent-end));
border: none;
color: #fff;
font-size: 0.8125rem;
padding: 3px 14px;
border-radius: var(--border-radius-pill);
transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.dia-topbar .btn-support,
.dia-topbar .btn-support:hover,
.dia-topbar .btn-support i {
color: #fff;
}
.dia-topbar .btn-support:hover {
box-shadow: 0 0 20px rgba(139, 92, 246, 0.4);
transform: translateY(-1px);
}
.dia-navbar {
background: rgba(15, 10, 26, 0.95);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
box-shadow: none;
padding: 12px 0;
transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 1030;
border-bottom: none;
}
.dia-dark .dia-navbar {
background: rgba(15, 10, 26, 0.92);
}
.dia-navbar .navbar-brand img {
height: 48px;
width: auto;
transition: height 0.3s ease;
}
.dia-navbar.scrolled {
background: rgba(15, 10, 26, 0.98);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
padding: 6px 0;
border-bottom: 1px solid var(--border-color);
}
.dia-dark .dia-navbar.scrolled {
background: rgba(15, 10, 26, 0.98);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}
.dia-navbar.scrolled .navbar-brand img {
height: 38px;
}
.dia-navbar .nav-link {
color: rgba(255, 255, 255, 0.85);
font-weight: 500;
font-size: 15px;
padding: 10px 16px;
position: relative;
transition: color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
border-radius: var(--border-radius-sm);
}
.dia-navbar .nav-link:hover {
color: #fff;
background: rgba(139, 92, 246, 0.12);
}
.dia-dark .dia-navbar .nav-link:hover {
background: rgba(139, 92, 246, 0.08);
}
.dia-navbar .nav-link.active {
color: #fff;
}
.dia-dark .dia-navbar .nav-link.active {
color: var(--accent-text);
}
.dia-navbar .nav-link.active::after {
content: '';
position: absolute;
bottom: 2px;
left: 16px;
right: 16px;
height: 2px;
background: linear-gradient(90deg, var(--accent-start), var(--accent-end));
border-radius: 2px;
}
.dia-navbar .nav-link.dropdown-toggle::after {
display: inline-block;
content: '';
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
vertical-align: 0.15em;
margin-left: 0.35em;
transition: transform 0.2s ease;
}
.dia-navbar .nav-item.dropdown.show .dropdown-toggle::after {
transform: rotate(180deg);
}
.dia-navbar .nav-link.dropdown-toggle.active::after {
position: static;
background: none;
height: auto;
width: auto;
left: auto;
right: auto;
bottom: auto;
border-radius: 0;
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
@media (min-width: 992px) {
.dia-navbar .nav-item.dropdown:hover > .dropdown-menu {
display: block;
margin-top: 0;
}
.dia-navbar .nav-item.dropdown > .dropdown-toggle:hover + .dropdown-menu,
.dia-navbar .nav-item.dropdown > .dropdown-menu:hover {
display: block;
}
}
.dia-navbar .dropdown-menu {
background: var(--surface);
border: 1px solid var(--border-color);
border-radius: var(--border-radius);
box-shadow: var(--shadow-lg);
min-width: 220px;
padding: 8px;
margin-top: 8px;
animation: dia-dropIn 0.2s ease;
}
@keyframes dia-dropIn {
from { opacity: 0; transform: translateY(-8px); }
to { opacity: 1; transform: translateY(0); }
}
.dia-navbar .dropdown-item {
padding: 10px 16px;
color: var(--body-color);
font-size: 14px;
font-weight: 500;
border-radius: var(--border-radius-sm);
transition: all 0.2s ease;
}
.dia-navbar .dropdown-item:hover,
.dia-navbar .dropdown-item:focus {
background: var(--light-bg);
color: var(--primary);
}
.dia-dark .dia-navbar .dropdown-menu {
background: #fff;
border-color: #e8e4f0;
}
.dia-dark .dia-navbar .dropdown-item {
color: #64607a;
}
.dia-dark .dia-navbar .dropdown-item:hover,
.dia-dark .dia-navbar .dropdown-item:focus {
background: #faf8ff;
color: #4a1a8a;
}
.dia-navbar .navbar-nav .nav-link.px-1 {
font-size: 15px;
color: rgba(255, 255, 255, 0.6);
border-radius: 50%;
width: 36px;
height: 36px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0;
}
.dia-navbar .navbar-nav .nav-link.px-1:hover {
color: #fff;
background: rgba(139, 92, 246, 0.12);
}
.dia-navbar .navbar-nav .nav-link.px-1::after {
display: none;
}
.dia-navbar .navbar-nav .nav-link.px-1.dia-nav-support {
color: #22c55e;
position: relative;
}
.dia-navbar .navbar-nav .nav-link.px-1.dia-nav-support:hover,
.dia-navbar .navbar-nav .nav-link.px-1.dia-nav-support:focus-visible {
color: #fff;
background: #22c55e;
}
.dia-navbar .navbar-nav .nav-link.px-1.dia-nav-support::after {
content: '';
display: block;
position: absolute;
inset: -4px;
border-radius: 50%;
background: radial-gradient(circle, rgba(34, 197, 94, 0.6) 0%, rgba(34, 197, 94, 0) 70%);
opacity: 0;
pointer-events: none;
animation: dia-support-glow 2.6s ease-in-out infinite;
}
.dia-navbar .navbar-nav .nav-link.px-1.dia-nav-support i {
position: relative;
z-index: 1;
}
.dia-navbar .navbar-nav .nav-link.px-1.dia-nav-support:hover::after,
.dia-navbar .navbar-nav .nav-link.px-1.dia-nav-support:focus-visible::after {
animation: none;
opacity: 0;
}
@keyframes dia-support-glow {
0%, 100% { opacity: 0; }
50% { opacity: 1; }
}
.dia-theme-icon-light { display: none; }
.dia-dark .dia-theme-icon-dark { display: none; }
.dia-dark .dia-theme-icon-light { display: inline-block; }
.dia-theme-toggle {
background: none;
border: none;
cursor: pointer;
width: 36px;
height: 36px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
color: var(--body-color);
transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.dia-theme-toggle:hover {
color: var(--accent-text);
background: var(--light-bg);
}
.dia-navbar .offcanvas {
border-left: none;
}
@media (max-width: 991.98px) {
.dia-navbar .offcanvas-header {
background: var(--topbar-bg);
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
padding: 16px 20px;
}
.dia-navbar .offcanvas .btn-close {
filter: invert(1);
opacity: 0.85;
min-width: 44px;
min-height: 44px;
}
}
@media (max-width: 991.98px) {
.dia-navbar .offcanvas .dropdown-menu {
background: rgba(255, 255, 255, 0.05);
}
.dia-navbar .offcanvas .dropdown-item {
color: rgba(255, 255, 255, 0.85);
}
.dia-navbar .offcanvas .dropdown-item:hover,
.dia-navbar .offcanvas .dropdown-item:focus {
background: rgba(139, 92, 246, 0.18);
color: #fff;
}
.dia-navbar .offcanvas .dropdown-divider {
border-top-color: rgba(255, 255, 255, 0.12);
}
}
.dia-navbar .navbar-toggler {
border: 2px solid rgba(255, 255, 255, 0.2);
padding: 6px 10px;
border-radius: var(--border-radius-sm);
min-width: 44px;
min-height: 44px;
}
.dia-navbar .navbar-toggler:focus {
box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.15);
}
.dia-navbar .navbar-toggler-icon {
background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.dia-page-header {
background: linear-gradient(135deg, var(--dark), #1a0f2e 50%, #2d1b69);
padding: 60px 0 50px;
position: relative;
overflow: hidden;
}
.dia-page-header::before {
content: '';
position: absolute;
top: -50%;
right: -20%;
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(139, 92, 246, 0.15) 0%, transparent 70%);
border-radius: 50%;
}
.dia-page-header::after {
content: '';
position: absolute;
bottom: -30%;
left: -10%;
width: 300px;
height: 300px;
background: radial-gradient(circle, rgba(67, 97, 238, 0.10) 0%, transparent 70%);
border-radius: 50%;
}
.dia-page-header h1 {
color: #fff;
font-size: 32px;
font-weight: 700;
margin: 0;
line-height: 1.3;
position: relative;
z-index: 1;
}
.dia-page-header .breadcrumb {
margin-bottom: 0;
background: transparent;
padding: 0;
font-size: 14px;
position: relative;
z-index: 1;
}
.dia-page-header .breadcrumb-item a {
color: rgba(255, 255, 255, 0.7);
text-decoration: none;
transition: color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.dia-page-header .breadcrumb-item a:hover {
color: var(--accent-text);
}
.dia-page-header .breadcrumb-item.active {
color: rgba(255, 255, 255, 0.5);
}
.dia-page-header .breadcrumb-item + .breadcrumb-item::before {
color: rgba(255, 255, 255, 0.3);
content: "/";
}
.dia-hero {
min-height: 85vh;
display: flex;
align-items: center;
position: relative;
overflow: hidden;
background: linear-gradient(135deg, var(--dark) 0%, #1a0f2e 40%, #2d1b69 100%);
}
@keyframes dia-float {
0%, 100% { transform: translate(0, 0); }
50% { transform: translate(30px, -30px); }
}
.dia-particles-canvas {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
pointer-events: none;
}
.dia-hero[data-controller="particles"] {
cursor: default;
}
.dia-hero[data-controller="particles"] .container {
pointer-events: auto;
}
.dia-hero-orbs {
position: absolute;
inset: 0;
overflow: hidden;
z-index: 0;
}
.dia-orb {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.15;
}
.dia-orb-1 {
width: 500px;
height: 500px;
background: radial-gradient(circle, #8b5cf6, transparent 70%);
top: -15%;
right: -5%;
animation: dia-orb-drift-1 14s ease-in-out infinite;
}
.dia-orb-2 {
width: 400px;
height: 400px;
background: radial-gradient(circle, #6366f1, transparent 70%);
bottom: -10%;
left: -8%;
animation: dia-orb-drift-2 18s ease-in-out infinite;
}
.dia-orb-3 {
width: 300px;
height: 300px;
background: radial-gradient(circle, #06b6d4, transparent 70%);
top: 40%;
left: 50%;
animation: dia-orb-drift-3 12s ease-in-out infinite;
}
@keyframes dia-orb-drift-1 {
0%, 100% { transform: translate(0, 0) scale(1); }
33% { transform: translate(-40px, 30px) scale(1.1); }
66% { transform: translate(20px, -20px) scale(0.95); }
}
@keyframes dia-orb-drift-2 {
0%, 100% { transform: translate(0, 0) scale(1); }
33% { transform: translate(30px, -40px) scale(1.05); }
66% { transform: translate(-20px, 20px) scale(1.1); }
}
@keyframes dia-orb-drift-3 {
0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.1; }
50% { transform: translate(-50px, -30px) scale(1.15); opacity: 0.2; }
}
.dia-hero-content {
position: relative;
z-index: 2;
}
.dia-hero-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(139, 92, 246, 0.15);
border: 1px solid rgba(139, 92, 246, 0.3);
color: var(--accent-text);
padding: 8px 20px;
border-radius: var(--border-radius-pill);
font-size: 14px;
font-weight: 600;
margin-bottom: 24px;
backdrop-filter: blur(10px);
}
.dia-pulse-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--accent-start);
display: inline-block;
animation: dia-pulse 2s ease-in-out infinite;
}
@keyframes dia-pulse {
0%, 100% { box-shadow: 0 0 0 0 rgba(139, 92, 246, 0.6); }
50% { box-shadow: 0 0 0 8px rgba(139, 92, 246, 0); }
}
.dia-hero h1 {
color: #fff;
font-size: 52px;
font-weight: 700;
line-height: 1.15;
letter-spacing: -0.03em;
margin-bottom: 20px;
}
.dia-hero p {
color: rgba(255, 255, 255, 0.7);
font-size: 20px;
line-height: 1.7;
max-width: 560px;
margin-bottom: 36px;
}
.dia-hero .btn {
padding: 14px 32px;
font-size: 16px;
}
.dia-hero .btn-light {
background: #fff;
color: var(--primary);
border: none;
box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
}
.dia-hero .btn-light:hover {
background: var(--light-bg);
transform: translateY(-2px);
box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
}
.dia-hero-visual {
position: relative;
z-index: 2;
}
.dia-hero-card {
background: rgba(255, 255, 255, 0.06);
backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: var(--border-radius-lg);
padding: 40px;
box-shadow: var(--shadow-glow);
}
.dia-hero-stat {
text-align: center;
padding: 16px;
}
.dia-hero-stat .stat-number {
font-size: 40px;
font-weight: 700;
font-family: 'Space Grotesk', 'Inter', sans-serif;
color: #fff;
line-height: 1;
margin-bottom: 6px;
}
.dia-hero-stat .stat-label {
color: rgba(255, 255, 255, 0.6);
font-size: 14px;
font-weight: 500;
}
.dia-section {
padding: 80px 0;
background-color: var(--surface);
}
.dia-section-sm {
padding: 40px 0;
}
.dia-section-title {
text-align: center;
margin-bottom: 56px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.dia-section-title .dia-overline,
.dia-overline {
display: inline-block;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.1em;
color: #7c3aed;
margin-bottom: 12px;
}
.dia-dark .dia-section-title .dia-overline,
.dia-dark .dia-overline {
color: #a78bfa;
}
.dia-section-title h2 {
font-size: 36px;
font-weight: 700;
color: var(--heading-color);
margin-bottom: 16px;
letter-spacing: -0.02em;
}
.dia-section-title p {
color: var(--body-color);
font-size: 17px;
line-height: 1.7;
}
.dia-bg-light {
background-color: var(--light-bg);
}
.dia-bg-dark {
background: linear-gradient(135deg, var(--dark), #1a0f2e);
}
.dia-cta {
padding: 60px 0;
position: relative;
overflow: hidden;
}
.dia-cta::before {
content: '';
position: absolute;
top: -50%;
right: -20%;
width: 400px;
height: 400px;
background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 60%);
border-radius: 50%;
}
.dia-cta h2 {
color: #fff;
font-size: 32px;
font-weight: 700;
margin-bottom: 12px;
letter-spacing: -0.02em;
}
.dia-cta .lead {
color: rgba(255, 255, 255, 0.85);
font-size: 18px;
}
.dia-cta-primary {
background: linear-gradient(135deg, var(--primary), var(--primary-light));
}
.dia-cta-accent {
background: linear-gradient(135deg, var(--accent-start), var(--accent-end));
}
.dia-cta-dark {
background: linear-gradient(135deg, var(--dark), #1a0f2e);
}
.dia-cta .btn {
font-size: 16px;
padding: 14px 36px;
}
.dia-service-card {
background: var(--surface);
border: 1px solid var(--border-color);
border-radius: var(--border-radius);
padding: 36px 28px;
text-align: center;
position: relative;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
height: 100%;
overflow: hidden;
}
.dia-service-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, var(--accent-start), var(--accent-end));
opacity: 0;
transition: opacity 0.3s ease;
}
.dia-service-card:hover {
box-shadow: var(--shadow-md);
transform: translateY(-4px);
border-color: transparent;
}
.dia-service-card:hover::before {
opacity: 1;
}
.dia-service-icon {
width: 80px;
height: 80px;
border-radius: 20px;
background: linear-gradient(135deg, rgba(74, 26, 138, 0.09), rgba(139, 92, 246, 0.09));
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 32px;
color: var(--primary);
margin-bottom: 20px;
transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.dia-dark .dia-service-icon {
background: linear-gradient(135deg, rgba(139, 92, 246, 0.12), rgba(99, 102, 241, 0.12));
color: var(--accent-text);
}
.dia-service-card:hover .dia-service-icon {
background: linear-gradient(135deg, var(--accent-start), var(--accent-end));
color: #fff;
transform: scale(1.05);
box-shadow: 0 8px 25px rgba(139, 92, 246, 0.3);
}
.dia-service-card-link {
display: block;
text-decoration: none;
color: inherit;
cursor: pointer;
}
.dia-service-card-link:hover {
color: inherit;
}
.dia-brand-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 14px;
}
.dia-brand-list li {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 12px 24px;
background: var(--surface);
border: 1px solid var(--border-color);
border-radius: var(--border-radius-pill);
font-weight: 600;
color: var(--heading-color);
transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.dia-brand-list li:hover {
border-color: var(--accent-start);
background: var(--surface-hover);
transform: translateY(-2px);
}
.dia-brand-list li i {
color: var(--accent-text);
}
.dia-brand-note {
margin-top: 24px;
margin-bottom: 0;
color: var(--body-color);
font-size: 0.9375rem;
}
.dia-service-icon-ai {
background: linear-gradient(135deg, rgba(99, 102, 241, 0.12), rgba(6, 182, 212, 0.12));
color: #6366f1;
}
.dia-service-card:hover .dia-service-icon-ai {
background: linear-gradient(135deg, var(--accent-start), #06b6d4);
}
.dia-service-card :is(h3, h4) {
font-size: 18px;
font-weight: 700;
margin-bottom: 12px;
color: var(--heading-color);
}
.dia-service-card p {
color: var(--body-color);
font-size: 15px;
line-height: 1.7;
margin-bottom: 0;
}
.dia-pricing-card {
background: var(--surface);
border: 2px solid var(--border-color);
border-radius: var(--border-radius-lg);
text-align: center;
position: relative;
overflow: visible;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
height: 100%;
display: flex;
flex-direction: column;
}
.dia-pricing-header {
padding: 32px 24px 24px;
color: #fff;
border-radius: calc(var(--border-radius-lg) - 2px) calc(var(--border-radius-lg) - 2px) 0 0;
}
.dia-pricing-header i {
font-size: 108px;
margin-bottom: 16px;
line-height: 1;
display: block;
width: 100%;
text-align: center;
}
.dia-pricing-header h3 {
margin: 0 0 12px;
font-size: 22px;
font-weight: 700;
color: inherit;
}
.dia-price {
font-size: 2.5em;
font-weight: 700;
font-family: 'Space Grotesk', 'Inter', sans-serif;
line-height: 1.1;
}
.dia-price-period {
font-size: 14px;
opacity: 0.8;
display: block;
margin-top: 6px;
font-weight: 500;
}
.dia-pricing-body {
flex: 1;
padding: 0;
}
.dia-pricing-body ul {
list-style: none;
padding: 0;
margin: 0;
}
.dia-pricing-body li {
padding: 14px 24px;
border-bottom: 1px solid var(--border-color);
color: var(--body-color);
font-size: 15px;
display: flex;
align-items: center;
gap: 10px;
}
.dia-pricing-body li i {
color: var(--success);
font-size: 16px;
flex-shrink: 0;
}
.dia-pricing-body li strong {
font-weight: 700;
color: var(--heading-color);
}
.dia-pricing-footer {
padding: 24px;
}
.dia-pricing-popular {
position: absolute;
top: -14px;
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
background: linear-gradient(135deg, var(--accent-start), var(--accent-end));
color: #fff;
padding: 6px 18px;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
z-index: 2;
border-radius: var(--border-radius-pill);
box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
}
.dia-tier-silver .dia-pricing-header {
background: linear-gradient(135deg, #7cb336, var(--silver));
}
.dia-tier-gold {
border-color: var(--secondary);
transform: scale(1.05);
box-shadow: var(--shadow-md);
z-index: 1;
position: relative;
}
.dia-tier-gold .dia-pricing-header {
background: linear-gradient(135deg, #3651d4, var(--secondary));
}
.dia-tier-diamond .dia-pricing-header {
background: linear-gradient(135deg, var(--primary), var(--accent-start));
}
.dia-pricing-card:hover {
box-shadow: var(--shadow-lg);
transform: translateY(-4px);
}
.dia-tier-gold:hover {
transform: scale(1.05) translateY(-4px);
}
.dia-partner-card {
background: var(--surface);
border: 1px solid var(--border-color);
border-radius: var(--border-radius);
padding: 32px 24px;
text-align: center;
height: 100%;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.dia-partner-card:hover {
box-shadow: var(--shadow-md);
border-color: var(--accent-start);
transform: translateY(-4px);
}
.dia-partner-logo {
height: 110px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}
.dia-partner-logo img {
max-height: 110px;
max-width: 100%;
object-fit: contain;
filter: grayscale(100%);
opacity: 0.7;
transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.dia-partner-card:hover .dia-partner-logo img {
filter: grayscale(0%);
opacity: 1;
}
.dia-partner-logo-text {
font-family: 'Space Grotesk', 'Inter', sans-serif;
font-size: 40px;
font-weight: 700;
color: var(--heading-color);
filter: grayscale(100%);
opacity: 0.7;
transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.dia-partner-card:hover .dia-partner-logo-text {
filter: grayscale(0%);
opacity: 1;
color: var(--primary);
}
.dia-dark .dia-partner-card:hover .dia-partner-logo-text {
color: var(--accent-text);
}
.dia-partner-card :is(h3, h5) {
font-size: 16px;
font-weight: 700;
margin: 16px 0 8px;
color: var(--heading-color);
}
.dia-partner-card p {
font-size: 14px;
color: var(--body-color);
line-height: 1.6;
margin-bottom: 0;
}
.dia-typewriter {
position: relative;
display: inline-block;
vertical-align: top;
max-width: 100%;
}
.dia-typewriter-ghost {
visibility: hidden;
}
.dia-typewriter-live {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.dia-typewriter-cursor {
display: inline-block;
width: 3px;
height: 1em;
background: var(--accent-start);
margin-left: 2px;
animation: dia-blink 0.8s step-end infinite;
vertical-align: text-bottom;
}
@keyframes dia-blink {
50% { opacity: 0; }
}
.dia-footer {
background: var(--footer-bg);
color: rgba(255, 255, 255, 0.5);
padding: 64px 0 40px;
}
.dia-footer :is(h3, h5) {
color: #fff;
font-weight: 700;
font-size: 16px;
margin-bottom: 24px;
position: relative;
padding-bottom: 14px;
}
.dia-footer :is(h3, h5)::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 32px;
height: 3px;
background: linear-gradient(90deg, var(--accent-start), var(--accent-end));
border-radius: 2px;
}
.dia-footer p {
color: rgba(255, 255, 255, 0.5);
font-size: 14px;
line-height: 1.7;
}
.dia-footer a {
color: rgba(255, 255, 255, 0.5);
transition: color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.dia-footer a:hover {
color: var(--accent-text);
}
.dia-footer-contact {
list-style: none;
padding: 0;
margin: 0;
}
.dia-footer-contact li {
padding: 6px 0;
display: flex;
align-items: flex-start;
font-size: 14px;
color: rgba(255, 255, 255, 0.5);
}
.dia-footer-contact li i,
.dia-footer-contact li svg {
margin-right: 12px;
width: 20px;
min-width: 20px;
text-align: center;
color: var(--accent-text);
margin-top: 4px;
flex-shrink: 0;
font-size: 14px;
}
.dia-footer-contact li a {
color: rgba(255, 255, 255, 0.5);
}
.dia-footer-contact li a:hover {
color: var(--accent-text);
}
.dia-footer ul:not(.dia-footer-contact) {
list-style: none;
padding: 0;
margin: 0;
}
.dia-footer ul:not(.dia-footer-contact) li {
padding: 5px 0;
}
.dia-footer ul:not(.dia-footer-contact) li a {
color: rgba(255, 255, 255, 0.5);
font-size: 14px;
transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
display: inline-flex;
align-items: center;
gap: 6px;
}
.dia-footer ul:not(.dia-footer-contact) li a:hover {
color: var(--accent-text);
transform: translateX(3px);
}
.dia-footer ul:not(.dia-footer-contact) li a i {
font-size: 10px;
}
.dia-status-list {
list-style: none;
padding: 0;
margin: 0;
}
.dia-status-list li {
display: flex;
align-items: center;
gap: 10px;
padding: 6px 0;
color: rgba(255, 255, 255, 0.5);
font-size: 14px;
}
.dia-status-led {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--success);
flex-shrink: 0;
box-shadow: 0 0 6px rgba(141, 181, 73, 0.6);
animation: dia-led-pulse 3s ease-in-out infinite;
}
@keyframes dia-led-pulse {
0%, 100% { opacity: 1; box-shadow: 0 0 6px rgba(141, 181, 73, 0.6); }
50% { opacity: 0.7; box-shadow: 0 0 3px rgba(141, 181, 73, 0.3); }
}
.dia-footer-social a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: rgba(255, 255, 255, 0.06);
border-radius: var(--border-radius-sm);
margin: 0 4px 8px;
color: rgba(255, 255, 255, 0.5);
font-size: 16px;
transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.dia-footer-social a:hover {
background: linear-gradient(135deg, var(--accent-start), var(--accent-end));
color: #fff;
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
}
.dia-footer-copyright {
background: var(--footer-copyright-bg);
padding: 20px 0;
border-top: 1px solid rgba(139, 92, 246, 0.08);
}
.dia-footer-copyright span {
color: rgba(255, 255, 255, 0.6);
font-size: 13px;
}
.dia-footer-copyright img {
opacity: 0.5;
}
.dia-copyright-menu {
list-style: none;
padding: 0;
margin: 0;
display: flex;
justify-content: flex-end;
align-items: center;
flex-wrap: wrap;
gap: 0;
}
.dia-copyright-menu li {
font-size: 13px;
}
.dia-copyright-menu li + li::before {
content: "|";
color: rgba(255, 255, 255, 0.3);
padding: 0 10px;
}
.dia-copyright-menu a {
color: rgba(255, 255, 255, 0.6);
text-decoration: none;
transition: color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.dia-copyright-menu a:hover {
color: var(--accent-text);
}
.dia-map-consent {
width: 100%;
height: 400px;
border-radius: var(--border-radius);
overflow: hidden;
border: 1px solid var(--border-color);
background: var(--light-bg);
}
.dia-dark .dia-map-consent {
background: var(--surface-hover);
}
.dia-map-consent iframe {
width: 100%;
height: 100%;
border: 0;
display: block;
}
.dia-map-placeholder {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 6px;
padding: 24px 20px;
text-align: center;
}
.dia-map-placeholder > i {
font-size: 34px;
color: var(--primary);
margin-bottom: 6px;
}
.dia-dark .dia-map-placeholder > i {
color: var(--accent-text);
}
.dia-map-placeholder h3 {
margin: 0;
}
.dia-map-placeholder p {
max-width: 34em;
margin: 0 0 8px;
font-size: 14px;
color: var(--body-color);
}
.dia-map-alt {
margin: 12px 0 0 !important;
font-size: 13px;
}
.dia-parallax {
background-attachment: fixed;
background-size: cover;
background-position: center;
position: relative;
}
.dia-parallax::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(15, 10, 26, 0.85), rgba(74, 26, 138, 0.75));
}
.dia-stat-item {
text-align: center;
padding: 24px 16px;
position: relative;
z-index: 1;
}
.dia-stat-icon {
font-size: 36px;
color: var(--accent-text);
margin-bottom: 12px;
}
.dia-stat-number {
font-size: 48px;
font-weight: 700;
font-family: 'Space Grotesk', 'Inter', sans-serif;
color: #fff;
line-height: 1;
margin-bottom: 8px;
}
.dia-stat-label {
color: rgba(255, 255, 255, 0.7);
font-size: 15px;
font-weight: 500;
}
.dia-scroll-top {
position: fixed;
bottom: 24px;
right: 24px;
width: 44px;
height: 44px;
background: linear-gradient(135deg, var(--accent-start), var(--accent-end));
color: #fff;
border: none;
border-radius: var(--border-radius-sm);
font-size: 18px;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 1000;
cursor: pointer;
box-shadow: 0 4px 20px rgba(139, 92, 246, 0.3);
}
.dia-scroll-top:hover {
transform: translateY(-4px);
box-shadow: 0 8px 30px rgba(139, 92, 246, 0.4);
}
.dia-scroll-top.visible {
opacity: 1;
visibility: visible;
}
@media (max-width: 767.98px) {
.dia-scroll-top {
bottom: 14px;
right: 14px;
}
.dia-scroll-top.visible {
opacity: 0.75;
}
.dia-scroll-top:active,
.dia-scroll-top:focus-visible {
opacity: 1;
}
}
[data-appear-animation] {
opacity: 0;
transform: translateY(30px);
transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
[data-appear-animation].appear {
opacity: 1;
transform: translateY(0) translateX(0);
}
[data-appear-animation="slideInLeft"] {
transform: translateX(-40px);
opacity: 0;
}
[data-appear-animation="slideInRight"] {
transform: translateX(40px);
opacity: 0;
}
[data-appear-animation="scaleIn"] {
transform: scale(0.9);
opacity: 0;
}
[data-appear-animation="scaleIn"].appear {
transform: scale(1);
}
.dia-hero [data-appear-animation],
.dia-page-header [data-appear-animation] {
opacity: 1;
transform: none;
}
@media (max-width: 991.98px) {
[data-appear-animation="slideInLeft"],
[data-appear-animation="slideInRight"] {
transform: translateY(30px);
}
}
@media (prefers-reduced-motion: reduce) {
[data-appear-animation] {
opacity: 1;
transform: none;
transition: none;
}
.dia-hero::before,
.dia-hero::after {
animation: none;
}
.dia-pulse-dot {
animation: none;
}
.dia-typewriter-cursor {
animation: none;
}
.dia-preloader {
display: none;
}
.dia-orb {
animation: none !important;
}
.dia-particles-canvas {
display: none;
}
.dia-navbar .navbar-nav .nav-link.px-1.dia-nav-support::after {
animation: none;
opacity: 0;
}
}
.dia-feature {
display: flex;
gap: 20px;
padding: 24px 0;
align-items: flex-start;
}
.dia-feature .dia-feature-icon {
align-self: center;
}
.dia-feature-icon {
width: 56px;
height: 56px;
border-radius: 14px;
background: linear-gradient(135deg, rgba(74, 26, 138, 0.09), rgba(139, 92, 246, 0.09));
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
color: var(--primary);
flex-shrink: 0;
transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.dia-dark .dia-feature-icon {
background: linear-gradient(135deg, rgba(139, 92, 246, 0.12), rgba(99, 102, 241, 0.12));
color: var(--accent-text);
}
.dia-feature:hover .dia-feature-icon {
background: linear-gradient(135deg, var(--accent-start), var(--accent-end));
color: #fff;
box-shadow: 0 8px 20px rgba(139, 92, 246, 0.25);
}
.dia-feature-centered {
flex-direction: column;
align-items: center;
text-align: center;
}
.dia-feature :is(h3, h5) {
font-size: 17px;
font-weight: 700;
margin-bottom: 6px;
}
.dia-feature p {
font-size: 15px;
color: var(--body-color);
margin-bottom: 0;
}
.dia-press-card {
background: var(--surface);
border: 1px solid var(--border-color);
border-radius: var(--border-radius);
overflow: hidden;
transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
height: 100%;
}
.dia-press-card:hover {
box-shadow: var(--shadow-md);
transform: translateY(-4px);
}
.dia-press-card .card-title {
color: var(--heading-color);
}
.dia-press-card .card-text {
color: var(--body-color) !important;
}
.dia-press-card .card-footer span {
color: var(--body-color) !important;
}
.dia-press-card .text-muted {
color: var(--body-color) !important;
}
.dia-press-card img {
width: 100%;
height: 200px;
object-fit: cover;
}
.dia-press-card-body {
padding: 24px;
}
.dia-press-card-body :is(h3, h5) {
font-size: 17px;
font-weight: 700;
margin-bottom: 8px;
}
.dia-press-card-body p {
font-size: 14px;
color: var(--body-color);
line-height: 1.6;
}
.dia-ai-section {
background: linear-gradient(135deg, #0a0620 0%, #150f2e 50%, #1a1040 100%);
position: relative;
overflow: hidden;
}
.dia-ai-section::before {
content: '';
position: absolute;
top: -30%;
right: -10%;
width: 600px;
height: 600px;
background: radial-gradient(circle, rgba(99, 102, 241, 0.12) 0%, transparent 60%);
border-radius: 50%;
animation: dia-float 12s ease-in-out infinite;
}
.dia-ai-section .dia-overline {
color: #06b6d4;
}
.dia-ai-section h2 {
color: #fff;
font-size: 36px;
margin-bottom: 20px;
}
.dia-ai-section .lead {
color: rgba(255, 255, 255, 0.7);
font-size: 17px;
}
.dia-ai-features {
list-style: none;
padding: 0;
margin: 24px 0 0;
}
.dia-ai-features li {
display: flex;
gap: 16px;
padding: 16px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.dia-ai-features li:last-child {
border-bottom: none;
}
.dia-ai-feature-icon {
width: 48px;
height: 48px;
border-radius: 12px;
background: rgba(99, 102, 241, 0.12);
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
color: #06b6d4;
flex-shrink: 0;
transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.dia-ai-features li:hover .dia-ai-feature-icon {
background: linear-gradient(135deg, var(--accent-start), #06b6d4);
color: #fff;
box-shadow: 0 8px 20px rgba(6, 182, 212, 0.2);
}
.dia-ai-features strong {
display: block;
color: #fff;
font-weight: 600;
margin-bottom: 4px;
font-size: 15px;
}
.dia-ai-features span {
color: rgba(255, 255, 255, 0.5);
font-size: 14px;
line-height: 1.5;
}
.dia-ai-visual {
position: relative;
}
.dia-ai-card {
background: rgba(255, 255, 255, 0.04);
backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: var(--border-radius-lg);
padding: 32px;
position: relative;
}
.dia-ai-card-header {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 32px;
padding-bottom: 20px;
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.dia-ai-card-header i {
font-size: 24px;
color: #06b6d4;
}
.dia-ai-card-header span {
color: #fff;
font-weight: 600;
font-size: 18px;
font-family: 'Space Grotesk', sans-serif;
}
.dia-ai-stats {
display: flex;
flex-direction: column;
gap: 24px;
}
.dia-ai-stat {
text-align: center;
padding: 20px;
background: rgba(255, 255, 255, 0.03);
border-radius: var(--border-radius);
border: 1px solid rgba(255, 255, 255, 0.04);
transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.dia-ai-stat:hover {
background: rgba(99, 102, 241, 0.08);
border-color: rgba(99, 102, 241, 0.15);
}
.dia-ai-stat-value {
font-size: 32px;
font-weight: 700;
font-family: 'Space Grotesk', sans-serif;
background: linear-gradient(135deg, var(--accent-start), #06b6d4);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 4px;
}
.dia-ai-stat-label {
color: rgba(255, 255, 255, 0.5);
font-size: 14px;
}
.dia-ai-card-footer {
margin-top: 24px;
padding-top: 20px;
border-top: 1px solid rgba(255, 255, 255, 0.06);
text-align: center;
}
.dia-ai-stats-note {
margin: 12px 0 0;
font-size: 12px;
line-height: 1.5;
color: rgba(255, 255, 255, 0.55);
}
.dia-ai-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(6, 182, 212, 0.1);
border: 1px solid rgba(6, 182, 212, 0.2);
color: #06b6d4;
padding: 8px 20px;
border-radius: var(--border-radius-pill);
font-size: 13px;
font-weight: 600;
}
.dia-text { color: var(--primary); }
.dia-text-accent { color: var(--accent-text) !important; }
.dia-text-success { color: var(--success) !important; }
.dia-bg-gradient {
background: linear-gradient(135deg, var(--accent-start), var(--accent-end));
}
.light-back {
background-color: var(--light-bg);
}
.dia-glass {
background: var(--glass-bg);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid var(--glass-border);
border-radius: var(--border-radius);
}
.dia-cgv-actions {
margin-bottom: 24px;
}
.dia-cgv-identity {
padding: 16px 18px;
margin-bottom: 24px;
border-left: 3px solid var(--primary);
border-radius: var(--border-radius-sm);
background: var(--light-bg);
font-size: 15px;
}
.dia-dark .dia-cgv-identity {
background: var(--surface-hover);
border-left-color: var(--accent-start);
}
.dia-cgv-sommaire {
padding: 18px 20px;
margin-bottom: 32px;
border: 1px solid var(--border-color);
border-radius: var(--border-radius);
background: var(--surface);
}
.dia-cgv-sommaire ol {
margin: 0;
padding-left: 20px;
columns: 1;
}
.dia-cgv-sommaire li {
margin-bottom: 6px;
font-size: 15px;
}
.dia-cgv-sommaire a {
text-decoration: none;
}
.dia-cgv-sommaire a:hover,
.dia-cgv-sommaire a:focus-visible {
text-decoration: underline;
}
@media (min-width: 768px) {
.dia-cgv-sommaire ol {
columns: 2;
column-gap: 32px;
}
}
.table {
color: var(--body-color);
border-color: var(--border-color);
}
.table-bordered > :not(caption) > * > * {
border-color: var(--border-color);
}
.table thead {
background: var(--light-bg);
color: var(--heading-color);
}
.table th {
color: var(--heading-color);
font-weight: 600;
}
.dia-dark .table {
color: var(--body-color);
border-color: var(--border-color);
--bs-table-bg: transparent;
--bs-table-color: var(--body-color);
}
.dia-dark .table-bordered > :not(caption) > * > * {
border-color: var(--border-color);
}
.dia-dark .table-light,
.dia-dark .table thead {
background: var(--surface-hover);
color: var(--heading-color);
}
.dia-dark .nav-tabs .nav-link {
color: var(--body-color);
}
.dia-dark .nav-tabs .nav-link:hover {
color: #a78bfa;
}
.dia-dark .nav-tabs .nav-link.active {
color: #a78bfa;
border-bottom-color: #a78bfa;
background: transparent;
}
.tab-content a {
text-decoration: underline;
}
.dia-dark main a:not(.btn) {
color: #a78bfa;
}
.dia-timeline {
position: relative;
padding-left: 40px;
}
.dia-timeline::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 2px;
background: linear-gradient(to bottom, var(--accent-start), var(--accent-end), transparent);
}
.dia-timeline-item {
position: relative;
padding-bottom: 36px;
}
.dia-timeline-item:last-child {
padding-bottom: 0;
}
.dia-timeline-marker {
position: absolute;
left: -39px;
top: 24px;
width: 12px;
height: 12px;
border-radius: 50%;
background: linear-gradient(135deg, var(--accent-start), var(--accent-end));
box-shadow: 0 0 0 4px var(--light), 0 0 12px rgba(139, 92, 246, 0.3);
transform: translateX(-50%);
}
.dia-timeline-content {
background: var(--surface);
border: 1px solid var(--border-color);
border-radius: var(--border-radius);
padding: 24px;
transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.dia-timeline-content:hover {
box-shadow: var(--shadow-md);
transform: translateX(4px);
}
.dia-timeline-year {
display: inline-block;
font-family: 'Space Grotesk', sans-serif;
font-size: 13px;
font-weight: 700;
color: #7c3aed;
background: rgba(139, 92, 246, 0.08);
padding: 4px 12px;
border-radius: var(--border-radius-pill);
margin-bottom: 8px;
}
.dia-dark .dia-timeline-year {
color: var(--accent-text);
}
.dia-timeline-content :is(h3, h5) {
margin-bottom: 8px;
}
.dia-timeline-content p {
margin-bottom: 0;
font-size: 15px;
}
.dia-eco-section {
background: var(--light-bg);
border-top: 1px solid var(--border-color);
border-bottom: 1px solid var(--border-color);
}
.dia-eco-section h2 {
font-size: 28px;
margin-bottom: 16px;
}
.dia-eco-section p {
font-size: 17px;
line-height: 1.8;
max-width: 700px;
margin: 0 auto;
}
.dia-eco-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(45, 157, 89, 0.1);
border: 1px solid rgba(45, 157, 89, 0.2);
color: #1f7a44;
padding: 8px 20px;
border-radius: var(--border-radius-pill);
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.dia-dark .dia-eco-badge {
color: #2d9d59;
}
.dia-divider {
height: 3px;
width: 60px;
background: linear-gradient(90deg, var(--accent-start), var(--accent-end));
border-radius: 2px;
margin: 16px 0;
}
.dia-divider-center {
margin-left: auto;
margin-right: auto;
}
.dia-error {
position: relative;
overflow: hidden;
background: var(--light-bg);
padding: 48px 0 64px;
}
.dia-dark .dia-error {
background: linear-gradient(160deg, var(--light) 0%, #150f28 100%);
}
.dia-error-orbs {
position: absolute;
inset: 0;
pointer-events: none;
}
.dia-error-card {
position: relative;
background: var(--surface);
border: 1px solid var(--border-color);
border-radius: var(--border-radius-lg);
box-shadow: var(--shadow-md);
padding: 32px 20px 28px;
text-align: center;
}
.dia-error-badge {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 6px 16px;
border-radius: var(--border-radius-pill);
background: var(--glass-bg);
border: 1px solid var(--glass-border);
color: var(--primary);
font-size: 13px;
font-weight: 600;
letter-spacing: 0.02em;
}
.dia-dark .dia-error-badge {
color: var(--accent-text);
}
.dia-error-code {
font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
font-size: clamp(64px, 22vw, 132px);
font-weight: 700;
line-height: 1;
letter-spacing: -0.04em;
margin: 8px 0 4px;
}
.dia-error-title {
font-size: clamp(22px, 6vw, 34px);
margin-bottom: 12px;
}
.dia-error-lead {
font-size: clamp(15px, 4vw, 17px);
color: var(--body-color);
max-width: 34em;
margin: 0 auto 10px;
}
.dia-error-hint {
font-size: 15px;
color: var(--body-color);
opacity: 0.85;
max-width: 34em;
margin: 0 auto;
}
.dia-error-actions {
display: flex;
flex-direction: column;
gap: 12px;
margin: 28px 0 32px;
}
.dia-error-links {
border-top: 1px solid var(--border-color);
padding-top: 28px;
text-align: left;
}
.dia-error-links-title {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--body-color);
margin-bottom: 16px;
text-align: center;
}
.dia-error-link {
display: flex;
align-items: flex-start;
gap: 14px;
height: 100%;
padding: 16px;
border: 1px solid var(--border-color);
border-radius: var(--border-radius);
background: var(--light-bg);
color: var(--heading-color);
text-decoration: none;
transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.dia-dark .dia-error-link {
background: var(--surface-hover);
}
.dia-error-link:hover,
.dia-error-link:focus-visible {
border-color: var(--primary);
box-shadow: var(--shadow-sm);
transform: translateY(-2px);
color: var(--heading-color);
}
.dia-dark .dia-error-link:hover,
.dia-dark .dia-error-link:focus-visible {
border-color: var(--accent-start);
}
.dia-error-link-icon {
flex: 0 0 auto;
width: 40px;
height: 40px;
border-radius: 12px;
display: inline-flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, rgba(74, 26, 138, 0.09), rgba(139, 92, 246, 0.09));
color: var(--primary);
font-size: 17px;
}
.dia-dark .dia-error-link-icon {
background: linear-gradient(135deg, rgba(139, 92, 246, 0.14), rgba(99, 102, 241, 0.14));
color: var(--accent-text);
}
.dia-error-link strong {
display: block;
font-size: 15px;
font-weight: 700;
line-height: 1.35;
}
.dia-error-link small {
display: block;
margin-top: 2px;
font-size: 13px;
line-height: 1.5;
color: var(--body-color);
}
.dia-error-contact {
margin: 24px 0 0;
text-align: center;
font-size: 15px;
color: var(--body-color);
}
.dia-error-contact a {
display: inline-block;
white-space: nowrap;
font-weight: 600;
}
.dia-error-contact-sep {
display: none;
}
@media (min-width: 576px) {
.dia-error-card {
padding: 44px 40px 36px;
}
.dia-error-actions {
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
.dia-error-contact-sep {
display: inline;
margin: 0 10px;
opacity: 0.4;
}
}
@media (min-width: 992px) {
.dia-error {
padding: 88px 0 96px;
}
.dia-error-card {
padding: 56px 56px 44px;
}
}
@media (max-width: 1199.98px) {
.dia-hero h1 { font-size: 44px; }
}
@media (max-width: 991.98px) {
.dia-navbar {
backdrop-filter: none;
-webkit-backdrop-filter: none;
background: rgba(15, 10, 26, 0.98);
}
.row.g-4,
.row.g-5,
.row.gx-4,
.row.gx-5 {
--bs-gutter-x: 1.5rem;
}
.dia-navbar .nav-link {
padding: 12px 16px;
min-height: 44px;
display: flex;
align-items: center;
border-radius: var(--border-radius-sm);
}
.dia-navbar .navbar-toggler {
min-width: 44px;
min-height: 44px;
}
.dia-navbar .dropdown-item {
padding-top: 11px;
padding-bottom: 11px;
min-height: 44px;
display: flex;
align-items: center;
}
.dia-navbar .navbar-nav.flex-row .nav-link {
min-width: 44px;
justify-content: center;
}
.dia-footer a,
.dia-footer-contact a,
.dia-copyright-menu a {
display: inline-block;
padding: 4px 0;
min-height: 24px;
}
.dia-footer-social a {
min-width: 44px;
min-height: 44px;
}
.dia-navbar .nav-link.active:not(.dropdown-toggle)::after { display: none; }
.dia-navbar .nav-link:hover,
.dia-navbar .nav-link.active {
background: rgba(139, 92, 246, 0.18);
}
.dia-navbar .dropdown-menu {
box-shadow: none;
border: none;
padding-left: 12px;
background: rgba(255, 255, 255, 0.05);
border-radius: var(--border-radius-sm);
animation: none;
}
.dia-hero { min-height: 70vh; padding: 100px 0 60px; }
.dia-hero h1 { font-size: 36px; }
.dia-hero p { font-size: 17px; }
.dia-tier-gold { transform: none; }
.dia-tier-gold:hover { transform: translateY(-4px); }
.dia-section { padding: 60px 0; }
.dia-section-title h2 { font-size: 30px; }
.dia-copyright-menu { justify-content: center; margin-top: 10px; }
.dia-footer-ribbon .input-group { max-width: 100%; margin-top: 15px; }
.dia-ai-section h2 { font-size: 30px; }
.dia-ai-stats { flex-direction: row; flex-wrap: wrap; }
.dia-ai-stat { flex: 1; min-width: 140px; }
}
@media (max-width: 767.98px) {
.dia-hero { min-height: auto; padding: 80px 0 50px; }
.dia-hero h1 { font-size: 30px; }
.dia-hero p { font-size: 16px; margin-bottom: 24px; }
.dia-hero .btn { padding: 12px 24px; font-size: 15px; }
.dia-section-title h2 { font-size: 26px; }
.dia-cta h2 { font-size: 24px; }
.dia-page-header { padding: 40px 0 32px; }
.dia-page-header h1 { font-size: 24px; text-align: center; }
.dia-page-header .breadcrumb { justify-content: center !important; margin-top: 8px; }
.dia-footer { padding: 40px 0 24px; text-align: center; }
.dia-footer :is(h3, h5)::after { left: 50%; transform: translateX(-50%); }
.dia-footer-contact li { justify-content: center; }
.dia-footer-social { justify-content: center; }
.dia-parallax { background-attachment: scroll; }
.dia-stat-number { font-size: 36px; }
.dia-hero-card { padding: 24px; }
.dia-hero-stat .stat-number { font-size: 30px; }
.dia-ai-section h2 { font-size: 26px; }
.dia-ai-stat-value { font-size: 24px; }
}
@media (max-width: 575.98px) {
.dia-topbar { display: none !important; }
.dia-hero h1 { font-size: 26px; }
.dia-section { padding: 40px 0; }
.dia-section-title { margin-bottom: 36px; }
.btn-lg { padding: 12px 24px; font-size: 15px; }
.dia-ai-stats { flex-direction: column; }
.dia-ai-stat { min-width: auto; }
}
html {
scroll-padding-top: 96px;
}
.dia-bg-light .dia-ai-features strong {
color: var(--heading-color);
}
.dia-bg-light .dia-ai-features span {
color: var(--body-color);
}
.dia-bg-light .dia-ai-features li {
border-bottom-color: var(--border-color);
}
.dia-cta .btn-light,
.dia-dark .dia-cta .btn-light,
.dia-dark a.btn-light {
color: #6d28d9;
}
.dia-dark .btn-outline-light,
.dia-dark a.btn-outline-light {
color: #fff;
}
.dia-typewriter-done + .dia-typewriter-cursor {
display: none;
}
.dia-section:not(.dia-ai-section) .dia-overline {
color: var(--overline-color);
}
.dia-nav-call {
display: inline-flex;
align-items: center;
gap: 8px;
margin-left: auto;
margin-right: 10px;
min-height: 44px;
padding: 8px 18px;
font-size: 15px;
}
@media (max-width: 400px) {
.dia-nav-call-label {
display: none;
}
.dia-nav-call {
padding: 8px 14px;
min-width: 44px;
justify-content: center;
}
}
@media (max-width: 991.98px) {
.dia-footer-contact a[href^="tel:"],
.dia-footer-contact a[href^="mailto:"] {
min-height: 44px;
padding: 10px 0;
}
.dia-page-header .breadcrumb {
align-items: center;
}
.dia-page-header .breadcrumb-item {
display: flex;
align-items: center;
}
.dia-page-header .breadcrumb-item a {
display: inline-flex;
align-items: center;
padding: 10px 4px;
min-height: 44px;
}
.dia-footer-copyright {
padding-bottom: 64px;
}
}
@media (max-width: 767.98px) {
.dia-page-header h1 {
font-size: 28px;
}
}
@media (max-width: 575.98px) {
.nav-tabs {
flex-wrap: nowrap;
overflow-x: auto;
scrollbar-width: none;
}
.nav-tabs::-webkit-scrollbar {
display: none;
}
.nav-tabs .nav-link {
white-space: nowrap;
}
}
.dia-pricing-popular,
.dia-ai-stats-note,
.badge,
.dia-error-links-title,
.dia-footer-copyright {
font-size: 13px;
}
.dia-error-links-title {
font-size: 14px;
}
@media (max-width: 767.98px) {
.dia-section-title p,
.dia-section-title .lead {
text-align: left;
}
.dia-hero .d-flex .btn:first-child {
width: 100%;
}
.dia-hero .d-flex .btn:not(:first-child) {
flex: 1 1 0;
width: auto;
min-width: 0;
padding-left: 12px;
padding-right: 12px;
display: flex;
align-items: center;
justify-content: center;
}
.dia-btn-solo {
display: block;
width: fit-content;
margin-left: auto;
margin-right: auto;
}
}
.dia-dcg-intro-brand {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 4px;
margin-bottom: 20px;
}
.dia-dcg-intro-brand .dia-overline {
margin-bottom: 0;
}