.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;
word-break: 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;
}@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400 600;
font-display: swap;
src: url(//www.trimardeau.com/wp-content/themes/trimardeau/assets/fonts/inter-variable-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Outfit';
font-style: normal;
font-weight: 500 800;
font-display: swap;
src: url(//www.trimardeau.com/wp-content/themes/trimardeau/assets/fonts/outfit-variable-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
--color-primary: #1cbac8;
--color-primary-dark: #128b99;
--color-secondary: #f45b32;
--color-dark: #2a2a46;
--color-darker: #212138;
--color-background: #f7f9fc;
--color-background-darker: #e4ebf5;
--color-text-muted: #656580;
--color-text-faint: #8a8a9e;
--color-border-card: rgba(228, 235, 245, 0.8);
--radius-lg: 24px;
--radius-md: 12px;
--shadow-sm: 0 4px 24px rgba(42, 42, 70, 0.04);
--shadow-md: 0 12px 32px rgba(42, 42, 70, 0.08);
--font-main: 'Inter', sans-serif;
--font-heading: 'Outfit', sans-serif;
}
h1, h2, h3, h4, h5, h6, .logo, .data-number, .section-tag, .section-title {
font-family: var(--font-heading);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
}
body {
font-family: var(--font-main);
color: var(--color-dark);
line-height: 1.6;
} .container {
max-width: 1400px;
margin: 0 auto;
padding: 0 3rem;
}
.section-padding {
padding: 8rem 0;
}
.section-white {
border-top: 1px solid rgba(42, 42, 70, 0.03);
border-bottom: 1px solid rgba(42, 42, 70, 0.03);
} .text-highlight {
background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: var(--color-primary);
}
@media (max-width: 991.98px) {
.section-padding { padding: 4rem 0; }
.container { padding: 0 20px; }
}
.section-header {
margin-bottom: 2rem;
}
.section-title {
font-size: 3rem;
font-weight: 700;
line-height: 1.1;
color: var(--color-darker);
letter-spacing: -1px;
margin-bottom: 1.5rem;
font-family: var(--font-heading);
}
.section-title.title-lg {
font-size: 4rem;
letter-spacing: -1.5px;
}
.section-title.title-md {
font-size: 2.75rem;
line-height: 1.2;
}
.section-title.text-center {
text-align: center;
}
.section-title.mb-lg {
margin-bottom: 4rem;
}
.section-description {
font-size: 1.15rem;
color: #656580;
line-height: 1.6;
margin-bottom: 2rem;
}
.section-description.desc-lg {
margin-bottom: 2.5rem;
}
@media (max-width: 991.98px) {
h1 { font-size: 3rem; }
.section-title.title-lg { font-size: 2.5rem; letter-spacing: -1px; }
.section-title.title-md { font-size: 2rem; }
.section-title.text-center { text-align: left; }
}
@media (max-width: 575.98px) {
.section-title { font-size: 2.25rem; }
.section-title.title-lg { font-size: 2.25rem; }
.section-title.title-md { font-size: 1.85rem; }
}
.bg-light {
background-color: var(--color-background);
}
.bg-white {
background-color: #ffffff;
}
.bg-dark {
background-color: var(--color-darker);
}
.bg-gradient-light {
background: linear-gradient(145deg, #ffffff 0%, #f9fbfc 100%);
}
.bg-gradient-dark {
background: linear-gradient(135deg, var(--color-darker) 0%, var(--color-dark) 100%);
}  .pattern-dots-dark {
background-image: radial-gradient(rgba(42, 42, 70, 0.06) 1px, transparent 1px);
background-size: 24px 24px;
} .pattern-dots-light {
background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
background-size: 20px 20px;
} .pattern-grid-dark {
background-image: linear-gradient(rgba(42, 42, 70, 0.015) 1px, transparent 1px),
linear-gradient(90deg, rgba(42, 42, 70, 0.015) 1px, transparent 1px);
background-size: 48px 48px;
} .pattern-grid-light {
background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
background-size: 20px 20px;
}  .overlay-tech::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
background-image: 
radial-gradient(circle at 0% 0%, rgba(28, 186, 200, 0.05) 0%, transparent 40%),
radial-gradient(circle at 100% 100%, rgba(244, 91, 50, 0.03) 0%, transparent 40%),
linear-gradient(rgba(42, 42, 70, 0.02) 1px, transparent 1px),
linear-gradient(90deg, rgba(42, 42, 70, 0.02) 1px, transparent 1px);
background-size: 100% 100%, 100% 100%, 40px 40px, 40px 40px;
z-index: 0;
pointer-events: none;
} .overlay-hero {
background-image: 
radial-gradient(circle at 90% 0%, rgba(28, 186, 200, 0.2) 0%, transparent 50%),
radial-gradient(circle at 10% 90%, rgba(244, 91, 50, 0.05) 0%, transparent 40%);
} .glow-primary {
position: absolute;
background: var(--color-primary);
filter: blur(100px);
opacity: 0.3;
border-radius: 50%;
pointer-events: none;
}
.glow-primary.glow-md {
width: 250px;
height: 250px;
} .overlay-radial-cyan {
position: absolute;
pointer-events: none;
z-index: 0;
background: radial-gradient(circle, rgba(28, 186, 200, 0.15) 0%, transparent 70%);
}
.overlay-radial-cyan.corner-tr {
background: radial-gradient(circle at top right, rgba(28, 186, 200, 0.1), transparent 60%);
top: 0; right: 0; width: 800px; height: 800px;
}
.overlay-radial-cyan.card-br {
top: -30%; right: -30%; width: 80%; height: 80%;
} .bg-stylized {
background-color: var(--color-background) !important;
background-image: 
radial-gradient(circle at 50% 50%, rgba(28, 186, 200, 0.08) 0%, transparent 70%),
linear-gradient(rgba(42, 42, 70, 0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(42, 42, 70, 0.03) 1px, transparent 1px) !important;
background-size: 100% 100%, 30px 30px, 30px 30px !important;
} .relative { position: relative; }
.overflow-hidden { overflow: hidden; }
.z-1 { z-index: 1; position: relative; }
.z-0 { z-index: 0; }
.inset-0 { top: 0; left: 0; right: 0; bottom: 0; position: absolute; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-full { width: 100%; } .z-1 { position: relative; z-index: 1; }
.z-10 { position: relative; z-index: 10; } .mt-block { margin-top: 1rem; }
.mt-section { margin-top: 1.5rem; } .text-white { color: #ffffff; }
.text-white-soft { color: rgba(255, 255, 255, 0.6); }
.text-primary { color: var(--color-primary); } .text-center { text-align: center; }
@media (max-width: 991.98px) {
.text-center { text-align: left; }
}
.section-tag {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.35rem 1rem;
background-color: #ffffff;
color: var(--color-darker);
border: 1px solid rgba(42, 42, 70, 0.08);
border-radius: 50px;
font-size: 0.9rem;
font-weight: 700;
margin-bottom: 1.5rem;
box-shadow: 0 2px 10px rgba(42, 42, 70, 0.04);
}
.section-tag::before {
content: '';
display: block;
width: 6px;
height: 6px;
border-radius: 50%;
background-color: var(--color-primary);
box-shadow: 0 0 8px rgba(28, 186, 200, 0.6);
} .single-section-tag {
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.1);
color: #ffffff;
margin-bottom: 2rem;
} .hh-tag {
font-family: var(--font-heading);
font-size: 0.78rem;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--color-primary);
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.hh-tag::before {
content: '';
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--color-primary);
box-shadow: 0 0 12px rgba(28, 186, 200, 0.6);
animation: hh-tag-pulse 2.4s ease-in-out infinite;
}
@keyframes hh-tag-pulse {
0%, 100% { transform: scale(1); opacity: 1; }
50% { transform: scale(1.4); opacity: 0.6; }
} .cnt-hero-meta-item {
display: inline-flex;
align-items: center;
gap: 0.5rem;
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--color-text-muted);
}
.cnt-hero-meta-dot {
width: 5px;
height: 5px;
border-radius: 50%;
background: var(--color-primary);
}
.cnt-method-label {
font-family: var(--font-heading);
font-size: 0.6875rem;
font-weight: 600;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--color-text-faint);
margin-bottom: 0.75rem;
}
.cnt-form-optional {
text-transform: none;
letter-spacing: 0;
font-weight: 500;
color: var(--color-text-faint);
font-size: 0.7rem;
}
.cnt-confid-label {
display: block;
font-family: var(--font-heading);
font-size: 0.6875rem;
font-weight: 600;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--color-primary);
margin-bottom: 0.375rem;
}
.cnt-channels-label {
display: block;
font-family: var(--font-heading);
font-size: 0.6875rem;
font-weight: 600;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--color-text-faint);
margin-bottom: 1rem;
padding: 0 0.25rem;
}
.cnt-channel-label {
font-family: var(--font-heading);
font-size: 0.6875rem;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--color-text-faint);
} .abt-portrait-badge {
position: absolute;
top: 1rem;
left: 1rem;
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.4rem 0.875rem;
background: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.6);
border-radius: 999px;
font-family: var(--font-heading);
font-size: 0.6875rem;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--color-dark);
z-index: 2;
}
.abt-portrait-badge-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--color-primary);
box-shadow: 0 0 0 0 rgba(28, 186, 200, 0.5);
animation: abt-pulse 1.8s ease-in-out infinite;
}
@keyframes abt-pulse {
0%, 100% { box-shadow: 0 0 0 0 rgba(28, 186, 200, 0.5); }
50% { box-shadow: 0 0 0 5px rgba(28, 186, 200, 0); }
}
.abt-portrait-chip-eyebrow {
display: inline-flex;
align-items: center;
gap: 0.4rem;
font-family: var(--font-heading);
font-size: 0.5625rem;
font-weight: 600;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--color-primary);
}
.abt-portrait-chip-eyebrow-dot {
width: 4px;
height: 4px;
border-radius: 50%;
background: var(--color-primary);
box-shadow: 0 0 0 0 rgba(28, 186, 200, 0.45);
animation: abt-chip-pulse 2.2s ease-in-out infinite;
}
@keyframes abt-chip-pulse {
0%, 100% { box-shadow: 0 0 0 0 rgba(28, 186, 200, 0.5); }
50% { box-shadow: 0 0 0 4px rgba(28, 186, 200, 0); }
}
.abt-portrait-chip-label {
font-family: var(--font-heading);
font-size: 0.625rem;
font-weight: 500;
color: rgba(255, 255, 255, 0.6);
letter-spacing: 0.06em;
text-transform: uppercase;
line-height: 1.3;
}
.abt-portrait-signature-role {
font-family: var(--font-heading);
font-size: 0.6875rem;
font-weight: 500;
letter-spacing: 0.12em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.75);
}
.abt-meta-label {
font-family: var(--font-heading);
font-size: 0.625rem;
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--color-text-faint);
line-height: 1.4;
}
.abt-expertise-stat-label {
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--color-text-faint);
margin-bottom: 0.5rem;
} .audit-item-label {
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--color-text-faint);
margin-bottom: 0.75rem;
} .mgmt-pilier-label {
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--color-text-faint);
margin-bottom: 0.875rem;
}
.mgmt-cockpit-card-index {
font-family: var(--font-heading);
font-size: 0.6875rem;
font-weight: 600;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--color-primary);
}
.mgmt-cockpit-card-stat-label {
display: block;
font-family: var(--font-heading);
font-size: 0.6875rem;
font-weight: 500;
letter-spacing: 0.12em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.45);
margin-bottom: 0.5rem;
}
.mgmt-cockpit-mini-label {
font-family: var(--font-heading);
font-size: 0.625rem;
font-weight: 500;
letter-spacing: 0.12em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.4);
}
.mgmt-cta-eyebrow {
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--color-text-faint);
margin: 0 0 1.25rem;
} .blog-card-meta {
font-size: 0.8rem;
color: var(--color-primary);
font-weight: 700;
margin-bottom: 1rem;
text-transform: uppercase;
letter-spacing: 1px;
background: rgba(28, 186, 200, 0.1);
padding: 0.35rem 0.8rem;
border-radius: 50px;
width: fit-content;
}
.category-pill {
position: relative;
z-index: 2;
padding: 0.6rem 1.5rem;
border-radius: 50px;
font-size: 0.95rem;
font-weight: 600;
color: #656580;
background: transparent;
border: 1px solid transparent;
text-decoration: none;
transition: color 0.2s ease;
white-space: nowrap;
flex-shrink: 0;
}
.category-pill:hover {
color: var(--color-darker);
}
.category-pill.active {
color: white !important;
background: var(--color-darker) !important;
box-shadow: 0 4px 12px rgba(42, 42, 70, 0.15);
}
.reveal {
opacity: 0;
transform: translateY(40px);
transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.reveal.active {
opacity: 1;
transform: translateY(0);
}
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.pulse-circle {
width: 380px;
height: 380px;
border-radius: 50%;
background: radial-gradient(circle, rgba(28, 186, 200, 0.08) 0%, rgba(28, 186, 200, 0) 70%);
position: relative;
animation: float 6s ease-in-out infinite;
display: flex;
align-items: center;
justify-content: center;
}
.pulse-circle::before, .pulse-circle::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
border: 1px solid rgba(28, 186, 200, 0.3);
animation: pulse 3s linear infinite;
}
.pulse-circle::after {
animation-delay: 1.5s;
}
.abstract-element {
width: 160px;
height: 160px;
background-color: white;
border-radius: 30px;
box-shadow: var(--shadow-md);
display: flex;
align-items: center;
justify-content: center;
color: var(--color-primary);
transform: rotate(-5deg);
transition: transform 0.3s ease;
}
.pulse-circle:hover .abstract-element {
transform: rotate(0deg) scale(1.05);
}
@keyframes pulse {
0% { width: 160px; height: 160px; opacity: 1; }
100% { width: 480px; height: 480px; opacity: 0; }
}
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-15px); }
100% { transform: translateY(0px); }
}
.float-slow { animation: float 6s ease-in-out infinite; }
.float-fast { animation: float 4s ease-in-out infinite reverse; }
.simple-scanner {
position: absolute;
top: -50px;
left: 0;
width: 100%;
height: 2px;
background: var(--color-primary);
box-shadow: 0 0 20px 10px rgba(28, 186, 200, 0.3);
animation: scan-vertical 3s ease-in-out infinite alternate;
z-index: 10;
pointer-events: none;
}
@keyframes scan-vertical {
0% { transform: translateY(0); }
100% { transform: translateY(580px); }
} .doc-paper {
width: 100%;
height: 100%;
background: white;
border: 1px solid rgba(42, 42, 70, 0.05);
border-radius: var(--radius-md);
padding: 2.5rem;
display: flex;
flex-direction: column;
box-shadow: 0 5px 20px rgba(42, 42, 70, 0.03);
position: relative;
}
.doc-header {
display: flex;
justify-content: space-between;
align-items: flex-end;
margin-bottom: 2.5rem;
border-bottom: 2px solid var(--color-darker);
padding-bottom: 0.75rem;
}
.doc-header-title {
height: 16px;
background: var(--color-darker);
border-radius: 2px;
}
.doc-header-date {
height: 8px;
background: #cbd5e1;
border-radius: 2px;
}
.doc-columns {
display: flex;
gap: 3rem;
flex: 1;
}
.doc-col {
flex: 1;
display: flex;
flex-direction: column;
gap: 0.85rem;
}
.doc-title { height: 12px; background: #cbd5e1; margin-bottom: 0.5rem; border-radius: 2px; }
.doc-title-spaced { margin-top: 1.5rem; }
.doc-line { display: flex; justify-content: space-between; }
.doc-line-label { height: 6px; background: #e2e8f0; border-radius: 2px; }
.doc-line-value { height: 6px; background: #f1f5f9; border-radius: 2px; }
.doc-total .doc-line-label,
.doc-total .doc-line-value {
height: 10px;
}
.doc-total .doc-line-label {
background: #cbd5e1;
}
.doc-total .doc-line-value {
background: var(--color-darker);
}
.doc-total {
margin-top: auto;
border-top: 1px solid #cbd5e1;
border-bottom: 3px double var(--color-darker);
padding: 0.75rem 0;
display: flex;
justify-content: space-between;
}
.doc-stamp {
position: absolute;
right: 10%;
bottom: 30%;
width: 80px;
height: 80px;
border: 3px solid rgba(28, 186, 200, 0.2);
border-radius: 50%;
transform: rotate(-15deg);
display: flex;
align-items: center;
justify-content: center;
opacity: 0.8;
pointer-events: none;
}
.doc-stamp::after {
content: '';
width: 55px;
height: 12px;
border-top: 2px solid rgba(28, 186, 200, 0.2);
border-bottom: 2px solid rgba(28, 186, 200, 0.2);
}
.dashboard-visual {
position: relative;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.dash-card {
background: rgba(255, 255, 255, 0.03);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 16px;
color: white;
box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}
.main-chart {
width: 340px;
height: 220px;
padding: 1.5rem;
display: flex;
flex-direction: column;
z-index: 5;
}
.dash-header {
font-size: 0.9rem;
font-weight: 600;
color: rgba(255, 255, 255, 0.6);
margin-bottom: 0.5rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.dash-header::after {
content: '+300%';
color: var(--color-primary);
font-weight: 700;
background: rgba(28, 186, 200, 0.1);
padding: 0.2rem 0.6rem;
border-radius: 50px;
font-size: 0.8rem;
}
.dash-chart {
flex: 1;
position: relative;
margin-top: 1rem;
animation: reveal-chart 6s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}
.dash-chart svg {
width: 100%;
height: 100%;
overflow: visible;
}
@keyframes reveal-chart {
0%, 10% { clip-path: inset(0 100% 0 0); }
40%, 80% { clip-path: inset(0 0 0 0); }
100% { clip-path: inset(0 100% 0 0); }
}
.dash-widget {
position: absolute;
display: flex;
align-items: center;
gap: 0.75rem;
padding: 0.75rem 1rem;
z-index: 10;
}
.widget-1 { top: 5%; right: 2%; animation: float-widget 6s ease-in-out infinite; }
.widget-2 { bottom: 5%; left: 2%; animation: float-widget 5s ease-in-out infinite reverse; }
.widget-3 { top: 20%; left: -2%; animation: float-widget 7s ease-in-out infinite; }
.widget-4 { bottom: 20%; right: -2%; animation: float-widget 6.5s ease-in-out infinite reverse; }
.widget-icon {
width: 36px;
height: 36px;
border-radius: 10px;
background: rgba(28, 186, 200, 0.15);
color: var(--color-primary);
display: flex;
align-items: center;
justify-content: center;
}
.widget-icon svg { width: 18px; height: 18px; }
.widget-data {
display: flex;
flex-direction: column;
}
.widget-data span { font-size: 0.7rem; color: rgba(255, 255, 255, 0.6); text-transform: uppercase; letter-spacing: 0.5px; }
.widget-data strong { font-size: 1rem; color: white; font-weight: 700; line-height: 1.2; }
@keyframes float-widget {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}
.btn-header {
padding: 0.6rem 1.25rem !important;
font-size: 0.85rem !important;
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
padding: 0.875rem 1.75rem;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
font-size: 0.95rem;
transition: all 0.3s ease;
cursor: pointer;
}
.btn svg,
.btn img {
width: 18px;
height: 18px;
transition: transform 0.3s ease;
} .btn-sm {
padding: 0.45rem 0.9rem;
font-size: 0.82rem;
gap: 0.35rem;
}
.btn-sm svg,
.btn-sm img {
width: 14px;
height: 14px;
}
.btn:hover svg,
.btn:hover img {
transform: translateX(4px);
} .btn-primary {
background-color: var(--color-primary);
color: #ffffff; border: 1px solid transparent;
box-shadow: 0 4px 14px rgba(28, 186, 200, 0.3);
}
.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(28, 186, 200, 0.4);
background-color: #19a6b3; } .btn-secondary {
background-color: transparent;
color: var(--color-darker);
border: 1px solid rgba(42, 42, 70, 0.15); }
.btn-secondary:hover {
border-color: var(--color-darker);
background-color: rgba(42, 42, 70, 0.02);
transform: translateY(-2px);
} .btn-light {
color: white;
border-color: rgba(255, 255, 255, 0.2);
}
.btn-light:hover {
border-color: white;
background-color: rgba(255, 255, 255, 0.05);
}
.link-arrow {
margin-top: auto;
padding-top: 2rem;
}
.link-arrow a {
color: var(--color-primary);
font-weight: 600;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 0.5rem;
transition: gap 0.3s ease;
}
.link-arrow a:hover {
gap: 0.75rem;
}
html.menu-open-lock,
html.menu-open-lock body {
overflow: hidden;
}
.site-header-wrapper {
position: fixed;
top: 1.5rem;
left: 0;
z-index: 1000;
display: flex;
justify-content: center;
width: 100%;
pointer-events: none;
}
.site-header-wrapper > .container {
width: 100%;
}
.site-header {
background-color: rgba(255, 255, 255, 0.75);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(42, 42, 70, 0.06);
border-radius: 100px;
padding: 0.75rem 0.75rem 0.75rem 2.5rem;
margin: 0 -0.75rem 0 -2.5rem;
display: flex;
justify-content: space-between;
align-items: center;
width: calc(100% + 3.25rem);
box-shadow: 0 10px 40px rgba(42, 42, 70, 0.08);
pointer-events: auto;
}
body.header-solid .site-header {
background-color: #ffffff !important;
backdrop-filter: none !important;
-webkit-backdrop-filter: none !important;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2) !important;
}
.logo {
font-size: 1.2rem;
font-weight: 600;
color: var(--color-darker);
letter-spacing: -0.5px;
display: flex;
align-items: center;
text-decoration: none;
}
.logo span {
color: var(--color-primary);
}
nav {
display: flex;
gap: 0.5rem;
align-items: center;
position: relative;
}
.nav-indicator {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
height: calc(100% + 0.5rem);
background: rgba(42, 42, 70, 0.05);
border-radius: 50px;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 1;
pointer-events: none;
opacity: 0;
}
nav:hover .nav-indicator {
opacity: 1;
}
nav a {
text-decoration: none;
color: #656580;
font-weight: 500;
font-size: 0.95rem;
font-family: var(--font-heading);
transition: color 0.2s ease;
position: relative;
padding: 0.5rem 1rem;
z-index: 2;
}
nav a:hover {
color: var(--color-darker);
}
.mobile-menu-toggle {
display: none;
}
.nav-mobile-cta {
display: none;
}
@media (max-width: 991.98px) {
.site-header-wrapper { top: 1.5rem; padding: 0 20px; width: 100%; }
.site-header-wrapper .container { padding: 0; max-width: 100%; }
.site-header { 
width: 100%; 
border-radius: 100px; 
margin: 0; 
padding: 0.5rem 0.5rem 0.5rem 1.5rem;
transform: none !important;
background-color: transparent !important;
backdrop-filter: none !important;
-webkit-backdrop-filter: none !important;
position: relative;
}
.site-header::before {
content: '';
position: absolute;
inset: 0;
background-color: #ffffff;
border-radius: 100px;
z-index: 950;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.logo {
position: relative;
z-index: 1000;
}
.mobile-menu-toggle {
display: flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
color: var(--color-darker);
cursor: pointer;
padding: 0;
background-color: rgba(42, 42, 70, 0.05); border: none;
border-radius: 50px;
position: relative;
z-index: 1000;
}
.mobile-menu-toggle .icon-close { display: none; }
.mobile-menu-toggle.open .icon-menu { display: none; }
.mobile-menu-toggle.open .icon-close { display: block; }
.btn-header { display: none; }
nav#main-nav {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh; height: 100dvh;
background-color: rgba(20, 20, 35, 0.95);
background-image:
radial-gradient(circle at top right, rgba(28, 186, 200, 0.25) 0%, transparent 60%),
radial-gradient(circle at bottom left, rgba(74, 50, 160, 0.3) 0%, transparent 60%),
linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
background-size: 100% 100%, 100% 100%, 32px 32px, 32px 32px;
background-position: 0 0, 0 0, 0 0, 0 0;
backdrop-filter: blur(60px) saturate(200%);
-webkit-backdrop-filter: blur(60px) saturate(200%);
border: none;
padding: 8rem 2rem 3rem 2rem;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
gap: 2rem;
opacity: 0;
visibility: hidden;
transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
pointer-events: none;
z-index: 900;
overflow-y: auto;
overscroll-behavior: contain;
}
nav#main-nav .nav-mobile-cta {
display: inline-flex;
align-items: center;
gap: 0.5rem;
margin-top: auto;
align-self: flex-end;
width: auto;
padding: 0.875rem 1.75rem;
font-size: 1rem;
font-weight: 600;
background: linear-gradient(135deg, var(--color-primary) 0%, #128b99 100%);
color: #ffffff;
border-radius: 50px;
text-align: center;
box-shadow: 0 10px 30px rgba(28, 186, 200, 0.35);
}
nav#main-nav .nav-mobile-cta:hover,
nav#main-nav .nav-mobile-cta:active {
background: linear-gradient(135deg, var(--color-primary) 0%, #128b99 100%);
-webkit-background-clip: border-box;
-webkit-text-fill-color: #ffffff;
background-clip: border-box;
color: #ffffff;
}
nav#main-nav.menu-open {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.nav-indicator { display: none; }
nav#main-nav a {
font-family: var(--font-heading);
font-size: 2.5rem;
font-weight: 700;
padding: 0;
width: 100%;
text-align: left;
color: #ffffff;
opacity: 0;
transform: translateY(20px);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
nav#main-nav a:hover, nav#main-nav a:active {
background: linear-gradient(135deg, var(--color-primary) 0%, #128b99 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
}
nav#main-nav.menu-open a {
opacity: 1;
transform: translateY(0);
}
nav#main-nav.menu-open a:nth-child(2) { transition-delay: 0.05s; }
nav#main-nav.menu-open a:nth-child(3) { transition-delay: 0.1s; }
nav#main-nav.menu-open a:nth-child(4) { transition-delay: 0.15s; }
nav#main-nav.menu-open a:nth-child(5) { transition-delay: 0.2s; }
nav#main-nav.menu-open a:nth-child(6) { transition-delay: 0.25s; }
}
.nav-item-dropdown {
position: relative;
display: flex;
align-items: center;
}
.nav-dropdown-toggle {
display: inline-flex;
align-items: center;
gap: 0.4rem;
}
.nav-dropdown-chevron {
opacity: 0.55;
transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-item-dropdown:hover .nav-dropdown-chevron,
.nav-item-dropdown:focus-within .nav-dropdown-chevron {
transform: rotate(180deg);
} .nav-dropdown {
position: absolute;
top: 100%;
left: 50%; padding-top: 1.1rem;
transform: translate(-50%, 10px);
opacity: 0;
visibility: hidden;
pointer-events: none;
transition:
opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1),
transform 0.28s cubic-bezier(0.4, 0, 0.2, 1),
visibility 0.28s;
z-index: 1001;
}
.nav-item-dropdown:hover .nav-dropdown,
.nav-item-dropdown:focus-within .nav-dropdown {
opacity: 1;
visibility: visible;
pointer-events: auto;
transform: translate(-50%, 0);
}
.nav-dropdown-inner {
min-width: 310px;
padding: 0.6rem;
display: flex;
flex-direction: column;
background: rgba(255, 255, 255, 0.92);
backdrop-filter: blur(24px);
-webkit-backdrop-filter: blur(24px);
border: 1px solid rgba(42, 42, 70, 0.06);
border-radius: 20px;
box-shadow: 0 20px 60px rgba(42, 42, 70, 0.14);
} nav .nav-dropdown-link {
display: flex;
flex-direction: column;
gap: 0.15rem;
padding: 0.7rem 0.9rem;
border-radius: 12px;
opacity: 0;
transform: translateY(6px);
transition:
opacity 0.25s ease,
transform 0.25s ease,
background-color 0.2s ease;
}
.nav-item-dropdown:hover .nav-dropdown-link,
.nav-item-dropdown:focus-within .nav-dropdown-link {
opacity: 1;
transform: translateY(0);
} .nav-item-dropdown:hover .nav-dropdown-link:nth-child(2),
.nav-item-dropdown:focus-within .nav-dropdown-link:nth-child(2) { transition-delay: 0.04s, 0.04s, 0s; }
.nav-item-dropdown:hover .nav-dropdown-link:nth-child(3),
.nav-item-dropdown:focus-within .nav-dropdown-link:nth-child(3) { transition-delay: 0.08s, 0.08s, 0s; }
.nav-item-dropdown:hover .nav-dropdown-link:nth-child(4),
.nav-item-dropdown:focus-within .nav-dropdown-link:nth-child(4) { transition-delay: 0.12s, 0.12s, 0s; }
.nav-item-dropdown:hover .nav-dropdown-link:nth-child(5),
.nav-item-dropdown:focus-within .nav-dropdown-link:nth-child(5) { transition-delay: 0.16s, 0.16s, 0s; }
.nav-item-dropdown:hover .nav-dropdown-link:nth-child(6),
.nav-item-dropdown:focus-within .nav-dropdown-link:nth-child(6) { transition-delay: 0.2s, 0.2s, 0s; }
nav .nav-dropdown-link:hover {
background: rgba(42, 42, 70, 0.05);
}
.nav-dropdown-link-title {
display: flex;
align-items: center;
gap: 0.5rem;
font-family: var(--font-heading);
font-weight: 600;
font-size: 0.95rem;
color: var(--color-darker);
} .nav-dropdown-link-title::before {
content: '';
width: 6px;
height: 6px;
border-radius: 50%;
background: rgba(42, 42, 70, 0.18);
flex-shrink: 0;
transition: background-color 0.2s ease, transform 0.2s ease;
}
nav .nav-dropdown-link:hover .nav-dropdown-link-title::before {
background: var(--color-primary);
transform: scale(1.15);
}
.nav-dropdown-link-desc {
padding-left: calc(6px + 0.5rem);
font-size: 0.8rem;
font-weight: 400;
color: var(--color-text-muted);
} nav .nav-dropdown-all {
margin-top: 0.35rem;
border-top: 1px solid rgba(42, 42, 70, 0.07);
border-radius: 0 0 14px 14px;
}
.nav-dropdown-all .nav-dropdown-link-title {
color: var(--color-primary);
}
.nav-dropdown-all .nav-dropdown-link-title::before {
display: none;
}
.nav-dropdown-all .nav-dropdown-link-title::after {
content: '→';
transition: transform 0.2s ease;
}
nav .nav-dropdown-all:hover .nav-dropdown-link-title::after {
transform: translateX(4px);
} @media (max-width: 991.98px) {
.nav-item-dropdown {
position: static;
flex-direction: column;
align-items: flex-start;
gap: 1.25rem;
width: 100%;
}
.nav-dropdown-chevron {
display: none;
}
.nav-dropdown {
position: static;
padding-top: 0;
transform: none;
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.nav-dropdown-inner {
min-width: 0;
padding: 0;
gap: 1rem;
background: transparent;
backdrop-filter: none;
-webkit-backdrop-filter: none;
border: none;
border-radius: 0;
box-shadow: none;
}
nav#main-nav .nav-dropdown-link {
padding: 0;
width: 100%;
opacity: 1;
transform: none;
} nav#main-nav .nav-dropdown-link:hover,
nav#main-nav .nav-dropdown-link:active {
background: transparent;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-text-fill-color: initial;
color: inherit;
}
nav#main-nav .nav-dropdown-link-title {
justify-content: flex-start;
font-size: 1.15rem;
font-weight: 500;
color: rgba(255, 255, 255, 0.8);
}
.nav-dropdown-link-title::before,
.nav-dropdown-link-desc {
display: none;
}
nav#main-nav .nav-dropdown-all {
margin-top: 0;
border-top: none;
}
}
.site-footer {
position: relative;
background-color: var(--color-darker);
color: rgba(255, 255, 255, 0.7);
padding: 7rem 0 2.5rem;
border-top: 1px solid rgba(255, 255, 255, 0.05);
overflow: hidden;
isolation: isolate;
} .site-footer::before {
content: "";
position: absolute;
inset: 0;
background-image:
linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
background-size: 56px 56px;
pointer-events: none;
mask-image: radial-gradient(ellipse at center top, #000 0%, transparent 75%);
-webkit-mask-image: radial-gradient(ellipse at center top, #000 0%, transparent 75%);
z-index: 0;
} .site-footer::after {
content: "";
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: min(560px, 80%);
height: 1px;
background: linear-gradient(90deg,
transparent 0%,
rgba(28, 186, 200, 0) 20%,
var(--color-primary) 50%,
rgba(28, 186, 200, 0) 80%,
transparent 100%);
z-index: 1;
} .site-footer-glow {
position: absolute;
border-radius: 50%;
filter: blur(120px);
pointer-events: none;
z-index: 0;
}
.site-footer-glow-cyan {
width: 520px;
height: 520px;
top: -200px;
left: 50%;
transform: translateX(-50%);
background: rgba(28, 186, 200, 0.18);
animation: footer-pulse 8s ease-in-out infinite;
}
.site-footer-glow-orange {
width: 380px;
height: 380px;
bottom: -180px;
right: -120px;
background: rgba(244, 91, 50, 0.08);
animation: footer-pulse 10s ease-in-out infinite 2s;
}
@keyframes footer-pulse {
0%, 100% { transform: translate(-50%, 0) scale(1); opacity: 1; }
50%      { transform: translate(-50%, 10px) scale(1.05); opacity: 0.85; }
}
.site-footer-glow-orange {
animation-name: footer-pulse-orange;
}
@keyframes footer-pulse-orange {
0%, 100% { transform: scale(1); opacity: 1; }
50%      { transform: scale(1.08); opacity: 0.7; }
} .footer-main {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
align-items: center;
gap: 1.5rem;
text-align: center;
padding-bottom: 4rem;
} .footer-mark {
position: relative;
width: 52px;
height: 52px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 0.5rem;
}
.footer-mark-ring {
position: absolute;
inset: 0;
border-radius: 50%;
border: 1px solid rgba(28, 186, 200, 0.35);
animation: footer-mark-pulse 3.2s ease-out infinite;
}
.footer-mark-ring-2 {
animation-delay: 1.1s;
}
.footer-mark-dot {
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--color-primary);
box-shadow:
0 0 0 4px rgba(28, 186, 200, 0.15),
0 0 20px rgba(28, 186, 200, 0.6);
}
@keyframes footer-mark-pulse {
0%   { transform: scale(0.6); opacity: 0.9; }
100% { transform: scale(1.6); opacity: 0; }
} .footer-logo {
font-family: var(--font-heading);
font-size: 2rem;
font-weight: 700;
color: #ffffff;
letter-spacing: -0.02em;
line-height: 1;
}
.footer-logo span {
background: linear-gradient(135deg, var(--color-primary) 0%, #128b99 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: var(--color-primary);
} .footer-tagline {
max-width: 42ch;
font-size: 1.0625rem;
line-height: 1.65;
color: rgba(255, 255, 255, 0.65);
margin: 0;
} .footer-divider {
position: relative;
width: 1px;
height: 64px;
background: linear-gradient(180deg,
transparent 0%,
rgba(28, 186, 200, 0.5) 50%,
transparent 100%);
margin: 1rem 0 0.5rem;
overflow: hidden;
}
.footer-divider::after {
content: "";
position: absolute;
left: -2px;
top: 0;
width: 5px;
height: 16px;
background: var(--color-primary);
border-radius: 3px;
filter: blur(2px);
animation: footer-divider-slide 3.5s ease-in-out infinite;
}
@keyframes footer-divider-slide {
0%   { top: -16px; opacity: 0; }
20%  { opacity: 1; }
80%  { opacity: 1; }
100% { top: 64px; opacity: 0; }
} .footer-cta {
background: linear-gradient(135deg, var(--color-primary) 0%, #128b99 100%);
box-shadow: 0 8px 28px rgba(28, 186, 200, 0.35);
transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}
.footer-cta:hover {
transform: translateY(-3px);
box-shadow: 0 14px 38px rgba(28, 186, 200, 0.5);
filter: brightness(1.05);
} .footer-social {
display: flex;
gap: 0.75rem;
margin-top: 0.5rem;
}
.footer-social a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.04);
border: 1px solid rgba(255, 255, 255, 0.08);
text-decoration: none;
transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.footer-social a:hover {
background: rgba(28, 186, 200, 0.18);
border-color: rgba(28, 186, 200, 0.4);
transform: translateY(-3px) rotate(-3deg);
box-shadow: 0 8px 20px rgba(28, 186, 200, 0.25);
} .footer-bottom {
position: relative;
z-index: 2;
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 1.75rem;
border-top: 1px solid rgba(255, 255, 255, 0.06);
font-size: 0.8125rem;
color: rgba(255, 255, 255, 0.4);
}
.legal-links {
display: flex;
gap: 1.75rem;
}
.legal-links a {
position: relative;
color: rgba(255, 255, 255, 0.55);
text-decoration: none;
transition: color 0.25s ease;
}
.legal-links a::after {
content: "";
position: absolute;
left: 0;
bottom: -3px;
width: 0;
height: 1px;
background: var(--color-primary);
transition: width 0.3s ease;
}
.legal-links a:hover {
color: #ffffff;
}
.legal-links a:hover::after {
width: 100%;
} @media (max-width: 991.98px) {
.site-footer {
padding: 5rem 0 2rem;
}
.footer-main {
gap: 1.25rem;
padding-bottom: 3rem;
}
.footer-logo {
font-size: 1.75rem;
}
.footer-tagline {
font-size: 0.95rem;
padding: 0 1rem;
}
.footer-divider {
height: 48px;
}
.footer-bottom {
flex-direction: column;
gap: 1rem;
text-align: center;
padding-top: 1.5rem;
}
.legal-links {
gap: 1.25rem;
flex-wrap: wrap;
justify-content: center;
}
}
@media (prefers-reduced-motion: reduce) {
.site-footer-glow,
.footer-mark-ring,
.footer-divider::after {
animation: none;
}
} .footer-widgets {
position: relative;
z-index: 2;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 2.5rem;
padding: 3.5rem 0;
border-top: 1px solid rgba(255, 255, 255, 0.06);
text-align: left;
}
.footer-widget + .footer-widget {
margin-top: 2rem;
}
.footer-widgets h2,
.footer-widgets h3 {
color: #ffffff;
font-size: 1rem;
font-weight: 700;
letter-spacing: 0.5px;
margin-bottom: 1.1rem;
}
.footer-widgets p {
font-size: 0.95rem;
line-height: 1.7;
color: rgba(255, 255, 255, 0.55);
margin: 0 0 0.75rem;
}
.footer-widgets ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 0.6rem;
}
.footer-widgets li {
font-size: 0.95rem;
color: rgba(255, 255, 255, 0.55);
}
.footer-widgets a {
color: rgba(255, 255, 255, 0.55);
text-decoration: none;
transition: color 0.25s ease;
}
.footer-widgets a:hover {
color: #ffffff;
}
@media (max-width: 991.98px) {
.footer-widgets {
grid-template-columns: 1fr;
padding: 2.5rem 0;
gap: 2rem;
}
}
.hero-section {
min-height: 100vh;
display: flex;
align-items: center;
position: relative;
padding-top: 5rem; padding-bottom: 5rem;
overflow: hidden;
}
.hero-section > .container {
width: 100%;
}
.scroll-indicator {
position: absolute;
bottom: 2rem;
left: 50%;
margin-left: -24px;
color: var(--color-primary);
animation: bounce 2s infinite;
display: flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
border-radius: 50%;
background-color: rgba(28, 186, 200, 0.1);
transition: background-color 0.3s ease;
}
.scroll-indicator:hover {
background-color: rgba(28, 186, 200, 0.2);
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
40% { transform: translateY(-10px); }
60% { transform: translateY(-5px); }
}
.hero {
display: flex;
align-items: center;
gap: 5rem;
}
.hero-content {
flex: 1.2;
}
.hero-visual {
flex: 0.8;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.hero-actions {
display: flex;
gap: 1.5rem;
align-items: center;
}
@media (max-width: 991.98px) {
.hero-section { padding-top: 8rem; }
.hero { flex-direction: column; text-align: left; align-items: stretch; gap: 4rem; }
.hero-content > .section-tag { margin-inline: 0; }
.hero p { margin: 0 0 2.5rem 0; }
.hero-actions { justify-content: flex-start; }
}
.feature-block {
display: flex;
align-items: center;
gap: 6rem;
}
.feature-block.reverse {
flex-direction: row-reverse;
}
.feature-content {
flex: 1;
}
.feature-visual {
flex: 1;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-sm);
height: 480px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(228, 235, 245, 0.5);
position: relative;
padding: 2.5rem;
transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}
.feature-block:hover .feature-visual {
transform: scale(1.02);
box-shadow: var(--shadow-md);
}
.section-white .feature-visual {
box-shadow: inset 0 2px 10px rgba(42, 42, 70, 0.02);
border: none;
}
.feature-visual-placeholder {
width: 100%;
height: 100%;
background-color: var(--color-background);
border-radius: var(--radius-md);
display: flex;
flex-direction: column;
gap: 1rem;
padding: 1.5rem;
}
.section-white .feature-visual-placeholder {
background-color: white;
box-shadow: var(--shadow-sm);
} .feature-visual-padded {
padding: 1.5rem;
border: 1px solid rgba(228, 235, 245, 0.5);
}
.feature-visual-bare {
border: none;
} .radiography-checks {
list-style: none;
color: var(--color-dark);
font-weight: 600;
margin-bottom: 2.5rem;
}
.radiography-checks li {
margin-bottom: 0.75rem;
display: flex;
align-items: center;
gap: 0.5rem;
}
.radiography-checks li:last-child {
margin-bottom: 0;
}
@media (max-width: 991.98px) {
.feature-block { flex-direction: column; text-align: left; gap: 4rem; }
.feature-block.reverse { flex-direction: column; } .feature-visual {
width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
border-radius: 0;
border-left: none;
border-right: none;
}
.feature-visual-padded {
padding: 0;
}
.feature-visual-padded .doc-paper {
margin: 1.5rem;
}
}
.manifesto-section {
background-color: var(--color-background);
position: relative;
border-top: 1px solid rgba(42, 42, 70, 0.05);
}
.manifesto-layout {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: 1fr 1.2fr;
gap: 5rem;
align-items: start;
}
.manifesto-sticky {
position: sticky;
top: 120px;
}
.manifesto-list {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.manifesto-item {
background: white;
border-radius: 20px;
padding: 2.5rem;
display: flex;
gap: 2rem;
border: 1px solid rgba(42, 42, 70, 0.05);
box-shadow: 0 10px 30px rgba(42, 42, 70, 0.02);
transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.manifesto-item:hover {
transform: translateX(-10px);
box-shadow: 0 20px 40px rgba(42, 42, 70, 0.06);
border-color: rgba(28, 186, 200, 0.3);
}
.manifesto-number {
font-family: var(--font-heading);
font-size: 4rem;
font-weight: 800;
color: rgba(28, 186, 200, 0.15);
line-height: 1;
margin-top: -5px;
transition: color 0.3s ease;
}
.manifesto-item:hover .manifesto-number {
color: var(--color-primary);
}
.manifesto-content h3 {
font-size: 1.35rem;
font-family: var(--font-heading);
font-weight: 700;
color: var(--color-darker);
margin-bottom: 1rem;
}
.manifesto-content p {
font-size: 1rem;
color: #656580;
line-height: 1.6;
margin: 0;
}
@media (max-width: 991.98px) {
.manifesto-layout { grid-template-columns: 1fr; gap: 3rem; }
.manifesto-sticky { position: static; }
.manifesto-sticky h2 { font-size: 2.5rem; }
.manifesto-item { padding: 2rem; gap: 1.5rem; }
}
@media (max-width: 575.98px) {
.manifesto-item { flex-direction: column; gap: 1rem; padding: 1.5rem; }
.manifesto-number { font-size: 3rem; }
.manifesto-item:hover { transform: translateY(-5px); }
}
.bento-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
}
.bento-card {
border-radius: var(--radius-lg);
padding: 3rem;
box-shadow: var(--shadow-sm);
transition: transform 0.3s ease, box-shadow 0.3s ease;
display: flex;
flex-direction: column;
border: 1px solid rgba(228, 235, 245, 0.5);
}
.section-white .bento-card {
box-shadow: none;
border: none;
}
.section-white .bento-card:hover {
box-shadow: 0 10px 40px rgba(42, 42, 70, 0.05);
transform: translateY(-8px);
}
.bento-card:hover {
transform: translateY(-8px);
box-shadow: var(--shadow-md);
}
.bento-card h3 {
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 1rem;
color: var(--color-darker);
letter-spacing: -0.5px;
}
.bento-card p {
color: #656580;
font-size: 1.05rem;
line-height: 1.6;
}
.card-large {
grid-column: span 2;
} .bento-card-lead {
font-size: 1.15rem;
max-width: 85%;
margin-top: 1rem;
} .bento-card-dark {
color: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.05);
}
.bento-card-dark > * {
position: relative;
z-index: 1;
}
.bento-card-dark h3 {
color: #ffffff;
}
.bento-card-dark p {
color: rgba(255, 255, 255, 0.6);
}
.bento-card-dark .icon-box {
background: rgba(255, 255, 255, 0.05);
color: var(--color-primary);
border: 1px solid rgba(28, 186, 200, 0.2);
}
.bento-card-dark .link-arrow {
margin-top: auto;
padding-top: 1.5rem;
}
.bento-card-dark .link-arrow a {
color: var(--color-primary);
}
.data-number {
font-size: 2.5rem;
font-weight: 700;
color: var(--color-primary);
margin-bottom: 0.5rem;
line-height: 1;
letter-spacing: -1px;
}
.data-number-md {
font-size: 2rem;
}
.icon-box {
width: 64px;
height: 64px;
background-color: rgba(28, 186, 200, 0.1);
border-radius: var(--radius-md);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
color: var(--color-primary);
}
.icon-box svg {
width: 32px;
height: 32px;
}
@media (max-width: 991.98px) {
.bento-grid { grid-template-columns: 1fr; gap: 1.25rem; }
.card-large { grid-column: span 1; }
.bento-card { padding: 2rem; }
.bento-card-lead { max-width: 100%; }
}
@media (max-width: 575.98px) {
.bento-card { padding: 1.5rem; }
}
.vision-section {
position: relative;
}
.vision-header {
max-width: 720px;
margin: 0 auto 4.5rem;
text-align: center;
}
.vision-header .section-tag {
margin-bottom: 1.25rem;
}
.vision-header .section-description {
margin-top: 1.25rem;
color: var(--color-text-muted);
font-size: 1.0625rem;
}
.vision-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.5rem;
} .vision-card {
position: relative;
display: flex;
flex-direction: column;
padding: 3rem;
background: #ffffff;
border: 1px solid var(--color-border-card);
border-radius: var(--radius-lg);
transition: border-color 0.3s ease, transform 0.3s ease;
}
.vision-card:hover {
border-color: rgba(42, 42, 70, 0.12);
transform: translateY(-2px);
} .vision-card-meta {
display: flex;
align-items: center;
gap: 0.75rem;
margin-bottom: 2.5rem;
font-family: var(--font-heading);
font-size: 0.8125rem;
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--color-text-faint);
}
.vision-card-number {
color: var(--color-text-faint);
}
.vision-card-divider {
flex: 1;
height: 1px;
background: rgba(42, 42, 70, 0.08);
}
.vision-card-socle .vision-card-label {
color: var(--color-dark);
}
.vision-card-levier .vision-card-label {
color: var(--color-primary);
} .vision-card-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
margin-bottom: 1.75rem;
color: var(--color-dark);
}
.vision-card-icon svg {
width: 32px;
height: 32px;
}
.vision-card-levier .vision-card-icon {
color: var(--color-primary);
} .vision-card h3 {
font-size: 1.625rem;
font-weight: 700;
color: var(--color-dark);
margin-bottom: 1.25rem;
line-height: 1.25;
letter-spacing: -0.01em;
}
.vision-card p {
color: var(--color-text-muted);
font-size: 1.0625rem;
line-height: 1.7;
margin-bottom: 2.25rem;
} .vision-card-tags {
list-style: none;
display: flex;
flex-wrap: wrap;
gap: 1.5rem;
margin-top: auto;
padding: 0;
font-family: var(--font-heading);
font-size: 0.8125rem;
font-weight: 500;
color: var(--color-text-muted);
}
.vision-card-tags li {
position: relative;
padding-left: 1rem;
}
.vision-card-tags li::before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 4px;
height: 4px;
border-radius: 50%;
background: rgba(42, 42, 70, 0.25);
transform: translateY(-50%);
}
.vision-card-levier .vision-card-tags li::before {
background: var(--color-primary);
} @media (max-width: 991.98px) {
.vision-header {
margin-bottom: 2.5rem;
text-align: left;
}
.vision-grid {
grid-template-columns: 1fr;
gap: 1rem;
}
.vision-card {
padding: 2rem;
}
.vision-card h3 {
font-size: 1.375rem;
}
.vision-card p {
font-size: 1rem;
}
.vision-card-tags {
gap: 1rem;
}
}
.process-section {
position: relative;
}
.process-header {
max-width: 720px;
margin: 0 auto 6rem;
text-align: center;
}
.process-header .section-tag {
margin-bottom: 1.25rem;
}
.process-header .section-description {
margin-top: 1.25rem;
color: var(--color-text-muted);
font-size: 1.0625rem;
} .process-timeline {
list-style: none;
margin: 0 auto;
padding: 0;
max-width: 760px;
position: relative;
}
.process-step {
position: relative;
display: grid;
grid-template-columns: 64px 1fr;
column-gap: 2.5rem;
padding-bottom: 3rem;
}
.process-step:last-child {
padding-bottom: 0;
} .process-step::before {
content: "";
position: absolute;
top: 64px;
bottom: -1rem;
left: 31.5px;
width: 1px;
background: linear-gradient(180deg, rgba(28, 186, 200, 0.35) 0%, rgba(28, 186, 200, 0.08) 100%);
z-index: 0;
}
.process-step:last-child::before {
display: none;
} .process-step-marker {
position: relative;
width: 64px;
height: 64px;
border-radius: 50%;
background: #ffffff;
border: 1px solid rgba(28, 186, 200, 0.25);
display: flex;
align-items: center;
justify-content: center;
font-family: var(--font-heading);
font-size: 1.0625rem;
font-weight: 700;
color: var(--color-primary);
letter-spacing: 0.02em;
z-index: 1;
transition: all 0.35s ease;
box-shadow: 0 1px 3px rgba(28, 186, 200, 0.06), inset 0 0 0 4px #ffffff;
}
.process-step-marker span {
position: relative;
z-index: 1;
}
.process-step-marker::before {
content: "";
position: absolute;
inset: 0;
border-radius: 50%;
background: radial-gradient(circle at 30% 30%, rgba(28, 186, 200, 0.08) 0%, transparent 70%);
opacity: 0;
transition: opacity 0.35s ease;
}
.process-step:hover .process-step-marker {
border-color: var(--color-primary);
transform: scale(1.04);
box-shadow: 0 8px 24px rgba(28, 186, 200, 0.18), inset 0 0 0 4px #ffffff;
}
.process-step:hover .process-step-marker::before {
opacity: 1;
} .process-step-final .process-step-marker {
background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
border-color: transparent;
color: #ffffff;
box-shadow: 0 8px 20px rgba(28, 186, 200, 0.25), inset 0 0 0 4px transparent;
}
.process-step-final:hover .process-step-marker {
box-shadow: 0 12px 28px rgba(28, 186, 200, 0.35), inset 0 0 0 4px transparent;
} .process-step-body {
padding-top: 0.875rem;
}
.process-step-title {
font-family: var(--font-heading);
font-size: 1.625rem;
font-weight: 700;
color: var(--color-dark);
line-height: 1.2;
letter-spacing: -0.015em;
margin: 0 0 0.875rem;
}
.process-step-text {
color: var(--color-text-muted);
font-size: 1rem;
line-height: 1.7;
margin: 0;
max-width: 60ch;
} @media (max-width: 991.98px) {
.process-header {
margin-bottom: 3.5rem;
text-align: left;
}
.process-step {
grid-template-columns: 52px 1fr;
column-gap: 1.5rem;
padding-bottom: 2.25rem;
}
.process-step::before {
top: 52px;
left: 25.5px;
}
.process-step-marker {
width: 52px;
height: 52px;
font-size: 0.9375rem;
}
.process-step-body {
padding-top: 0.5rem;
}
.process-step-title {
font-size: 1.25rem;
}
.process-step-text {
font-size: 0.9375rem;
}
}
.commitment-section {
position: relative;
}
.commitment-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 7rem;
align-items: start;
} .commitment-intent {
position: sticky;
top: 8rem;
}
.commitment-intent .section-tag {
margin-bottom: 1.5rem;
}
.commitment-intent .section-title {
margin-bottom: 1.75rem;
}
.commitment-intent .section-description {
color: var(--color-text-muted);
font-size: 1.0625rem;
line-height: 1.7;
margin-bottom: 2.5rem;
}
.commitment-pullquote {
margin: 0;
padding: 0;
max-width: 30rem;
}
.commitment-pullquote-rule {
display: block;
width: 32px;
height: 1px;
background: var(--color-primary);
margin-bottom: 1.5rem;
}
.commitment-pullquote p {
font-family: var(--font-heading);
font-size: 1.5rem;
font-weight: 600;
line-height: 1.35;
letter-spacing: -0.015em;
color: var(--color-dark);
margin: 0;
} .commitment-pillars {
list-style: none;
margin: 0;
padding: 0;
}
.commitment-pillar {
display: grid;
grid-template-columns: 64px 1fr;
column-gap: 2rem;
align-items: start;
padding: 2.25rem 0;
border-bottom: 1px solid rgba(42, 42, 70, 0.08);
transition: padding-left 0.4s ease;
}
.commitment-pillar:first-child {
padding-top: 0.5rem;
}
.commitment-pillar:last-child {
border-bottom: none;
}
.commitment-pillar:hover {
padding-left: 0.75rem;
} .commitment-pillar-index {
font-family: var(--font-heading);
font-size: 2.5rem;
font-weight: 300;
line-height: 1;
color: var(--color-primary);
letter-spacing: -0.02em;
transition: color 0.3s ease, transform 0.3s ease;
transform-origin: left center;
}
.commitment-pillar:hover .commitment-pillar-index {
transform: scale(1.06);
} .commitment-pillar-body h3 {
font-family: var(--font-heading);
font-size: 1.375rem;
font-weight: 700;
color: var(--color-dark);
line-height: 1.25;
letter-spacing: -0.01em;
margin: 0.375rem 0 0.625rem;
}
.commitment-pillar-body p {
color: var(--color-text-muted);
font-size: 0.9375rem;
line-height: 1.65;
margin: 0;
max-width: 38ch;
} @media (max-width: 991.98px) {
.commitment-grid {
grid-template-columns: 1fr;
gap: 3rem;
}
.commitment-intent {
position: static;
}
.commitment-pillar {
grid-template-columns: 52px 1fr;
column-gap: 1.5rem;
padding: 1.75rem 0;
}
.commitment-pillar-index {
font-size: 2rem;
}
.commitment-pillar-body h3 {
font-size: 1.1875rem;
}
}
.audit-section {
position: relative;
}
.audit-header {
max-width: 760px;
margin: 0 auto 5.5rem;
text-align: center;
}
.audit-header .section-tag {
margin-bottom: 1.25rem;
}
.audit-header .section-description {
margin-top: 1.25rem;
color: var(--color-text-muted);
font-size: 1.0625rem;
} .audit-grid {
list-style: none;
margin: 0 auto;
padding: 0;
max-width: 1080px;
display: grid;
grid-template-columns: 1fr 1fr; gap: 1px;
background: rgba(42, 42, 70, 0.08);
}
.audit-item {
background: #ffffff;
padding: 3rem 3rem 3rem 0;
transition: padding-left 0.4s ease;
}
.audit-item:nth-child(odd) {
padding-right: 3rem;
}
.audit-item:nth-child(even) {
padding-left: 3rem;
padding-right: 0;
}
.audit-item:hover {
padding-left: 0.75rem;
}
.audit-item:nth-child(even):hover {
padding-left: 3.75rem;
} .audit-item-index {
font-family: var(--font-heading);
font-size: 2.5rem;
font-weight: 300;
line-height: 1;
color: var(--color-primary);
letter-spacing: -0.02em;
margin-bottom: 1.25rem;
transition: transform 0.3s ease;
transform-origin: left center;
}
.audit-item:hover .audit-item-index {
transform: scale(1.06);
} .audit-item-title {
font-family: var(--font-heading);
font-size: 1.375rem;
font-weight: 700;
color: var(--color-dark);
line-height: 1.3;
letter-spacing: -0.01em;
margin: 0 0 0.875rem;
max-width: 28ch;
} .audit-item-text {
color: var(--color-text-muted);
font-size: 0.9375rem;
line-height: 1.65;
margin: 0;
max-width: 42ch;
} .audit-footnote {
max-width: 720px;
margin: 4rem auto 0;
text-align: center;
font-family: var(--font-heading);
font-size: 0.875rem;
font-weight: 500;
line-height: 1.6;
color: var(--color-text-faint);
letter-spacing: 0.005em;
} @media (max-width: 991.98px) {
.audit-header {
margin-bottom: 3rem;
text-align: left;
}
.audit-grid {
grid-template-columns: 1fr;
}
.audit-item,
.audit-item:nth-child(odd),
.audit-item:nth-child(even) {
padding: 2rem 0;
}
.audit-item:hover,
.audit-item:nth-child(even):hover {
padding-left: 0.5rem;
}
.audit-item-index {
font-size: 2rem;
margin-bottom: 1rem;
}
.audit-item-title {
font-size: 1.1875rem;
}
.audit-footnote {
margin-top: 2.5rem;
}
}
.mgmt-pullquote {
margin: 2.5rem 0 0;
padding: 0;
max-width: 30rem;
}
.mgmt-pullquote-rule {
display: block;
width: 32px;
height: 1px;
background: var(--color-primary);
margin-bottom: 1.5rem;
}
.mgmt-pullquote p {
font-family: var(--font-heading);
font-size: 1.5rem;
font-weight: 600;
line-height: 1.35;
letter-spacing: -0.015em;
color: var(--color-dark);
margin: 0;
} .mgmt-hero {
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
padding: 9rem 0 5rem;
}
.mgmt-hero-grid {
display: grid;
grid-template-columns: 1.1fr 1fr;
gap: 6rem;
align-items: center;
width: 100%;
}
.mgmt-hero-content .section-tag {
margin-bottom: 1.5rem;
}
.mgmt-hero-content .section-title {
margin-bottom: 1.5rem;
}
.mgmt-hero-content .section-title.title-lg {
font-size: 3.5rem;
letter-spacing: -1.25px;
}
.mgmt-hero-content .section-description {
color: var(--color-text-muted);
margin-bottom: 2rem;
} .cockpit {
position: relative;
background: linear-gradient(160deg, #2a2a46 0%, #1d1d34 100%);
border-radius: 18px;
border: 1px solid rgba(255, 255, 255, 0.06);
overflow: hidden;
box-shadow:
0 1px 0 rgba(255, 255, 255, 0.04) inset,
0 30px 70px rgba(20, 20, 40, 0.35),
0 0 0 1px rgba(28, 186, 200, 0.04);
color: rgba(255, 255, 255, 0.9);
} .cockpit::before {
content: "";
position: absolute;
top: -120px;
right: -120px;
width: 320px;
height: 320px;
border-radius: 50%;
background: radial-gradient(circle, rgba(28, 186, 200, 0.16) 0%, transparent 70%);
pointer-events: none;
} .cockpit-chrome {
display: flex;
align-items: center;
gap: 1rem;
padding: 0.75rem 1rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
background: rgba(0, 0, 0, 0.15);
position: relative;
z-index: 1;
}
.cockpit-traffic {
display: flex;
gap: 6px;
}
.cockpit-traffic span {
width: 11px;
height: 11px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.1);
}
.cockpit-traffic span:first-child { background: #ff5f57; }
.cockpit-traffic span:nth-child(2) { background: #febc2e; }
.cockpit-traffic span:nth-child(3) { background: #28c840; }
.cockpit-title {
flex: 1;
display: flex;
align-items: center;
gap: 0.5rem;
justify-content: center;
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.04em;
color: rgba(255, 255, 255, 0.55);
}
.cockpit-title-mark {
width: 6px;
height: 6px;
border-radius: 1px;
background: var(--color-primary);
transform: rotate(45deg);
}
.cockpit-title-sep {
color: rgba(255, 255, 255, 0.25);
margin: 0 0.25rem;
}
.cockpit-title-sub {
font-weight: 500;
color: rgba(255, 255, 255, 0.4);
}
.cockpit-live {
display: inline-flex;
align-items: center;
gap: 0.4rem;
font-family: var(--font-heading);
font-size: 0.6875rem;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.65);
padding: 0.3rem 0.625rem;
background: rgba(28, 186, 200, 0.08);
border: 1px solid rgba(28, 186, 200, 0.18);
border-radius: 999px;
}
.cockpit-live-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--color-primary);
box-shadow: 0 0 0 0 rgba(28, 186, 200, 0.6);
animation: cockpit-live-pulse 1.8s ease-in-out infinite;
}
@keyframes cockpit-live-pulse {
0%, 100% { box-shadow: 0 0 0 0 rgba(28, 186, 200, 0.5); }
50% { box-shadow: 0 0 0 5px rgba(28, 186, 200, 0); }
} .cockpit-body {
display: grid;
grid-template-columns: 56px 1fr;
position: relative;
z-index: 1;
}
.cockpit-sidebar {
border-right: 1px solid rgba(255, 255, 255, 0.05);
padding: 1rem 0.5rem;
display: flex;
flex-direction: column;
gap: 0.5rem;
align-items: center;
}
.cockpit-sidebar-icon {
width: 36px;
height: 36px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 8px;
color: rgba(255, 255, 255, 0.35);
transition: color 0.2s ease, background 0.2s ease;
}
.cockpit-sidebar-icon svg {
width: 18px;
height: 18px;
}
.cockpit-sidebar-icon-active {
background: rgba(28, 186, 200, 0.12);
color: var(--color-primary);
}
.cockpit-main {
padding: 1.25rem 1.5rem 1.5rem;
display: flex;
flex-direction: column;
gap: 1.25rem;
} .cockpit-toolbar {
display: flex;
justify-content: space-between;
align-items: center;
gap: 1rem;
}
.cockpit-tabs {
display: flex;
gap: 1.25rem;
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 600;
color: rgba(255, 255, 255, 0.4);
}
.cockpit-tab {
position: relative;
padding-bottom: 0.5rem;
}
.cockpit-tab-active {
color: #ffffff;
}
.cockpit-tab-active::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 2px;
background: var(--color-primary);
border-radius: 1px;
}
.cockpit-range {
display: inline-flex;
background: rgba(255, 255, 255, 0.04);
border: 1px solid rgba(255, 255, 255, 0.06);
border-radius: 8px;
padding: 2px;
font-family: var(--font-heading);
font-size: 0.6875rem;
font-weight: 600;
}
.cockpit-range span {
padding: 0.3rem 0.6rem;
border-radius: 6px;
color: rgba(255, 255, 255, 0.45);
}
.cockpit-range-active {
background: rgba(28, 186, 200, 0.18);
color: #ffffff !important;
} .cockpit-kpis {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0.75rem;
}
.cockpit-kpi {
background: rgba(255, 255, 255, 0.03);
border: 1px solid rgba(255, 255, 255, 0.06);
border-radius: 12px;
padding: 0.875rem 1rem;
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.cockpit-kpi-head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.5rem;
}
.cockpit-kpi-label {
font-family: var(--font-heading);
font-size: 0.6875rem;
font-weight: 500;
letter-spacing: 0.08em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.45);
}
.cockpit-kpi-trend {
display: inline-flex;
align-items: center;
gap: 0.2rem;
font-family: var(--font-heading);
font-size: 0.6875rem;
font-weight: 600;
padding: 0.125rem 0.4rem;
border-radius: 4px;
}
.cockpit-kpi-trend svg {
width: 9px;
height: 9px;
}
.cockpit-kpi-trend-up {
color: #4ade80;
background: rgba(74, 222, 128, 0.1);
}
.cockpit-kpi-value {
font-family: var(--font-heading);
font-size: 1.625rem;
font-weight: 700;
color: #ffffff;
letter-spacing: -0.01em;
line-height: 1;
}
.cockpit-spark {
width: 100%;
height: 22px;
margin-top: 0.125rem;
} .cockpit-chart {
background: rgba(255, 255, 255, 0.02);
border: 1px solid rgba(255, 255, 255, 0.06);
border-radius: 12px;
padding: 1rem 1rem 0.75rem;
}
.cockpit-chart-head {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 0.5rem;
}
.cockpit-chart-title {
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 600;
color: rgba(255, 255, 255, 0.7);
}
.cockpit-chart-legend {
display: inline-flex;
gap: 0.875rem;
}
.cockpit-chart-legend-item {
display: inline-flex;
align-items: center;
gap: 0.35rem;
font-family: var(--font-heading);
font-size: 0.625rem;
font-weight: 500;
letter-spacing: 0.06em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.45);
}
.cockpit-legend-dot {
width: 8px;
height: 8px;
border-radius: 50%;
}
.cockpit-legend-dot-primary {
background: var(--color-primary);
}
.cockpit-legend-dot-dashed {
background: transparent;
border: 1px dashed rgba(255, 255, 255, 0.4);
}
.cockpit-chart-svg {
width: 100%;
height: auto;
display: block;
}
.cockpit-chart-axis {
display: flex;
justify-content: space-between;
margin-top: 0.5rem;
padding: 0 0.125rem;
font-family: var(--font-heading);
font-size: 0.625rem;
font-weight: 500;
color: rgba(255, 255, 255, 0.35);
letter-spacing: 0.04em;
} .cockpit-caption {
display: inline-flex;
align-items: center;
gap: 0.625rem;
margin-top: 1.25rem;
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--color-text-faint);
}
.cockpit-caption-mark {
width: 24px;
height: 1px;
background: var(--color-primary);
} .mgmt-immersion {
position: relative;
}
.mgmt-immersion-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 7rem;
align-items: start;
}
.mgmt-immersion-intent {
position: sticky;
top: 8rem;
}
.mgmt-immersion-intent .section-tag { margin-bottom: 1.5rem; }
.mgmt-immersion-intent .section-title { margin-bottom: 1.75rem; }
.mgmt-immersion-intent .section-description {
color: var(--color-text-muted);
font-size: 1.0625rem;
line-height: 1.7;
}
.mgmt-immersion-steps {
list-style: none;
margin: 0;
padding: 0;
}
.mgmt-immersion-step {
display: grid;
grid-template-columns: 64px 1fr;
column-gap: 2rem;
align-items: start;
padding: 2.25rem 0;
border-bottom: 1px solid rgba(42, 42, 70, 0.08);
transition: padding-left 0.4s ease;
}
.mgmt-immersion-step:first-child { padding-top: 0.5rem; }
.mgmt-immersion-step:last-child { border-bottom: none; }
.mgmt-immersion-step:hover { padding-left: 0.75rem; }
.mgmt-immersion-index {
font-family: var(--font-heading);
font-size: 2.5rem;
font-weight: 300;
line-height: 1;
color: var(--color-primary);
letter-spacing: -0.02em;
transition: transform 0.3s ease;
transform-origin: left center;
}
.mgmt-immersion-step:hover .mgmt-immersion-index { transform: scale(1.06); }
.mgmt-immersion-body h3 {
font-family: var(--font-heading);
font-size: 1.375rem;
font-weight: 700;
color: var(--color-dark);
line-height: 1.25;
letter-spacing: -0.01em;
margin: 0.375rem 0 0.625rem;
}
.mgmt-immersion-body p {
color: var(--color-text-muted);
font-size: 0.9375rem;
line-height: 1.65;
margin: 0;
max-width: 38ch;
} .mgmt-piliers {
position: relative;
}
.mgmt-piliers-header {
max-width: 760px;
margin: 0 auto 4.5rem;
text-align: center;
}
.mgmt-piliers-header .section-tag { margin-bottom: 1.25rem; }
.mgmt-piliers-header .section-description {
margin-top: 1.25rem;
color: var(--color-text-muted);
font-size: 1.0625rem;
}
.mgmt-piliers-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0;
max-width: 1200px;
margin: 0 auto;
}
.mgmt-pilier {
position: relative;
padding: 0 2.5rem;
display: flex;
flex-direction: column;
}
.mgmt-pilier:first-child {
padding-left: 0;
}
.mgmt-pilier:last-child {
padding-right: 0;
} .mgmt-pilier + .mgmt-pilier {
border-left: 1px solid rgba(42, 42, 70, 0.08);
}
.mgmt-pilier-letter {
font-family: var(--font-heading);
font-size: 5rem;
font-weight: 200;
line-height: 1;
color: var(--color-primary);
letter-spacing: -0.04em;
margin-bottom: 1.5rem;
}
.mgmt-pilier-title {
font-family: var(--font-heading);
font-size: 1.5rem;
font-weight: 700;
color: var(--color-dark);
line-height: 1.25;
letter-spacing: -0.01em;
margin: 0 0 1rem;
}
.mgmt-pilier-concept {
font-family: var(--font-heading);
font-size: 1rem;
font-weight: 600;
color: var(--color-primary);
margin: 0 0 1.5rem;
}
.mgmt-pilier-action {
color: var(--color-text-muted);
font-size: 0.9375rem;
line-height: 1.7;
margin: 0;
max-width: 32ch;
} .mgmt-cockpit-section {
position: relative;
color: #ffffff;
}
.mgmt-cockpit-header {
max-width: 760px;
margin: 0 auto 5rem;
text-align: center;
}
.mgmt-cockpit-header .section-tag {
background: rgba(255, 255, 255, 0.04);
border-color: rgba(255, 255, 255, 0.08);
color: #ffffff;
margin-bottom: 1.25rem;
}
.mgmt-cockpit-header .section-description {
color: rgba(255, 255, 255, 0.6);
margin-top: 1.25rem;
font-size: 1.0625rem;
}
.mgmt-cockpit-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
}
.mgmt-cockpit-card {
position: relative;
background: linear-gradient(160deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.015) 100%);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.06);
border-radius: 18px;
padding: 1.75rem;
display: flex;
flex-direction: column;
gap: 1.5rem;
transition: border-color 0.3s ease, transform 0.3s ease;
overflow: hidden;
} .mgmt-cockpit-card::before {
content: "";
position: absolute;
top: -80px;
right: -80px;
width: 200px;
height: 200px;
border-radius: 50%;
background: radial-gradient(circle, rgba(28, 186, 200, 0.08) 0%, transparent 70%);
pointer-events: none;
}
.mgmt-cockpit-card > * {
position: relative;
z-index: 1;
}
.mgmt-cockpit-card:hover {
border-color: rgba(28, 186, 200, 0.3);
transform: translateY(-4px);
} .mgmt-cockpit-card-head {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.mgmt-cockpit-card-title {
font-family: var(--font-heading);
font-size: 1.5rem;
font-weight: 700;
color: #ffffff;
line-height: 1.2;
letter-spacing: -0.01em;
margin: 0;
} .mgmt-cockpit-card-stat {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 1rem;
padding-bottom: 1.25rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.mgmt-cockpit-card-stat-value {
display: block;
font-family: var(--font-heading);
font-size: 2.625rem;
font-weight: 700;
color: #ffffff;
line-height: 1;
letter-spacing: -0.02em;
}
.mgmt-cockpit-card-stat-value small {
font-size: 1.25rem;
font-weight: 500;
color: rgba(255, 255, 255, 0.55);
margin-left: 0.125rem;
letter-spacing: 0;
}
.mgmt-cockpit-card-trend {
display: inline-flex;
align-items: center;
gap: 0.25rem;
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 600;
color: #4ade80;
background: rgba(74, 222, 128, 0.1);
padding: 0.25rem 0.5rem;
border-radius: 4px;
margin-bottom: 0.25rem;
}
.mgmt-cockpit-card-trend svg {
width: 10px;
height: 10px;
} .mgmt-graph {
flex: 1;
display: flex;
flex-direction: column;
gap: 0.5rem;
min-height: 130px;
}
.mgmt-graph-svg {
width: 100%;
height: 130px;
display: block;
}
.mgmt-graph-axis {
display: flex;
justify-content: space-between;
padding: 0 0.125rem;
font-family: var(--font-heading);
font-size: 0.625rem;
font-weight: 500;
color: rgba(255, 255, 255, 0.35);
letter-spacing: 0.04em;
} .mgmt-graph-gauge {
align-items: center;
justify-content: center;
min-height: 130px;
}
.mgmt-graph-gauge .mgmt-graph-svg {
height: 130px;
max-width: 240px;
} .mgmt-cockpit-card-foot {
display: flex;
gap: 1.25rem;
padding-top: 1rem;
border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.mgmt-cockpit-card-foot-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1rem;
}
.mgmt-cockpit-card-foot-grid > div {
display: flex;
flex-direction: column;
gap: 0.25rem;
}
.mgmt-cockpit-mini-value {
font-family: var(--font-heading);
font-size: 1.0625rem;
font-weight: 700;
color: #ffffff;
letter-spacing: -0.005em;
} .mgmt-cockpit-legend {
display: inline-flex;
align-items: center;
gap: 0.4rem;
font-family: var(--font-heading);
font-size: 0.6875rem;
font-weight: 500;
letter-spacing: 0.06em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.5);
}
.mgmt-cockpit-legend-dot {
width: 8px;
height: 8px;
border-radius: 50%;
}
.mgmt-cockpit-legend-dot-solid {
background: var(--color-primary);
}
.mgmt-cockpit-legend-dot-faint {
background: rgba(28, 186, 200, 0.3);
}
.mgmt-cockpit-legend-dot-dashed {
background: transparent;
border: 1px dashed rgba(255, 255, 255, 0.4);
width: 10px;
height: 10px;
} .mgmt-impact {
position: relative;
}
.mgmt-impact-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 6rem;
align-items: start;
}
.mgmt-impact-intent {
position: sticky;
top: 8rem;
}
.mgmt-impact-intent .section-tag { margin-bottom: 1.5rem; }
.mgmt-impact-intent .section-title { margin-bottom: 1.75rem; }
.mgmt-impact-intent .section-description {
color: var(--color-text-muted);
font-size: 1.0625rem;
line-height: 1.7;
}
.mgmt-impact-points {
display: flex;
flex-direction: column;
gap: 2rem;
}
.mgmt-impact-point {
padding: 2rem 0;
border-top: 1px solid rgba(42, 42, 70, 0.08);
}
.mgmt-impact-point:first-child {
padding-top: 0;
border-top: none;
}
.mgmt-impact-point-index {
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--color-primary);
margin-bottom: 0.875rem;
}
.mgmt-impact-point h3 {
font-family: var(--font-heading);
font-size: 1.5rem;
font-weight: 700;
color: var(--color-dark);
line-height: 1.25;
letter-spacing: -0.01em;
margin: 0 0 0.875rem;
}
.mgmt-impact-point p {
color: var(--color-text-muted);
font-size: 1rem;
line-height: 1.7;
margin: 0;
max-width: 50ch;
} .mgmt-comparison {
position: relative;
}
.mgmt-comparison-header {
max-width: 760px;
margin: 0 auto 4rem;
text-align: center;
}
.mgmt-comparison-header .section-tag { margin-bottom: 1.25rem; }
.mgmt-comparison-header .section-description {
margin-top: 1.25rem;
color: var(--color-text-muted);
font-size: 1.0625rem;
}
.mgmt-comparison-table {
max-width: 1080px;
margin: 0 auto;
}
.mgmt-comparison-row {
display: grid;
grid-template-columns: 1fr 1.5fr 1.5fr;
gap: 0;
border-bottom: 1px solid rgba(42, 42, 70, 0.08);
}
.mgmt-comparison-row:last-child {
border-bottom: none;
}
.mgmt-comparison-row-head {
border-bottom-color: rgba(42, 42, 70, 0.18);
}
.mgmt-comparison-cell {
padding: 1.75rem 1.5rem;
font-size: 1rem;
line-height: 1.5;
}
.mgmt-comparison-cell-dim {
font-family: var(--font-heading);
font-size: 1.0625rem;
font-weight: 700;
color: var(--color-dark);
letter-spacing: -0.005em;
padding-left: 0;
}
.mgmt-comparison-cell-before {
color: var(--color-text-muted);
border-left: 1px solid rgba(42, 42, 70, 0.06);
}
.mgmt-comparison-cell-after {
color: var(--color-dark);
background: rgba(28, 186, 200, 0.04);
border-left: 2px solid var(--color-primary);
font-weight: 500;
}
.mgmt-comparison-row-head .mgmt-comparison-cell {
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--color-text-faint);
padding: 1rem 1.5rem;
}
.mgmt-comparison-row-head .mgmt-comparison-cell-dim {
font-size: 0.75rem;
color: var(--color-text-faint);
padding-left: 0;
}
.mgmt-comparison-row-head .mgmt-comparison-cell span {
display: block;
font-size: 0.6875rem;
font-weight: 500;
color: var(--color-text-faint);
text-transform: none;
letter-spacing: 0.02em;
margin-top: 0.25rem;
opacity: 0.7;
}
.mgmt-comparison-row-head .mgmt-comparison-cell-after {
color: var(--color-primary);
background: rgba(28, 186, 200, 0.06);
} .mgmt-cta {
position: relative;
}
.mgmt-cta-inner {
max-width: 720px;
margin: 0 auto;
text-align: center;
}
.mgmt-cta-rule {
width: 32px;
height: 1px;
background: var(--color-primary);
margin: 0 auto 2rem;
}
.mgmt-cta-title {
font-family: var(--font-heading);
font-size: 2.5rem;
font-weight: 700;
line-height: 1.15;
letter-spacing: -0.02em;
color: var(--color-dark);
margin: 0 0 1.5rem;
}
.mgmt-cta-text {
color: var(--color-text-muted);
font-size: 1.0625rem;
line-height: 1.7;
margin: 0 0 2.5rem;
}
.mgmt-cta-actions {
display: flex;
justify-content: center;
} @media (max-width: 991.98px) {
.mgmt-hero {
min-height: auto;
padding: 7rem 0 4rem;
}
.mgmt-piliers-header,
.mgmt-cockpit-header,
.mgmt-comparison-header,
.mgmt-cta-inner {
text-align: left;
}
.mgmt-hero-visual {
width: 100%;
min-width: 0;
overflow: hidden;
}
.cockpit,
.cockpit-body,
.cockpit-main,
.cockpit-chart {
min-width: 0;
}
.cockpit-kpis {
grid-template-columns: 1fr;
gap: 0.5rem;
}
.cockpit-body {
grid-template-columns: 44px 1fr;
}
.cockpit-main {
padding: 1rem;
gap: 1rem;
}
.cockpit-sidebar {
padding: 0.75rem 0.25rem;
}
.cockpit-kpi-value {
font-size: 1.375rem;
}
.cockpit-tabs {
gap: 0.875rem;
}
.mgmt-hero-grid,
.mgmt-immersion-grid,
.mgmt-impact-grid {
grid-template-columns: 1fr;
gap: 3rem;
}
.mgmt-immersion-intent,
.mgmt-impact-intent {
position: static;
}
.mgmt-piliers-grid {
grid-template-columns: 1fr;
gap: 0;
}
.mgmt-cockpit-grid {
grid-template-columns: 1fr;
gap: 1rem;
}
.mgmt-pilier {
padding: 2.5rem 0;
}
.mgmt-pilier:first-child {
padding-top: 0;
}
.mgmt-pilier:last-child {
padding-bottom: 0;
}
.mgmt-pilier + .mgmt-pilier {
border-left: none;
border-top: 1px solid rgba(42, 42, 70, 0.08);
}
.mgmt-pilier-letter {
font-size: 3.5rem;
}
.mgmt-immersion-step {
grid-template-columns: 52px 1fr;
column-gap: 1.5rem;
padding: 1.75rem 0;
}
.mgmt-immersion-index {
font-size: 2rem;
}
.mgmt-comparison-row {
grid-template-columns: 1fr;
padding: 1.25rem 0;
border-bottom-width: 1px;
}
.mgmt-comparison-cell {
padding: 0.5rem 0;
border-left: none !important;
}
.mgmt-comparison-cell-dim {
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--color-text-faint);
margin-bottom: 0.5rem;
}
.mgmt-comparison-cell-before::before {
content: "Avant : ";
font-weight: 600;
color: var(--color-text-faint);
}
.mgmt-comparison-cell-after {
background: transparent;
border-left: 2px solid var(--color-primary) !important;
padding-left: 1rem !important;
}
.mgmt-comparison-cell-after::before {
content: "Après : ";
font-weight: 600;
color: var(--color-primary);
}
.mgmt-comparison-row-head {
display: none;
}
.mgmt-cta-title {
font-size: 1.875rem;
}
}
.site-header-landing {
justify-content: center;
padding: 0.75rem 2.5rem;
margin: 0;
width: 100%;
} .ads-pullquote {
margin: 2.5rem 0 0;
padding: 0;
max-width: 30rem;
}
.ads-pullquote-rule {
display: block;
width: 32px;
height: 1px;
background: var(--color-primary);
margin-bottom: 1.5rem;
}
.ads-pullquote p {
font-family: var(--font-heading);
font-size: 1.5rem;
font-weight: 600;
line-height: 1.35;
letter-spacing: -0.015em;
color: var(--color-dark);
margin: 0;
} .ads-hero {
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
padding: 9rem 0 5rem;
}
.ads-hero-grid {
display: grid;
grid-template-columns: 1.3fr 1fr;
gap: 5rem;
align-items: center;
width: 100%;
}
.ads-hero-content .section-tag { margin-bottom: 1.5rem; }
.ads-hero-content .section-title { margin-bottom: 1.5rem; }
.ads-hero-content .section-title.title-lg {
font-size: 3.25rem;
letter-spacing: -1.25px;
line-height: 1.1;
}
.ads-hero-content .section-description {
color: var(--color-text-muted);
margin-bottom: 2rem;
}
.ads-hero-content .hero-actions { margin-bottom: 3rem; } .ads-hero-meta {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0;
border-top: 1px solid rgba(42, 42, 70, 0.1);
border-bottom: 1px solid rgba(42, 42, 70, 0.1);
}
.ads-hero-meta-item {
padding: 1rem 1.25rem;
display: flex;
flex-direction: column;
gap: 0.375rem;
position: relative;
}
.ads-hero-meta-item + .ads-hero-meta-item::before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 1px;
height: 60%;
background: rgba(42, 42, 70, 0.08);
transform: translateY(-50%);
}
.ads-hero-meta-value {
font-family: var(--font-heading);
font-size: 1.5rem;
font-weight: 700;
color: var(--color-dark);
letter-spacing: -0.02em;
line-height: 1;
}
.ads-hero-meta-label {
font-family: var(--font-heading);
font-size: 0.6875rem;
font-weight: 500;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--color-text-faint);
} .ads-hero-portrait {
display: flex;
flex-direction: column;
gap: 2.25rem;
}
.ads-portrait {
position: relative;
aspect-ratio: 3 / 4;
width: 100%;
margin-top: 1rem;
}
.ads-portrait-accent {
position: absolute;
top: -1rem;
right: -1rem;
bottom: 1rem;
left: 1rem;
background: linear-gradient(160deg, rgba(28, 186, 200, 0.18) 0%, rgba(28, 186, 200, 0.04) 100%);
border-radius: var(--radius-lg);
z-index: 0;
}
.ads-portrait-grid {
position: absolute;
top: -1.5rem;
left: -1.5rem;
width: 120px;
height: 120px;
background-image: radial-gradient(rgba(28, 186, 200, 0.35) 1px, transparent 1px);
background-size: 12px 12px;
z-index: 0;
opacity: 0.7;
}
.ads-portrait-frame {
position: relative;
margin: 0;
width: 100%;
height: 100%;
border-radius: var(--radius-lg);
overflow: hidden;
background: linear-gradient(160deg, #f7f9fc 0%, #e4ebf5 100%);
border: 1px solid rgba(42, 42, 70, 0.08);
box-shadow: 0 30px 80px rgba(42, 42, 70, 0.12), 0 8px 24px rgba(42, 42, 70, 0.06);
z-index: 1;
}
.ads-portrait-frame img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
} .ads-portrait-badge {
position: absolute;
top: 1rem;
left: 1rem;
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem 0.85rem;
background: rgba(255, 255, 255, 0.92);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(28, 186, 200, 0.25);
border-radius: 999px;
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.02em;
color: var(--color-darker);
z-index: 3;
}
.ads-portrait-badge-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--color-primary);
box-shadow: 0 0 0 3px rgba(28, 186, 200, 0.2);
} .ads-portrait-signature {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 3rem 1.5rem 1.25rem;
background: linear-gradient(180deg, transparent 0%, rgba(20, 20, 40, 0.55) 100%);
display: flex;
flex-direction: column;
gap: 0.125rem;
z-index: 2;
color: #ffffff;
}
.ads-portrait-signature-name {
font-family: var(--font-heading);
font-size: 1.0625rem;
font-weight: 700;
letter-spacing: -0.005em;
}
.ads-portrait-signature-role {
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 500;
letter-spacing: 0.04em;
color: rgba(255, 255, 255, 0.75);
} .ads-portrait-chip {
position: absolute;
right: -1rem;
bottom: 1.5rem;
background: linear-gradient(155deg, rgba(33, 33, 56, 0.96) 0%, rgba(20, 20, 40, 0.98) 100%);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(28, 186, 200, 0.22);
border-radius: 12px;
padding: 0.75rem 0.95rem;
box-shadow:
0 1px 0 rgba(255, 255, 255, 0.06) inset,
0 16px 36px rgba(20, 20, 40, 0.28);
display: flex;
flex-direction: column;
gap: 0.4rem;
z-index: 3;
min-width: 130px;
overflow: hidden;
}
.ads-portrait-chip > * { position: relative; z-index: 1; }
.ads-portrait-chip-eyebrow {
display: inline-flex;
align-items: center;
gap: 0.4rem;
font-family: var(--font-heading);
font-size: 0.625rem;
font-weight: 600;
letter-spacing: 0.14em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.55);
}
.ads-portrait-chip-eyebrow-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--color-primary);
box-shadow: 0 0 0 2px rgba(28, 186, 200, 0.25);
}
.ads-portrait-chip-value {
font-family: var(--font-heading);
font-size: 1.625rem;
font-weight: 700;
color: #ffffff;
letter-spacing: -0.025em;
line-height: 1;
display: flex;
align-items: baseline;
gap: 0.25rem;
}
.ads-portrait-chip-value small {
font-size: 0.6875rem;
font-weight: 500;
color: rgba(255, 255, 255, 0.55);
letter-spacing: 0.04em;
text-transform: uppercase;
}
.ads-portrait-chip-label {
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 500;
color: rgba(255, 255, 255, 0.75);
letter-spacing: 0.02em;
}
.ads-portrait-chip-track {
position: relative;
display: block;
height: 2px;
margin-top: 0.125rem;
background: rgba(255, 255, 255, 0.08);
border-radius: 1px;
overflow: hidden;
}
.ads-portrait-chip-track-fill {
position: absolute;
inset: 0;
width: 92%;
background: linear-gradient(90deg, rgba(28, 186, 200, 0.4) 0%, var(--color-primary) 100%);
border-radius: 1px;
} .ads-radiography { position: relative; }
.ads-radiography-header {
max-width: 760px;
margin: 0 auto 4.5rem;
text-align: center;
}
.ads-radiography-header .section-tag { margin-bottom: 1.25rem; }
.ads-radiography-header .section-description {
margin-top: 1.25rem;
color: var(--color-text-muted);
font-size: 1.0625rem;
}
.ads-radiography-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.5rem;
max-width: 1080px;
margin: 0 auto;
}
.ads-radiography-card {
background: #ffffff;
border: 1px solid var(--color-border-card);
border-radius: 20px;
padding: 2.25rem;
display: flex;
flex-direction: column;
gap: 1rem;
box-shadow: var(--shadow-sm);
transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.ads-radiography-card:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-md);
border-color: rgba(28, 186, 200, 0.3);
}
.ads-radiography-index {
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--color-primary);
}
.ads-radiography-title {
font-family: var(--font-heading);
font-size: 1.375rem;
font-weight: 700;
color: var(--color-dark);
line-height: 1.25;
letter-spacing: -0.01em;
margin: 0;
}
.ads-radiography-text {
color: var(--color-text-muted);
font-size: 0.9375rem;
line-height: 1.7;
margin: 0;
} .ads-method { position: relative; }
.ads-method-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 7rem;
align-items: start;
}
.ads-method-intent {
position: sticky;
top: 8rem;
}
.ads-method-intent .section-tag { margin-bottom: 1.5rem; }
.ads-method-intent .section-title { margin-bottom: 1.75rem; }
.ads-method-intent .section-description {
color: var(--color-text-muted);
font-size: 1.0625rem;
line-height: 1.7;
}
.ads-method-steps {
list-style: none;
margin: 0;
padding: 0;
}
.ads-method-step {
display: grid;
grid-template-columns: 64px 1fr;
column-gap: 2rem;
align-items: start;
padding: 2.25rem 0;
border-bottom: 1px solid rgba(42, 42, 70, 0.08);
transition: padding-left 0.4s ease;
}
.ads-method-step:first-child { padding-top: 0.5rem; }
.ads-method-step:last-child { border-bottom: none; }
.ads-method-step:hover { padding-left: 0.75rem; }
.ads-method-index {
font-family: var(--font-heading);
font-size: 2.5rem;
font-weight: 300;
line-height: 1;
color: var(--color-primary);
letter-spacing: -0.02em;
transition: transform 0.3s ease;
transform-origin: left center;
}
.ads-method-step:hover .ads-method-index { transform: scale(1.06); }
.ads-method-duration {
display: inline-block;
font-family: var(--font-heading);
font-size: 0.6875rem;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--color-primary);
background: rgba(28, 186, 200, 0.08);
padding: 0.3rem 0.6rem;
border-radius: 4px;
margin-bottom: 0.75rem;
}
.ads-method-body h3 {
font-family: var(--font-heading);
font-size: 1.375rem;
font-weight: 700;
color: var(--color-dark);
line-height: 1.25;
letter-spacing: -0.01em;
margin: 0 0 0.625rem;
}
.ads-method-body p {
color: var(--color-text-muted);
font-size: 0.9375rem;
line-height: 1.65;
margin: 0;
max-width: 42ch;
} .ads-cockpit {
position: relative;
color: #ffffff;
}
.ads-cockpit-header {
max-width: 760px;
margin: 0 auto 5rem;
text-align: center;
}
.ads-cockpit-header .section-tag {
background: rgba(255, 255, 255, 0.04);
border-color: rgba(255, 255, 255, 0.08);
color: #ffffff;
margin-bottom: 1.25rem;
}
.ads-cockpit-header .section-description {
color: rgba(255, 255, 255, 0.6);
margin-top: 1.25rem;
font-size: 1.0625rem;
}
.ads-cockpit-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
}
.ads-cockpit-card {
position: relative;
background: linear-gradient(160deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.015) 100%);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.06);
border-radius: 18px;
padding: 1.75rem;
display: flex;
flex-direction: column;
gap: 1.5rem;
transition: border-color 0.3s ease, transform 0.3s ease;
overflow: hidden;
}
.ads-cockpit-card::before {
content: "";
position: absolute;
top: -80px;
right: -80px;
width: 200px;
height: 200px;
border-radius: 50%;
background: radial-gradient(circle, rgba(28, 186, 200, 0.08) 0%, transparent 70%);
pointer-events: none;
}
.ads-cockpit-card > * {
position: relative;
z-index: 1;
}
.ads-cockpit-card:hover {
border-color: rgba(28, 186, 200, 0.3);
transform: translateY(-4px);
}
.ads-cockpit-card-head {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.ads-cockpit-card-index {
font-family: var(--font-heading);
font-size: 0.6875rem;
font-weight: 600;
letter-spacing: 0.14em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.45);
}
.ads-cockpit-card-title {
font-family: var(--font-heading);
font-size: 1.5rem;
font-weight: 700;
color: #ffffff;
line-height: 1.2;
letter-spacing: -0.01em;
margin: 0;
}
.ads-cockpit-card-stat {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 1rem;
padding-bottom: 1.25rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.ads-cockpit-card-stat-label {
display: block;
font-family: var(--font-heading);
font-size: 0.6875rem;
font-weight: 500;
letter-spacing: 0.08em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.45);
margin-bottom: 0.375rem;
}
.ads-cockpit-card-stat-value {
display: block;
font-family: var(--font-heading);
font-size: 2.625rem;
font-weight: 700;
color: #ffffff;
line-height: 1;
letter-spacing: -0.02em;
}
.ads-cockpit-card-stat-value small {
font-size: 1.25rem;
font-weight: 500;
color: rgba(255, 255, 255, 0.55);
margin-left: 0.125rem;
letter-spacing: 0;
}
.ads-cockpit-card-trend {
display: inline-flex;
align-items: center;
gap: 0.25rem;
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 600;
color: #4ade80;
background: rgba(74, 222, 128, 0.1);
padding: 0.25rem 0.5rem;
border-radius: 4px;
margin-bottom: 0.25rem;
}
.ads-cockpit-card-trend svg {
width: 10px;
height: 10px;
}
.ads-graph {
flex: 1;
display: flex;
flex-direction: column;
gap: 0.5rem;
min-height: 130px;
}
.ads-graph-svg {
width: 100%;
height: 130px;
display: block;
}
.ads-graph-axis {
display: flex;
justify-content: space-between;
padding: 0 0.125rem;
font-family: var(--font-heading);
font-size: 0.625rem;
font-weight: 500;
color: rgba(255, 255, 255, 0.35);
letter-spacing: 0.04em;
}
.ads-graph-gauge {
align-items: center;
justify-content: center;
min-height: 130px;
}
.ads-graph-gauge .ads-graph-svg {
height: 130px;
max-width: 240px;
}
.ads-cockpit-card-foot {
display: flex;
gap: 1.25rem;
padding-top: 1rem;
border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.ads-cockpit-card-foot-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1rem;
}
.ads-cockpit-card-foot-grid > div {
display: flex;
flex-direction: column;
gap: 0.25rem;
}
.ads-cockpit-mini-label {
font-family: var(--font-heading);
font-size: 0.6875rem;
font-weight: 500;
letter-spacing: 0.08em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.45);
}
.ads-cockpit-mini-value {
font-family: var(--font-heading);
font-size: 1.0625rem;
font-weight: 700;
color: #ffffff;
letter-spacing: -0.005em;
}
.ads-cockpit-legend {
display: inline-flex;
align-items: center;
gap: 0.4rem;
font-family: var(--font-heading);
font-size: 0.6875rem;
font-weight: 500;
letter-spacing: 0.06em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.5);
}
.ads-cockpit-legend-dot {
width: 8px;
height: 8px;
border-radius: 50%;
}
.ads-cockpit-legend-dot-solid {
background: var(--color-primary);
}
.ads-cockpit-legend-dot-dashed {
background: transparent;
border: 1px dashed rgba(255, 255, 255, 0.4);
width: 10px;
height: 10px;
} .ads-audience { position: relative; }
.ads-audience-header {
max-width: 760px;
margin: 0 auto 4.5rem;
text-align: center;
}
.ads-audience-header .section-tag { margin-bottom: 1.25rem; }
.ads-audience-header .section-description {
margin-top: 1.25rem;
color: var(--color-text-muted);
font-size: 1.0625rem;
}
.ads-audience-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
max-width: 1200px;
margin: 0 auto;
}
.ads-audience-card {
background: #ffffff;
border: 1px solid var(--color-border-card);
border-radius: 20px;
padding: 2.25rem;
display: flex;
flex-direction: column;
gap: 1rem;
box-shadow: var(--shadow-sm);
transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.ads-audience-card:hover {
transform: translateY(-6px);
box-shadow: var(--shadow-md);
border-color: rgba(28, 186, 200, 0.3);
}
.ads-audience-index {
font-family: var(--font-heading);
font-size: 4rem;
font-weight: 200;
line-height: 1;
color: var(--color-primary);
letter-spacing: -0.04em;
margin-bottom: 0.5rem;
}
.ads-audience-title {
font-family: var(--font-heading);
font-size: 1.5rem;
font-weight: 700;
color: var(--color-dark);
line-height: 1.25;
letter-spacing: -0.01em;
margin: 0;
}
.ads-audience-subtitle {
font-family: var(--font-heading);
font-size: 0.875rem;
font-weight: 600;
color: var(--color-primary);
margin: 0;
line-height: 1.4;
}
.ads-audience-text {
color: var(--color-text-muted);
font-size: 0.9375rem;
line-height: 1.7;
margin: 0;
} .ads-anchor { position: relative; }
.ads-anchor-inner {
display: grid;
grid-template-columns: 1.2fr 1fr;
gap: 6rem;
align-items: center;
}
.ads-anchor-content .section-tag { margin-bottom: 1.5rem; }
.ads-anchor-content .section-title { margin-bottom: 1.75rem; }
.ads-anchor-content .section-description {
color: var(--color-text-muted);
font-size: 1.0625rem;
line-height: 1.7;
}
.ads-anchor-cities {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 0;
background: #ffffff;
border-radius: 20px;
border: 1px solid var(--color-border-card);
box-shadow: var(--shadow-sm);
overflow: hidden;
}
.ads-anchor-city {
padding: 1.5rem 2rem;
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 1rem;
border-bottom: 1px solid rgba(42, 42, 70, 0.06);
transition: background 0.3s ease, padding-left 0.3s ease;
}
.ads-anchor-city:last-child { border-bottom: none; }
.ads-anchor-city:hover {
background: rgba(28, 186, 200, 0.03);
padding-left: 2.5rem;
}
.ads-anchor-city-name {
font-family: var(--font-heading);
font-size: 1.375rem;
font-weight: 700;
color: var(--color-dark);
letter-spacing: -0.01em;
}
.ads-anchor-city-meta {
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 500;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--color-text-faint);
} .ads-commitments {
position: relative;
border-top: 1px solid rgba(42, 42, 70, 0.05);
}
.ads-commitments-layout {
display: grid;
grid-template-columns: 1fr 1.2fr;
gap: 5rem;
align-items: start;
}
.ads-commitments-sticky {
position: sticky;
top: 120px;
}
.ads-commitments-sticky .section-tag { margin-bottom: 1.25rem; }
.ads-commitments-sticky .section-title { margin-bottom: 1.75rem; }
.ads-commitments-sticky .section-description {
color: var(--color-text-muted);
font-size: 1.0625rem;
line-height: 1.7;
margin-bottom: 2.5rem;
}
.ads-commitments-list {
display: flex;
flex-direction: column;
gap: 1.25rem;
}
.ads-commitments-item {
background: #ffffff;
border-radius: 20px;
padding: 2.25rem;
display: flex;
gap: 1.75rem;
border: 1px solid rgba(42, 42, 70, 0.05);
box-shadow: 0 10px 30px rgba(42, 42, 70, 0.02);
transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.ads-commitments-item:hover {
transform: translateX(-10px);
box-shadow: 0 20px 40px rgba(42, 42, 70, 0.06);
border-color: rgba(28, 186, 200, 0.3);
}
.ads-commitments-number {
font-family: var(--font-heading);
font-size: 3.5rem;
font-weight: 800;
color: rgba(28, 186, 200, 0.15);
line-height: 1;
margin-top: -3px;
transition: color 0.3s ease;
min-width: 3rem;
}
.ads-commitments-item:hover .ads-commitments-number {
color: var(--color-primary);
}
.ads-commitments-content h3 {
font-size: 1.25rem;
font-family: var(--font-heading);
font-weight: 700;
color: var(--color-darker);
margin: 0 0 0.75rem;
letter-spacing: -0.01em;
}
.ads-commitments-content p {
font-size: 0.9375rem;
color: var(--color-text-muted);
line-height: 1.65;
margin: 0;
} .ads-proof { position: relative; }
.ads-proof-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 6rem;
align-items: center;
}
.ads-proof-intent .section-tag { margin-bottom: 1.5rem; }
.ads-proof-intent .section-title { margin-bottom: 1.75rem; }
.ads-proof-intent .section-description {
color: var(--color-text-muted);
font-size: 1.0625rem;
line-height: 1.7;
}
.ads-proof-stats {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
background: #ffffff;
border-radius: 20px;
border: 1px solid var(--color-border-card);
box-shadow: var(--shadow-sm);
overflow: hidden;
}
.ads-proof-stat {
padding: 2rem;
border-right: 1px solid rgba(42, 42, 70, 0.06);
border-bottom: 1px solid rgba(42, 42, 70, 0.06);
display: flex;
flex-direction: column;
gap: 0.5rem;
transition: background 0.3s ease;
}
.ads-proof-stat:nth-child(2n) { border-right: none; }
.ads-proof-stat:nth-last-child(-n+2) { border-bottom: none; }
.ads-proof-stat:hover {
background: rgba(28, 186, 200, 0.03);
}
.ads-proof-stat-value {
font-family: var(--font-heading);
font-size: 2.5rem;
font-weight: 700;
color: var(--color-primary);
letter-spacing: -0.025em;
line-height: 1;
margin-bottom: 0.375rem;
}
.ads-proof-stat-label {
font-family: var(--font-heading);
font-size: 0.9375rem;
font-weight: 600;
color: var(--color-dark);
margin-bottom: 0.375rem;
}
.ads-proof-stat-desc {
color: var(--color-text-muted);
font-size: 0.8125rem;
line-height: 1.55;
} .ads-faq { position: relative; }
.ads-faq-header {
max-width: 760px;
margin: 0 auto 4.5rem;
text-align: center;
}
.ads-faq-header .section-tag { margin-bottom: 1.25rem; }
.ads-faq-header .section-description {
margin-top: 1.25rem;
color: var(--color-text-muted);
font-size: 1.0625rem;
}
.ads-faq-list {
max-width: 860px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 1rem;
}
.ads-faq-item {
background: #ffffff;
border: 1px solid var(--color-border-card);
border-radius: 16px;
overflow: hidden;
transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.ads-faq-item[open] {
border-color: rgba(28, 186, 200, 0.3);
box-shadow: 0 12px 32px rgba(42, 42, 70, 0.06);
}
.ads-faq-question {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1.5rem;
padding: 1.5rem 2rem;
cursor: pointer;
font-family: var(--font-heading);
font-size: 1.125rem;
font-weight: 600;
color: var(--color-dark);
letter-spacing: -0.005em;
list-style: none;
user-select: none;
transition: color 0.2s ease;
}
.ads-faq-question::-webkit-details-marker { display: none; }
.ads-faq-question::marker { content: ""; }
.ads-faq-question:hover { color: var(--color-primary); }
.ads-faq-icon {
position: relative;
width: 20px;
height: 20px;
flex-shrink: 0;
transition: transform 0.3s ease;
}
.ads-faq-icon::before,
.ads-faq-icon::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 12px;
height: 2px;
background: var(--color-primary);
border-radius: 1px;
transform: translate(-50%, -50%);
transition: transform 0.3s ease;
}
.ads-faq-icon::after {
transform: translate(-50%, -50%) rotate(90deg);
}
.ads-faq-item[open] .ads-faq-icon::after {
transform: translate(-50%, -50%) rotate(0deg);
}
.ads-faq-answer {
padding: 0 2rem 1.75rem;
color: var(--color-text-muted);
font-size: 0.9375rem;
line-height: 1.75;
animation: ads-faq-fade 0.3s ease;
}
.ads-faq-answer p { margin: 0; }
@keyframes ads-faq-fade {
from { opacity: 0; transform: translateY(-6px); }
to { opacity: 1; transform: translateY(0); }
} .ads-contact-hero {
position: relative;
padding: 9rem 0 4rem;
min-height: auto;
}
.ads-contact-hero-grid {
display: grid;
grid-template-columns: 1.4fr 1fr;
gap: 5rem;
align-items: center;
width: 100%;
}
.ads-contact-hero-content .section-tag { margin-bottom: 1.5rem; }
.ads-contact-hero-content .section-title { margin-bottom: 1.5rem; }
.ads-contact-hero-content .section-title.title-lg {
font-size: 3rem;
letter-spacing: -1.25px;
line-height: 1.1;
}
.ads-contact-hero-content .section-description {
color: var(--color-text-muted);
margin-bottom: 2rem;
max-width: 40rem;
}
.ads-contact-hero-meta {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 1.5rem 2rem;
}
.ads-contact-hero-meta-item {
display: inline-flex;
align-items: center;
gap: 0.6rem;
font-family: var(--font-heading);
font-size: 0.875rem;
font-weight: 600;
color: var(--color-dark);
}
.ads-contact-hero-meta-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--color-primary);
box-shadow: 0 0 0 3px rgba(28, 186, 200, 0.15);
}
.ads-contact-hero-portrait {
display: flex;
flex-direction: column;
} .ads-contact-form.section-padding { padding-top: 5rem; }
.ads-contact-process.section-padding { padding-top: 5rem; } .ads-media { position: relative; }
.ads-media-grid {
display: grid;
grid-template-columns: 1fr 1.15fr;
gap: 5rem;
align-items: center;
}
.ads-media-intent .section-tag { margin-bottom: 1.5rem; }
.ads-media-intent .section-title { margin-bottom: 1.75rem; }
.ads-media-intent .section-description {
color: var(--color-text-muted);
font-size: 1.0625rem;
line-height: 1.7;
margin-bottom: 1.25rem;
}
.ads-media-highlights {
list-style: none;
margin: 2.25rem 0 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 0.875rem;
}
.ads-media-highlight {
display: flex;
align-items: flex-start;
gap: 0.75rem;
font-family: var(--font-heading);
font-size: 0.9375rem;
font-weight: 500;
color: var(--color-dark);
line-height: 1.55;
}
.ads-media-highlight-tick {
flex-shrink: 0;
width: 20px;
height: 20px;
border-radius: 50%;
background: rgba(28, 186, 200, 0.12);
position: relative;
margin-top: 0.15rem;
}
.ads-media-highlight-tick::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 9px;
height: 5px;
border-left: 2px solid var(--color-primary);
border-bottom: 2px solid var(--color-primary);
transform: translate(-50%, -65%) rotate(-45deg);
}
.ads-media-player-frame {
position: relative;
background: linear-gradient(160deg, #2a2a46 0%, #1d1d34 100%);
border-radius: var(--radius-lg);
padding: 0.75rem;
box-shadow:
0 30px 80px rgba(20, 20, 40, 0.25),
0 8px 24px rgba(20, 20, 40, 0.15);
border: 1px solid rgba(28, 186, 200, 0.15);
overflow: hidden;
}
.ads-media-player-frame::before {
content: "";
position: absolute;
top: -120px;
right: -120px;
width: 300px;
height: 300px;
border-radius: 50%;
background: radial-gradient(circle, rgba(28, 186, 200, 0.16) 0%, transparent 70%);
pointer-events: none;
z-index: 0;
}
.ads-media-player-embed {
position: relative;
aspect-ratio: 16 / 9;
width: 100%;
border-radius: calc(var(--radius-lg) - 8px);
overflow: hidden;
background: #000;
z-index: 1;
}
.ads-media-player-embed iframe {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
}
.ads-media-player-caption {
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
padding: 1rem 0.75rem 0.5rem;
color: rgba(255, 255, 255, 0.85);
}
.ads-media-player-badge {
display: inline-flex;
align-items: center;
gap: 0.5rem;
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #ffffff;
}
.ads-media-player-badge-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: #e63946;
box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.25);
}
.ads-media-player-role {
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 500;
letter-spacing: 0.06em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.5);
} .ads-cta { position: relative; }
.ads-cta-inner {
max-width: 720px;
margin: 0 auto;
text-align: center;
}
.ads-cta-rule {
width: 32px;
height: 1px;
background: var(--color-primary);
margin: 0 auto 2rem;
}
.ads-cta-eyebrow {
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--color-primary);
margin: 0 0 1rem;
}
.ads-cta-title {
font-family: var(--font-heading);
font-size: 2.5rem;
font-weight: 700;
line-height: 1.15;
letter-spacing: -0.02em;
color: var(--color-dark);
margin: 0 0 1.5rem;
}
.ads-cta-text {
color: var(--color-text-muted);
font-size: 1.0625rem;
line-height: 1.7;
margin: 0 0 2.5rem;
}
.ads-cta-actions {
display: flex;
justify-content: center;
} @media (max-width: 991.98px) {
.ads-hero {
min-height: auto;
padding: 7rem 0 4rem;
}
.ads-hero-grid,
.ads-method-grid,
.ads-anchor-inner,
.ads-proof-grid,
.ads-commitments-layout,
.ads-media-grid,
.ads-contact-hero-grid {
grid-template-columns: 1fr;
gap: 3rem;
}
.ads-contact-hero {
padding: 7rem 0 3rem;
}
.ads-contact-hero-content .section-title.title-lg {
font-size: 2.25rem;
}
.ads-method-intent,
.ads-commitments-sticky {
position: static;
}
.ads-radiography-header,
.ads-audience-header,
.ads-faq-header,
.ads-cockpit-header,
.ads-cta-inner {
text-align: left;
}
.ads-hero-content .section-title.title-lg {
font-size: 2.25rem;
} .ads-portrait { margin-top: 0; }
.ads-portrait-grid { display: none; }
.ads-portrait-chip {
right: 0.75rem;
bottom: 1rem;
padding: 0.75rem 1rem;
min-width: 0;
}
.ads-portrait-chip-value { font-size: 1.25rem; } .ads-hero-meta { grid-template-columns: 1fr 1fr; }
.ads-hero-meta-item:nth-child(2)::before,
.ads-hero-meta-item:nth-child(4)::before {
display: block;
}
.ads-hero-meta-item:nth-child(3)::before {
display: none;
}
.ads-hero-meta-item:nth-child(3),
.ads-hero-meta-item:nth-child(4) {
border-top: 1px solid rgba(42, 42, 70, 0.08);
}
.ads-hero-meta-value { font-size: 1.25rem; }
.ads-hero-meta-item { padding: 1rem 1.25rem; }
.ads-radiography-grid {
grid-template-columns: 1fr;
}
.ads-audience-grid {
grid-template-columns: 1fr;
}
.ads-cockpit-grid {
grid-template-columns: 1fr;
gap: 1rem;
}
.ads-method-step {
grid-template-columns: 52px 1fr;
column-gap: 1.5rem;
padding: 1.75rem 0;
}
.ads-method-index {
font-size: 2rem;
}
.ads-anchor-city {
padding: 1.25rem 1.5rem;
}
.ads-anchor-city:hover {
padding-left: 2rem;
}
.ads-anchor-city-name { font-size: 1.125rem; }
.ads-commitments-item {
padding: 1.75rem;
gap: 1.25rem;
}
.ads-commitments-item:hover {
transform: translateY(-4px);
}
.ads-commitments-number {
font-size: 2.75rem;
min-width: 2.5rem;
}
.ads-proof-stats {
grid-template-columns: 1fr;
}
.ads-proof-stat {
border-right: none;
}
.ads-proof-stat:nth-last-child(-n+2) {
border-bottom: 1px solid rgba(42, 42, 70, 0.06);
}
.ads-proof-stat:last-child {
border-bottom: none;
}
.ads-faq-question {
padding: 1.25rem 1.5rem;
font-size: 1rem;
gap: 1rem;
}
.ads-faq-answer {
padding: 0 1.5rem 1.5rem;
}
.ads-cta-title {
font-size: 1.875rem;
} .ads-media-player-frame { padding: 0.5rem; }
}
@media (max-width: 575.98px) {
.ads-hero-meta { grid-template-columns: 1fr; }
.ads-hero-meta-item + .ads-hero-meta-item::before { display: none; }
.ads-hero-meta-item + .ads-hero-meta-item {
border-top: 1px solid rgba(42, 42, 70, 0.08);
}
.ads-commitments-item {
flex-direction: column;
gap: 0.5rem;
padding: 1.5rem;
}
.ads-commitments-number {
font-size: 2.5rem;
}
}
.abt-hero {
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
padding: 9rem 0 5rem;
}
.abt-hero-grid {
display: grid;
grid-template-columns: 1.3fr 1fr;
gap: 5rem;
align-items: center;
width: 100%;
}
.abt-hero-content .section-tag {
margin-bottom: 1.5rem;
}
.abt-hero-title {
font-family: var(--font-heading);
font-size: 3.5rem;
font-weight: 700;
line-height: 1.1;
letter-spacing: -1.25px;
color: var(--color-darker);
margin: 0 0 2rem;
}
.abt-hero-pullquote {
margin: 0 0 1.75rem;
padding: 0;
max-width: 32rem;
}
.abt-hero-pullquote-rule {
display: block;
width: 32px;
height: 1px;
background: var(--color-primary);
margin-bottom: 1.25rem;
}
.abt-hero-pullquote p {
font-family: var(--font-heading);
font-size: 1.5rem;
font-weight: 600;
line-height: 1.35;
letter-spacing: -0.015em;
color: var(--color-dark);
margin: 0;
}
.abt-hero-lead {
font-size: 1.0625rem;
line-height: 1.7;
color: var(--color-text-muted);
margin: 0;
max-width: 36rem;
} .abt-hero-portrait {
display: flex;
flex-direction: column;
gap: 2.25rem;
} .abt-portrait {
position: relative;
aspect-ratio: 3 / 4;
width: 100%;
margin-top: 1rem;
} .abt-portrait-accent {
position: absolute;
top: -1rem;
right: -1rem;
bottom: 1rem;
left: 1rem;
background: linear-gradient(160deg, rgba(28, 186, 200, 0.18) 0%, rgba(28, 186, 200, 0.04) 100%);
border-radius: var(--radius-lg);
z-index: 0;
} .abt-portrait-grid {
position: absolute;
top: -1.5rem;
left: -1.5rem;
width: 120px;
height: 120px;
background-image: radial-gradient(rgba(28, 186, 200, 0.35) 1px, transparent 1px);
background-size: 12px 12px;
z-index: 0;
opacity: 0.7;
} .abt-portrait-frame {
position: relative;
margin: 0;
width: 100%;
height: 100%;
border-radius: var(--radius-lg);
overflow: hidden;
background: linear-gradient(160deg, #f7f9fc 0%, #e4ebf5 100%);
border: 1px solid rgba(42, 42, 70, 0.08);
box-shadow: 0 30px 80px rgba(42, 42, 70, 0.12), 0 8px 24px rgba(42, 42, 70, 0.06);
z-index: 1;
}
.abt-portrait-frame img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
} .abt-portrait-signature {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 3rem 1.5rem 1.25rem;
background: linear-gradient(180deg, transparent 0%, rgba(20, 20, 40, 0.55) 100%);
display: flex;
flex-direction: column;
gap: 0.125rem;
z-index: 2;
color: #ffffff;
}
.abt-portrait-signature-name {
font-family: var(--font-heading);
font-size: 1.0625rem;
font-weight: 700;
letter-spacing: -0.005em;
} .abt-portrait-chip {
position: absolute;
right: -1rem;
bottom: 1.5rem;
background: linear-gradient(155deg, rgba(33, 33, 56, 0.96) 0%, rgba(20, 20, 40, 0.98) 100%);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(28, 186, 200, 0.22);
border-radius: 12px;
padding: 0.75rem 0.95rem;
box-shadow:
0 1px 0 rgba(255, 255, 255, 0.06) inset,
0 16px 36px rgba(20, 20, 40, 0.28);
display: flex;
flex-direction: column;
gap: 0.4rem;
z-index: 3;
min-width: 130px;
overflow: hidden;
}
.abt-portrait-chip > * {
position: relative;
z-index: 1;
} .abt-portrait-chip-value {
font-family: var(--font-heading);
font-size: 1.625rem;
font-weight: 700;
color: #ffffff;
letter-spacing: -0.025em;
line-height: 1;
display: flex;
align-items: baseline;
gap: 0.25rem;
}
.abt-portrait-chip-value small {
font-size: 0.6875rem;
font-weight: 500;
color: rgba(255, 255, 255, 0.55);
letter-spacing: 0.04em;
text-transform: uppercase;
} .abt-portrait-chip-track {
position: relative;
display: block;
height: 2px;
margin-top: 0.125rem;
background: rgba(255, 255, 255, 0.08);
border-radius: 1px;
overflow: hidden;
}
.abt-portrait-chip-track-fill {
position: absolute;
inset: 0;
width: 92%;
background: linear-gradient(90deg, rgba(28, 186, 200, 0.4) 0%, var(--color-primary) 100%);
border-radius: 1px;
} .abt-hero-meta {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0;
border-top: 1px solid rgba(42, 42, 70, 0.1);
border-bottom: 1px solid rgba(42, 42, 70, 0.1);
}
.abt-meta-item {
padding: 1rem 1.25rem;
display: flex;
flex-direction: column;
gap: 0.375rem;
position: relative;
}
.abt-meta-item + .abt-meta-item::before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 1px;
height: 60%;
background: rgba(42, 42, 70, 0.08);
transform: translateY(-50%);
}
.abt-meta-value {
font-family: var(--font-heading);
font-size: 1.375rem;
font-weight: 700;
color: var(--color-dark);
letter-spacing: -0.02em;
line-height: 1;
} .abt-histoire {
position: relative;
}
.abt-histoire-header {
max-width: 760px;
margin: 0 auto 5rem;
text-align: center;
}
.abt-histoire-header .section-tag { margin-bottom: 1.25rem; }
.abt-histoire-header .section-description {
margin-top: 1.25rem;
color: var(--color-text-muted);
font-size: 1.0625rem;
}
.abt-histoire-grid {
list-style: none;
margin: 0 auto;
padding: 0;
max-width: 1200px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0;
}
.abt-histoire-chapter {
padding: 0 2.5rem;
display: flex;
flex-direction: column;
}
.abt-histoire-chapter:first-child {
padding-left: 0;
}
.abt-histoire-chapter:last-child {
padding-right: 0;
}
.abt-histoire-chapter + .abt-histoire-chapter {
border-left: 1px solid rgba(42, 42, 70, 0.1);
}
.abt-histoire-mark {
font-family: var(--font-heading);
font-size: 5rem;
font-weight: 200;
line-height: 1;
color: var(--color-primary);
letter-spacing: -0.04em;
margin-bottom: 2rem;
}
.abt-histoire-meta {
display: flex;
flex-direction: column;
gap: 0.25rem;
margin-bottom: 1.25rem;
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.abt-histoire-place {
color: var(--color-text-faint);
}
.abt-histoire-region {
color: var(--color-text-faint);
font-weight: 500;
letter-spacing: 0.08em;
opacity: 0.7;
}
.abt-histoire-title {
font-family: var(--font-heading);
font-size: 1.625rem;
font-weight: 700;
color: var(--color-dark);
line-height: 1.2;
letter-spacing: -0.015em;
margin: 0 0 1rem;
}
.abt-histoire-text {
color: var(--color-text-muted);
font-size: 0.9375rem;
line-height: 1.7;
margin: 0;
max-width: 32ch;
} .abt-expertise {
position: relative;
}
.abt-expertise-grid {
display: grid;
grid-template-columns: 1fr 1.1fr;
gap: 6rem;
align-items: start;
}
.abt-expertise-intent {
position: sticky;
top: 8rem;
}
.abt-expertise-intent .section-tag { margin-bottom: 1.5rem; }
.abt-expertise-intent .section-title { margin-bottom: 1.75rem; }
.abt-expertise-intent .section-description {
color: var(--color-text-muted);
font-size: 1.0625rem;
line-height: 1.7;
margin-bottom: 1.5rem;
}
.abt-expertise-intent .section-description:last-child { margin-bottom: 0; }
.abt-expertise-intent strong {
color: var(--color-dark);
font-weight: 600;
}
.abt-expertise-stats {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
}
.abt-expertise-stat {
padding: 2rem;
border-right: 1px solid rgba(42, 42, 70, 0.08);
border-bottom: 1px solid rgba(42, 42, 70, 0.08);
display: flex;
flex-direction: column;
gap: 0.5rem;
background: #ffffff;
transition: background 0.3s ease;
}
.abt-expertise-stat:nth-child(2n) {
border-right: none;
}
.abt-expertise-stat:nth-last-child(-n+2) {
border-bottom: none;
}
.abt-expertise-stat:hover {
background: rgba(28, 186, 200, 0.03);
}
.abt-expertise-stat-value {
font-family: var(--font-heading);
font-size: 2.75rem;
font-weight: 700;
color: var(--color-primary);
letter-spacing: -0.025em;
line-height: 1;
margin-bottom: 0.5rem;
}
.abt-expertise-stat-desc {
color: var(--color-text-muted);
font-size: 0.875rem;
line-height: 1.6;
} .abt-mental {
position: relative;
}
.abt-mental-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 7rem;
align-items: start;
}
.abt-mental-intent {
position: sticky;
top: 8rem;
}
.abt-mental-intent .section-tag { margin-bottom: 1.5rem; }
.abt-mental-intent .section-title { margin-bottom: 1.75rem; }
.abt-mental-intent .section-description {
color: var(--color-text-muted);
font-size: 1.0625rem;
line-height: 1.7;
margin-bottom: 2.5rem;
}
.abt-mental-pullquote {
margin: 0;
padding: 0;
max-width: 28rem;
}
.abt-mental-pullquote-rule {
display: block;
width: 32px;
height: 1px;
background: var(--color-primary);
margin-bottom: 1.25rem;
}
.abt-mental-pullquote p {
font-family: var(--font-heading);
font-size: 1.375rem;
font-weight: 600;
line-height: 1.35;
letter-spacing: -0.015em;
color: var(--color-dark);
margin: 0;
}
.abt-mental-pillars {
list-style: none;
margin: 0;
padding: 0;
}
.abt-mental-pillar {
display: grid;
grid-template-columns: 64px 1fr;
column-gap: 2rem;
align-items: start;
padding: 2.25rem 0;
border-bottom: 1px solid rgba(42, 42, 70, 0.08);
transition: padding-left 0.4s ease;
}
.abt-mental-pillar:first-child { padding-top: 0.5rem; }
.abt-mental-pillar:last-child { border-bottom: none; }
.abt-mental-pillar:hover { padding-left: 0.75rem; }
.abt-mental-pillar-index {
font-family: var(--font-heading);
font-size: 2.5rem;
font-weight: 300;
line-height: 1;
color: var(--color-primary);
letter-spacing: -0.02em;
transition: transform 0.3s ease;
transform-origin: left center;
}
.abt-mental-pillar:hover .abt-mental-pillar-index { transform: scale(1.06); }
.abt-mental-pillar-body h3 {
font-family: var(--font-heading);
font-size: 1.375rem;
font-weight: 700;
color: var(--color-dark);
line-height: 1.25;
letter-spacing: -0.01em;
margin: 0.375rem 0 0.625rem;
}
.abt-mental-pillar-body p {
color: var(--color-text-muted);
font-size: 0.9375rem;
line-height: 1.7;
margin: 0;
max-width: 38ch;
} .abt-cta {
position: relative;
}
.abt-cta-inner {
max-width: 720px;
margin: 0 auto;
text-align: center;
}
.abt-cta-rule {
width: 32px;
height: 1px;
background: var(--color-primary);
margin: 0 auto 2rem;
}
.abt-cta-eyebrow {
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--color-text-faint);
margin: 0 0 1.25rem;
}
.abt-cta-title {
font-family: var(--font-heading);
font-size: 2.5rem;
font-weight: 700;
line-height: 1.15;
letter-spacing: -0.02em;
color: var(--color-dark);
margin: 0 0 1.5rem;
}
.abt-cta-text {
color: var(--color-text-muted);
font-size: 1.0625rem;
line-height: 1.7;
margin: 0 0 2.5rem;
}
.abt-cta-actions {
display: flex;
justify-content: center;
} @media (max-width: 991.98px) {
.abt-hero {
min-height: auto;
padding: 7rem 0 4rem;
}
.abt-histoire-header,
.abt-cta-inner {
text-align: left;
}
.abt-hero-grid,
.abt-expertise-grid,
.abt-mental-grid {
grid-template-columns: 1fr;
gap: 3rem;
}
.abt-expertise-intent,
.abt-mental-intent {
position: static;
}
.abt-hero-title {
font-size: 2.25rem;
letter-spacing: -1px;
}
.abt-hero-pullquote p {
font-size: 1.25rem;
}
.abt-portrait {
margin-top: 0;
}
.abt-portrait-grid {
display: none;
}
.abt-portrait-chip {
right: 0.75rem;
bottom: 1rem;
padding: 0.75rem 1rem;
min-width: 0;
}
.abt-portrait-chip-value {
font-size: 1.25rem;
}
.abt-hero-meta {
grid-template-columns: 1fr 1fr;
}
.abt-meta-item:nth-child(2)::before,
.abt-meta-item:nth-child(4)::before {
display: block;
}
.abt-meta-item:nth-child(3)::before {
display: none;
}
.abt-meta-item:nth-child(3),
.abt-meta-item:nth-child(4) {
border-top: 1px solid rgba(42, 42, 70, 0.08);
}
.abt-meta-value {
font-size: 1.25rem;
}
.abt-meta-item {
padding: 1rem 1.25rem;
}
.abt-histoire-header { margin-bottom: 3rem; }
.abt-histoire-grid {
grid-template-columns: 1fr;
gap: 0;
}
.abt-histoire-chapter {
padding: 2.5rem 0;
}
.abt-histoire-chapter:first-child {
padding-top: 0;
}
.abt-histoire-chapter:last-child {
padding-bottom: 0;
}
.abt-histoire-chapter + .abt-histoire-chapter {
border-left: none;
border-top: 1px solid rgba(42, 42, 70, 0.1);
}
.abt-histoire-mark {
font-size: 3.5rem;
margin-bottom: 1.25rem;
}
.abt-expertise-stats {
grid-template-columns: 1fr;
}
.abt-expertise-stat {
padding: 1.5rem;
}
.abt-expertise-stat-value {
font-size: 2.25rem;
}
.abt-mental-pillar {
grid-template-columns: 52px 1fr;
column-gap: 1.5rem;
padding: 1.75rem 0;
}
.abt-mental-pillar-index {
font-size: 2rem;
}
.abt-cta-title {
font-size: 1.875rem;
}
}
.cnt-hero {
position: relative;
padding: 11rem 0 6rem;
}
.cnt-hero-inner {
max-width: 760px;
margin: 0 auto;
text-align: center;
}
.cnt-hero-inner .section-tag {
margin-bottom: 1.5rem;
}
.cnt-hero-title {
font-family: var(--font-heading);
font-size: 3.5rem;
font-weight: 700;
line-height: 1.1;
letter-spacing: -1.25px;
color: var(--color-darker);
margin: 0 0 1.5rem;
}
.cnt-hero-lead {
font-size: 1.0625rem;
line-height: 1.7;
color: var(--color-text-muted);
margin: 0 auto 2.5rem;
max-width: 36rem;
} .cnt-hero-meta {
display: inline-flex;
flex-wrap: wrap;
justify-content: center;
gap: 1.5rem;
padding: 0.5rem 0;
} .cnt-methods {
position: relative;
}
.cnt-methods-header {
max-width: 720px;
margin: 0 auto 4.5rem;
text-align: center;
}
.cnt-methods-header .section-tag { margin-bottom: 1.25rem; }
.cnt-methods-header .section-description {
margin-top: 1.25rem;
color: var(--color-text-muted);
font-size: 1.0625rem;
}
.cnt-methods-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0;
max-width: 1200px;
margin: 0 auto;
}
.cnt-method {
position: relative;
display: flex;
flex-direction: column;
padding: 0 2.5rem;
text-decoration: none;
color: inherit;
transition: padding-left 0.4s ease;
}
.cnt-method:first-child {
padding-left: 0;
}
.cnt-method:last-child {
padding-right: 0;
}
.cnt-method + .cnt-method {
border-left: 1px solid rgba(42, 42, 70, 0.1);
}
.cnt-method:hover {
padding-left: 3.25rem;
}
.cnt-method:first-child:hover {
padding-left: 0.75rem;
}
.cnt-method-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
color: var(--color-primary);
margin-bottom: 1.5rem;
transition: transform 0.3s ease;
transform-origin: left center;
}
.cnt-method-icon svg {
width: 28px;
height: 28px;
}
.cnt-method:hover .cnt-method-icon {
transform: scale(1.08);
}
.cnt-method-value {
font-family: var(--font-heading);
font-size: 1.375rem;
font-weight: 700;
color: var(--color-dark);
line-height: 1.25;
letter-spacing: -0.015em;
margin: 0 0 1rem;
word-break: break-word;
}
.cnt-method-desc {
color: var(--color-text-muted);
font-size: 0.9375rem;
line-height: 1.7;
margin: 0 0 1.75rem;
flex: 1;
max-width: 32ch;
}
.cnt-method-link {
display: inline-flex;
align-items: center;
gap: 0.5rem;
font-family: var(--font-heading);
font-size: 0.875rem;
font-weight: 600;
color: var(--color-primary);
letter-spacing: -0.005em;
}
.cnt-method-link svg {
width: 14px;
height: 14px;
transition: transform 0.3s ease;
}
.cnt-method:hover .cnt-method-link svg {
transform: translateX(4px);
} .cnt-process {
position: relative;
}
.cnt-process-grid {
display: grid;
grid-template-columns: 1fr 1.1fr;
gap: 6rem;
align-items: start;
}
.cnt-process-intent {
position: sticky;
top: 8rem;
}
.cnt-process-intent .section-tag { margin-bottom: 1.5rem; }
.cnt-process-intent .section-title { margin-bottom: 1.75rem; }
.cnt-process-intent .section-description {
color: var(--color-text-muted);
font-size: 1.0625rem;
line-height: 1.7;
margin-bottom: 2rem;
}
.cnt-process-note {
display: flex;
align-items: flex-start;
gap: 0.75rem;
margin: 0;
padding: 1.25rem 1.25rem 1.25rem 1.5rem;
background: rgba(28, 186, 200, 0.04);
border-left: 2px solid var(--color-primary);
border-radius: 0 var(--radius-md) var(--radius-md) 0;
font-family: var(--font-heading);
font-size: 0.9375rem;
font-weight: 500;
line-height: 1.55;
color: var(--color-dark);
}
.cnt-process-note-mark {
flex-shrink: 0;
width: 18px;
height: 18px;
border-radius: 50%;
background: rgba(28, 186, 200, 0.18);
margin-top: 0.125rem;
position: relative;
}
.cnt-process-note-mark::before {
content: "";
position: absolute;
inset: 5px;
background: var(--color-primary);
border-radius: 50%;
} .cnt-process-steps {
list-style: none;
margin: 0;
padding: 0;
}
.cnt-process-step {
display: grid;
grid-template-columns: 64px 1fr;
column-gap: 2rem;
align-items: start;
padding: 2.25rem 0;
border-bottom: 1px solid rgba(42, 42, 70, 0.08);
transition: padding-left 0.4s ease;
}
.cnt-process-step:first-child { padding-top: 0.5rem; }
.cnt-process-step:last-child { border-bottom: none; }
.cnt-process-step:hover { padding-left: 0.75rem; }
.cnt-process-step-index {
font-family: var(--font-heading);
font-size: 2.5rem;
font-weight: 300;
line-height: 1;
color: var(--color-primary);
letter-spacing: -0.02em;
transition: transform 0.3s ease;
transform-origin: left center;
}
.cnt-process-step:hover .cnt-process-step-index { transform: scale(1.06); }
.cnt-process-step-body h3 {
font-family: var(--font-heading);
font-size: 1.375rem;
font-weight: 700;
color: var(--color-dark);
line-height: 1.25;
letter-spacing: -0.01em;
margin: 0.375rem 0 0.625rem;
}
.cnt-process-step-body p {
color: var(--color-text-muted);
font-size: 0.9375rem;
line-height: 1.7;
margin: 0;
max-width: 42ch;
} @media (max-width: 991.98px) {
.cnt-hero {
padding: 7rem 0 4rem;
}
.cnt-hero-inner,
.cnt-methods-header {
text-align: left;
}
.cnt-hero-title {
font-size: 2.25rem;
letter-spacing: -1px;
}
.cnt-hero-meta {
gap: 0.75rem 1.25rem;
}
.cnt-methods-header { margin-bottom: 3rem; }
.cnt-methods-grid {
grid-template-columns: 1fr;
gap: 0;
}
.cnt-method,
.cnt-method:first-child,
.cnt-method:last-child {
padding: 2.5rem 0;
}
.cnt-method:first-child {
padding-top: 0;
}
.cnt-method:last-child {
padding-bottom: 0;
}
.cnt-method + .cnt-method {
border-left: none;
border-top: 1px solid rgba(42, 42, 70, 0.1);
}
.cnt-method:hover,
.cnt-method:first-child:hover {
padding-left: 0.5rem;
}
.cnt-method-value {
font-size: 1.1875rem;
}
.cnt-process-grid {
grid-template-columns: 1fr;
gap: 3rem;
}
.cnt-process-intent {
position: static;
}
.cnt-process-step {
grid-template-columns: 52px 1fr;
column-gap: 1.5rem;
padding: 1.75rem 0;
}
.cnt-process-step-index {
font-size: 2rem;
}
}
.cnt-form-honeypot {
position: absolute;
left: -9999px;
top: -9999px;
width: 1px;
height: 1px;
overflow: hidden;
opacity: 0;
pointer-events: none;
} .cnt-form {
position: relative;
}
.cnt-form-grid {
display: grid;
grid-template-columns: 1.25fr 1fr;
gap: 4rem;
align-items: start;
max-width: 1200px;
margin: 0 auto;
} .cnt-form-card {
background: #ffffff;
border: 1px solid var(--color-border-card);
border-radius: var(--radius-lg);
padding: 3rem;
box-shadow: var(--shadow-md);
}
.cnt-form-card-head {
margin-bottom: 2.5rem;
}
.cnt-form-card-head .section-tag {
margin-bottom: 1rem;
}
.cnt-form-title {
font-family: var(--font-heading);
font-size: 2rem;
font-weight: 700;
line-height: 1.15;
letter-spacing: -0.02em;
color: var(--color-darker);
margin: 0 0 1rem;
}
.cnt-form-lead {
color: var(--color-text-muted);
font-size: 1rem;
line-height: 1.65;
margin: 0;
max-width: 46ch;
} .cnt-form-fields {
display: flex;
flex-direction: column;
gap: 1.25rem;
}
.cnt-form-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.25rem;
}
.cnt-form-field {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.cnt-form-field label {
font-family: var(--font-heading);
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--color-text-muted);
}
.cnt-form-field label span[aria-hidden="true"] {
color: var(--color-primary);
margin-left: 0.125rem;
}
.cnt-form-field input[type="text"],
.cnt-form-field input[type="email"],
.cnt-form-field input[type="tel"],
.cnt-form-field textarea,
.cnt-form-field select {
width: 100%;
padding: 0.95rem 1.1rem;
border: 1px solid rgba(42, 42, 70, 0.12);
border-radius: var(--radius-md);
background: #fbfcfe;
font-family: var(--font-main);
font-size: 0.9375rem;
color: var(--color-darker);
transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.cnt-form-field input::placeholder,
.cnt-form-field textarea::placeholder {
color: var(--color-text-faint);
}
.cnt-form-field input:hover,
.cnt-form-field textarea:hover,
.cnt-form-field select:hover {
background: #ffffff;
border-color: rgba(42, 42, 70, 0.22);
}
.cnt-form-field input:focus,
.cnt-form-field textarea:focus,
.cnt-form-field select:focus {
outline: none;
background: #ffffff;
border-color: var(--color-primary);
box-shadow: 0 0 0 4px rgba(28, 186, 200, 0.12);
}
.cnt-form-field textarea {
resize: vertical;
min-height: 130px;
line-height: 1.6;
} .cnt-form-select {
position: relative;
}
.cnt-form-select select {
appearance: none;
-webkit-appearance: none;
padding-right: 2.75rem;
cursor: pointer;
}
.cnt-form-select-caret {
position: absolute;
right: 1.1rem;
top: 50%;
width: 16px;
height: 16px;
transform: translateY(-50%);
color: var(--color-text-muted);
pointer-events: none;
} .cnt-form-check {
display: flex;
align-items: flex-start;
gap: 0.875rem;
margin-top: 0.5rem;
padding: 1rem 1.1rem;
background: rgba(28, 186, 200, 0.05);
border: 1px solid rgba(28, 186, 200, 0.18);
border-radius: var(--radius-md);
cursor: pointer;
transition: background-color 0.2s ease, border-color 0.2s ease;
}
.cnt-form-check:hover {
background: rgba(28, 186, 200, 0.08);
border-color: rgba(28, 186, 200, 0.35);
}
.cnt-form-check input {
position: absolute;
opacity: 0;
pointer-events: none;
}
.cnt-form-check-box {
flex-shrink: 0;
width: 22px;
height: 22px;
border: 1.5px solid rgba(42, 42, 70, 0.3);
border-radius: 6px;
background: #ffffff;
display: inline-flex;
align-items: center;
justify-content: center;
transition: background-color 0.2s ease, border-color 0.2s ease;
}
.cnt-form-check-mark {
opacity: 0;
transition: opacity 0.15s ease;
}
.cnt-form-check input:checked + .cnt-form-check-box {
background: var(--color-primary);
border-color: var(--color-primary);
}
.cnt-form-check input:checked + .cnt-form-check-box .cnt-form-check-mark {
opacity: 1;
}
.cnt-form-check input:focus-visible + .cnt-form-check-box {
box-shadow: 0 0 0 3px rgba(28, 186, 200, 0.25);
}
.cnt-form-check-text {
font-size: 0.9rem;
line-height: 1.5;
color: var(--color-dark);
font-weight: 500;
} .cnt-form-submit-row {
margin-top: 1rem;
display: flex;
flex-direction: column;
gap: 1rem;
}
.cnt-form-submit {
align-self: flex-start;
background-color: var(--color-primary);
color: #ffffff;
border: 1px solid transparent;
box-shadow: 0 4px 14px rgba(28, 186, 200, 0.3);
}
.cnt-form-submit:hover {
transform: translateY(-2px);
background-color: #19a6b3;
box-shadow: 0 6px 20px rgba(28, 186, 200, 0.4);
}
.cnt-form-legal {
font-size: 0.8125rem;
color: var(--color-text-faint);
line-height: 1.55;
margin: 0;
max-width: 52ch;
} .cnt-form-aside {
display: flex;
flex-direction: column;
gap: 1.5rem;
position: sticky;
top: 7rem;
} .cnt-confid {
position: relative;
background: linear-gradient(160deg, var(--color-darker) 0%, var(--color-dark) 100%);
color: #ffffff;
border-radius: var(--radius-lg);
padding: 2rem;
overflow: hidden;
box-shadow: var(--shadow-md);
}
.cnt-confid::before {
content: "";
position: absolute;
top: -120px;
right: -120px;
width: 320px;
height: 320px;
background: radial-gradient(circle, rgba(28, 186, 200, 0.22) 0%, rgba(28, 186, 200, 0) 65%);
pointer-events: none;
}
.cnt-confid-head {
display: flex;
gap: 1rem;
align-items: flex-start;
margin-bottom: 1.25rem;
position: relative;
}
.cnt-confid-icon {
flex-shrink: 0;
width: 44px;
height: 44px;
border-radius: 12px;
background: rgba(28, 186, 200, 0.15);
color: var(--color-primary);
display: inline-flex;
align-items: center;
justify-content: center;
}
.cnt-confid-icon svg {
width: 22px;
height: 22px;
}
.cnt-confid-title {
font-family: var(--font-heading);
font-size: 1.375rem;
font-weight: 700;
line-height: 1.2;
letter-spacing: -0.01em;
color: #ffffff;
margin: 0;
}
.cnt-confid-desc {
position: relative;
color: rgba(255, 255, 255, 0.78);
font-size: 0.9375rem;
line-height: 1.6;
margin: 0 0 1.5rem;
}
.cnt-confid-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 0.875rem;
position: relative;
}
.cnt-confid-list li {
display: flex;
align-items: flex-start;
gap: 0.75rem;
font-size: 0.9rem;
line-height: 1.5;
color: rgba(255, 255, 255, 0.9);
}
.cnt-confid-tick {
flex-shrink: 0;
width: 16px;
height: 16px;
border-radius: 50%;
background: rgba(28, 186, 200, 0.18);
border: 1px solid rgba(28, 186, 200, 0.4);
margin-top: 0.15rem;
position: relative;
}
.cnt-confid-tick::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 4px;
height: 7px;
border: solid var(--color-primary);
border-width: 0 1.5px 1.5px 0;
transform: translate(-55%, -65%) rotate(45deg);
} .cnt-channels {
background: #ffffff;
border: 1px solid var(--color-border-card);
border-radius: var(--radius-lg);
padding: 1.5rem;
box-shadow: var(--shadow-sm);
}
.cnt-channel {
display: flex;
align-items: center;
gap: 1rem;
padding: 0.85rem 0.75rem;
border-radius: var(--radius-md);
text-decoration: none;
color: inherit;
transition: background-color 0.2s ease;
}
.cnt-channel:hover {
background: rgba(28, 186, 200, 0.06);
}
.cnt-channel + .cnt-channel {
margin-top: 0.125rem;
}
.cnt-channel-icon {
flex-shrink: 0;
width: 38px;
height: 38px;
border-radius: 10px;
background: rgba(28, 186, 200, 0.1);
color: var(--color-primary);
display: inline-flex;
align-items: center;
justify-content: center;
}
.cnt-channel-icon svg {
width: 18px;
height: 18px;
}
.cnt-channel-body {
flex: 1;
display: flex;
flex-direction: column;
gap: 0.1rem;
min-width: 0;
}
.cnt-channel-value {
font-family: var(--font-heading);
font-size: 0.9375rem;
font-weight: 600;
color: var(--color-darker);
letter-spacing: -0.005em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.cnt-channel-arrow {
flex-shrink: 0;
width: 14px;
height: 14px;
color: var(--color-text-faint);
transition: transform 0.25s ease, color 0.25s ease;
}
.cnt-channel:hover .cnt-channel-arrow {
transform: translateX(3px);
color: var(--color-primary);
} .cnt-response {
display: flex;
align-items: flex-start;
gap: 0.875rem;
padding: 1.1rem 1.25rem;
background: #ffffff;
border: 1px solid var(--color-border-card);
border-radius: var(--radius-lg);
box-shadow: var(--shadow-sm);
}
.cnt-response-pulse {
flex-shrink: 0;
width: 10px;
height: 10px;
margin-top: 0.4rem;
border-radius: 50%;
background: #22c55e;
position: relative;
box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
animation: cntPulse 2.2s ease-out infinite;
}
@keyframes cntPulse {
0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55); }
70% { box-shadow: 0 0 0 12px rgba(34, 197, 94, 0); }
100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}
.cnt-response strong {
display: block;
font-family: var(--font-heading);
font-size: 0.95rem;
font-weight: 600;
color: var(--color-darker);
margin-bottom: 0.15rem;
}
.cnt-response span {
font-size: 0.8125rem;
color: var(--color-text-muted);
}  .cnt-form-field .wpcf7-form-control-wrap {
display: block;
width: 100%;
} .cnt-form-check .wpcf7-form-control-wrap,
.cnt-form-check .wpcf7-acceptance,
.cnt-form-check .wpcf7-list-item,
.cnt-form-check .wpcf7-list-item > label {
display: contents;
}
.cnt-form-check .wpcf7-list-item {
margin: 0;
}
.cnt-form-check:has(input:checked) .cnt-form-check-box {
background: var(--color-primary);
border-color: var(--color-primary);
}
.cnt-form-check:has(input:checked) .cnt-form-check-mark {
opacity: 1;
}
.cnt-form-check:has(input:focus-visible) .cnt-form-check-box {
box-shadow: 0 0 0 3px rgba(28, 186, 200, 0.25);
} .cnt-form-field .wpcf7-not-valid-tip {
margin-top: 0.35rem;
font-size: 0.8125rem;
color: #d6432a;
}
.cnt-form-field input.wpcf7-not-valid,
.cnt-form-field textarea.wpcf7-not-valid,
.cnt-form-field select.wpcf7-not-valid {
border-color: #d6432a;
background: #fff7f5;
} .cnt-form-card .wpcf7-response-output {
margin: 1.5rem 0 0;
padding: 0.9rem 1.1rem;
border-radius: var(--radius-md);
font-size: 0.9rem;
line-height: 1.5;
border-width: 1px;
}
.cnt-form-card .wpcf7 form.sent .wpcf7-response-output {
border-color: rgba(34, 197, 94, 0.4);
background: rgba(34, 197, 94, 0.08);
color: #166534;
}
.cnt-form-card .wpcf7 form.invalid .wpcf7-response-output,
.cnt-form-card .wpcf7 form.unaccepted .wpcf7-response-output,
.cnt-form-card .wpcf7 form.payment-required .wpcf7-response-output {
border-color: rgba(214, 67, 42, 0.4);
background: #fff5f2;
color: #9b2f1d;
} .cnt-form-submit-row .wpcf7-spinner {
margin: 0 0 0 0.75rem;
align-self: center;
} @media (max-width: 991.98px) {
.cnt-form-grid {
grid-template-columns: 1fr;
gap: 2.5rem;
}
.cnt-form-aside {
position: static;
order: 1;
}
.cnt-form-card {
order: 2;
padding: 2rem 1.5rem;
}
.cnt-form-card-head { margin-bottom: 1.75rem; }
.cnt-form-title {
font-size: 1.625rem;
}
.cnt-form-row {
grid-template-columns: 1fr;
gap: 1.25rem;
}
.cnt-confid { padding: 1.5rem; }
.cnt-confid-title { font-size: 1.25rem; }
}
.cnt-thanks {
position: relative;
min-height: calc(100vh - 96px);
min-height: calc(100dvh - 96px);
display: grid;
place-items: center;
padding: 10rem 1.5rem 7rem;
overflow: hidden;
background:
radial-gradient(900px 500px at 50% -10%, rgba(28, 186, 200, 0.08), transparent 65%),
radial-gradient(700px 400px at 50% 120%, rgba(244, 91, 50, 0.04), transparent 60%),
#ffffff;
}
.cnt-thanks::before {
content: '';
position: absolute;
inset: 0;
background-image:
linear-gradient(rgba(42, 42, 70, 0.045) 1px, transparent 1px),
linear-gradient(90deg, rgba(42, 42, 70, 0.045) 1px, transparent 1px);
background-size: 64px 64px;
mask-image: radial-gradient(ellipse 60% 60% at 50% 45%, #000 0%, transparent 80%);
-webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 45%, #000 0%, transparent 80%);
pointer-events: none;
z-index: 0;
}
.cnt-thanks-inner {
position: relative;
z-index: 1;
width: 100%;
max-width: 620px;
margin: 0 auto;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
gap: 1.25rem;
} .cnt-thanks-check {
position: relative;
width: 92px;
height: 92px;
display: grid;
place-items: center;
border-radius: 999px;
background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
box-shadow:
0 16px 36px rgba(28, 186, 200, 0.32),
0 0 0 1px rgba(28, 186, 200, 0.2);
color: #ffffff;
margin-bottom: 0.25rem;
animation: cnt-thanks-pop 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.cnt-thanks-check::before {
content: '';
position: absolute;
inset: -10px;
border-radius: 999px;
border: 1px solid rgba(28, 186, 200, 0.35);
animation: cnt-thanks-ring 1.4s ease-out 0.35s both;
}
.cnt-thanks-check::after {
content: '';
position: absolute;
inset: -22px;
border-radius: 999px;
border: 1px solid rgba(28, 186, 200, 0.18);
animation: cnt-thanks-ring 1.9s ease-out 0.5s both;
}
.cnt-thanks-check svg {
width: 44px;
height: 44px;
stroke-dasharray: 36;
stroke-dashoffset: 36;
animation: cnt-thanks-stroke 0.5s ease-out 0.3s forwards;
}
@keyframes cnt-thanks-pop {
0% { transform: scale(0.6); opacity: 0; }
60% { transform: scale(1.08); opacity: 1; }
100% { transform: scale(1); opacity: 1; }
}
@keyframes cnt-thanks-stroke {
to { stroke-dashoffset: 0; }
}
@keyframes cnt-thanks-ring {
0% { opacity: 0.8; transform: scale(0.8); }
100% { opacity: 0; transform: scale(1.35); }
}
@media (prefers-reduced-motion: reduce) {
.cnt-thanks-check,
.cnt-thanks-check::before,
.cnt-thanks-check::after,
.cnt-thanks-check svg {
animation: none;
}
.cnt-thanks-check svg {
stroke-dashoffset: 0;
}
} .cnt-thanks .section-tag {
margin: 0;
}
.cnt-thanks-title {
font-family: var(--font-heading);
font-size: clamp(2rem, 4.5vw, 3rem);
font-weight: 700;
line-height: 1.1;
letter-spacing: -0.015em;
color: var(--color-darker);
margin: 0;
}
.cnt-thanks-lead {
color: var(--color-text-muted);
font-size: 1.0625rem;
line-height: 1.65;
max-width: 540px;
margin: 0;
} .cnt-thanks-meta {
display: inline-flex;
align-items: center;
gap: 0.6rem;
padding: 0.55rem 1rem;
border-radius: 999px;
background: rgba(28, 186, 200, 0.08);
border: 1px solid rgba(28, 186, 200, 0.18);
color: var(--color-primary-dark);
font-size: 0.82rem;
font-weight: 600;
letter-spacing: 0.01em;
margin-top: 0.25rem;
}
.cnt-thanks-meta-dot {
width: 8px;
height: 8px;
border-radius: 999px;
background: var(--color-primary);
box-shadow: 0 0 0 4px rgba(28, 186, 200, 0.18);
animation: cnt-thanks-pulse 2.2s ease-in-out infinite;
}
@keyframes cnt-thanks-pulse {
0%, 100% { box-shadow: 0 0 0 4px rgba(28, 186, 200, 0.18); }
50% { box-shadow: 0 0 0 8px rgba(28, 186, 200, 0.04); }
} .cnt-thanks-actions {
display: inline-flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.75rem;
margin-top: 0.5rem;
} .cnt-thanks-foot {
margin-top: 2.5rem;
padding-top: 1.75rem;
border-top: 1px solid rgba(42, 42, 70, 0.08);
width: 100%;
max-width: 460px;
font-size: 0.85rem;
color: var(--color-text-faint);
line-height: 1.65;
}
.cnt-thanks-foot a {
color: var(--color-primary-dark);
text-decoration: none;
font-weight: 600;
transition: color 0.18s ease;
}
.cnt-thanks-foot a:hover {
color: var(--color-primary);
text-decoration: underline;
}
@media (max-width: 600px) {
.cnt-thanks {
padding: 7rem 1.25rem 5rem;
min-height: calc(100dvh - 80px);
}
.cnt-thanks-check {
width: 76px;
height: 76px;
}
.cnt-thanks-check svg {
width: 36px;
height: 36px;
}
.cnt-thanks-lead {
font-size: 1rem;
}
.cnt-thanks-foot {
margin-top: 2rem;
padding-top: 1.5rem;
}
}
.home-hero {
width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
height: 100vh;
min-height: 720px;
overflow: hidden;
position: relative;
background: var(--color-darker);
display: flex;
} .hh-side {
flex: 1 1 100%;
position: relative;
display: flex;
align-items: center;
padding: 6rem clamp(2rem, 6vw, 6rem);
overflow: hidden;
text-decoration: none;
color: #fff;
cursor: pointer;
background-color: var(--color-dark);
background-image:
radial-gradient(circle at 80% 30%, rgba(28, 186, 200, 0.12) 0%, transparent 50%),
radial-gradient(circle at 20% 80%, rgba(28, 186, 200, 0.06) 0%, transparent 60%),
linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
background-size: 100% 100%, 100% 100%, 56px 56px, 56px 56px;
}
.hh-side::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(135deg, transparent 0%, rgba(28, 186, 200, 0) 60%, rgba(28, 186, 200, 0.08) 100%);
transition: opacity 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
opacity: 0;
z-index: 0;
}
.hh-side:hover::before {
opacity: 1;
} .hh-content {
position: relative;
z-index: 2;
max-width: min(760px, calc(46vw - 8rem));
display: flex;
flex-direction: column;
gap: 1.25rem;
}
.hh-title {
font-family: var(--font-heading);
font-size: clamp(2.25rem, 4.5vw, 4.25rem);
font-weight: 800;
line-height: 1.1;
letter-spacing: -0.03em;
margin: 0;
color: inherit;
transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hh-side:hover .hh-title {
transform: translateX(8px);
}
.hh-desc {
font-size: 1.125rem;
line-height: 1.6;
margin: 0;
opacity: 0.78;
max-width: 480px;
}
.hh-metric {
display: flex;
align-items: baseline;
gap: 0.75rem;
padding-top: 1rem;
border-top: 1px solid rgba(255, 255, 255, 0.1);
margin-top: 0.5rem;
}
.hh-metric strong {
font-family: var(--font-heading);
font-size: 2.75rem;
font-weight: 700;
background: linear-gradient(135deg, var(--color-primary) 0%, #128b99 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
white-space: nowrap;
}
.hh-metric span {
font-size: 0.9rem;
opacity: 0.6;
font-weight: 500;
white-space: normal;
}
.hh-cta-group {
display: flex;
flex-wrap: wrap;
gap: 1.25rem;
align-items: center;
margin-top: 1rem;
}
.hh-cta {
align-self: flex-start;
} .hh-visual {
position: absolute;
right: 4%;
top: 50%;
transform: translateY(-50%);
width: 50%;
max-width: 760px;
z-index: 1;
pointer-events: none;
display: flex;
align-items: center;
justify-content: center;
}
.hh-glow {
position: absolute;
width: 80%;
height: 80%;
top: 10%;
left: 10%;
background: radial-gradient(circle, rgba(28, 186, 200, 0.35) 0%, transparent 65%);
filter: blur(60px);
animation: hh-glow 6s ease-in-out infinite;
pointer-events: none;
z-index: 0;
}
@keyframes hh-glow {
0%, 100% { transform: scale(1) translate(0, 0); opacity: 0.9; }
50%      { transform: scale(1.08) translate(8px, -8px); opacity: 1; }
}
.hh-window {
position: relative;
width: 100%;
max-width: 640px;
background: linear-gradient(180deg, rgba(33, 33, 56, 0.92) 0%, rgba(33, 33, 56, 0.78) 100%);
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
border: 1px solid rgba(28, 186, 200, 0.16);
border-radius: 20px;
box-shadow:
0 30px 80px rgba(0, 0, 0, 0.4),
0 0 0 1px rgba(255, 255, 255, 0.02) inset;
overflow: hidden;
transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hh-side:hover .hh-window {
transform: translate3d(-6px, -4px, 0);
box-shadow:
0 40px 100px rgba(0, 0, 0, 0.5),
0 0 0 1px rgba(28, 186, 200, 0.1) inset;
}
.hh-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1.25rem 2rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.hh-title-bar {
display: flex;
align-items: center;
gap: 0.6rem;
font-family: var(--font-heading);
font-size: 0.85rem;
font-weight: 600;
color: rgba(255, 255, 255, 0.85);
letter-spacing: -0.005em;
white-space: nowrap;
}
.hh-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--color-primary);
box-shadow: 0 0 12px rgba(28, 186, 200, 0.7);
animation: hh-live 2s ease-in-out infinite;
}
@keyframes hh-live {
0%, 100% { opacity: 1; transform: scale(1); }
50%      { opacity: 0.5; transform: scale(0.85); }
}
.hh-period {
font-size: 0.72rem;
font-weight: 500;
color: rgba(255, 255, 255, 0.4);
text-transform: uppercase;
letter-spacing: 0.06em;
white-space: nowrap;
}
.hh-main {
padding: 2rem 2rem 1.5rem;
}
.hh-main-head {
display: flex;
flex-direction: column;
gap: 0.5rem;
margin-bottom: 1.5rem;
}
.hh-main-label {
font-size: 0.78rem;
font-weight: 500;
color: rgba(255, 255, 255, 0.55);
}
.hh-main-value {
display: flex;
align-items: baseline;
gap: 0.75rem;
}
.hh-main-value strong {
font-family: var(--font-heading);
font-size: 2.5rem;
font-weight: 700;
color: #fff;
line-height: 1;
letter-spacing: -0.02em;
}
.hh-delta {
display: inline-flex;
align-items: center;
gap: 0.25rem;
font-family: var(--font-heading);
font-size: 0.78rem;
font-weight: 700;
color: var(--color-primary);
background: rgba(28, 186, 200, 0.12);
padding: 0.2rem 0.55rem;
border-radius: 6px;
letter-spacing: 0;
}
.hh-chart-wrap {
height: 160px;
position: relative;
margin: 0 -0.25rem;
}
.hh-chart {
width: 100%;
height: 100%;
display: block;
}
.hh-kpis {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0;
border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.hh-kpi {
padding: 1.5rem 1.5rem;
border-right: 1px solid rgba(255, 255, 255, 0.06);
display: flex;
flex-direction: column;
gap: 0.65rem;
}
.hh-kpi:last-child {
border-right: none;
}
.hh-kpi-label {
display: flex;
align-items: center;
gap: 0.4rem;
font-size: 0.7rem;
font-weight: 500;
color: rgba(255, 255, 255, 0.5);
letter-spacing: 0.01em;
}
.hh-kpi-label svg {
width: 14px;
height: 14px;
color: var(--color-primary);
}
.hh-kpi-value {
display: flex;
flex-direction: column;
gap: 0.15rem;
}
.hh-kpi-value strong {
font-family: var(--font-heading);
font-size: 1.35rem;
font-weight: 700;
color: var(--color-primary);
line-height: 1.1;
letter-spacing: -0.01em;
}
.hh-kpi-value em {
font-size: 0.7rem;
font-style: normal;
font-weight: 500;
color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1199.98px) {
.hh-window { max-width: 500px; }
.hh-main { padding: 1.5rem 1.5rem 1rem; }
.hh-header { padding: 1rem 1.5rem; }
.hh-main-value strong { font-size: 2rem; }
.hh-kpi-value strong { font-size: 1.2rem; }
.hh-kpi { padding: 1rem 1rem; }
.hh-chart-wrap { height: 130px; }
} @media (max-width: 991.98px) {
.home-hero {
height: auto;
min-height: 0;
}
.hh-side {
flex-direction: column;
align-items: stretch;
min-height: 0;
padding: 8.5rem 1.5rem 3rem;
gap: 3rem;
}
.hh-content {
order: 1;
max-width: 100%;
position: relative;
z-index: 1;
}
.hh-title {
font-size: clamp(2.5rem, 9vw, 4rem);
}
.hh-visual {
order: 2;
position: relative;
top: auto;
right: auto;
left: auto;
transform: none;
width: 100%;
max-width: none;
height: auto;
opacity: 1;
display: block;
z-index: 1;
}
.hh-window {
width: 100%;
max-width: none;
}
.hh-main { padding: 1.5rem 1.25rem 1rem; }
.hh-header { padding: 1rem 1.25rem; }
.hh-main-value strong { font-size: 2rem; }
.hh-kpi { padding: 1rem 0.85rem; gap: 0.4rem; }
.hh-kpi-value strong { font-size: 1.1rem; }
.hh-kpi-value em { font-size: 0.65rem; }
.hh-chart-wrap { height: 130px; }
.hh-glow {
width: 100%;
height: 100%;
top: 0;
left: 0;
filter: blur(40px);
opacity: 0.6;
}
.hh-metric {
flex-direction: column;
align-items: flex-start;
gap: 0.25rem;
}
}
@media (max-width: 540px) {
.hh-side {
padding: 7rem 1.25rem 2.5rem;
}
.hh-kpis {
grid-template-columns: 1fr;
}
.hh-kpi {
border-right: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.hh-kpi:last-child { border-bottom: none; }
.hh-main-value strong { font-size: 1.75rem; }
.hh-period { display: none; }
.hh-header { padding: 0.85rem 1.25rem; }
}
@media (prefers-reduced-motion: reduce) {
.hh-tag::before,
.hh-glow,
.hh-dot { animation: none; }
} body.dark-mode .hh-side {
background: #1a1f30;
background-image:
radial-gradient(circle at 80% 30%, rgba(28, 186, 200, 0.12) 0%, transparent 50%),
radial-gradient(circle at 20% 80%, rgba(28, 186, 200, 0.06) 0%, transparent 60%);
color: #fff;
}
.not-found-body {
background-color: var(--color-background);
}
.not-found-section {
min-height: calc(100vh - 80px);
min-height: calc(100dvh - 80px);
display: flex;
align-items: center;
padding: 9rem 0 5rem;
position: relative;
overflow: hidden;
}
.not-found-section::before {
content: "";
position: absolute;
inset: 0;
background:
radial-gradient(circle at 20% 20%, rgba(28, 186, 200, 0.08) 0%, transparent 50%),
radial-gradient(circle at 80% 80%, rgba(74, 50, 160, 0.06) 0%, transparent 50%);
pointer-events: none;
}
.not-found-inner {
position: relative;
z-index: 1;
max-width: 720px;
margin: 0 auto;
text-align: center;
}
.not-found-code {
display: inline-flex;
align-items: center;
gap: 1rem;
margin-bottom: 2.5rem;
font-family: var(--font-heading);
font-weight: 800;
font-size: clamp(6rem, 18vw, 10rem);
line-height: 1;
letter-spacing: -0.05em;
background: linear-gradient(135deg, var(--color-darker) 0%, var(--color-primary) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: var(--color-darker);
}
.not-found-code-digit {
display: inline-block;
}
.not-found-code-pulse {
display: inline-flex;
align-items: center;
justify-content: center;
width: clamp(5rem, 14vw, 8rem);
height: clamp(5rem, 14vw, 8rem);
border-radius: 50%;
background: radial-gradient(circle, rgba(28, 186, 200, 0.18) 0%, rgba(28, 186, 200, 0.02) 70%);
box-shadow: 0 0 0 1px rgba(28, 186, 200, 0.12) inset;
-webkit-text-fill-color: initial;
}
.not-found-code-pulse-dot {
width: 18%;
height: 18%;
border-radius: 50%;
background-color: var(--color-primary);
box-shadow: 0 0 0 0 rgba(28, 186, 200, 0.55);
animation: not-found-pulse 2.2s ease-in-out infinite;
}
@keyframes not-found-pulse {
0%, 100% {
transform: scale(1);
box-shadow: 0 0 0 0 rgba(28, 186, 200, 0.55);
}
50% {
transform: scale(1.15);
box-shadow: 0 0 0 18px rgba(28, 186, 200, 0);
}
}
.not-found-section .section-tag {
margin-bottom: 1.25rem;
}
.not-found-section .section-title {
margin-bottom: 1.5rem;
}
.not-found-section .section-description {
max-width: 560px;
margin-left: auto;
margin-right: auto;
margin-bottom: 2.5rem;
}
.not-found-actions {
display: flex;
gap: 1rem;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 3.5rem;
}
.not-found-links {
display: flex;
gap: 0.5rem 2rem;
justify-content: center;
flex-wrap: wrap;
padding-top: 2rem;
border-top: 1px solid rgba(42, 42, 70, 0.08);
}
.not-found-links a {
font-family: var(--font-heading);
font-size: 0.95rem;
font-weight: 500;
color: var(--color-text-muted);
text-decoration: none;
transition: color 0.2s ease;
}
.not-found-links a:hover {
color: var(--color-primary);
}
@media (max-width: 991.98px) {
.not-found-section {
padding: 8rem 0 4rem;
}
.not-found-inner {
text-align: left;
}
.not-found-code {
margin-bottom: 2rem;
gap: 0.5rem;
}
.not-found-section .section-description {
margin-left: 0;
margin-right: 0;
}
.not-found-actions {
justify-content: flex-start;
margin-bottom: 2.5rem;
}
.not-found-links {
justify-content: flex-start;
gap: 0.5rem 1.25rem;
}
}
.blog-header {
text-align: center;
padding: 9rem 0 4rem 0;
}
.blog-filters {
position: relative;
display: flex;
justify-content: flex-start;
align-items: center;
gap: 0.5rem;
margin-bottom: 4rem;
flex-wrap: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: none; background: white;
padding: 0.5rem;
border-radius: 100px;
border: 1px solid rgba(42, 42, 70, 0.05);
box-shadow: 0 4px 20px rgba(42, 42, 70, 0.03);
width: fit-content;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
.blog-filters::after {
content: '';
flex: 0 0 1px;
}
.blog-filters::-webkit-scrollbar {
display: none; }
.filter-indicator {
position: absolute;
top: 0.5rem;
left: 0;
height: calc(100% - 1rem);
background: rgba(42, 42, 70, 0.06);
border-radius: 50px;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 1;
pointer-events: none;
}
.blog-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
gap: 2rem;
margin-bottom: 4rem;
}
.blog-card {
background: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border-radius: 20px;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.8);
box-shadow: 0 4px 20px rgba(42, 42, 70, 0.02);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
display: flex;
flex-direction: column;
}
.blog-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(42, 42, 70, 0.08);
background: rgba(255, 255, 255, 1);
border-color: #ffffff;
}
.blog-card-image {
width: 100%;
aspect-ratio: 1338 / 730;
background: white;
display: flex;
align-items: center;
justify-content: center;
border-bottom: 1px solid rgba(42, 42, 70, 0.03);
position: relative;
overflow: hidden;
}
.blog-card-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.blog-card:hover .blog-card-image img {
transform: scale(1.05);
}
.blog-card-content {
padding: 2rem;
display: flex;
flex-direction: column;
flex-grow: 1;
}
.blog-card-title {
font-family: var(--font-heading);
font-size: 1.35rem;
font-weight: 700;
color: var(--color-darker);
margin-bottom: 1rem;
line-height: 1.4;
transition: color 0.3s ease;
}
.blog-card-title a {
color: inherit;
text-decoration: none;
transition: color 0.3s ease;
}
.blog-card-title a:hover {
color: var(--color-primary);
}
.blog-card-excerpt {
font-size: 1rem;
color: #656580;
line-height: 1.6;
margin-bottom: 1.5rem;
flex-grow: 1;
}
.blog-card-footer {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 0.9rem;
font-weight: 500;
color: #8a8a9e;
border-top: 1px solid rgba(42, 42, 70, 0.06);
padding-top: 1.25rem;
margin-top: auto;
}
.pagination {
position: relative;
display: flex;
justify-content: center;
align-items: center;
gap: 0.5rem;
background: white;
padding: 0.5rem;
border-radius: 100px;
border: 1px solid rgba(42, 42, 70, 0.05);
box-shadow: 0 4px 20px rgba(42, 42, 70, 0.03);
width: fit-content;
margin-left: auto;
margin-right: auto;
}
.pagination-indicator {
position: absolute;
top: 0.5rem;
left: 0;
height: calc(100% - 1rem);
background: rgba(42, 42, 70, 0.06);
border-radius: 50px;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 1;
pointer-events: none;
}
.page-num {
position: relative;
z-index: 2;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
background: transparent;
color: #656580;
text-decoration: none;
font-weight: 600;
border: 1px solid transparent;
transition: color 0.2s ease;
}
.page-num:hover {
color: var(--color-darker);
}
.page-num.active {
background: var(--color-darker) !important;
color: white !important;
box-shadow: 0 4px 12px rgba(42, 42, 70, 0.15);
} .article-header {
max-width: 800px;
margin: 0 auto;
text-align: center;
padding: 10rem 0 4rem 0;
}
.article-meta-info {
display: flex;
justify-content: center;
gap: 1.5rem;
font-size: 0.9rem;
color: #6b7280;
margin-bottom: 2rem;
font-weight: 500;
}
.article-meta-info span {
display: flex;
align-items: center;
gap: 0.5rem;
}
.article-meta-info svg {
width: 16px;
height: 16px;
color: var(--color-primary);
}
.article-cover {
width: 100%;
max-width: 100%;
height: 450px;
margin: 0 auto 0 auto;
background: var(--color-background-darker);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
color: rgba(42, 42, 70, 0.3);
overflow: hidden;
}
.article-content {
max-width: 700px;
margin: 0 auto;
font-size: 1.1rem;
line-height: 1.8;
color: #374151;
}
.article-content h2 {
font-family: var(--font-heading);
font-size: 2rem;
color: var(--color-dark);
margin: 3rem 0 1.5rem 0;
}
.article-cover-wide {
width: 100%;
height: 550px;
margin-top: -150px;
margin-bottom: 4rem;
border-radius: 32px;
background: #ffffff;
padding: 16px;
box-shadow: 0 30px 60px -15px rgba(0,0,0,0.15);
position: relative;
z-index: 20;
}
.article-cover-wide img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 20px;
}
.article-content-card {
background: #ffffff;
border-radius: 24px;
padding: 4rem;
box-shadow: 0 20px 40px rgba(42, 42, 70, 0.05);
}
.article-layout {
display: flex;
gap: 6rem;
align-items: flex-start;
}
.article-main {
flex: 1;
min-width: 0; }
.article-sidebar {
width: 280px;
flex-shrink: 0;
position: sticky;
top: 120px; }
.toc-widget {
background: transparent;
padding: 0;
box-shadow: none;
}
.toc-widget h3 {
font-family: var(--font-heading);
font-size: 1.1rem;
margin-bottom: 1.5rem;
color: var(--color-darker);
}
.toc-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 0.25rem;
}
.toc-list a {
color: #6b7280;
text-decoration: none;
font-size: 0.95rem;
font-weight: 500;
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
display: flex;
align-items: center;
padding: 0.25rem 1rem;
border-radius: 8px;
margin-left: -1rem;
line-height: 1.4;
}
.toc-list a::before {
content: '';
display: block;
width: 6px;
height: 6px;
border-radius: 50%;
background: #e5e7eb;
margin-right: 0.75rem;
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.toc-list a:hover {
color: var(--color-darker);
background: rgba(42, 42, 70, 0.04);
}
.toc-list a:hover::before {
background: var(--color-primary);
}
.toc-level-3 a {
padding-left: 2rem;
font-size: 0.9rem;
}
.toc-level-4 a {
padding-left: 3rem;
font-size: 0.875rem;
}
.article-content {
padding: 5rem 6rem;
}
.article-content h3 {
font-family: var(--font-heading);
font-size: 1.5rem;
color: var(--color-dark);
margin: 2rem 0 1rem 0;
}
.article-content p {
margin-bottom: 1.5rem;
}
.article-content ul, .article-content ol {
margin-bottom: 1.5rem;
padding-left: 1.5rem;
}
.article-content li {
margin-bottom: 0.5rem;
}
.article-content blockquote {
border-left: 4px solid var(--color-primary);
padding-left: 1.5rem;
margin: 2rem 0;
font-style: italic;
color: var(--color-dark);
font-size: 1.25rem;
}
.article-content img {
max-width: 100%;
border-radius: 12px;
margin: 2rem 0;
box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}
.article-content pre {
background: var(--color-darker);
color: #e5e7eb;
padding: 1.5rem;
border-radius: 12px;
overflow-x: auto;
margin: 2rem 0;
font-family: monospace;
font-size: 0.95rem;
border: 1px solid rgba(255,255,255,0.1);
}
.article-content code {
font-family: monospace;
background: rgba(42, 42, 70, 0.05);
padding: 0.2rem 0.4rem;
border-radius: 4px;
font-size: 0.95em;
color: var(--color-secondary);
}
.article-content pre code {
background: transparent;
padding: 0;
color: inherit;
}
.article-content table {
width: 100%;
border-collapse: collapse;
margin: 2rem 0;
font-size: 0.95rem;
display: block;
overflow-x: auto;
white-space: nowrap;
}
.article-content th, .article-content td {
padding: 1rem;
text-align: left;
border-bottom: 1px solid rgba(0,0,0,0.05);
}
.article-content th {
background: rgba(42, 42, 70, 0.02);
font-weight: 600;
color: var(--color-dark);
} @media (max-width: 991.98px) {
.blog-header {
padding: 8rem 0 2rem 0;
text-align: left;
}
.article-header {
text-align: left;
}
}
@media (max-width: 991.98px) {
.article-cover-wide {
height: auto;
aspect-ratio: 16/9;
margin-top: -80px;
padding: 8px;
border-radius: 16px;
margin-bottom: 2rem;
}
.article-cover-wide img {
border-radius: 10px;
}
.article-content-card {
padding: 2rem 1.5rem;
border-radius: 16px;
}
.article-layout {
flex-direction: column;
gap: 2.5rem;
}
.article-sidebar {
width: 100%;
position: static;
}
}
@media (max-width: 768px) {
.article-header {
padding: 8rem 0 6rem 0;
}
.article-cover {
height: 250px;
margin-bottom: 2rem;
border-radius: 12px;
}
.article-content-card {
padding: 2.5rem 2rem;
width: 100%;
box-sizing: border-box;
}
.article-main {
max-width: 100%;
}
.article-content pre, 
.article-content table {
max-width: 100%;
display: block;
overflow-x: auto;
}
.article-content h2 {
font-size: 1.75rem;
}
.article-content {
font-size: 1.05rem;
}
}
.latest-posts-header {
display: flex;
justify-content: space-between;
align-items: flex-end;
gap: 1.5rem;
max-width: 1200px;
margin: 0 auto 3rem;
}
.latest-posts-header .section-title {
margin-bottom: 0;
}
.latest-posts-header .link-arrow {
white-space: nowrap;
padding-bottom: 0.4rem;
}
.latest-posts .blog-grid {
max-width: 1200px;
margin: 0 auto;
} .latest-posts .blog-card {
background: #ffffff;
border-color: var(--color-border-card);
}
@media (max-width: 768px) {
.latest-posts-header {
flex-direction: column;
align-items: flex-start;
gap: 1rem;
}
}
.services-hero {
position: relative;
padding: 11rem 0 6rem;
}
.services-hero-inner {
max-width: 760px;
margin: 0 auto;
text-align: center;
}
.services-hero-meta {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 1rem 2rem;
margin-top: 2rem;
}
.services-hero-meta-item {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 0.95rem;
font-weight: 600;
color: var(--color-darker);
}
.services-hero-meta-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--color-primary);
flex-shrink: 0;
}
.services-hero-actions {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 1rem;
margin-top: 2.25rem;
} .services-header {
max-width: 760px;
margin: 0 auto 4rem;
text-align: center;
}
.services-board {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1px;
max-width: 1200px;
margin: 0 auto;
background: #e4ebf5;
border: 1px solid #e4ebf5;
border-radius: var(--radius-lg);
overflow: hidden;
box-shadow: var(--shadow-sm);
}
.services-board-label {
grid-column: 1 / -1;
display: flex;
align-items: center;
gap: 0.75rem;
background: #f7f9fc;
padding: 1.1rem 2.5rem;
font-size: 0.85rem;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--color-darker);
}
.services-board-label-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--color-primary);
flex-shrink: 0;
}
.services-tile {
position: relative;
display: flex;
flex-direction: column;
background: #ffffff;
padding: 2.5rem;
text-decoration: none;
transition: background 0.3s ease;
}
.services-tile:hover {
background: #fafdfe;
}
.services-tile-lg {
padding: 3rem 2.5rem;
}
.services-tile-index {
font-size: 0.85rem;
font-weight: 700;
letter-spacing: 2px;
color: var(--color-primary);
margin-bottom: 1.5rem;
}
.services-tile-title {
font-size: 1.35rem;
font-weight: 700;
letter-spacing: -0.5px;
color: var(--color-darker);
margin-bottom: 0.35rem;
}
.services-tile-lg .services-tile-title {
font-size: 1.65rem;
}
.services-tile-sub {
font-size: 0.95rem;
font-weight: 600;
color: var(--color-primary);
margin-bottom: 1rem;
}
.services-tile-text {
font-size: 1.05rem;
line-height: 1.6;
color: #656580;
margin-bottom: 1.5rem;
}
.services-tile-list {
list-style: none;
margin: 0 0 2rem;
padding: 0;
display: flex;
flex-direction: column;
gap: 0.65rem;
}
.services-tile-list li {
display: flex;
align-items: flex-start;
gap: 0.6rem;
font-size: 0.95rem;
line-height: 1.5;
color: var(--color-darker);
}
.services-tile-list img {
flex-shrink: 0;
margin-top: 0.2rem;
}
.services-tile-link {
display: inline-flex;
align-items: center;
gap: 0.5rem;
margin-top: auto;
font-weight: 700;
color: var(--color-primary);
}
.services-tile-link img {
transition: transform 0.3s ease;
}
.services-tile:hover .services-tile-link img {
transform: translateX(4px);
}
@media (max-width: 991.98px) {
.services-hero {
padding: 7rem 0 4rem;
}
.services-board {
grid-template-columns: 1fr;
}
.services-tile,
.services-tile-lg {
padding: 2rem;
}
.services-board-label {
padding: 1rem 2rem;
}
}
.reprise-hero {
position: relative;
padding: 11rem 0 6rem;
}
.reprise-hero-inner {
max-width: 760px;
margin: 0 auto;
text-align: center;
}
.reprise-hero-actions {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 1rem;
margin-top: 2.25rem;
}
.reprise-hero-meta {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 1rem 2rem;
margin-top: 2.5rem;
}
.reprise-hero-meta-item {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 0.95rem;
font-weight: 600;
color: var(--color-darker);
}
.reprise-hero-meta-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--color-primary);
flex-shrink: 0;
}
@media (max-width: 768px) {
.reprise-hero {
padding: 8rem 0 4rem;
}
}
.imgopt-hero {
position: relative;
padding: 11rem 0 5rem;
}
.imgopt-hero-inner {
max-width: 760px;
margin: 0 auto;
text-align: center;
}
.imgopt-hero-meta {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 1rem 2rem;
margin-top: 2rem;
}
.imgopt-hero-meta-item {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 0.95rem;
font-weight: 600;
color: var(--color-darker);
}
.imgopt-hero-meta-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--color-primary);
flex-shrink: 0;
} .imgopt-panel {
max-width: 920px;
margin: 0 auto;
background: #ffffff;
border: 1px solid rgba(228, 235, 245, 0.5);
border-radius: var(--radius-lg);
box-shadow: var(--shadow-sm);
padding: 2rem;
}
.imgopt-settings {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.25rem;
margin-bottom: 1.5rem;
}
.imgopt-field label {
display: block;
font-size: 0.85rem;
font-weight: 700;
color: var(--color-darker);
margin-bottom: 0.4rem;
}
.imgopt-field input[type="number"],
.imgopt-field select {
width: 100%;
padding: 0.6rem 0.75rem;
border: 1px solid #e4ebf5;
border-radius: 10px;
font: inherit;
color: var(--color-darker);
background: #ffffff;
}
.imgopt-field input[type="range"] {
width: 100%;
accent-color: var(--color-primary);
margin-top: 0.65rem;
}
.imgopt-field-hint {
display: block;
font-size: 0.8rem;
color: #656580;
margin-top: 0.35rem;
} .imgopt-drop {
border: 2px dashed #cfdbea;
border-radius: 16px;
padding: 2.75rem 1.5rem;
text-align: center;
cursor: pointer;
background: #fbfdfe;
transition: border-color 0.25s ease, background 0.25s ease;
}
.imgopt-drop:hover,
.imgopt-drop:focus-visible,
.imgopt-drop.is-over {
border-color: var(--color-primary);
background: rgba(28, 186, 200, 0.05);
outline: none;
}
.imgopt-drop-title {
font-weight: 700;
color: var(--color-darker);
margin: 0 0 0.35rem;
}
.imgopt-drop-hint {
font-size: 0.9rem;
color: #656580;
margin: 0;
}
.imgopt-privacy {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
font-size: 0.85rem;
color: #656580;
margin: 1rem 0 0;
}
.imgopt-privacy-dot {
width: 7px;
height: 7px;
border-radius: 50%;
background: var(--color-primary);
flex-shrink: 0;
} .imgopt-actions {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.75rem 1rem;
margin: 1.75rem 0 0.75rem;
}
.imgopt-actions .btn:disabled {
opacity: 0.5;
cursor: not-allowed;
}
.imgopt-summary {
margin-left: auto;
font-size: 0.9rem;
font-weight: 600;
color: var(--color-darker);
}
.imgopt-icon-btn {
display: inline-flex;
align-items: center;
gap: 0.4rem;
border: 1px solid #e4ebf5;
background: #ffffff;
border-radius: 10px;
padding: 0.5rem 0.9rem;
cursor: pointer;
font: inherit;
font-size: 0.85rem;
font-weight: 600;
color: var(--color-darker);
text-decoration: none;
transition: border-color 0.25s ease, color 0.25s ease;
}
.imgopt-icon-btn:hover {
border-color: var(--color-primary);
color: var(--color-primary);
}
.imgopt-icon-btn:disabled {
opacity: 0.5;
cursor: not-allowed;
}
.imgopt-icon-btn:disabled:hover {
border-color: #e4ebf5;
color: var(--color-darker);
}
.imgopt-icon-btn-muted {
color: #656580;
} .imgopt-list {
list-style: none;
margin: 0;
padding: 0;
}
.imgopt-item {
display: grid;
grid-template-columns: 56px minmax(0, 1fr) auto auto;
gap: 1rem;
align-items: center;
padding: 0.9rem 0;
border-top: 1px solid #eef2f8;
}
.imgopt-thumb {
display: block;
width: 56px;
height: 56px;
object-fit: cover;
border-radius: 10px;
background: #f1f5fa;
}
.imgopt-item-body {
min-width: 0;
display: flex;
flex-direction: column;
gap: 0.2rem;
}
.imgopt-item-name {
font-weight: 600;
font-size: 0.95rem;
color: var(--color-darker);
word-break: break-all;
}
.imgopt-item-meta {
font-size: 0.85rem;
color: #656580;
}
.imgopt-gain {
font-weight: 700;
font-size: 0.9rem;
color: #12996b;
white-space: nowrap;
}
.imgopt-gain.is-neg {
color: #c2572b;
}
.imgopt-badge {
font-size: 0.8rem;
font-weight: 600;
color: #656580;
background: #f1f5fa;
border-radius: 999px;
padding: 0.25rem 0.7rem;
white-space: nowrap;
}
.imgopt-badge-error {
color: #c2572b;
background: rgba(194, 87, 43, 0.08);
}
.imgopt-item-btns {
display: flex;
gap: 0.5rem;
}
@media (max-width: 991.98px) {
.imgopt-hero {
padding: 7rem 0 3.5rem;
}
.imgopt-panel {
padding: 1.5rem;
}
.imgopt-settings {
grid-template-columns: 1fr;
}
.imgopt-item {
grid-template-columns: 44px minmax(0, 1fr);
grid-template-rows: auto auto;
}
.imgopt-thumb {
width: 44px;
height: 44px;
}
.imgopt-item-side,
.imgopt-item-btns {
grid-column: 2;
justify-self: start;
}
.imgopt-summary {
margin-left: 0;
width: 100%;
}
}
.flout-editor {
margin-top: 0.5rem;
}
.flout-canvas-wrap {
border: 1px solid #e4ebf5;
border-radius: 12px;
overflow: hidden;
background: #f7f9fc;
}
.flout-canvas-wrap canvas {
display: block;
width: 100%;
height: auto;
cursor: crosshair;
touch-action: none;
}
.loga-progress {
display: flex;
align-items: center;
gap: 1rem;
margin-top: 1.5rem;
}
.loga-progress[hidden] {
display: none;
}
.loga-progress-track {
flex: 1;
height: 8px;
border-radius: 999px;
background: #eef2f8;
overflow: hidden;
}
.loga-progress-fill {
display: block;
height: 100%;
width: 0;
border-radius: 999px;
background: linear-gradient(90deg, var(--color-primary) 0%, #128b99 100%);
transition: width 0.2s ease;
}
.loga-progress-text {
font-size: 0.85rem;
font-weight: 600;
color: var(--color-darker);
white-space: nowrap;
}
.loga-error {
margin-top: 1.5rem;
padding: 0.9rem 1.1rem;
border-radius: 10px;
background: rgba(194, 87, 43, 0.08);
color: #c2572b;
font-size: 0.95rem;
font-weight: 600;
} .loga-results {
margin-top: 2rem;
}
.loga-h {
font-size: 1.15rem;
font-weight: 700;
letter-spacing: -0.3px;
color: var(--color-darker);
margin: 2.25rem 0 0.9rem;
}
.loga-h4 {
font-size: 0.95rem;
font-weight: 700;
color: var(--color-darker);
margin: 1.25rem 0 0.6rem;
}
.loga-tiles {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1rem;
}
.loga-tile {
display: flex;
flex-direction: column;
gap: 0.25rem;
padding: 1.1rem 1.25rem;
border: 1px solid #eef2f8;
border-radius: 12px;
background: #fbfdfe;
}
.loga-tile-value {
font-family: var(--font-heading);
font-size: 1.5rem;
font-weight: 800;
letter-spacing: -0.5px;
color: var(--color-primary);
}
.loga-tile-label {
font-size: 0.85rem;
color: #656580;
} .loga-table-wrap {
overflow-x: auto;
border: 1px solid #eef2f8;
border-radius: 12px;
}
.loga-table {
width: 100%;
border-collapse: collapse;
font-size: 0.9rem;
color: var(--color-darker);
}
.loga-table th {
text-align: left;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
color: #656580;
padding: 0.7rem 1rem;
background: #f7f9fc;
}
.loga-table td {
padding: 0.6rem 1rem;
border-top: 1px solid #eef2f8;
}
.loga-num {
text-align: right;
font-variant-numeric: tabular-nums;
white-space: nowrap;
}
.loga-url {
font-family: monospace;
font-size: 0.85rem;
word-break: break-all;
}
.loga-warn {
color: #c2572b;
font-weight: 700;
}
.loga-barcell {
width: 30%;
min-width: 120px;
}
.loga-bar {
display: block;
height: 8px;
border-radius: 999px;
background: linear-gradient(90deg, var(--color-primary) 0%, #128b99 100%);
min-width: 2px;
} .loga-badge {
display: inline-block;
font-size: 0.75rem;
font-weight: 700;
border-radius: 999px;
padding: 0.2rem 0.65rem;
white-space: nowrap;
}
.loga-badge-search { background: rgba(28, 186, 200, 0.12); color: #128b99; }
.loga-badge-ai_training { background: rgba(122, 82, 204, 0.12); color: #6a43bd; }
.loga-badge-ai_assistant { background: rgba(18, 153, 107, 0.12); color: #12996b; }
.loga-badge-seo_tool { background: rgba(194, 87, 43, 0.1); color: #c2572b; }
.loga-badge-social { background: rgba(33, 33, 56, 0.08); color: #656580; }
.loga-badge-human { background: #eef2f8; color: var(--color-darker); } .loga-controls {
position: sticky;
top: 104px;
z-index: 50;
display: grid;
grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
gap: 1rem;
margin: 1.75rem 0 0.25rem;
padding: 1rem 1.25rem;
border: 1px solid #e4ebf5;
border-radius: 12px;
background: #fbfdfe;
box-shadow: 0 8px 24px rgba(42, 42, 70, 0.07);
}
@media (max-width: 991.98px) {
.loga-controls {
position: static;
grid-template-columns: 1fr 1fr;
}
} .loga-row-click {
cursor: pointer;
transition: background 0.15s ease;
}
.loga-row-click:hover {
background: rgba(28, 186, 200, 0.06);
}
.loga-row-click:hover .loga-row-go {
color: var(--color-primary);
transform: translateX(2px);
}
.loga-row-go {
display: inline-block;
color: #c3cbd8;
font-weight: 700;
transition: color 0.15s ease, transform 0.15s ease;
}
.loga-hint {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 0.85rem;
color: #656580;
margin: 0.5rem 0 0;
}
.loga-hint-dot {
width: 7px;
height: 7px;
border-radius: 50%;
background: var(--color-primary);
flex-shrink: 0;
} .loga-modal {
position: fixed;
inset: 0;
z-index: 1000;
display: flex;
align-items: center;
justify-content: center;
padding: 1.5rem;
}
.loga-modal[hidden] {
display: none;
}
.loga-modal-backdrop {
position: absolute;
inset: 0;
background: rgba(33, 33, 56, 0.55);
backdrop-filter: blur(2px);
}
.loga-modal-panel {
position: relative;
width: 100%;
max-width: 760px;
max-height: 85vh;
overflow-y: auto;
background: #ffffff;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-md);
padding: 2rem;
}
.loga-modal-panel .loga-h4 {
margin-top: 0;
padding-right: 2.5rem;
word-break: break-all;
}
.loga-modal-close {
position: absolute;
top: 1.1rem;
right: 1.1rem;
width: 34px;
height: 34px;
border: 1px solid #e4ebf5;
border-radius: 50%;
background: #ffffff;
color: var(--color-darker);
font-size: 0.9rem;
cursor: pointer;
transition: border-color 0.2s ease, color 0.2s ease;
}
.loga-modal-close:hover {
border-color: var(--color-primary);
color: var(--color-primary);
}
.loga-controls input[type="search"] {
width: 100%;
padding: 0.6rem 0.75rem;
border: 1px solid #e4ebf5;
border-radius: 10px;
font: inherit;
font-size: 0.9rem;
color: var(--color-darker);
background: #ffffff;
transition: border-color 0.2s ease;
}
.loga-controls input[type="search"]:focus {
outline: none;
border-color: var(--color-primary);
box-shadow: 0 0 0 3px rgba(28, 186, 200, 0.15);
}
.loga-field-label,
.loga-controls .imgopt-field label {
display: block;
font-size: 0.85rem;
font-weight: 700;
color: var(--color-darker);
margin-bottom: 0.4rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} .loga-controls .imgopt-field {
display: flex;
flex-direction: column;
justify-content: flex-end;
} .loga-msel {
position: relative;
}
.loga-msel-btn {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.5rem;
padding: 0.6rem 0.75rem;
border: 1px solid #e4ebf5;
border-radius: 10px;
background: #ffffff;
font: inherit;
font-size: 0.9rem;
color: var(--color-darker);
cursor: pointer;
text-align: left;
transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.loga-msel-btn:hover,
.loga-msel.is-open .loga-msel-btn {
border-color: var(--color-primary);
}
.loga-msel.is-open .loga-msel-btn {
box-shadow: 0 0 0 3px rgba(28, 186, 200, 0.15);
}
.loga-msel-btn.has-values {
border-color: var(--color-primary);
background: rgba(28, 186, 200, 0.06);
font-weight: 600;
}
.loga-msel-label {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.loga-msel-caret {
flex-shrink: 0;
font-size: 0.7rem;
color: #656580;
transition: transform 0.2s ease;
}
.loga-msel.is-open .loga-msel-caret {
transform: rotate(180deg);
}
.loga-msel-panel {
position: absolute;
top: calc(100% + 6px);
left: 0;
min-width: 100%;
width: max-content;
max-width: 300px;
max-height: 300px;
overflow-y: auto;
background: #ffffff;
border: 1px solid #e4ebf5;
border-radius: 12px;
box-shadow: var(--shadow-md);
padding: 0.4rem;
z-index: 60;
}
.loga-msel-opt {
display: flex;
align-items: center;
gap: 0.55rem;
padding: 0.45rem 0.6rem;
border-radius: 8px;
font-size: 0.9rem;
color: var(--color-darker);
cursor: pointer;
}
.loga-msel-opt:hover {
background: #f4f9fb;
}
.loga-msel-opt input {
accent-color: var(--color-primary);
flex-shrink: 0;
}
.loga-msel-opt small {
color: #a3a3b8;
}
.loga-msel-reset {
display: block;
width: 100%;
border: none;
background: none;
padding: 0.35rem 0.6rem;
font: inherit;
font-size: 0.8rem;
font-weight: 700;
color: var(--color-primary);
text-align: left;
cursor: pointer;
border-radius: 8px;
}
.loga-msel-reset:hover {
background: #f4f9fb;
}
@media (max-width: 767.98px) {
.loga-controls {
grid-template-columns: 1fr;
}
} .loga-legend {
display: flex;
flex-wrap: wrap;
gap: 0.4rem 1.5rem;
margin: 0.25rem 0 0.75rem;
}
.loga-legend-item {
display: inline-flex;
align-items: center;
gap: 0.45rem;
font-size: 0.85rem;
font-weight: 600;
color: #656580;
}
.loga-legend-dot {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
flex-shrink: 0;
}
.loga-chart-wrap {
position: relative;
border: 1px solid #eef2f8;
border-radius: 12px;
background: #ffffff;
padding: 0.75rem 0.5rem 0.25rem;
}
.loga-chart-wrap svg {
display: block;
width: 100%;
height: auto;
}
.loga-tooltip {
display: none;
position: absolute;
z-index: 5;
background: #ffffff;
border: 1px solid #e4ebf5;
border-radius: 10px;
box-shadow: var(--shadow-md);
padding: 0.6rem 0.8rem;
font-size: 0.8rem;
color: var(--color-darker);
pointer-events: none;
white-space: nowrap;
}
.loga-tooltip strong {
display: block;
margin-bottom: 0.35rem;
}
.loga-tip-row {
display: flex;
align-items: center;
gap: 0.45rem;
padding: 0.1rem 0;
color: #656580;
}
.loga-tip-row b {
margin-left: auto;
padding-left: 0.8rem;
color: var(--color-darker);
font-variant-numeric: tabular-nums;
}
.loga-note {
font-size: 0.85rem;
color: #656580;
margin: 1rem 0;
line-height: 1.6;
}
.loga-empty {
font-size: 0.9rem;
color: #656580;
padding: 0.75rem 0;
}
.loga-results .imgopt-icon-btn {
margin-top: 0.75rem;
}
@media (max-width: 991.98px) {
.loga-tiles {
grid-template-columns: repeat(2, 1fr);
}
}
.blog-hero-section { }
.blog-hero-grid {
opacity: 1;
mask-image: radial-gradient(ellipse at center, black 30%, transparent 90%);
-webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 90%);
}
.blog-hero-glow {
top: -100px;
left: 50%;
transform: translateX(-50%);
width: 600px;
height: 600px;
opacity: 0.2;
}
.blog-header-content {
color: #ffffff;
}
.blog-hero-tag {
background-color: rgba(28, 186, 200, 0.15);
color: #ffffff;
border-color: rgba(28, 186, 200, 0.4);
text-shadow: 0 0 10px rgba(28, 186, 200, 0.5);
}
.blog-hero-title {
margin-bottom: 1rem;
color: #ffffff;
}
.blog-hero-highlight {
background: linear-gradient(135deg, #4fd1c5 0%, #81e6d9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.blog-hero-desc {
margin: 0 auto;
max-width: 600px;
color: rgba(255, 255, 255, 0.7);
}
.single-header-left {
max-width: 800px;
text-align: left;
}
.single-title {
margin-bottom: 2rem;
line-height: 1.2;
}
.single-meta {
color: rgba(255,255,255,0.7);
justify-content: flex-start;
margin-bottom: 0;
}
.single-content-wrapper {
padding: 0;
font-size: 1.1rem;
line-height: 1.8;
color: #374151;
}
.single-content-wrapper p.lead {
font-size: 1.25rem;
color: var(--color-darker);
font-weight: 500;
}
.single-content-wrapper h2 {
margin-top: 3rem;
}
.text-success {
color: #10b981;
font-weight: 600;
} @media (max-width: 768px) {
.single-title {
font-size: 2.75rem !important; }
}
body.dark-mode {
--color-background: #0f1422;
--color-background-darker: #1a1f30;
--color-dark: #c8cdd9;
--color-darker: #f0f2f7;
background-color: var(--color-background);
color: var(--color-dark);
} body.dark-mode .bg-white {
background-color: var(--color-background) !important;
}
body.dark-mode .bg-light {
background-color: var(--color-background-darker);
}
body.dark-mode .bg-dark {
background-color: #06090f;
}
body.dark-mode .bg-gradient-light {
background: linear-gradient(145deg, var(--color-background-darker) 0%, var(--color-background) 100%);
} body.dark-mode.pattern-dots-dark,
body.dark-mode .pattern-dots-dark {
background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
}
body.dark-mode .pattern-grid-dark {
background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
} body.dark-mode .site-header {
background-color: rgba(20, 25, 40, 0.75);
border-color: rgba(255, 255, 255, 0.08);
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}
body.dark-mode.header-solid .site-header {
background-color: var(--color-background-darker) !important;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5) !important;
}
body.dark-mode nav a {
color: rgba(255, 255, 255, 0.65);
}
body.dark-mode nav a:hover {
color: var(--color-darker);
}
body.dark-mode .nav-indicator {
background: rgba(255, 255, 255, 0.08);
}
body.dark-mode .nav-dropdown-inner {
background: rgba(26, 31, 48, 0.92);
border-color: rgba(255, 255, 255, 0.08);
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
body.dark-mode nav .nav-dropdown-link:hover {
background: rgba(255, 255, 255, 0.06);
}
body.dark-mode .nav-dropdown-link-desc {
color: rgba(255, 255, 255, 0.55);
}
body.dark-mode .nav-dropdown-chevron {
filter: invert(0.8);
}
body.dark-mode .nav-dropdown-link-title::before {
background: rgba(255, 255, 255, 0.25);
}
body.dark-mode nav .nav-dropdown-link:hover .nav-dropdown-link-title::before {
background: var(--color-primary);
}
@media (max-width: 991.98px) {
body.dark-mode .site-header::before {
background-color: var(--color-background-darker);
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
body.dark-mode .mobile-menu-toggle {
background-color: rgba(255, 255, 255, 0.08);
}
} body.dark-mode .bento-card,
body.dark-mode .pricing-card,
body.dark-mode .faq-item,
body.dark-mode details.faq-item {
background: var(--color-background-darker);
border-color: rgba(255, 255, 255, 0.08);
color: var(--color-dark);
}
body.dark-mode .section-description {
color: rgba(255, 255, 255, 0.7);
}
body.dark-mode .section-title,
body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6 {
color: var(--color-darker);
} body.dark-mode .logo {
color: var(--color-darker);
} body.dark-mode .hero-section {
background-color: var(--color-background);
} body.dark-mode .btn-secondary {
background: rgba(255, 255, 255, 0.06);
color: var(--color-darker);
border-color: rgba(255, 255, 255, 0.12);
}
body.dark-mode .btn-secondary:hover {
background: rgba(255, 255, 255, 0.1);
} body.dark-mode .faq-container details {
border-color: rgba(255, 255, 255, 0.08);
}
body.dark-mode .faq-question {
color: var(--color-darker);
}
body.dark-mode .faq-answer p {
color: rgba(255, 255, 255, 0.72);
} body.dark-mode .site-footer {
background-color: #06090f;
}  body.dark-mode .ps-side-dark {
background: #1a1f30;
background-image:
radial-gradient(circle at 80% 30%, rgba(28, 186, 200, 0.12) 0%, transparent 50%),
radial-gradient(circle at 20% 80%, rgba(28, 186, 200, 0.06) 0%, transparent 60%);
color: #fff;
} body.dark-mode .ps-radar-orbit {
background: var(--color-background-darker);
color: var(--color-darker);
border-color: rgba(255, 255, 255, 0.08);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
} body.dark-mode .ps-side-light .ps-metric {
border-top-color: rgba(255, 255, 255, 0.1);
}