:root {
--primary-50: #f8f9fa;
--primary-50-rgb: 248, 249, 250;
--primary-100: #e9ecef;
--primary-100-rgb: 233, 236, 239;
--primary-300: #adb5bd;
--primary-300-rgb: 173, 181, 189;
--primary-500: #495057;
--primary-500-rgb: 73, 80, 87;
--primary-700: #212529;
--primary-700-rgb: 33, 37, 41;
--primary-200: #cbd1d6;
--primary-200-rgb: 203, 209, 214;
--primary-400: #7b838a;
--primary-400-rgb: 123, 131, 138;
--primary-600: #353b40;
--primary-600-rgb: 53, 59, 64;
--primary-800: #1c1f23;
--primary-800-rgb: 28, 31, 35;
--primary-900: #171a1d;
--primary-900-rgb: 23, 26, 29;
--primary-950: #0f1113;
--primary-950-rgb: 15, 17, 19;
--primary-rgb: 73, 80, 87;
--neutral-50: #f9fafb;
--neutral-50-rgb: 249, 250, 251;
--neutral-100: #f3f4f6;
--neutral-100-rgb: 243, 244, 246;
--neutral-300: #d1d5db;
--neutral-300-rgb: 209, 213, 219;
--neutral-500: #6b7280;
--neutral-500-rgb: 107, 114, 128;
--neutral-700: #374151;
--neutral-700-rgb: 55, 65, 81;
--neutral-900: #111827;
--neutral-900-rgb: 17, 24, 39;
--neutral-200: #e2e5e9;
--neutral-200-rgb: 226, 229, 233;
--neutral-400: #9ea4ae;
--neutral-400-rgb: 158, 164, 174;
--neutral-600: #515a69;
--neutral-600-rgb: 81, 90, 105;
--neutral-800: #2f3745;
--neutral-800-rgb: 47, 55, 69;
--neutral-950: #191e25;
--neutral-950-rgb: 25, 30, 37;
--surface-primary: var(--neutral-50);
--surface-secondary: var(--neutral-100);
--surface-accent: var(--primary-50);
--text-primary: var(--neutral-900);
--text-secondary: var(--neutral-700);
--text-accent: var(--primary-700);
--button-primary-bg: var(--primary-500);
--button-primary-text: #ffffff;
--button-primary-text-rgb: 255, 255, 255;
--button-secondary-bg: var(--neutral-100);
--button-secondary-text: var(--neutral-900);
--border-light: var(--neutral-300);
--border-medium: var(--neutral-500);
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
--shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
--shadow-card: 0 4px 6px rgba(0, 0, 0, 0.05);
--shadow-elevated: 0 10px 25px rgba(0, 0, 0, 0.1);
--shadow-button-hover: 0 6px 12px rgba(73, 80, 87, 0.3);
--radius-sm: 4px;
--radius-md: 8px;
--radius-lg: 12px;
--radius-xl: 16px;
--transition-fast: 0.15s ease;
--transition-base: 0.2s ease;
--transition-slow: 0.3s ease;
--white-rgb: 255, 255, 255;
--black-rgb: 0, 0, 0;
--transparent-rgb: 0, 0, 0;
--overlay-light-rgb: 255, 255, 255;
--overlay-dark-rgb: 0, 0, 0;
--text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
--text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
--text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
--text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
--text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
--text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
--text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
--text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
--text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
--text-6xl: clamp(3.75rem, 3rem + 3.75vw, 4.5rem);
--text-7xl: clamp(4.5rem, 3.5rem + 5vw, 6rem);
--text-8xl: clamp(6rem, 4.5rem + 7.5vw, 8rem);
--text-9xl: clamp(8rem, 6rem + 10vw, 12rem);
--font-light: 300;
--font-normal: 400;
--font-medium: 500;
--font-semibold: 600;
--font-bold: 700;
--font-extrabold: 800;
--leading-none: 1;
--leading-tight: 1.25;
--leading-snug: 1.375;
--leading-normal: 1.5;
--leading-relaxed: 1.625;
--leading-loose: 2;
--leading-extra_loose: 2.5;
--tracking-tighter: -0.05em;
--tracking-tight: -0.025em;
--tracking-normal: 0;
--tracking-wide: 0.025em;
--tracking-wider: 0.05em;
--tracking-widest: 0.1em;
--font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
--font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
--font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
--text-body: var(--text-primary);
--space-0: 0;
--space-1: 0.25rem;
--space-2: 0.5rem;
--space-3: 0.75rem;
--space-4: 1rem;
--space-5: 1.25rem;
--space-6: 1.5rem;
--space-7: 1.75rem;
--space-8: 2rem;
--space-9: 2.25rem;
--space-10: 2.5rem;
--space-11: 2.75rem;
--space-12: 3rem;
--space-14: 3.5rem;
--space-16: 4rem;
--space-20: 5rem;
--space-24: 6rem;
--space-28: 7rem;
--space-32: 8rem;
--space-36: 9rem;
--space-40: 10rem;
--space-44: 11rem;
--space-48: 12rem;
--space-52: 13rem;
--space-56: 14rem;
--space-60: 15rem;
--space-64: 16rem;
--space-72: 18rem;
--space-80: 20rem;
--space-96: 24rem;
--space-px: 1px;
--space-0.5: 0.125rem;
--space-1.5: 0.375rem;
--space-2.5: 0.625rem;
--space-3.5: 0.875rem;
--space-xs: 0.5rem;
--space-sm: 1rem;
--space-md: 1.5rem;
--space-lg: 2rem;
--space-xl: 3rem;
--space-2xl: 4rem;
--space-3xl: 6rem;
--space-4xl: 8rem;
--space-5xl: 12rem;
--space-6xl: 16rem;
--section-py: clamp(3rem, 5vw, 5rem);
--section-y-mobile: 3rem;
--section-y-tablet: 4rem;
--section-y-desktop: 5rem;
--section-y-hero: clamp(4rem, 10vw, 8rem);
--section-x: clamp(1rem, 3vw, 2rem);
--section-gap: clamp(1.5rem, 3vw, 2.5rem);
--card-padding: 1.5rem;
--card-gap: 1rem;
--button-padding-x: 1.5rem;
--button-padding-y: 0.75rem;
--form-gap: 1rem;
}
:root {
--shadow-none: none;
--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
--shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
--radius-none: 0;
--radius-xs: 0.125rem;
--radius-sm: 0.25rem;
--radius-md: 0.375rem;
--radius-lg: 0.5rem;
--radius-xl: 0.75rem;
--radius-2xl: 1rem;
--radius-3xl: 1.5rem;
--radius-full: 9999px;
--transition-fast: 0.15s ease;
--transition-normal: 0.3s ease;
--transition-slow: 0.5s ease;
--transition-all: all 0.3s ease;
--duration-fast: 0.15s;
--duration-normal: 0.3s;
--duration-slow: 0.5s;
--ease-smooth: ease-in-out;
--ease-spring: cubic-bezier(0.68, -0.55, 0.265, 1.55);
--opacity-disabled: 0.5;
--opacity-loading: 0.7;
--opacity-overlay: 0.8;
--nav-font-size: 10px;
}
section {
padding-top: var(--section-y-mobile);
padding-bottom: var(--section-y-mobile);
padding-left: var(--section-x);
padding-right: var(--section-x);
}
@media (min-width: 768px) {
section {
padding-top: var(--section-y-tablet);
padding-bottom: var(--section-y-tablet);
}
}
@media (min-width: 1024px) {
section {
padding-top: var(--section-y-desktop);
padding-bottom: var(--section-y-desktop);
}
}
section[id="hero"] {
padding-top: var(--section-y-hero);
padding-bottom: var(--section-y-hero);
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
*, *::before, *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
@media (prefers-contrast: high) {
:root {
--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
}
}
@media print {
:root {
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: none;
--shadow-xl: none;
}
section {
padding-top: 1rem;
padding-bottom: 1rem;
break-inside: avoid;
}
}
html {
scroll-behavior: smooth;
scroll-padding-top: 6rem;
}
body {
overflow-x: hidden;
}
*:focus {
outline: 2px solid var(--border-interactive);
outline-offset: 2px;
border-radius: var(--radius-sm);
}
*:focus:not(:focus-visible) {
outline: none;
}
*:focus-visible {
outline: 2px solid var(--border-interactive);
outline-offset: 2px;
}
.main_font_primary {
font-family: var(--font-primary);
}
.design_font_secondary {
font-family: var(--font-secondary);
}
.premium_font_mono {
font-family: var(--font-mono);
}
.base_display_1 {
font-family: var(--font-secondary);
font-size: var(--text-6xl);
font-weight: var(--font-extrabold);
line-height: var(--leading-none);
letter-spacing: var(--tracking-tighter);
}
.creative_display_2 {
font-family: var(--font-secondary);
font-size: var(--text-5xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
}
.layout_display_3 {
font-family: var(--font-secondary);
font-size: var(--text-4xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
}
.core_heading_1 {
font-family: var(--font-secondary);
font-size: var(--text-4xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
}
.studio_heading_2 {
font-family: var(--font-secondary);
font-size: var(--text-3xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
}
.prime_heading_3 {
font-family: var(--font-secondary);
font-size: var(--text-2xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
}
.dark_heading_4 {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
}
.business_heading_5 {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-semibold);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.site_heading_6 {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.top_body_large {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
letter-spacing: var(--tracking-normal);
}
.unique_body_base {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
letter-spacing: var(--tracking-normal);
}
.best_body_small {
font-family: var(--font-primary);
font-size: var(--text-sm);
font-weight: var(--font-normal);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.modern_caption {
font-family: var(--font-primary);
font-size: var(--text-xs);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-wide);
color: var(--text-muted);
}
.container_overline {
font-family: var(--font-primary);
font-size: var(--text-xs);
font-weight: var(--font-semibold);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-wider);
text-transform: uppercase;
color: var(--text-muted);
}
.smart_code_inline {
font-family: var(--font-mono);
font-size: 0.875em;
font-weight: var(--font-medium);
line-height: var(--leading-normal);
background-color: var(--bg-muted);
color: var(--text-primary);
padding: 0.125rem 0.25rem;
border-radius: var(--radius-sm);
}
.brand_code_block {
font-family: var(--font-mono);
font-size: var(--text-sm);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
background-color: var(--bg-muted);
color: var(--text-primary);
padding: var(--space-4);
border-radius: var(--radius-md);
overflow-x: auto;
}
.company_hero_title {
font-family: var(--font-secondary);
font-size: var(--text-6xl);
font-weight: var(--font-extrabold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tighter);
color: var(--text-primary);
margin-bottom: var(--space-6);
}
.agency_hero_subtitle {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-secondary);
margin-bottom: var(--space-8);
}
.digital_section_title {
font-family: var(--font-secondary);
font-size: var(--text-4xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
color: var(--text-primary);
margin-bottom: var(--space-4);
}
.pro_section_subtitle {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-secondary);
margin-bottom: var(--space-3);
}
.clean_section_description {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
letter-spacing: var(--tracking-normal);
color: var(--text-primary);
margin-bottom: var(--space-8);
max-width: 65ch;
}
.minimal_card_title {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
color: var(--text-primary);
margin-bottom: var(--space-3);
}
.custom_card_text {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-normal);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-primary);
}
.fresh_nav_link {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-primary);
text-decoration: none;
transition: color var(--transition-fast);
}
.fresh_nav_link:hover,
.fresh_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.bright_button_text {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.theme_footer_text {
font-family: var(--font-primary);
font-size: var(--text-sm);
font-weight: var(--font-normal);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-muted);
}
@media (max-width: 768px) {
.company_hero_title {
font-size: var(--text-4xl);
}
.digital_section_title {
font-size: var(--text-3xl);
}
.base_display_1 {
font-size: var(--text-5xl);
}
.creative_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.company_hero_title {
font-size: var(--text-3xl);
}
.digital_section_title {
font-size: var(--text-2xl);
}
.base_display_1 {
font-size: var(--text-4xl);
}
}
a:not([class]) {
color: var(--text-link);
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 2px;
transition: all var(--transition-fast);
}
a:not([class]):hover,
a:not([class]):focus {
color: var(--text-link-hover);
text-decoration-thickness: 2px;
}
a:not([class]):visited {
color: var(--text-link);
}
.web_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.bold_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.section_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.style_text_balance {
text-wrap: balance;
}
.ui_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.fresh_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.modern_caption,
.container_overline,
.theme_footer_text {
color: var(--text-secondary);
}
.agency_hero_subtitle,
.pro_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.company_hero_title,
.digital_section_title,
.core_heading_1,
.studio_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.web_text_gradient {
color: var(--text-primary);}
}
body {
font-family: var(--font-primary);
font-size: 1rem;
line-height: 1.6;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: var(--font-accent);
font-weight: 600;
line-height: 1.2;
margin-bottom: 0.5em;
}
h1, .h1 {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 700;
}
h2, .h2 {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
}
h3, .h3 {
font-size: clamp(1.5rem, 3vw, 2rem);
font-weight: 600;
}
h4, .h4 {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
}
h5, .h5 {
font-size: clamp(1.125rem, 2vw, 1.25rem);
font-weight: 500;
}
h6, .h6 {
font-size: 1rem;
font-weight: 500;
}
p {
font-family: var(--font-body);
margin-bottom: 1em;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
line-height: 1.7;
}
.text-accent,
.hero-title,
.section-title,
.card-title {
font-family: var(--font-accent);
}
.subtitle,
.section-subtitle {
font-family: var(--font-primary);
font-weight: 500;
}
blockquote {
font-family: var(--font-accent);
font-style: italic;
font-size: 1.125rem;
border-left: 3px solid currentColor;
padding-left: 1.5rem;
margin: 1.5rem 0;
}
.navbar,
.nav-link,
.navbar-brand {
font-family: var(--font-primary);
font-weight: 500;
}
.btn,
button {
font-family: var(--font-primary);
font-weight: 600;
letter-spacing: 0.025em;
}
input,
textarea,
select,
.form-control,
.form-label {
font-family: var(--font-primary);
}
.form-label {
font-weight: 500;
}
.card {
font-family: var(--font-primary);
}
.card-header,
.card-title {
font-family: var(--font-accent);
font-weight: 600;
}
.badge,
.label,
.tag {
font-family: var(--font-primary);
font-weight: 600;
font-size: 0.875rem;
}
footer,
.footer {
font-family: var(--font-primary);
font-size: 0.9rem;
}
footer h1, footer h2, footer h3,
footer h4, footer h5, footer h6,
.footer h1, .footer h2, .footer h3,
.footer h4, .footer h5, .footer h6 {
font-family: var(--font-accent);
}
code,
pre,
kbd,
samp {
font-family: var(--font-mono);
font-size: 0.9em;
}
.font-primary {
font-family: var(--font-primary) !important;
}
.font-accent {
font-family: var(--font-accent) !important;
}
.font-heading {
font-family: var(--font-heading) !important;
}
.font-body {
font-family: var(--font-body) !important;
}
@media (max-width: 768px) {
body {
font-size: 0.95rem;
}
.lead {
font-size: 1.125rem;
}
}
@media print {
body {
font-family: var(--font-primary);
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-accent);
page-break-after: avoid;
}
}
.new_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.app_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.elite_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.light_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.page_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.content_stack {
display: flex;
flex-direction: column;
}
.site2_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.minimal13_full_height {
min-height: 100vh;
}
.design69_section_height {
min-height: 80vh;
}
.style99_hero_height {
min-height: 90vh;
}
.app68_m_0 { margin: 0; }
.company9_m_1 { margin: var(--space-1); }
.business47_m_2 { margin: var(--space-2); }
.light46_m_3 { margin: var(--space-3); }
.premium15_m_4 { margin: var(--space-4); }
.clean87_m_6 { margin: var(--space-6); }
.creative44_m_8 { margin: var(--space-8); }
.site79_m_12 { margin: var(--space-12); }
.content16_m_16 { margin: var(--space-16); }
.core81_mx_auto { margin-left: auto; margin-right: auto; }
.agency54_my_auto { margin-top: auto; margin-bottom: auto; }
.base11_mt_0 { margin-top: 0; }
.agency12_mt_4 { margin-top: var(--space-4); }
.custom99_mt_8 { margin-top: var(--space-8); }
.container17_mt_12 { margin-top: var(--space-12); }
.style2_mb_0 { margin-bottom: 0; }
.unique86_mb_4 { margin-bottom: var(--space-4); }
.studio4_mb_8 { margin-bottom: var(--space-8); }
.digital80_mb_12 { margin-bottom: var(--space-12); }
.style7_p_0 { padding: 0; }
.elite51_p_1 { padding: var(--space-1); }
.company1_p_2 { padding: var(--space-2); }
.elite41_p_3 { padding: var(--space-3); }
.container26_p_4 { padding: var(--space-4); }
.content27_p_6 { padding: var(--space-6); }
.web9_p_8 { padding: var(--space-8); }
.bold36_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.studio90_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.clean39_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.top63_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.top24_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.layout34_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.brand55_gap_1 { gap: var(--space-1); }
.ui43_gap_2 { gap: var(--space-2); }
.studio86_gap_3 { gap: var(--space-3); }
.elite43_gap_4 { gap: var(--space-4); }
.base83_gap_6 { gap: var(--space-6); }
.dark46_gap_8 { gap: var(--space-8); }
.base65_shadow_none { box-shadow: var(--shadow-none); }
.web86_shadow_xs { box-shadow: var(--shadow-xs); }
.pro66_shadow_sm { box-shadow: var(--shadow-sm); }
.theme64_shadow_md { box-shadow: var(--shadow-md); }
.bright89_shadow_lg { box-shadow: var(--shadow-lg); }
.web89_shadow_xl { box-shadow: var(--shadow-xl); }
.dark21_shadow_2xl { box-shadow: var(--shadow-2xl); }
.light6_shadow_inner { box-shadow: var(--shadow-inner); }
.minimal7_shadow_colored { box-shadow: var(--shadow-colored); }
.premium95_radius_none { border-radius: var(--radius-none); }
.prime48_radius_xs { border-radius: var(--radius-xs); }
.smart2_radius_sm { border-radius: var(--radius-sm); }
.layout53_radius_md { border-radius: var(--radius-md); }
.premium2_radius_lg { border-radius: var(--radius-lg); }
.layout9_radius_xl { border-radius: var(--radius-xl); }
.content94_radius_2xl { border-radius: var(--radius-2xl); }
.new79_radius_3xl { border-radius: var(--radius-3xl); }
.core32_radius_full { border-radius: var(--radius-full); }
.elite8_gradient_primary {
background: var(--gradient-primary);
}
.site41_gradient_secondary {
background: var(--gradient-secondary);
}
.premium31_gradient_hero {
background: var(--gradient-hero);
}
.base82_gradient_card {
background: var(--gradient-card);
}
.new70_gradient_overlay {
position: relative;
}
.new70_gradient_overlay::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--gradient-overlay-dark);
pointer-events: none;
z-index: 1;
}
.new70_gradient_overlay > * {
position: relative;
z-index: 2;
}
.dark35_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.dark35_hover_lift:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.bold4_hover_scale {
transition: transform var(--transition-normal);
}
.bold4_hover_scale:hover {
transform: scale(1.02);
}
.bright84_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.bright84_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.bright79_hover_fade {
transition: opacity var(--transition-normal);
}
.bright79_hover_fade:hover {
opacity: var(--opacity-loading);
}
.digital30_focus_ring {
transition: box-shadow var(--transition-fast);
}
.digital30_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.creative80_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.company15_hero_content {
position: relative;
z-index: 2;
}
.custom27_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.brand98_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.main41_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.studio61_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.theme92_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: var(--space-6);
}
.content78_timeline {
position: relative;
}
.content78_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.page85_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.page85_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.page85_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.minimal26_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.clean90_slide_up {
transform: translateY(20px);
opacity: 0;
animation: tc-slideUp var(--transition-slow) ease-out forwards;
}
@keyframes tc-slideUp {
to {
transform: translateY(0);
opacity: 1;
}
}
.page76_slide_in_left {
transform: translateX(-20px);
opacity: 0;
animation: tc-slideInLeft var(--transition-slow) ease-out forwards;
}
@keyframes tc-slideInLeft {
to {
transform: translateX(0);
opacity: 1;
}
}
.best82_scale_in {
transform: scale(0.95);
opacity: 0;
animation: tc-scaleIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-scaleIn {
to {
transform: scale(1);
opacity: 1;
}
}
.custom6_transition_all {
transition: var(--transition-all);
}
.bold53_transition_fast {
transition: all var(--transition-fast);
}
.section3_transition_normal {
transition: all var(--transition-normal);
}
.ui65_transition_slow {
transition: all var(--transition-slow);
}
.design60_bg_primary { background-color: var(--bg-primary); }
.container63_bg_secondary { background-color: var(--bg-secondary); }
.premium25_bg_muted { background-color: var(--bg-muted); }
.premium8_bg_glass { background-color: var(--bg-glass); }
.page27_text_primary { color: var(--text-primary); }
.app8_text_secondary { color: var(--text-secondary); }
.modern29_text_muted { color: var(--text-muted); }
.prime48_text_inverse { color: var(--text-inverse); }
.theme94_text_link { color: var(--text-link); }
.unique3_border_light { border-color: var(--border-light); }
.company31_border_medium { border-color: var(--border-medium); }
.company0_border_strong { border-color: var(--border-strong); }
.container23_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 768px) {
.custom27_services_grid,
.main41_features_grid,
.brand98_team_grid,
.theme92_pricing_grid {
grid-template-columns: 1fr;
}
.studio61_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.content78_timeline::before {
left: 30px;
}
.page85_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.design69_section_height {
min-height: 60vh;
}
.style99_hero_height {
min-height: 70vh;
}
}
@media (max-width: 480px) {
.studio61_gallery_grid {
grid-template-columns: 1fr;
}
.page85_timeline_item {
padding-left: var(--space-12) !important;
}
}
.company45_sr_only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.company93_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.business84_skip_link {
position: absolute;
top: -40px;
left: 6px;
background: var(--bg-inverse);
color: var(--text-inverse);
padding: var(--space-2) var(--space-4);
border-radius: var(--radius-md);
text-decoration: none;
z-index: 9999;
transition: top var(--transition-fast);
}
.business84_skip_link:focus {
top: 6px;
}
@media print {
.studio15_no_print {
display: none !important;
}
.digital81_print_only {
display: block !important;
}
.web86_shadow_xs,
.pro66_shadow_sm,
.theme64_shadow_md,
.bright89_shadow_lg,
.web89_shadow_xl,
.dark21_shadow_2xl {
box-shadow: none !important;
}
}
.cta-action-btn {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.875rem 1.75rem;
margin-top: 1.5rem;
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-semibold);
line-height: var(--leading-tight);
text-decoration: none;
color: var(--button-primary-text);
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border: none;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-md);
transition: all var(--duration-normal) var(--ease-smooth);
}
.cta-action-btn .btn-icon {
font-size: 1.125rem;
transition: transform var(--duration-fast) var(--ease-spring);
}
.cta-action-btn:hover {
color: var(--button-primary-text);
transform: translateY(-2px);
box-shadow: var(--shadow-lg);
}
.cta-action-btn:hover .btn-icon {
transform: translateX(4px);
}
.cta-action-btn:active {
transform: translateY(0);
box-shadow: var(--shadow-sm);
}
.cta-action-btn:focus-visible {
outline: 2px solid var(--primary-500);
outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
.minimal26_fade_in,
.clean90_slide_up,
.page76_slide_in_left,
.best82_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.dark35_hover_lift,
.bold4_hover_scale,
.bright84_hover_shadow,
.bright79_hover_fade,
.custom6_transition_all,
.bold53_transition_fast,
.section3_transition_normal,
.ui65_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
.header-custom {
background: var(--surface-primary);
border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
position: sticky;
top: 0;
z-index: 1000;
transition: all 0.3s ease;
}
.header-custom .navbar {
padding: 1.25rem 0;
}
.header-custom .navbar-brand {
font-size: 1.125rem;
font-weight: 700;
color: var(--primary-700);
letter-spacing: -0.02em;
transition: all 0.3s ease;
position: relative;
}
.header-custom .navbar-brand::after {
content: '';
position: absolute;
bottom: -4px;
left: 0;
width: 0;
height: 3px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
transition: width 0.4s ease;
}
.header-custom .navbar-brand:hover::after {
width: 100%;
}
.header-custom .navbar-brand:hover {
color: var(--primary-500);
transform: translateY(-1px);
}
.header-custom .nav-link {
color: var(--text-primary);
font-size: var(--nav-font-size);
font-weight: 500;
padding: 0.5rem 1.25rem;
margin: 0 0.25rem;
border-radius: 8px;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.header-custom .nav-link::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--primary-300) 20%, transparent), transparent);
transition: left 0.5s ease;
}
.header-custom .nav-link:hover::before {
left: 100%;
}
.header-custom .nav-link:hover {
color: var(--primary-500);
background: color-mix(in srgb, var(--primary-50) 60%, transparent);
transform: translateY(-2px);
}
.header-custom .menu-toggle-input {
display: none;
}
.header-custom .navbar-toggler {
border: none;
padding: 0.5rem;
cursor: pointer;
background: transparent;
position: relative;
width: 40px;
height: 40px;
display: none;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 6px;
border-radius: 8px;
transition: all 0.3s ease;
z-index: 10003;
}
.header-custom .navbar-toggler:hover {
background: color-mix(in srgb, var(--primary-50) 60%, transparent);
}
.header-custom .hamburger-line {
display: block;
width: 26px;
height: 3px;
background: #334155;
border-radius: 3px;
transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
position: relative;
}
.header-custom .menu-toggle-input:checked ~ .navbar-toggler .hamburger-line:nth-child(1) {
transform: translateY(9px) rotate(45deg);
}
.header-custom .menu-toggle-input:checked ~ .navbar-toggler .hamburger-line:nth-child(2) {
opacity: 0;
transform: translateX(-20px);
}
.header-custom .menu-toggle-input:checked ~ .navbar-toggler .hamburger-line:nth-child(3) {
transform: translateY(-9px) rotate(-45deg);
}
.header-custom .decorative-dots {
display: none;
gap: 6px;
align-items: center;
}
.header-custom .decorative-dots .dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--primary-300);
animation: pulse-dot 2s ease-in-out infinite;
}
.header-custom .decorative-dots .dot:nth-child(2) {
animation-delay: 0.2s;
}
.header-custom .decorative-dots .dot:nth-child(3) {
animation-delay: 0.4s;
}
@keyframes pulse-dot {
0%, 100% {
transform: scale(1);
opacity: 0.6;
}
50% {
transform: scale(1.3);
opacity: 1;
}
}
@media (min-width: 992px) {
.header-custom .decorative-dots {
display: flex;
}
}
@media (max-width: 1299.98px) {
.header-custom .navbar-toggler {
display: flex;
}
.header-custom .navbar-collapse {
position: fixed;
top: 0;
right: -100%;
width: 280px;
height: 100vh;
background: var(--surface-primary);
box-shadow: -4px 0 24px rgba(var(--black-rgb), 0.1);
transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
padding: 5rem 0 2rem 0;
overflow-y: auto;
z-index: 10;
}
.header-custom .menu-toggle-input:checked ~ .navbar-collapse {
right: 0;
}
.header-custom .backdrop-overlay {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(var(--black-rgb), 0.4);
backdrop-filter: blur(4px);
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
z-index: -1;
}
.header-custom .menu-toggle-input:checked ~ .navbar-collapse .backdrop-overlay {
opacity: 1;
visibility: visible;
}
.header-custom .navbar-nav {
flex-direction: column;
padding: 0 1.5rem;
gap: 0.5rem;
}
.header-custom .nav-item {
width: 100%;
}
.header-custom .nav-link {
width: 100%;
padding: 1rem 1.25rem;
margin: 0;
text-align: left;
border-radius: 12px;
font-size: var(--nav-font-size);
}
.header-custom .nav-link:hover {
transform: translateX(4px);
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.header-custom .navbar-collapse {
width: 320px;
}
}
@media (prefers-reduced-motion: reduce) {
.header-custom * {
animation: none !important;
transition: none !important;
}
}
.hero-secondary {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
);
position: relative;
z-index: 1;
}
.hero-secondary .decorative-blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.15;
z-index: -1;
animation: float-blob 20s ease-in-out infinite;
}
.hero-secondary .blob-1 {
width: 500px;
height: 500px;
background: var(--primary-300);
top: -150px;
left: -100px;
animation-delay: 0s;
}
.hero-secondary .blob-2 {
width: 400px;
height: 400px;
background: var(--primary-500);
bottom: -100px;
right: -50px;
animation-delay: 5s;
}
.hero-secondary .decorative-circle {
position: absolute;
border: 2px solid var(--primary-300);
border-radius: 50%;
opacity: 0.2;
z-index: -1;
animation: rotate-circle 30s linear infinite;
}
.hero-secondary .circle-1 {
width: 300px;
height: 300px;
top: 20%;
right: 10%;
}
.hero-secondary .circle-2 {
width: 200px;
height: 200px;
bottom: 30%;
left: 5%;
animation-direction: reverse;
}
.hero-secondary .hero-content-wrapper {
max-width: 600px;
}
.hero-secondary .icon-grid-decorator {
display: flex;
gap: 1rem;
margin-bottom: 1.5rem;
}
.hero-secondary .icon-grid-decorator .icon-item {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
border-radius: 12px;
box-shadow: 0 4px 15px rgba(var(--black-rgb), 0.08);
transition: all 0.3s ease;
}
.hero-secondary .icon-grid-decorator .icon-item i {
font-size: 1.5rem;
color: var(--primary-700);
}
.hero-secondary .icon-grid-decorator .icon-item:hover {
transform: translateY(-5px) scale(1.05);
box-shadow: 0 8px 25px rgba(var(--black-rgb), 0.12);
}
.hero-secondary #hero-title-1 {
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.hero-secondary #hero-subtitle-1 {
color: var(--primary-700);
font-weight: 500;
}
.hero-secondary #hero-desc-1 {
color: var(--text-secondary);
line-height: 1.7;
}
.hero-secondary .trust-badges-decorator {
display: flex;
gap: 1rem;
flex-wrap: wrap;
}
.hero-secondary .trust-badges-decorator .badge-item {
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border: 2px solid var(--primary-300);
border-radius: 50%;
transition: all 0.3s ease;
}
.hero-secondary .trust-badges-decorator .badge-item i {
font-size: 1.25rem;
color: var(--primary-500);
}
.hero-secondary .trust-badges-decorator .badge-item:hover {
transform: rotate(360deg) scale(1.1);
border-color: var(--primary-500);
box-shadow: 0 5px 20px rgba(var(--black-rgb), 0.1);
}
.hero-secondary .hero-image-wrapper {
position: relative;
z-index: 1;
}
.hero-secondary .hero-main-image {
position: relative;
z-index: 2;
border: 5px solid var(--surface-primary);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.15);
}
.hero-secondary .image-frame-decorator {
position: absolute;
top: -20px;
left: -20px;
right: 20px;
bottom: 20px;
border: 3px solid var(--primary-300);
border-radius: 1.5rem;
z-index: 0;
opacity: 0.5;
}
.hero-secondary .floating-element {
position: absolute;
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 10px 30px rgba(var(--black-rgb), 0.2);
z-index: 3;
animation: float-element 3s ease-in-out infinite;
}
.hero-secondary .floating-element i {
font-size: 1.5rem;
color: var(--light);
}
.hero-secondary .element-1 {
top: 10%;
right: -10px;
animation-delay: 0s;
}
.hero-secondary .element-2 {
bottom: 20%;
left: -15px;
animation-delay: 1s;
}
.hero-secondary .element-3 {
top: 50%;
right: -20px;
animation-delay: 2s;
}
.hero-secondary .image-decorator {
position: absolute;
z-index: 1;
opacity: 0.3;
}
.hero-secondary .decorator-1 {
width: 100px;
height: 100px;
background: var(--primary-300);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
top: -30px;
right: -30px;
animation: morph-shape 8s ease-in-out infinite;
}
.hero-secondary .decorator-2 {
width: 80px;
height: 80px;
background: var(--primary-500);
border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
bottom: -20px;
left: -20px;
animation: morph-shape 10s ease-in-out infinite reverse;
}
.hero-secondary .decorator-3 {
width: 60px;
height: 60px;
background: var(--primary-700);
border-radius: 50%;
bottom: 50%;
right: -15px;
animation: pulse-decorator 2s ease-in-out infinite;
}
.hero-secondary .wave-decorator {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100px;
background: linear-gradient(180deg, transparent 0%, var(--surface-secondary) 100%);
z-index: 0;
}
@keyframes float-blob {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
@keyframes rotate-circle {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes float-element {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
}
@keyframes morph-shape {
0%, 100% {
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
50% {
border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}
}
@keyframes pulse-decorator {
0%, 100% {
transform: scale(1);
opacity: 0.3;
}
50% {
transform: scale(1.2);
opacity: 0.5;
}
}
@media (max-width: 991.98px) {
.hero-secondary .blob-1,
.hero-secondary .blob-2 {
width: 300px;
height: 300px;
}
.hero-secondary .hero-content-wrapper {
max-width: 100%;
}
.hero-secondary #hero-title-1 {
font-size: 2.5rem;
}
.hero-secondary .floating-element {
width: 50px;
height: 50px;
}
.hero-secondary .floating-element i {
font-size: 1.25rem;
}
}
@media (max-width: 767.98px) {
.hero-secondary #hero-title-1 {
font-size: 2rem;
}
.hero-secondary .icon-grid-decorator .icon-item {
width: 45px;
height: 45px;
}
.hero-secondary .icon-grid-decorator .icon-item i {
font-size: 1.25rem;
}
.hero-secondary .decorative-circle {
display: none;
}
.hero-secondary .floating-element {
width: 40px;
height: 40px;
}
.hero-secondary .floating-element i {
font-size: 1rem;
}
}
@media (max-width: 575.98px) {
.hero-secondary #hero-title-1 {
font-size: 1.75rem;
}
.hero-secondary .trust-badges-decorator .badge-item {
width: 40px;
height: 40px;
}
.hero-secondary .trust-badges-decorator .badge-item i {
font-size: 1rem;
}
.hero-secondary .image-frame-decorator {
top: -10px;
left: -10px;
right: 10px;
bottom: 10px;
}
}
.usp-secondary {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 50%, white 50%) 100%
);
position: relative;
padding: 80px 0;
--usp-item-icon-size: 64px;
--usp-item-gap: 20px;
--usp-item-padding: 32px;
}
.usp-secondary__bg-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
pointer-events: none;
z-index: 0;
}
.usp-secondary__shape {
position: absolute;
border-radius: 50%;
opacity: 0.06;
}
.usp-secondary__shape--1 {
width: 500px;
height: 500px;
background: var(--primary-500);
top: -150px;
right: -100px;
animation: float 18s ease-in-out infinite;
}
.usp-secondary__shape--2 {
width: 400px;
height: 400px;
background: var(--primary-300);
bottom: -150px;
left: -100px;
animation: float 15s ease-in-out infinite reverse;
}
.usp-secondary__header {
position: relative;
z-index: 2;
}
.usp-secondary__badge {
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
}
.usp-secondary__badge-dot {
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
display: block;
animation: pulse-grow 2s ease-out infinite;
}
.usp-secondary__title {
color: var(--text-primary);
line-height: 1.2;
font-weight: 800;
letter-spacing: -0.01em;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__subtitle {
color: var(--primary-700);
font-weight: 600;
line-height: 1.4;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__description {
color: var(--text-secondary);
line-height: 1.6;
max-width: 680px;
margin-left: auto;
margin-right: auto;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__item {
background: white;
border-radius: 16px;
padding: var(--usp-item-padding);
height: 100%;
display: flex;
gap: var(--usp-item-gap);
box-shadow: 0 4px 16px rgba(var(--black-rgb), 0.06);
transition: all 0.3s ease;
position: relative;
z-index: 2;
border: 1px solid rgba(var(--primary-rgb), 0.1);
min-width: 0;
overflow: hidden;
}
.usp-secondary__item:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.usp-secondary__item-icon {
flex-shrink: 0;
width: var(--usp-item-icon-size);
height: var(--usp-item-icon-size);
min-width: 48px;
min-height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
border-radius: 16px;
box-shadow: 0 8px 16px rgba(var(--primary-rgb), 0.3);
transition: all 0.3s ease;
}
.usp-secondary__item:hover .usp-secondary__item-icon {
transform: scale(1.05);
box-shadow: 0 12px 24px rgba(var(--primary-rgb), 0.4);
}
.usp-secondary__item-icon i {
font-size: 28px;
color: white;
}
.usp-secondary__item-content {
flex: 1;
min-width: 0;
}
.usp-secondary__item-header {
margin-bottom: 12px;
gap: 12px;
flex-wrap: wrap;
align-items: flex-start;
}
.usp-secondary__item-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.3;
margin: 0;
flex: 1 1 auto;
min-width: 0;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__item-badge {
display: inline-block;
padding: 6px 14px;
background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
color: var(--primary-700);
border-radius: 20px;
font-size: 0.875rem;
font-weight: 700;
white-space: normal;
border: 1px solid var(--primary-200);
flex-shrink: 0;
text-align: center;
max-width: 100%;
word-break: break-word;
}
.usp-secondary__item-text {
color: var(--text-secondary);
line-height: 1.6;
font-size: 0.9375rem;
word-wrap: break-word;
overflow-wrap: break-word;
hyphens: auto;
}
.usp-secondary__accent-line {
height: 4px;
width: 100px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
border-radius: 2px;
margin: 0 auto;
position: relative;
z-index: 2;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(3deg);
}
}
@keyframes pulse-grow {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(2);
opacity: 0;
}
}
@media (max-width: 1399px) {
.usp-secondary {
--usp-item-padding: 28px;
--usp-item-gap: 18px;
}
.usp-secondary__item-header {
gap: 8px;
}
}
@media (max-width: 1199px) {
.usp-secondary {
--usp-item-icon-size: 56px;
--usp-item-padding: 24px;
--usp-item-gap: 16px;
}
.usp-secondary__item-header {
gap: 10px;
}
.usp-secondary__item-title {
font-size: 1.125rem;
}
.usp-secondary__item-badge {
font-size: 0.8125rem;
padding: 5px 12px;
}
}
@media (max-width: 991px) {
.usp-secondary {
padding: 60px 0;
--usp-item-icon-size: 56px;
}
.usp-secondary__title {
font-size: 2rem;
}
.usp-secondary__subtitle {
font-size: 1.125rem;
}
.usp-secondary__item {
gap: 16px;
}
.usp-secondary__item-icon i {
font-size: 24px;
}
.usp-secondary__item-header {
gap: 10px;
}
.usp-secondary__shape--1,
.usp-secondary__shape--2 {
width: 300px;
height: 300px;
}
}
@media (max-width: 767px) {
.usp-secondary {
--usp-item-icon-size: 48px;
--usp-item-padding: 20px;
--usp-item-gap: 16px;
}
.usp-secondary__title {
font-size: 1.75rem;
}
.usp-secondary__subtitle {
font-size: 1rem;
}
.usp-secondary__description {
font-size: 0.9375rem;
}
.usp-secondary__item {
flex-direction: column;
text-align: center;
}
.usp-secondary__item-header {
flex-direction: column;
gap: 8px;
align-items: center;
}
.usp-secondary__item-title {
text-align: center;
}
.usp-secondary__item-icon {
margin: 0 auto;
}
.usp-secondary__item-icon i {
font-size: 22px;
}
.usp-secondary__item-badge {
font-size: 0.8125rem;
padding: 5px 12px;
}
.usp-secondary__shape--1,
.usp-secondary__shape--2 {
display: none;
}
}
@media (max-width: 575px) {
.usp-secondary {
padding: 40px 0;
--usp-item-padding: 16px;
--usp-item-gap: 12px;
}
.usp-secondary__title {
font-size: 1.5rem;
}
.usp-secondary__item-header {
gap: 6px;
margin-bottom: 8px;
}
.usp-secondary__item-badge {
padding: 4px 10px;
font-size: 0.75rem;
}
.usp-secondary__item-text {
font-size: 0.875rem;
}
}
.about-section-classic {
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
position: relative;
overflow: hidden;
}
.about-section-classic .about-content {
position: relative;
z-index: 2;
}
.about-section-classic .about-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 16px;
color: var(--light);
font-size: 24px;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
animation: float 3s ease-in-out infinite;
}
@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}
.about-section-classic .about-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.about-section-classic .about-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.about-section-classic .about-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
}
.about-section-classic .features-grid {
display: grid;
grid-template-columns: 1fr;
gap: 1.5rem;
}
.about-section-classic .feature-item {
display: flex;
gap: 1.25rem;
padding: 1.5rem;
background: var(--surface-primary);
border-radius: 12px;
border: 1px solid var(--neutral-100);
transition: all 0.3s ease;
}
.about-section-classic .feature-item:hover {
transform: translateX(8px);
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.08);
border-color: var(--primary-300);
}
.about-section-classic .feature-icon {
flex-shrink: 0;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border-radius: 10px;
color: var(--primary-500);
font-size: 24px;
transition: all 0.3s ease;
}
.about-section-classic .feature-item:hover .feature-icon {
background: var(--primary-500);
color: var(--light);
transform: rotate(5deg) scale(1.1);
}
.about-section-classic .feature-content {
flex: 1;
}
.about-section-classic .feature-name {
font-size: 1.125rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 0.5rem;
}
.about-section-classic .feature-desc {
font-size: 0.9375rem;
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
}
.about-section-classic .about-images-wrapper {
position: relative;
height: 600px;
}
.about-section-classic .shape-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.15;
z-index: 0;
}
.about-section-classic .shape-decoration.shape-1 {
width: 300px;
height: 300px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
top: -50px;
right: -50px;
filter: blur(60px);
}
.about-section-classic .shape-decoration.shape-2 {
width: 200px;
height: 200px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
bottom: -30px;
left: -30px;
filter: blur(50px);
}
.about-section-classic .image-main {
position: relative;
width: 100%;
max-width: 450px;
height: 500px;
margin: 0 auto;
border-radius: 24px;
overflow: hidden;
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.15);
z-index: 1;
}
.about-section-classic .image-main img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.about-section-classic .image-main:hover img {
transform: scale(1.05);
}
.about-section-classic .image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, transparent 0%, color-mix(in srgb, var(--primary-700) 30%, transparent) 100%);
pointer-events: none;
}
.about-section-classic .image-secondary {
position: absolute;
top: 20px;
right: -40px;
width: 200px;
height: 200px;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.2);
border: 4px solid var(--surface-primary);
z-index: 2;
}
.about-section-classic .image-secondary img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease;
}
.about-section-classic .image-secondary:hover img {
transform: scale(1.1) rotate(2deg);
}
.about-section-classic .image-tertiary {
position: absolute;
bottom: 30px;
left: -40px;
width: 180px;
height: 180px;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.2);
border: 4px solid var(--surface-primary);
z-index: 2;
}
.about-section-classic .image-tertiary img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease;
}
.about-section-classic .image-tertiary:hover img {
transform: scale(1.1) rotate(-2deg);
}
.about-section-classic .floating-icon {
position: absolute;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border-radius: 12px;
color: var(--primary-500);
font-size: 22px;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
z-index: 3;
animation: floatIcon 4s ease-in-out infinite;
}
.about-section-classic .floating-icon.icon-1 {
top: 120px;
left: -20px;
animation-delay: 0s;
}
.about-section-classic .floating-icon.icon-2 {
top: 280px;
right: -20px;
animation-delay: 1.5s;
}
.about-section-classic .floating-icon.icon-3 {
bottom: 100px;
left: 50%;
transform: translateX(-50%);
animation-delay: 3s;
}
@keyframes floatIcon {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
25% {
transform: translateY(-15px) rotate(5deg);
}
75% {
transform: translateY(-10px) rotate(-5deg);
}
}
@media (max-width: 991px) {
.about-section-classic .about-title {
font-size: 2rem;
}
.about-section-classic .about-subtitle {
font-size: 1.25rem;
}
.about-section-classic .about-images-wrapper {
height: 500px;
margin-top: 3rem;
}
.about-section-classic .image-main {
max-width: 100%;
height: 400px;
}
.about-section-classic .image-secondary {
width: 160px;
height: 160px;
right: -20px;
}
.about-section-classic .image-tertiary {
width: 140px;
height: 140px;
left: -20px;
}
}
@media (max-width: 767px) {
.about-section-classic .about-title {
font-size: 1.75rem;
}
.about-section-classic .about-subtitle {
font-size: 1.125rem;
}
.about-section-classic .about-description {
font-size: 1rem;
}
.about-section-classic .feature-item {
padding: 1.25rem;
}
.about-section-classic .feature-icon {
width: 42px;
height: 42px;
font-size: 20px;
}
.about-section-classic .feature-name {
font-size: 1rem;
}
.about-section-classic .feature-desc {
font-size: 0.875rem;
}
.about-section-classic .about-images-wrapper {
height: 400px;
}
.about-section-classic .image-main {
height: 350px;
}
.image-secondary,
.about-section-classic .image-tertiary {
width: 120px;
height: 120px;
}
.about-section-classic .floating-icon {
width: 40px;
height: 40px;
font-size: 18px;
}
}
@media (max-width: 575px) {
.about-section-classic .about-images-wrapper {
height: 350px;
}
.about-section-classic .image-main {
height: 300px;
}
.about-section-classic .image-secondary {
width: 100px;
height: 100px;
top: 10px;
right: -10px;
}
.about-section-classic .image-tertiary {
width: 90px;
height: 90px;
bottom: 20px;
left: -10px;
}
.about-section-classic .floating-icon {
display: none;
}
}
.features-section-modern {
position: relative;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.features-section-modern .section-header {
position: relative;
z-index: 2;
}
.features-section-modern .section-title {
font-size: clamp(2rem, 5vw, 2.75rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.features-section-modern .section-subtitle {
font-size: clamp(1.25rem, 3vw, 1.5rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
margin-bottom: 1.5rem;
}
.features-section-modern .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.features-section-modern .feature-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem 1.5rem;
height: 100%;
display: flex;
flex-direction: column;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid var(--neutral-100);
box-shadow: 0 4px 6px rgba(var(--black-rgb), 0.05);
overflow: hidden;
}
.features-section-modern .feature-card:hover {
transform: translateY(-8px);
border-color: var(--primary-500);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.12);
}
.features-section-modern .feature-icon-wrapper {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
}
.features-section-modern .icon-background {
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
var(--primary-300) 0%,
var(--primary-500) 100%
);
border-radius: 20px;
opacity: 0.15;
transition: all 0.4s ease;
transform: rotate(0deg);
}
.features-section-modern .feature-card:hover .icon-background {
opacity: 0.25;
transform: rotate(15deg) scale(1.1);
}
.features-section-modern .feature-icon {
position: relative;
font-size: 2.5rem;
color: var(--primary-500);
z-index: 2;
transition: all 0.4s ease;
}
.features-section-modern .feature-card:hover .feature-icon {
transform: scale(1.1);
color: var(--primary-700);
}
.features-section-modern .feature-content {
flex: 1;
position: relative;
z-index: 2;
}
.features-section-modern .feature-name {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
transition: color 0.3s ease;
}
.features-section-modern .feature-card:hover .feature-name {
color: var(--primary-700);
}
.features-section-modern .feature-description {
font-size: 0.9375rem;
color: var(--text-secondary);
line-height: 1.65;
margin-bottom: 0;
}
.features-section-modern .feature-hover-effect {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500) 0%,
var(--primary-700) 100%
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.features-section-modern .feature-card:hover .feature-hover-effect {
transform: scaleX(1);
}
.features-section-modern .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.features-section-modern .shape {
position: absolute;
border-radius: 50%;
opacity: 0.04;
}
.features-section-modern .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -200px;
right: -150px;
animation: float-shape-1 20s ease-in-out infinite;
}
.features-section-modern .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: -100px;
left: -100px;
animation: float-shape-2 25s ease-in-out infinite;
}
.features-section-modern .shape-3 {
width: 200px;
height: 200px;
background: var(--primary-300);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: float-shape-3 30s ease-in-out infinite;
}
@keyframes float-shape-1 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(50px, 50px) rotate(180deg);
}
}
@keyframes float-shape-2 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(-50px, -50px) rotate(-180deg);
}
}
@keyframes float-shape-3 {
0%, 100% {
transform: translate(-50%, -50%) rotate(0deg) scale(1);
}
50% {
transform: translate(-50%, -50%) rotate(360deg) scale(1.2);
}
}
@media (max-width: 991.98px) {
.features-section-modern .section-title {
font-size: 2.25rem;
}
.features-section-modern .section-subtitle {
font-size: 1.375rem;
}
.features-section-modern .feature-card {
padding: 1.75rem 1.25rem;
}
.features-section-modern .feature-icon-wrapper {
width: 70px;
height: 70px;
}
.features-section-modern .feature-icon {
font-size: 2.25rem;
}
}
@media (max-width: 767.98px) {
.features-section-modern {
padding: 3rem 0;
}
.features-section-modern .section-title {
font-size: 2rem;
}
.features-section-modern .section-subtitle {
font-size: 1.25rem;
}
.features-section-modern .section-description {
font-size: 1rem;
}
.features-section-modern .feature-card {
padding: 1.5rem 1rem;
}
.features-section-modern .feature-name {
font-size: 1.25rem;
}
.features-section-modern .feature-description {
font-size: 0.875rem;
}
.features-section-modern .shape-1,
.features-section-modern .shape-2,
.features-section-modern .shape-3 {
display: none;
}
}
@media (max-width: 575.98px) {
.features-section-modern .feature-icon-wrapper {
width: 60px;
height: 60px;
margin-bottom: 1rem;
}
.features-section-modern .feature-icon {
font-size: 2rem;
}
}
@media (prefers-reduced-motion: reduce) {
.features-section-modern .feature-card,
.features-section-modern .feature-icon,
.features-section-modern .icon-background,
.features-section-modern .feature-hover-effect {
transition: none;
animation: none;
}
.features-section-modern .shape-1,
.features-section-modern .shape-2,
.features-section-modern .shape-3 {
animation: none;
}
}
@media (prefers-contrast: high) {
.features-section-modern .feature-card {
border: 3px solid var(--neutral-300);
}
.features-section-modern .feature-card:hover {
border-color: var(--primary-700);
}
}
.services-section-style {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.services-section-style .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.05;
z-index: 0;
pointer-events: none;
}
.services-section-style .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
right: -100px;
filter: blur(80px);
}
.services-section-style .blob-2 {
width: 500px;
height: 500px;
background: var(--primary-700);
bottom: -150px;
left: -150px;
filter: blur(100px);
}
.services-section-style #services-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.2;
letter-spacing: -0.02em;
}
.services-section-style #services-subtitle {
color: var(--primary-500);
font-weight: 600;
}
.services-section-style #services-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 800px;
margin: 0 auto;
}
.services-section-style .service-card {
position: relative;
background: var(--light);
border-radius: 16px;
padding: 2.5rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.04);
border: 1px solid var(--neutral-100);
overflow: hidden;
z-index: 1;
}
.services-section-style .service-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.services-section-style .service-card.featured {
border: 2px solid var(--primary-500);
background: linear-gradient(135deg, var(--light) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--light) 70%) 100%);
}
.services-section-style .featured-badge {
position: absolute;
top: 20px;
right: 20px;
width: 40px;
height: 40px;
background: var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1rem;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
animation: pulse-badge 2s ease-in-out infinite;
}
@keyframes pulse-badge {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
}
.services-section-style .service-icon-wrapper {
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
transition: all 0.3s ease;
box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.services-section-style .service-card:hover .service-icon-wrapper {
transform: rotate(5deg) scale(1.05);
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.services-section-style .service-icon-wrapper i {
font-size: 2.5rem;
color: var(--light);
}
.services-section-style .service-content {
position: relative;
z-index: 2;
}
.services-section-style .service-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.services-section-style .service-description {
color: var(--text-secondary);
margin-bottom: 1.5rem;
line-height: 1.7;
font-size: 0.95rem;
}
.services-section-style .service-features {
margin-bottom: 1.5rem;
padding: 1.25rem;
background: var(--surface-secondary);
border-radius: 12px;
border-left: 3px solid var(--primary-500);
}
.services-section-style .features-text {
color: var(--text-secondary);
font-size: 0.9rem;
line-height: 1.8;
margin: 0;
}
.services-section-style .service-pricing {
padding-top: 1.5rem;
border-top: 1px solid var(--neutral-100);
margin-top: auto;
}
.services-section-style .price-tag {
display: flex;
align-items: center;
justify-content: center;
}
.services-section-style .price-value {
font-size: 1.25rem;
font-weight: 700;
color: var(--primary-700);
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
-webkit-background-clip: text;background-clip: text;
}
.services-section-style .card-accent {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
transform: scaleX(0);
transition: transform 0.4s ease;
transform-origin: left;
}
.services-section-style .service-card:hover .card-accent {
transform: scaleX(1);
}
.services-section-style .floating-icons {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 0;
}
.services-section-style .floating-icon {
position: absolute;
font-size: 2rem;
color: var(--primary-300);
opacity: 0.1;
animation: float 6s ease-in-out infinite;
}
.services-section-style .icon-1 {
top: 15%;
left: 10%;
animation-delay: 0s;
}
.services-section-style .icon-2 {
top: 60%;
right: 15%;
animation-delay: 2s;
}
.services-section-style .icon-3 {
bottom: 20%;
left: 20%;
animation-delay: 4s;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(10deg);
}
}
@media (max-width: 991.98px) {
.services-section-style .service-card {
padding: 2rem;
}
.services-section-style .service-icon-wrapper {
width: 70px;
height: 70px;
}
.services-section-style .service-icon-wrapper i {
font-size: 2rem;
}
.services-section-style .service-title {
font-size: 1.35rem;
}
}
@media (max-width: 767.98px) {
.services-section-style #services-title {
font-size: 2rem;
}
.services-section-style #services-subtitle {
font-size: 1.25rem;
}
.services-section-style .service-card {
padding: 1.5rem;
}
.services-section-style .blob-1,
.services-section-style .blob-2 {
display: none;
}
.services-section-style .floating-icons {
display: none;
}
}
@media (max-width: 575.98px) {
.services-section-style .service-icon-wrapper {
width: 60px;
height: 60px;
}
.services-section-style .service-icon-wrapper i {
font-size: 1.75rem;
}
.services-section-style .service-title {
font-size: 1.25rem;
}
.services-section-style .price-value {
font-size: 1.1rem;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.services-section-style .service-card {
padding: 2rem;
}
.services-section-style .service-description {
font-size: 0.9rem;
}
}
@media (min-width: 1400px) {
.services-section-style .container {
max-width: 1320px;
}
.services-section-style .service-card {
padding: 3rem;
}
.services-section-style .service-icon-wrapper {
width: 90px;
height: 90px;
}
.services-section-style .service-icon-wrapper i {
font-size: 2.75rem;
}
}
.priceplan-section-primary {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.priceplan-section-primary .decorative-shape.shape-top {
width: 60px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-300)
);
margin: 0 auto 24px;
border-radius: 2px;
}
.priceplan-section-primary .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.priceplan-section-primary .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.priceplan-section-primary .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.priceplan-section-primary .pricing-card {
position: relative;
background: var(--surface-primary);
border-radius: 20px;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
height: 100%;
display: flex;
flex-direction: column;
border: 2px solid transparent;
overflow: hidden;
}
.priceplan-section-primary .pricing-card:hover {
transform: translateY(-12px);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.12);
border-color: color-mix(in srgb, var(--primary-300) 40%, transparent 60%);
}
.priceplan-section-primary .pricing-card.featured {
border-color: var(--primary-500);
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%
);
}
.priceplan-section-primary .pricing-card.featured:hover {
transform: translateY(-16px) scale(1.02);
box-shadow: 0 25px 70px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.priceplan-section-primary .badge-popular {
position: absolute;
top: 20px;
right: 20px;
width: 48px;
height: 48px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
z-index: 2;
}
.priceplan-section-primary .badge-popular i {
color: var(--light);
font-size: 1.25rem;
}
.priceplan-section-primary .card-header {
padding: 40px 32px 24px;
text-align: center;
border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
}
.priceplan-section-primary .icon-wrapper {
width: 80px;
height: 80px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
color-mix(in srgb, var(--primary-500) 10%, transparent 90%)
);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
transition: all 0.3s ease;
}
.priceplan-section-primary .pricing-card:hover .icon-wrapper {
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
transform: rotate(10deg) scale(1.1);
}
.priceplan-section-primary .icon-wrapper i {
font-size: 2rem;
color: var(--primary-500);
transition: color 0.3s ease;
}
.priceplan-section-primary .pricing-card:hover .icon-wrapper i {
color: var(--light);
}
.priceplan-section-primary .plan-name {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin: 0;
line-height: 1.3;
}
.priceplan-section-primary .card-body {
padding: 32px;
flex: 1;
display: flex;
flex-direction: column;
}
.priceplan-section-primary .price-wrapper {
text-align: center;
margin-bottom: 24px;
padding: 20px 0;
background: color-mix(in srgb, var(--primary-50) 30%, transparent 70%);
border-radius: 12px;
}
.priceplan-section-primary .currency {
font-size: 1.75rem;
font-weight: 600;
color: var(--primary-500);
vertical-align: top;
}
.priceplan-section-primary .price {
font-size: 4rem;
font-weight: 800;
color: var(--primary-700);
line-height: 1;
margin: 0 4px;
}
.priceplan-section-primary .period {
font-size: 1.125rem;
color: var(--text-secondary);
font-weight: 500;
}
.priceplan-section-primary .plan-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 28px;
text-align: center;
}
.priceplan-section-primary .features-list {
display: flex;
flex-direction: column;
gap: 14px;
}
.priceplan-section-primary .feature-item {
display: flex;
align-items: flex-start;
gap: 12px;
padding: 8px 0;
transition: all 0.3s ease;
}
.priceplan-section-primary .feature-item:hover {
transform: translateX(6px);
}
.priceplan-section-primary .feature-item i {
font-size: 1.25rem;
color: var(--primary-500);
flex-shrink: 0;
margin-top: 2px;
}
.priceplan-section-primary .feature-item span {
font-size: 0.9375rem;
color: var(--text-primary);
line-height: 1.6;
font-weight: 500;
}
.priceplan-section-primary .card-footer {
padding: 0 32px 32px;
}
.priceplan-section-primary .decorative-line {
height: 4px;
background: linear-gradient(90deg,
transparent,
var(--primary-300),
transparent
);
border-radius: 2px;
}
.priceplan-section-primary .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.priceplan-section-primary .shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent 70%
);
}
.priceplan-section-primary .shape-1 {
width: 400px;
height: 400px;
top: -100px;
left: -100px;
animation: float 20s ease-in-out infinite;
}
.priceplan-section-primary .shape-2 {
width: 300px;
height: 300px;
bottom: -80px;
right: -80px;
animation: float 15s ease-in-out infinite reverse;
}
.priceplan-section-primary .shape-blob {
position: absolute;
width: 500px;
height: 500px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-50) 20%, transparent 80%),
transparent 60%
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morph 25s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(30px, 30px) scale(1.1);
}
}
@keyframes morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
25% {
border-radius: 60% 40% 50% 50% / 70% 30% 40% 60%;
}
50% {
border-radius: 50% 50% 30% 70% / 50% 60% 40% 50%;
}
75% {
border-radius: 30% 70% 60% 40% / 50% 40% 70% 30%;
}
}
@media (max-width: 991.98px) {
.priceplan-section-primary {
padding: 80px 0;
}
.priceplan-section-primary .section-title {
font-size: 2.25rem;
}
.priceplan-section-primary .section-subtitle {
font-size: 1.25rem;
}
.priceplan-section-primary .section-description {
font-size: 1rem;
}
.priceplan-section-primary .price {
font-size: 3.5rem;
}
}
@media (max-width: 767.98px) {
.priceplan-section-primary {
padding: 60px 0;
}
.priceplan-section-primary .section-title {
font-size: 2rem;
}
.priceplan-section-primary .section-subtitle {
font-size: 1.125rem;
}
.priceplan-section-primary .pricing-card {
margin-bottom: 24px;
}
.priceplan-section-primary .price {
font-size: 3rem;
}
.priceplan-section-primary .card-header,
.priceplan-section-primary .card-body,
.priceplan-section-primary .card-footer {
padding: 24px;
}
.priceplan-section-primary .icon-wrapper {
width: 70px;
height: 70px;
}
.priceplan-section-primary .icon-wrapper i {
font-size: 1.75rem;
}
}
@media (max-width: 575.98px) {
.priceplan-section-primary .section-title {
font-size: 1.75rem;
}
.priceplan-section-primary .plan-name {
font-size: 1.5rem;
}
.priceplan-section-primary .price {
font-size: 2.5rem;
}
.priceplan-section-primary .badge-popular {
width: 40px;
height: 40px;
top: 16px;
right: 16px;
}
.priceplan-section-primary .badge-popular i {
font-size: 1rem;
}
}
.team-section-modern {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.team-section-modern .section-header {
position: relative;
z-index: 2;
}
.team-section-modern .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.team-section-modern .section-subtitle {
font-size: 0.875rem;
font-weight: 600;
letter-spacing: 2px;
color: var(--primary-500);
margin-bottom: 1.5rem;
}
.team-section-modern .section-description {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.team-section-modern .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
margin-top: 2rem;
border-radius: 2px;
}
.team-section-modern .team-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 1.5rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
height: 100%;
}
.team-section-modern .team-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
}
.team-section-modern .team-image-wrapper {
position: relative;
margin-bottom: 1.5rem;
padding: 8px;
}
.team-section-modern .image-frame {
position: relative;
overflow: hidden;
border-radius: 12px;
background: var(--neutral-100);
aspect-ratio: 1 / 1;
}
.team-section-modern .team-member-photo {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-section-modern .team-card:hover .team-member-photo {
transform: scale(1.08);
}
.team-section-modern .corner-accent {
position: absolute;
width: 30px;
height: 30px;
border: 3px solid var(--primary-500);
transition: all 0.4s ease;
z-index: 1;
}
.team-section-modern .corner-accent.top-left {
top: 0;
left: 0;
border-right: none;
border-bottom: none;
border-top-left-radius: 12px;
}
.team-section-modern .corner-accent.bottom-right {
bottom: 0;
right: 0;
border-left: none;
border-top: none;
border-bottom-right-radius: 12px;
}
.team-section-modern .team-card:hover .corner-accent.top-left {
top: -5px;
left: -5px;
}
.team-section-modern .team-card:hover .corner-accent.bottom-right {
bottom: -5px;
right: -5px;
}
.team-section-modern .team-info {
text-align: center;
padding: 0 0.5rem;
}
.team-section-modern .member-name {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 0.5rem;
transition: color 0.3s ease;
}
.team-section-modern .team-card:hover .member-name {
color: var(--primary-500);
}
.team-section-modern .member-role {
font-size: 1rem;
color: var(--text-secondary);
margin-bottom: 0.75rem;
line-height: 1.5;
}
.team-section-modern .role-underline {
width: 40px;
height: 3px;
background: var(--primary-500);
margin: 0 auto;
border-radius: 2px;
transition: width 0.3s ease;
}
.team-section-modern .team-card:hover .role-underline {
width: 60px;
}
.team-section-modern .join-team-decoration {
display: flex;
flex-direction: column;
align-items: center;
gap: 2rem;
opacity: 0.7;
}
.team-section-modern .decoration-circle {
width: 120px;
height: 120px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
animation: float 3s ease-in-out infinite;
}
.team-section-modern .decoration-circle i {
font-size: 3rem;
color: var(--light);
}
.team-section-modern .decoration-dots {
display: flex;
gap: 0.75rem;
}
.team-section-modern .decoration-dots .dot {
width: 12px;
height: 12px;
border-radius: 50%;
background: var(--primary-500);
animation: pulse 2s ease-in-out infinite;
}
.team-section-modern .decoration-dots .dot:nth-child(2) {
animation-delay: 0.3s;
}
.team-section-modern .decoration-dots .dot:nth-child(3) {
animation-delay: 0.6s;
}
.team-section-modern .background-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.team-section-modern .shape-blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.15;
animation: blobFloat 20s ease-in-out infinite;
}
.team-section-modern .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-300);
top: -100px;
right: -100px;
}
.team-section-modern .blob-2 {
width: 350px;
height: 350px;
background: var(--primary-500);
bottom: -80px;
left: -80px;
animation-delay: 5s;
animation-duration: 25s;
}
.team-section-modern .shape-circle {
position: absolute;
border-radius: 50%;
border: 2px solid var(--primary-300);
opacity: 0.1;
}
.team-section-modern .circle-1 {
width: 200px;
height: 200px;
top: 10%;
left: 5%;
animation: rotate 30s linear infinite;
}
.team-section-modern .circle-2 {
width: 150px;
height: 150px;
bottom: 15%;
right: 10%;
animation: rotate 25s linear infinite reverse;
}
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-15px);
}
}
@keyframes pulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.6;
}
}
@keyframes blobFloat {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@media (max-width: 991.98px) {
.team-section-modern .section-title {
font-size: 2rem;
}
.team-section-modern .section-description {
font-size: 1rem;
}
.team-section-modern .team-card {
margin-bottom: 1rem;
}
.team-section-modern .blob-1,
.team-section-modern .blob-2 {
width: 250px;
height: 250px;
}
}
@media (max-width: 767.98px) {
.team-section-modern .section-title {
font-size: 1.75rem;
}
.team-section-modern .member-name {
font-size: 1.25rem;
}
.team-section-modern .corner-accent {
width: 20px;
height: 20px;
border-width: 2px;
}
.team-section-modern .decoration-circle {
width: 80px;
height: 80px;
}
.team-section-modern .decoration-circle i {
font-size: 2rem;
}
}
@media (max-width: 575.98px) {
.team-section-modern {
padding-top: 3rem;
padding-bottom: 3rem;
}
.team-section-modern .section-title {
font-size: 1.5rem;
}
.team-section-modern .team-card {
padding: 1rem;
}
.team-section-modern .shape-circle {
display: none;
}
}
.reviews-section-pro {
position: relative;
padding: 5rem 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.reviews-section-pro .section-header {
margin-bottom: 3rem;
position: relative;
z-index: 2;
}
.reviews-section-pro .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.2;
}
.reviews-section-pro .section-subtitle {
font-size: 1.5rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 1.5rem;
line-height: 1.4;
}
.reviews-section-pro .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.reviews-section-pro .decorative-line-container {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 3rem;
gap: 0.5rem;
}
.reviews-section-pro .decorative-line {
width: 80px;
height: 3px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
border-radius: 2px;
}
.reviews-section-pro .decorative-dot {
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
}
.reviews-section-pro .review-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
height: 100%;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
transition: all 0.3s ease;
position: relative;
border: 1px solid var(--neutral-100);
}
.reviews-section-pro .review-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.reviews-section-pro .review-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
border-radius: 16px 16px 0 0;
opacity: 0;
transition: opacity 0.3s ease;
}
.reviews-section-pro .review-card:hover::before {
opacity: 1;
}
.reviews-section-pro .quote-icon {
width: 50px;
height: 50px;
background: color-mix(in srgb, var(--primary-500) 10%, var(--surface-primary));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
}
.reviews-section-pro .quote-icon i {
font-size: 1.5rem;
color: var(--primary-500);
}
.reviews-section-pro .review-content {
margin-bottom: 1.5rem;
}
.reviews-section-pro .review-text {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.reviews-section-pro .review-author {
display: flex;
align-items: center;
gap: 1rem;
padding-top: 1.5rem;
border-top: 1px solid var(--neutral-100);
}
.reviews-section-pro .author-avatar {
flex-shrink: 0;
}
.reviews-section-pro .avatar-placeholder {
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
border-radius: 50%;
border: 3px solid var(--surface-primary);
}
.reviews-section-pro .author-name {
font-size: 1rem;
font-weight: 600;
color: var(--text-primary);
margin: 0;
line-height: 1.4;
}
.reviews-section-pro .review-card-featured {
background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 70%, var(--primary-500) 30%));
color: var(--light);
padding: 3rem;
border: none;
}
.reviews-section-pro .review-card-featured:hover {
transform: translateY(-8px);
box-shadow: 0 16px 50px color-mix(in srgb, var(--primary-700) 40%, transparent);
}
.reviews-section-pro .review-card-featured::before {
display: none;
}
.reviews-section-pro .quote-icon-large {
width: 70px;
height: 70px;
background: color-mix(in srgb, var(--light) 15%, transparent);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 2rem;
}
.reviews-section-pro .quote-icon-large i {
font-size: 2rem;
color: var(--light);
}
.reviews-section-pro .review-content-featured {
margin-bottom: 2rem;
}
.reviews-section-pro .review-text-featured {
font-size: 1.125rem;
color: var(--light);
line-height: 1.8;
margin: 0;
opacity: 0.95;
}
.reviews-section-pro .review-author-featured {
display: flex;
align-items: center;
gap: 1.5rem;
padding-top: 2rem;
border-top: 1px solid color-mix(in srgb, var(--light) 20%, transparent);
}
.reviews-section-pro .avatar-placeholder-large {
width: 70px;
height: 70px;
background: var(--light);
border-radius: 50%;
border: 4px solid color-mix(in srgb, var(--light) 20%, transparent);
}
.reviews-section-pro .author-name-featured {
font-size: 1.125rem;
font-weight: 600;
color: var(--light);
margin: 0;
line-height: 1.4;
}
.reviews-section-pro .decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.reviews-section-pro .shape-circle {
position: absolute;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-300) 8%, transparent);
filter: blur(60px);
}
.reviews-section-pro .shape-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
}
.reviews-section-pro .shape-2 {
width: 300px;
height: 300px;
bottom: -50px;
left: -50px;
}
.reviews-section-pro .shape-blob {
position: absolute;
width: 600px;
height: 600px;
bottom: -200px;
right: -200px;
background: color-mix(in srgb, var(--primary-500) 5%, transparent);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
filter: blur(80px);
animation: blobAnimation 20s ease-in-out infinite;
}
@keyframes blobAnimation {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: rotate(0deg);
}
50% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
transform: rotate(180deg);
}
}
@media (max-width: 991.98px) {
.reviews-section-pro {
padding: 4rem 0;
}
.reviews-section-pro .section-title {
font-size: 2rem;
}
.reviews-section-pro .section-subtitle {
font-size: 1.25rem;
}
.reviews-section-pro .section-description {
font-size: 1rem;
}
.reviews-section-pro .review-card-featured {
padding: 2rem;
}
.reviews-section-pro .review-text-featured {
font-size: 1rem;
}
}
@media (max-width: 767.98px) {
.reviews-section-pro {
padding: 3rem 0;
}
.reviews-section-pro .section-title {
font-size: 1.75rem;
}
.reviews-section-pro .section-subtitle {
font-size: 1.125rem;
}
.reviews-section-pro .review-card {
padding: 1.5rem;
}
.reviews-section-pro .quote-icon {
width: 40px;
height: 40px;
}
.reviews-section-pro .quote-icon i {
font-size: 1.25rem;
}
.reviews-section-pro .avatar-placeholder {
width: 40px;
height: 40px;
}
.reviews-section-pro .author-name {
font-size: 0.875rem;
}
.reviews-section-pro .review-card-featured {
padding: 1.5rem;
}
.reviews-section-pro .quote-icon-large {
width: 50px;
height: 50px;
}
.reviews-section-pro .quote-icon-large i {
font-size: 1.5rem;
}
.reviews-section-pro .avatar-placeholder-large {
width: 50px;
height: 50px;
}
.reviews-section-pro .author-name-featured {
font-size: 1rem;
}
}
@media (max-width: 575.98px) {
.reviews-section-pro .section-header {
margin-bottom: 2rem;
}
.reviews-section-pro .decorative-line-container {
margin-bottom: 2rem;
}
.reviews-section-pro .review-text {
font-size: 0.9375rem;
}
}
.casestudy-section-custom {
position: relative;
background: linear-gradient(180deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.casestudy-section-custom .section-badge {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem 1.25rem;
background: color-mix(in srgb, var(--primary-500) 8%, transparent);
border: 1px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
border-radius: 50px;
}
.badge-dot {
width: 6px;
height: 6px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-dot 2s ease-in-out infinite;
}
.badge-dot:nth-child(2) {
animation-delay: 0.3s;
}
.badge-dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes pulse-dot {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.casestudy-section-custom #casestudy-title {
color: var(--text-primary);
line-height: 1.2;
font-weight: 800;
letter-spacing: -0.02em;
}
.casestudy-section-custom #casestudy-subtitle {
color: var(--primary-500);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.casestudy-section-custom #casestudy-desc {
color: var(--text-secondary);
line-height: 1.8;
font-size: 1.1rem;
}
.casestudy-section-custom .timeline-grid {
position: relative;
z-index: 2;
}
.casestudy-section-custom .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(
180deg,
transparent 0%,
var(--primary-300) 10%,
var(--primary-500) 50%,
var(--primary-300) 90%,
transparent 100%
);
transform: translateX(-50%);
}
.casestudy-section-custom .casestudy-image-wrapper {
position: relative;
z-index: 1;
}
.casestudy-section-custom .image-placeholder {
width: 100%;
aspect-ratio: 4/3;
background: linear-gradient(
135deg,
var(--primary-100) 0%,
var(--neutral-100) 100%
);
box-shadow:
0 10px 40px rgba(var(--black-rgb), 0.08),
0 2px 8px rgba(var(--black-rgb), 0.04);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.casestudy-section-custom .image-placeholder:hover {
transform: translateY(-8px);
box-shadow:
0 20px 60px rgba(var(--black-rgb), 0.12),
0 4px 16px rgba(var(--black-rgb), 0.08);
}
.casestudy-section-custom .placeholder-gradient {
position: absolute;
inset: 0;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 15%, transparent) 0%,
transparent 100%
);
}
.casestudy-section-custom .image-overlay {
position: absolute;
inset: 0;
background: color-mix(in srgb, var(--primary-700) 85%, transparent);
opacity: 0;
transition: opacity 0.4s ease;
}
.casestudy-section-custom .image-placeholder:hover .image-overlay {
opacity: 1;
}
.casestudy-section-custom .image-overlay i {
font-size: 3rem;
color: var(--light);
transform: scale(0.8);
transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.casestudy-section-custom .image-placeholder:hover .image-overlay i {
transform: scale(1);
}
.casestudy-section-custom .decorative-shape {
position: absolute;
z-index: -1;
opacity: 0.6;
}
.casestudy-section-custom .shape-1 {
width: 120px;
height: 120px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
top: -20px;
right: -20px;
filter: blur(20px);
}
.casestudy-section-custom .shape-2 {
width: 100px;
height: 100px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
bottom: -15px;
left: -15px;
filter: blur(18px);
}
.casestudy-section-custom .shape-3 {
width: 140px;
height: 140px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
top: -25px;
right: -25px;
filter: blur(22px);
}
.casestudy-section-custom .casestudy-card {
position: relative;
padding: 2.5rem;
background: var(--surface-primary);
border: 2px solid var(--neutral-100);
border-radius: 20px;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.casestudy-section-custom .casestudy-card:hover {
border-color: var(--primary-300);
box-shadow:
0 20px 60px rgba(var(--black-rgb), 0.08),
0 8px 20px color-mix(in srgb, var(--primary-500) 15%, transparent);
transform: translateY(-5px);
}
.card-number-badge {
position: absolute;
top: -18px;
right: 30px;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.25rem;
font-weight: 800;
color: var(--light);
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent);
}
.casestudy-section-custom .icon-group {
display: flex;
gap: 0.75rem;
}
.casestudy-section-custom .icon-group i {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.25rem;
color: var(--primary-500);
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border-radius: 10px;
transition: all 0.3s ease;
}
.casestudy-section-custom .casestudy-card:hover .icon-group i {
background: var(--primary-500);
color: var(--light);
transform: translateY(-3px) rotate(5deg);
}
.casestudy-section-custom .casestudy-card:hover .icon-group i:nth-child(2) {
transition-delay: 0.1s;
}
.casestudy-section-custom .casestudy-card:hover .icon-group i:nth-child(3) {
transition-delay: 0.2s;
}
.casestudy-section-custom .casestudy-card h4 {
color: var(--text-primary);
line-height: 1.3;
transition: color 0.3s ease;
}
.casestudy-section-custom .casestudy-card:hover h4 {
color: var(--primary-700);
}
.casestudy-section-custom .casestudy-card p {
color: var(--text-secondary);
line-height: 1.8;
font-size: 1rem;
}
.casestudy-section-custom .stats-badges {
margin-top: 1.5rem;
}
.casestudy-section-custom .stat-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
background: var(--neutral-50);
border: 2px solid var(--neutral-100);
border-radius: 12px;
transition: all 0.3s ease;
}
.casestudy-section-custom .stat-badge i {
font-size: 1.2rem;
color: var(--primary-500);
transition: transform 0.3s ease;
}
.casestudy-section-custom .casestudy-card:hover .stat-badge {
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border-color: var(--primary-300);
}
.casestudy-section-custom .casestudy-card:hover .stat-badge i {
transform: scale(1.1) rotate(10deg);
}
.casestudy-section-custom .floating-shapes {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.casestudy-section-custom .shape-blob {
position: absolute;
border-radius: 50%;
opacity: 0.05;
animation: float 20s ease-in-out infinite;
}
.casestudy-section-custom .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: 10%;
left: -5%;
animation-delay: 0s;
}
.casestudy-section-custom .blob-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: 20%;
right: -3%;
animation-delay: 5s;
}
.casestudy-section-custom .blob-3 {
width: 350px;
height: 350px;
background: var(--primary-300);
top: 50%;
right: 10%;
animation-delay: 10s;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@media (max-width: 991.98px) {
.casestudy-section-custom .casestudy-card {
padding: 2rem;
}
.card-number-badge {
width: 45px;
height: 45px;
font-size: 1.1rem;
}
.casestudy-section-custom .icon-group i {
width: 36px;
height: 36px;
font-size: 1.1rem;
}
.casestudy-section-custom .timeline-line {
display: none;
}
}
@media (max-width: 767.98px) {
.casestudy-section-custom {
padding-top: 3rem;
padding-bottom: 3rem;
}
.casestudy-section-custom .casestudy-card {
padding: 1.5rem;
}
.card-number-badge {
top: -15px;
right: 20px;
width: 40px;
height: 40px;
font-size: 1rem;
}
.casestudy-section-custom #casestudy-title {
font-size: 2rem;
}
.casestudy-section-custom #casestudy-desc {
font-size: 1rem;
}
.casestudy-section-custom .image-placeholder {
aspect-ratio: 16/9;
}
.casestudy-section-custom .image-overlay i {
font-size: 2.5rem;
}
.casestudy-section-custom .stat-badge {
width: 38px;
height: 38px;
}
.casestudy-section-custom .stat-badge i {
font-size: 1rem;
}
}
@media (max-width: 575.98px) {
.casestudy-section-custom .casestudy-card {
padding: 1.25rem;
}
.casestudy-section-custom .icon-group {
gap: 0.5rem;
}
.casestudy-section-custom .icon-group i {
width: 32px;
height: 32px;
font-size: 1rem;
}
}
@media print {
.casestudy-section-custom {
background: white;
}
.floating-shapes,
.decorative-shape,
.casestudy-section-custom .shape-blob {
display: none;
}
.casestudy-section-custom .casestudy-card {
border: 1px solid #ddd;
box-shadow: none;
page-break-inside: avoid;
}
}
@media (prefers-reduced-motion: reduce) {
.casestudy-section-custom *,
.casestudy-section-custom *::before,
.casestudy-section-custom *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
@media (prefers-contrast: high) {
.casestudy-section-custom .casestudy-card {
border: 3px solid var(--text-primary);
}
.icon-group i,
.casestudy-section-custom .stat-badge {
border: 2px solid var(--text-primary);
}
}
.process-section-variant {
position: relative;
padding: 100px 0 120px;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%);
overflow: hidden;
}
.process-section-variant .process-header {
position: relative;
z-index: 2;
}
.process-section-variant .decorative-line-top {
width: 80px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-300));
margin: 0 auto 24px;
border-radius: 2px;
}
.process-section-variant .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.process-section-variant .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-700);
margin-bottom: 24px;
line-height: 1.4;
}
.process-section-variant .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.process-section-variant .process-timeline {
position: relative;
margin-top: 60px;
z-index: 2;
}
.process-section-variant .process-row {
margin-bottom: 40px;
align-items: center;
}
.process-section-variant .process-row:last-of-type {
margin-bottom: 0;
}
.process-section-variant .timeline-connector {
width: 2px;
height: 80px;
background: linear-gradient(180deg,
var(--primary-300),
var(--primary-500),
var(--primary-300));
margin: 0 auto;
position: relative;
}
.process-section-variant .timeline-connector::before {
content: '';
position: absolute;
bottom: -8px;
left: 50%;
transform: translateX(-50%);
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
border: 3px solid var(--surface-primary);
}
.process-section-variant .process-content {
position: relative;
padding: 40px;
background: var(--surface-primary);
border-radius: 16px;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.06);
transition: all 0.4s ease;
border: 1px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
}
.process-section-variant .process-content:hover {
transform: translateY(-8px);
box-shadow: 0 16px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.process-section-variant .process-number-wrapper {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 24px;
}
.process-section-variant .process-number {
font-size: 4rem;
font-weight: 800;
color: color-mix(in srgb, var(--primary-300) 60%, transparent 40%);
line-height: 1;
font-family: 'Arial Black', sans-serif;
}
.process-section-variant .process-icon-bg {
width: 64px;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,
var(--primary-500),
var(--primary-700));
border-radius: 16px;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
}
.process-section-variant .process-icon-bg i {
font-size: 1.75rem;
color: var(--light);
}
.process-section-variant .process-item-title {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.process-section-variant .process-item-desc {
font-size: 1.0625rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.process-section-variant .process-visual-wrapper {
position: relative;
padding: 20px;
}
.process-section-variant .visual-placeholder {
width: 100%;
height: 320px;
border-radius: 16px;
position: relative;
overflow: hidden;
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.1);
}
.process-section-variant .visual-1 {
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 70%, var(--primary-100) 30%),
var(--primary-100));
}
.process-section-variant .visual-2 {
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 60%, var(--primary-300) 40%),
var(--primary-100));
}
.process-section-variant .visual-3 {
background: linear-gradient(135deg,
var(--primary-700),
var(--primary-500));
}
.process-section-variant .visual-4 {
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 80%, var(--primary-500) 20%),
var(--primary-50));
}
.process-section-variant .visual-5 {
background: linear-gradient(135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-700) 70%, var(--primary-500) 30%));
}
.process-section-variant .decorative-dots {
position: absolute;
width: 100px;
height: 100px;
background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
background-size: 20px 20px;
opacity: 0.4;
z-index: -1;
}
.process-section-variant .dots-1 {
top: -30px;
right: -30px;
}
.process-section-variant .dots-2 {
bottom: -30px;
left: -30px;
}
.process-section-variant .decorative-circle {
position: absolute;
border-radius: 50%;
border: 3px solid var(--primary-300);
opacity: 0.3;
z-index: -1;
}
.process-section-variant .circle-1 {
width: 120px;
height: 120px;
top: -40px;
left: -40px;
}
.process-section-variant .circle-2 {
width: 150px;
height: 150px;
bottom: -50px;
right: -50px;
}
.process-section-variant .decorative-shape {
position: absolute;
width: 80px;
height: 80px;
background: var(--primary-100);
opacity: 0.5;
z-index: -1;
}
.process-section-variant .shape-1 {
bottom: -20px;
left: -20px;
transform: rotate(45deg);
border-radius: 16px;
}
.process-section-variant .bottom-decoration {
margin-top: 80px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.process-section-variant .decoration-line {
flex: 1;
height: 2px;
background: linear-gradient(90deg,
transparent,
var(--primary-300),
transparent);
max-width: 400px;
}
.process-section-variant .decoration-icon {
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-500);
border-radius: 50%;
margin: 0 24px;
box-shadow: 0 4px 16px rgba(var(--black-rgb), 0.2);
}
.process-section-variant .decoration-icon i {
font-size: 1.5rem;
color: var(--light);
}
.process-section-variant .background-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.05;
z-index: 0;
}
.process-section-variant .bg-decoration-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: 10%;
left: -100px;
}
.process-section-variant .bg-decoration-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
top: 50%;
right: -80px;
}
.process-section-variant .bg-decoration-3 {
width: 250px;
height: 250px;
background: var(--primary-300);
bottom: 15%;
left: 10%;
}
@media (max-width: 991px) {
.process-section-variant {
padding: 80px 0 100px;
}
.process-section-variant .section-title {
font-size: 2.25rem;
}
.process-section-variant .section-subtitle {
font-size: 1.25rem;
}
.process-section-variant .process-content {
padding: 32px;
margin-bottom: 40px;
}
.process-section-variant .process-number {
font-size: 3rem;
}
.process-section-variant .process-icon-bg {
width: 56px;
height: 56px;
}
.process-section-variant .process-icon-bg i {
font-size: 1.5rem;
}
.process-section-variant .process-item-title {
font-size: 1.5rem;
}
.process-section-variant .visual-placeholder {
height: 280px;
margin-bottom: 0;
}
.process-section-variant .timeline-connector {
display: none;
}
}
@media (max-width: 767px) {
.process-section-variant {
padding: 60px 0 80px;
}
.process-section-variant .section-title {
font-size: 1.875rem;
}
.process-section-variant .section-subtitle {
font-size: 1.125rem;
}
.process-section-variant .section-description {
font-size: 1rem;
}
.process-section-variant .process-content {
padding: 28px;
}
.process-section-variant .process-number {
font-size: 2.5rem;
}
.process-section-variant .process-icon-bg {
width: 48px;
height: 48px;
}
.process-section-variant .process-icon-bg i {
font-size: 1.25rem;
}
.process-section-variant .process-item-title {
font-size: 1.375rem;
}
.process-section-variant .process-item-desc {
font-size: 1rem;
}
.process-section-variant .visual-placeholder {
height: 240px;
}
.process-section-variant .bottom-decoration {
margin-top: 60px;
}
.process-section-variant .decoration-icon {
width: 48px;
height: 48px;
margin: 0 16px;
}
.process-section-variant .decoration-icon i {
font-size: 1.25rem;
}
}
@media (max-width: 575px) {
.process-section-variant .section-title {
font-size: 1.625rem;
}
.process-section-variant .process-content {
padding: 24px;
}
.process-section-variant .process-number-wrapper {
gap: 16px;
}
.process-section-variant .process-number {
font-size: 2rem;
}
.process-section-variant .decorative-line-top {
width: 60px;
height: 3px;
}
}
.timeline-section-custom {
padding: 100px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
position: relative;
overflow: hidden;
}
.timeline-section-custom .timeline-header {
margin-bottom: 80px;
position: relative;
z-index: 2;
}
.timeline-section-custom .timeline-subtitle {
font-size: 0.95rem;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--primary-500);
margin-bottom: 16px;
}
.timeline-section-custom .timeline-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 24px;
line-height: 1.2;
}
.timeline-section-custom .timeline-desc {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.timeline-section-custom .timeline-wrapper {
position: relative;
padding: 40px 0;
}
.timeline-section-custom .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg,
var(--primary-300) 0%,
var(--primary-500) 50%,
var(--primary-300) 100%
);
transform: translateX(-50%);
z-index: 1;
}
.timeline-section-custom .timeline-item {
margin-bottom: 80px;
position: relative;
}
.timeline-section-custom .timeline-item:last-child {
margin-bottom: 0;
}
.timeline-section-custom .timeline-content {
background: var(--surface-primary);
border-radius: 16px;
padding: 40px;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
position: relative;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
}
.timeline-section-custom .timeline-content:hover {
transform: translateY(-8px);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.timeline-section-custom .timeline-content-left::after {
content: '';
position: absolute;
right: -24px;
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 16px 0 16px 24px;
border-color: transparent transparent transparent var(--surface-primary);
}
.timeline-section-custom .timeline-content-right::after {
content: '';
position: absolute;
left: -24px;
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 16px 24px 16px 0;
border-color: transparent var(--surface-primary) transparent transparent;
}
.timeline-section-custom .timeline-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
color: var(--light);
font-size: 1.5rem;
margin-bottom: 20px;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.timeline-section-custom .timeline-item-title {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.timeline-section-custom .timeline-item-desc {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.timeline-section-custom .timeline-marker {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
z-index: 3;
}
.timeline-section-custom .timeline-dot {
width: 24px;
height: 24px;
background: var(--primary-500);
border: 5px solid var(--surface-primary);
border-radius: 50%;
box-shadow: 0 0 0 6px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
transition: all 0.3s ease;
margin-bottom: 12px;
}
.timeline-section-custom .timeline-dot-current {
width: 32px;
height: 32px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
0%, 100% {
box-shadow: 0 0 0 6px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}
50% {
box-shadow: 0 0 0 12px color-mix(in srgb, var(--primary-300) 10%, transparent 90%);
}
}
.timeline-section-custom .timeline-year {
font-size: 1.125rem;
font-weight: 700;
color: var(--primary-700);
background: var(--surface-primary);
padding: 8px 20px;
border-radius: 24px;
border: 2px solid var(--primary-300);
white-space: nowrap;
}
.timeline-section-custom .timeline-visual {
display: flex;
align-items: center;
justify-content: center;
min-height: 280px;
position: relative;
}
.timeline-section-custom .visual-shape {
position: absolute;
border-radius: 50%;
opacity: 0.1;
animation: float 6s ease-in-out infinite;
}
.timeline-section-custom .visual-shape-1 {
width: 200px;
height: 200px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
top: 10%;
right: 15%;
}
.timeline-section-custom .visual-shape-2 {
width: 180px;
height: 180px;
background: linear-gradient(225deg, var(--primary-500), var(--primary-700));
bottom: 10%;
left: 10%;
animation-delay: 1s;
}
.timeline-section-custom .visual-shape-3 {
width: 220px;
height: 220px;
background: linear-gradient(45deg, var(--primary-300), var(--primary-500));
top: 5%;
right: 10%;
animation-delay: 0.5s;
}
.timeline-section-custom .visual-shape-4 {
width: 190px;
height: 190px;
background: linear-gradient(315deg, var(--primary-500), var(--primary-700));
bottom: 15%;
left: 15%;
animation-delay: 1.5s;
}
.timeline-section-custom .visual-shape-5 {
width: 210px;
height: 210px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-700));
top: 8%;
right: 12%;
animation-delay: 0.8s;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(180deg);
}
}
.timeline-section-custom .timeline-icon {
font-size: 4rem;
color: var(--primary-500);
position: relative;
z-index: 2;
filter: drop-shadow(0 4px 12px color-mix(in srgb, var(--primary-500) 25%, transparent 75%));
}
.timeline-section-custom .timeline-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.timeline-section-custom .deco-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%,
transparent 70%
);
}
.timeline-section-custom .deco-circle-1 {
width: 400px;
height: 400px;
top: 10%;
left: 5%;
animation: float-slow 20s infinite;
}
.timeline-section-custom .deco-circle-2 {
width: 300px;
height: 300px;
bottom: 20%;
right: 8%;
animation: float-slow 25s infinite reverse;
}
.timeline-section-custom .deco-circle-3 {
width: 250px;
height: 250px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: float-slow 30s infinite;
}
@keyframes float-slow {
0%, 100% {
transform: translate(0, 0);
}
33% {
transform: translate(30px, -30px);
}
66% {
transform: translate(-30px, 30px);
}
}
@media (max-width: 991px) {
.timeline-section-custom .timeline-line {
left: 30px;
}
.timeline-section-custom .timeline-item .row {
flex-direction: column !important;
}
.timeline-item .col-lg-5,
.timeline-section-custom .timeline-item .col-lg-2 {
order: initial !important;
}
.timeline-section-custom .timeline-marker {
position: absolute;
left: 0;
top: 40px;
}
.timeline-section-custom .timeline-content {
margin-left: 80px;
}
.timeline-content-left::after,
.timeline-section-custom .timeline-content-right::after {
left: -24px;
right: auto;
border-width: 16px 24px 16px 0;
border-color: transparent var(--surface-primary) transparent transparent;
}
.timeline-section-custom .timeline-visual {
margin-top: 30px;
min-height: 200px;
}
.timeline-section-custom .timeline-year {
font-size: 0.875rem;
padding: 6px 12px;
}
.timeline-section-custom .timeline-title {
font-size: 2.25rem;
}
.timeline-section-custom .timeline-item-title {
font-size: 1.5rem;
}
}
@media (max-width: 575px) {
.timeline-section-custom {
padding: 60px 0;
}
.timeline-section-custom .timeline-header {
margin-bottom: 50px;
}
.timeline-section-custom .timeline-title {
font-size: 1.875rem;
}
.timeline-section-custom .timeline-subtitle {
font-size: 0.85rem;
}
.timeline-section-custom .timeline-desc {
font-size: 1rem;
}
.timeline-section-custom .timeline-content {
padding: 24px;
margin-left: 60px;
}
.timeline-section-custom .timeline-badge {
width: 48px;
height: 48px;
font-size: 1.25rem;
margin-bottom: 16px;
}
.timeline-section-custom .timeline-item-title {
font-size: 1.25rem;
margin-bottom: 12px;
}
.timeline-section-custom .timeline-item-desc {
font-size: 0.9375rem;
}
.timeline-section-custom .timeline-icon {
font-size: 3rem;
}
.timeline-section-custom .timeline-visual {
min-height: 160px;
}
.timeline-section-custom .visual-shape {
width: 120px !important;
height: 120px !important;
}
.timeline-section-custom .timeline-item {
margin-bottom: 50px;
}
}
.career-section-alt {
position: relative;
overflow: hidden;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
}
.career-section-alt .career-header {
position: relative;
z-index: 2;
}
.career-section-alt .decorative-badge {
width: 60px;
height: 60px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 16px;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
transform: rotate(8deg);
transition: transform 0.3s ease;
}
.career-section-alt .decorative-badge:hover {
transform: rotate(0deg) scale(1.05);
}
.career-section-alt .decorative-badge i {
font-size: 1.75rem;
color: var(--light);
}
.career-section-alt #career-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.2;
letter-spacing: -0.02em;
}
.career-section-alt #career-subtitle {
color: var(--text-secondary);
font-weight: 600;
}
.career-section-alt #career-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.career-section-alt .career-card {
position: relative;
background: var(--light);
border-radius: 20px;
padding: 2rem;
box-shadow: 0 4px 16px rgba(var(--black-rgb), 0.06);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.career-section-alt .career-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.12);
}
.career-section-alt .career-card-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 1.5rem;
}
.career-section-alt .icon-wrapper {
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
color-mix(in srgb, var(--primary-300) 20%, transparent 80%)
);
border-radius: 14px;
border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
transition: all 0.3s ease;
}
.career-section-alt .career-card:hover .icon-wrapper {
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
border-color: var(--primary-500);
transform: scale(1.05);
}
.career-section-alt .icon-wrapper i {
font-size: 1.5rem;
color: var(--primary-500);
transition: color 0.3s ease;
}
.career-section-alt .career-card:hover .icon-wrapper i {
color: var(--light);
}
.career-section-alt .career-badge {
position: relative;
}
.career-section-alt .badge-dot {
display: block;
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
position: relative;
animation: pulse-v152 2s infinite;
}
.career-section-alt .badge-dot::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 24px;
height: 24px;
background: var(--primary-500);
border-radius: 50%;
opacity: 0.2;
animation: ripple-v152 2s infinite;
}
@keyframes pulse-v152 {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
}
@keyframes ripple-v152 {
0% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.2;
}
100% {
transform: translate(-50%, -50%) scale(2);
opacity: 0;
}
}
.career-section-alt .career-card-body h3 {
color: var(--text-primary);
font-weight: 700;
line-height: 1.3;
transition: color 0.3s ease;
}
.career-section-alt .career-card:hover .career-card-body h3 {
color: var(--primary-500);
}
.career-section-alt .career-card-body p {
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 1.5rem;
}
.career-section-alt .career-role-wrapper {
display: flex;
align-items: center;
gap: 0.5rem;
padding: 0.75rem 1rem;
background: color-mix(in srgb, var(--primary-50) 50%, transparent 50%);
border-radius: 12px;
border-left: 3px solid var(--primary-500);
}
.career-section-alt .career-role-wrapper i {
font-size: 1rem;
color: var(--primary-500);
}
.career-section-alt .career-role {
color: var(--text-primary);
font-weight: 600;
font-size: 0.95rem;
}
.career-section-alt .decorative-corner {
position: absolute;
bottom: 0;
right: 0;
width: 100px;
height: 100px;
background: linear-gradient(
135deg,
transparent 50%,
color-mix(in srgb, var(--primary-500) 8%, transparent 92%) 50%
);
border-radius: 20px 0 20px 0;
opacity: 0;
transition: opacity 0.3s ease;
}
.career-section-alt .career-card:hover .decorative-corner {
opacity: 1;
}
.career-section-alt .decorative-shapes {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 0;
}
.career-section-alt .shape-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
color-mix(in srgb, var(--primary-500) 10%, transparent 90%)
);
}
.career-section-alt .shape-1 {
width: 300px;
height: 300px;
top: -100px;
right: -50px;
animation: float-v152 20s infinite ease-in-out;
}
.career-section-alt .shape-2 {
width: 200px;
height: 200px;
bottom: -80px;
left: -40px;
animation: float-v152 15s infinite ease-in-out reverse;
}
.career-section-alt .shape-blob {
position: absolute;
width: 400px;
height: 400px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 8%, transparent 92%) 0%,
transparent 70%
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morph-v152 30s infinite ease-in-out;
}
@keyframes float-v152 {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-30px) rotate(10deg);
}
}
@keyframes morph-v152 {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
25% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
50% {
border-radius: 30% 70% 50% 50% / 50% 60% 40% 60%;
}
75% {
border-radius: 70% 30% 60% 40% / 40% 70% 50% 60%;
}
}
@media (max-width: 991.98px) {
.career-section-alt .career-card {
padding: 1.5rem;
}
.career-section-alt .icon-wrapper {
width: 48px;
height: 48px;
}
.career-section-alt .icon-wrapper i {
font-size: 1.25rem;
}
.career-section-alt .shape-1,
.career-section-alt .shape-2 {
display: none;
}
}
@media (max-width: 767.98px) {
.career-section-alt #career-title {
font-size: 2rem;
}
.career-section-alt .decorative-badge {
width: 50px;
height: 50px;
}
.career-section-alt .decorative-badge i {
font-size: 1.5rem;
}
.career-section-alt .career-card {
padding: 1.25rem;
}
}
@media (max-width: 575.98px) {
.career-section-alt .career-role-wrapper {
flex-direction: column;
align-items: flex-start;
gap: 0.25rem;
}
.career-section-alt .shape-blob {
width: 250px;
height: 250px;
}
}
.coreinfo-clean {
position: relative;
padding: 100px 0;
background: linear-gradient(180deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.coreinfo-clean .section-header {
position: relative;
z-index: 2;
}
.coreinfo-clean #coreinfo-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.2;
margin-bottom: 1.5rem;
}
.coreinfo-clean #coreinfo-subtitle {
color: var(--primary-700);
font-weight: 600;
font-size: 1.375rem;
letter-spacing: -0.01em;
}
.coreinfo-clean #coreinfo-desc {
color: var(--text-secondary);
font-size: 1.125rem;
line-height: 1.8;
max-width: 680px;
margin: 0 auto;
}
.coreinfo-clean .core-info-grid {
position: relative;
z-index: 2;
}
.coreinfo-clean .info-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2.5rem 2rem;
box-shadow: 0 4px 6px rgba(var(--black-rgb), 0.04), 0 12px 24px rgba(var(--black-rgb), 0.06);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
border: 1px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
}
.coreinfo-clean .info-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 24px rgba(var(--black-rgb), 0.08), 0 24px 48px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.coreinfo-clean .info-card:hover .icon-wrapper {
transform: scale(1.1) rotate(5deg);
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
}
.coreinfo-clean .info-card:hover .card-decoration {
opacity: 1;
transform: scale(1);
}
.coreinfo-clean .icon-wrapper {
width: 72px;
height: 72px;
border-radius: 16px;
background: linear-gradient(135deg,
var(--primary-500) 0%,
color-mix(in srgb, var(--primary-700) 80%, var(--primary-500) 20%) 100%
);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.75rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 8px 16px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
}
.coreinfo-clean .icon-wrapper i {
font-size: 2rem;
color: var(--light);
}
.coreinfo-clean .card-content {
position: relative;
z-index: 2;
}
.coreinfo-clean .card-title {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.coreinfo-clean .card-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.coreinfo-clean .card-decoration {
position: absolute;
bottom: -30px;
right: -30px;
width: 120px;
height: 120px;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%,
transparent 70%
);
opacity: 0;
transform: scale(0.8);
transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
pointer-events: none;
}
.coreinfo-clean .decorative-blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.15;
pointer-events: none;
z-index: 1;
}
.coreinfo-clean .blob-1 {
width: 500px;
height: 500px;
background: var(--primary-300);
top: -150px;
left: -100px;
animation: float 20s ease-in-out infinite;
}
.coreinfo-clean .blob-2 {
width: 400px;
height: 400px;
background: var(--primary-500);
bottom: -100px;
right: -80px;
animation: float 25s ease-in-out infinite reverse;
}
.coreinfo-clean .decorative-line {
position: absolute;
height: 2px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-300) 50%,
transparent 100%
);
opacity: 0.2;
pointer-events: none;
z-index: 1;
}
.coreinfo-clean .line-1 {
width: 300px;
top: 200px;
left: 10%;
transform: rotate(-15deg);
}
.coreinfo-clean .line-2 {
width: 250px;
bottom: 150px;
right: 15%;
transform: rotate(20deg);
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@media (max-width: 991.98px) {
.coreinfo-clean {
padding: 80px 0;
}
.coreinfo-clean #coreinfo-title {
font-size: 2.5rem;
}
.coreinfo-clean #coreinfo-subtitle {
font-size: 1.25rem;
}
.coreinfo-clean .info-card {
padding: 2rem 1.5rem;
}
.coreinfo-clean .blob-1,
.coreinfo-clean .blob-2 {
display: none;
}
}
@media (max-width: 767.98px) {
.coreinfo-clean {
padding: 60px 0;
}
.coreinfo-clean #coreinfo-title {
font-size: 2rem;
}
.coreinfo-clean #coreinfo-desc {
font-size: 1rem;
}
.coreinfo-clean .icon-wrapper {
width: 64px;
height: 64px;
margin-bottom: 1.5rem;
}
.coreinfo-clean .icon-wrapper i {
font-size: 1.75rem;
}
.coreinfo-clean .card-title {
font-size: 1.25rem;
}
.coreinfo-clean .card-description {
font-size: 0.9375rem;
}
.coreinfo-clean .decorative-line {
display: none;
}
}
@media (max-width: 575.98px) {
.coreinfo-clean {
padding: 50px 0;
}
.coreinfo-clean .section-header {
margin-bottom: 2.5rem;
}
.coreinfo-clean .info-card {
padding: 1.75rem 1.25rem;
}
}
@media (prefers-contrast: high) {
.coreinfo-clean .info-card {
border: 2px solid var(--primary-700);
}
.coreinfo-clean .icon-wrapper {
border: 2px solid var(--primary-700);
}
}
@media (prefers-reduced-motion: reduce) {
.coreinfo-clean .info-card,
.coreinfo-clean .icon-wrapper,
.coreinfo-clean .card-decoration {
transition: none;
}
.coreinfo-clean .blob-1,
.coreinfo-clean .blob-2 {
animation: none;
}
}
.leadgen-section-secondary {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.leadgen-section-secondary .decorative-accent {
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
margin: 0 auto;
box-shadow: 0 0 25px var(--primary-500);
animation: pulse-leadgen-v001 2.5s ease-in-out infinite;
}
@keyframes pulse-leadgen-v001 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.leadgen-section-secondary .leadgen-form-card {
background: var(--light);
border-radius: 28px;
padding: 3.5rem;
box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.1);
position: relative;
overflow: hidden;
border: 1px solid var(--neutral-100);
transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.leadgen-section-secondary .leadgen-form-card:hover {
transform: translateY(-6px);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.15);
}
.leadgen-section-secondary .decorative-shape-corner {
position: absolute;
top: -40px;
right: -40px;
width: 140px;
height: 140px;
background: linear-gradient(135deg, var(--primary-400), var(--primary-600));
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.12;
animation: rotate-leadgen-v001 25s linear infinite;
}
.leadgen-section-secondary .decorative-shape-gradient {
position: absolute;
bottom: -50px;
left: -50px;
width: 180px;
height: 180px;
background: linear-gradient(135deg, var(--primary-600), var(--primary-800));
border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
opacity: 0.1;
animation: rotate-leadgen-v001 30s linear infinite reverse;
}
@keyframes rotate-leadgen-v001 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 0.3s ease;
font-size: 1rem;
height: calc(3.5rem + 2px);
}
.leadgen-section-secondary .form-floating > label {
padding: 1.1rem 1.35rem;
color: var(--text-secondary);
font-weight: 500;
}
.leadgen-section-secondary .form-control:focus,
.leadgen-section-secondary .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 20%, transparent);
background: var(--light);
outline: none;
}
.leadgen-section-secondary .form-control:hover,
.leadgen-section-secondary .form-select:hover {
border-color: var(--neutral-200);
}
.leadgen-section-secondary textarea.form-control {
min-height: 150px;
resize: vertical;
}
.leadgen-section-secondary .form-check-input {
width: 1.3rem;
height: 1.3rem;
border: 2px solid var(--neutral-300);
border-radius: 7px;
cursor: pointer;
transition: all 0.3s ease;
}
.leadgen-section-secondary .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.leadgen-section-secondary .form-check-input:hover {
border-color: var(--primary-300);
}
.leadgen-section-secondary .form-check-label {
cursor: pointer;
user-select: none;
padding-left: 0.6rem;
line-height: 1.6;
}
.leadgen-section-secondary .btn-leadgen-submit {
background: linear-gradient(135deg, #3b82f6, #1d4ed8) !important;
color: var(--light) !important;
border: none;
border-radius: 14px;
font-weight: 600;
font-size: 1.15rem;
letter-spacing: 0.4px;
transition: all 0.4s ease;
box-shadow: 0 6px 20px rgba(59, 130, 246, 0.35);
position: relative;
overflow: hidden;
}
.leadgen-section-secondary .btn-leadgen-submit::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(var(--white-rgb), 0.25), transparent);
transition: left 0.6s ease;
}
.leadgen-section-secondary .btn-leadgen-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(59, 130, 246, 0.45);
}
.leadgen-section-secondary .btn-leadgen-submit:hover::before {
left: 100%;
}
.leadgen-section-secondary .btn-leadgen-submit:active {
transform: translateY(0);
box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}
.leadgen-section-secondary .decorative-blob-primary {
position: absolute;
top: 10%;
left: 5%;
width: 300px;
height: 300px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-300) 15%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(60px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-1 15s ease-in-out infinite;
}
.leadgen-section-secondary .decorative-blob-secondary {
position: absolute;
bottom: 15%;
right: 8%;
width: 250px;
height: 250px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-500) 12%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(50px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-2 18s ease-in-out infinite;
}
@keyframes float-blob-leadgen-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.95);
}
}
@keyframes float-blob-leadgen-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(-25px, 25px) scale(1.05);
}
66% {
transform: translate(20px, -20px) scale(0.98);
}
}
.leadgen-section-secondary .container > * {
position: relative;
z-index: 1;
}
@media (max-width: 991px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2.5rem;
}
}
@media (max-width: 767px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2rem;
border-radius: 20px;
}
.leadgen-section-secondary .btn-leadgen-submit {
font-size: 1.05rem;
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
padding: 1rem 1.15rem;
}
}
.leadgen-section-secondary .form-control:focus-visible,
.leadgen-section-secondary .form-select:focus-visible,
.leadgen-section-secondary .form-check-input:focus-visible {
outline: 3px solid var(--primary-500);
outline-offset: 2px;
}
.leadgen-section-secondary .btn-leadgen-submit:focus-visible {
outline: 3px solid var(--light);
outline-offset: 3px;
}
.leadgen-section-secondary .leadgen-field,
.leadgen-section-secondary .leadgen-field-dynamic {
animation: fadeInField 0.4s ease-out;
margin-bottom: 0;
}
@keyframes fadeInField {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control,
.leadgen-section-secondary .leadgen-form-dynamic .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 0.3s ease;
font-size: 1rem;
height: calc(3.5rem + 2px);
}
.leadgen-section-secondary .leadgen-form-dynamic .form-floating > label {
padding: 1.1rem 1.35rem;
color: var(--text-secondary);
font-weight: 500;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control:focus,
.leadgen-section-secondary .leadgen-form-dynamic .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 20%, transparent);
background: var(--light);
outline: none;
}
.leadgen-section-secondary .leadgen-form-dynamic textarea.form-control {
min-height: 120px;
resize: vertical;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-input {
width: 1.3rem;
height: 1.3rem;
border: 2px solid var(--neutral-300);
border-radius: 7px;
cursor: pointer;
transition: all 0.3s ease;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-label {
cursor: pointer;
user-select: none;
padding-left: 0.6rem;
line-height: 1.6;
}
.contact-section-secondary {
position: relative;
background: linear-gradient(180deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.contact-section-secondary .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.05;
z-index: 0;
pointer-events: none;
}
.contact-section-secondary .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.contact-section-secondary .blob-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: -80px;
left: -80px;
animation: float 15s ease-in-out infinite reverse;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
.contact-section-secondary .section-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
border-radius: 16px;
color: var(--primary-700);
font-size: 1.5rem;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.05);
}
.contact-section-secondary #contact-title {
color: var(--text-primary);
position: relative;
z-index: 1;
}
.contact-section-secondary #contact-subtitle {
color: var(--primary-700);
font-weight: 500;
}
.contact-section-secondary #contact-desc {
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.contact-section-secondary .contact-form-card {
background: var(--surface-primary);
border-radius: 24px;
padding: 2.5rem;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
position: relative;
z-index: 1;
border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
}
.contact-section-secondary .form-header {
display: flex;
align-items: center;
gap: 1rem;
padding-bottom: 1.5rem;
border-bottom: 2px solid var(--neutral-100);
}
.contact-section-secondary .form-header .icon-wrapper {
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 1.25rem;
flex-shrink: 0;
}
.contact-section-secondary .form-header h4 {
color: var(--text-primary);
font-weight: 600;
margin: 0;
}
.contact-section-secondary .form-floating > .form-control {
border: 2px solid var(--neutral-100);
border-radius: 12px;
padding: 1rem 1rem;
height: calc(3.5rem + 2px);
background: var(--surface-primary);
color: var(--text-primary);
transition: all 0.3s ease;
}
.contact-section-secondary .form-floating > textarea.form-control {
height: 150px;
padding-top: 1.5rem;
}
.contact-section-secondary .form-floating > .form-control:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 10%, transparent);
background: var(--surface-primary);
}
.contact-section-secondary .form-floating > label {
color: var(--text-secondary);
padding: 1rem 1rem;
font-size: 0.95rem;
}
.contact-section-secondary .form-floating > .form-control:focus ~ label,
.contact-section-secondary .form-floating > .form-control:not(:placeholder-shown) ~ label {
color: var(--primary-700);
transform: scale(0.85) translateY(-0.9rem) translateX(0.15rem);
}
.contact-section-secondary .form-check-input {
width: 1.25rem;
height: 1.25rem;
border: 2px solid var(--neutral-300);
border-radius: 6px;
cursor: pointer;
}
.contact-section-secondary .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.contact-section-secondary .form-check-label {
color: var(--text-secondary);
font-size: 0.9rem;
cursor: pointer;
margin-left: 0.5rem;
}
.contact-section-secondary #site_submit_btn {
background: linear-gradient(135deg, #2563eb, #0284c7) !important;
color: var(--light) !important;
border: none !important;
border-radius: 12px;
padding: 1rem 2rem;
font-size: 1.1rem;
font-weight: 600;
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
transition: all 0.3s ease;
box-shadow: 0 4px 16px rgba(37, 99, 235, 0.3);
cursor: pointer;
}
.contact-section-secondary #site_submit_btn:hover {
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(37, 99, 235, 0.4);
}
.contact-section-secondary #site_submit_btn:active {
transform: translateY(0);
}
.contact-section-secondary #site_submit_btn .bi-arrow-right {
transition: transform 0.3s ease;
}
.contact-section-secondary #site_submit_btn:hover .bi-arrow-right {
transform: translateX(4px);
}
.contact-section-secondary .contact-info-card {
background: var(--surface-primary);
border-radius: 24px;
padding: 2.5rem;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
height: 100%;
}
.contact-section-secondary .info-header {
display: flex;
align-items: center;
gap: 1rem;
padding-bottom: 1.5rem;
border-bottom: 2px solid var(--neutral-100);
}
.contact-section-secondary .info-header .icon-wrapper {
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 1.25rem;
flex-shrink: 0;
}
.contact-section-secondary .info-header h4 {
color: var(--text-primary);
font-weight: 600;
margin: 0;
}
.contact-section-secondary .info-item {
display: flex;
gap: 1.25rem;
padding: 1.5rem;
border-radius: 16px;
background: var(--neutral-50);
margin-bottom: 1rem;
transition: all 0.3s ease;
}
.contact-section-secondary .info-item:hover {
background: color-mix(in srgb, var(--primary-50), var(--neutral-50) 50%);
transform: translateX(4px);
}
.contact-section-secondary .info-item:last-child {
margin-bottom: 0;
}
.contact-section-secondary .info-icon {
width: 45px;
height: 45px;
background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-700);
font-size: 1.25rem;
flex-shrink: 0;
}
.contact-section-secondary .info-content h5 {
color: var(--text-secondary);
font-size: 0.85rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 0.5rem;
}
.contact-section-secondary .info-content p {
color: var(--text-primary);
font-size: 1rem;
font-weight: 500;
margin: 0;
}
.contact-section-secondary .social-icons-decoration .social-icon-item {
width: 45px;
height: 45px;
background: var(--neutral-100);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-700);
font-size: 1.25rem;
transition: all 0.3s ease;
cursor: pointer;
}
.contact-section-secondary .social-icons-decoration .social-icon-item:hover {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: white;
transform: translateY(-4px);
}
.contact-section-secondary .trust-badge {
background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
border-radius: 16px;
padding: 1.5rem;
text-align: center;
}
.contact-section-secondary .trust-badge .badge-content {
display: flex;
align-items: center;
justify-content: center;
gap: 1.5rem;
}
.contact-section-secondary .trust-badge .badge-content i {
font-size: 2rem;
color: var(--primary-700);
animation: pulse 2s ease-in-out infinite;
}
.contact-section-secondary .trust-badge .badge-content i:nth-child(2) {
animation-delay: 0.3s;
}
.contact-section-secondary .trust-badge .badge-content i:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes pulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.1);
opacity: 0.8;
}
}
@media (max-width: 991px) {
.contact-section-secondary .contact-form-card,
.contact-section-secondary .contact-info-card {
padding: 2rem;
}
.contact-section-secondary .blob-1,
.contact-section-secondary .blob-2 {
opacity: 0.03;
}
}
@media (max-width: 767px) {
.contact-section-secondary .contact-form-card,
.contact-section-secondary .contact-info-card {
padding: 1.5rem;
border-radius: 20px;
}
.contact-section-secondary #contact-title {
font-size: 2rem;
}
.contact-section-secondary .info-item {
padding: 1rem;
}
.contact-section-secondary .social-icons-decoration .social-icon-item {
width: 40px;
height: 40px;
font-size: 1.1rem;
}
}
.blog-section-clean {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.blog-section-clean .decorative-blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.15;
pointer-events: none;
z-index: 0;
}
.blog-section-clean .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
left: -100px;
}
.blog-section-clean .blob-2 {
width: 350px;
height: 350px;
background: color-mix(in srgb, var(--primary-500) 70%, var(--primary-700) 30%);
bottom: -80px;
right: -80px;
}
.blog-section-clean .decorative-dots {
position: absolute;
width: 120px;
height: 120px;
background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
background-size: 20px 20px;
opacity: 0.3;
z-index: 0;
}
.blog-section-clean .dots-1 {
top: 15%;
right: 10%;
}
.blog-section-clean .decorative-circle {
position: absolute;
border: 2px solid var(--primary-300);
border-radius: 50%;
opacity: 0.2;
z-index: 0;
}
.blog-section-clean .circle-1 {
width: 180px;
height: 180px;
bottom: 10%;
left: 5%;
}
.blog-section-clean .circle-2 {
width: 140px;
height: 140px;
top: 20%;
right: 15%;
}
.blog-section-clean .section-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
border-radius: 16px;
border: 2px solid var(--primary-300);
position: relative;
z-index: 1;
}
.blog-section-clean .section-badge i {
font-size: 1.75rem;
color: var(--primary-700);
}
.blog-section-clean .section-title {
font-size: 2.5rem;
font-weight: 800;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
position: relative;
z-index: 1;
}
.blog-section-clean .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-700);
line-height: 1.4;
position: relative;
z-index: 1;
}
.blog-section-clean .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 680px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.blog-section-clean .decorative-line {
width: 60px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
border-radius: 2px;
margin-top: 1.5rem;
}
.blog-section-clean .blog-card {
background: var(--surface-primary);
border-radius: 20px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid var(--neutral-100);
position: relative;
z-index: 1;
}
.blog-section-clean .blog-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.blog-section-clean .blog-card-image-wrapper {
position: relative;
overflow: hidden;
height: 220px;
}
.blog-section-clean .blog-image {
width: 100%;
height: 220px;
object-fit: cover;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-section-clean .blog-card:hover .blog-image {
transform: scale(1.08);
}
.blog-section-clean .blog-card-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(180deg, transparent 0%, rgba(var(--black-rgb), 0.3) 100%);
opacity: 0;
transition: opacity 0.4s ease;
}
.blog-section-clean .blog-card:hover .blog-card-overlay {
opacity: 1;
}
.blog-section-clean .category-badge {
position: absolute;
top: 16px;
right: 16px;
width: 44px;
height: 44px;
background: var(--surface-primary);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
}
.blog-section-clean .category-badge i {
font-size: 1.25rem;
color: var(--primary-700);
}
.blog-section-clean .blog-card-content {
padding: 1.75rem;
}
.blog-section-clean .blog-meta {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 0.875rem;
color: var(--text-secondary);
}
.blog-section-clean .meta-item {
display: flex;
align-items: center;
gap: 0.35rem;
}
.blog-section-clean .meta-item i {
font-size: 1rem;
color: var(--primary-500);
}
.blog-section-clean .meta-divider {
color: var(--neutral-300);
}
.blog-section-clean .blog-card-title {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.3;
transition: color 0.3s ease;
}
.blog-section-clean .blog-card:hover .blog-card-title {
color: var(--primary-700);
}
.blog-section-clean .blog-card-excerpt {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.6;
}
.blog-section-clean .blog-card-link {
display: inline-flex;
align-items: center;
font-size: 1rem;
font-weight: 600;
color: var(--primary-700);
text-decoration: none;
transition: all 0.3s ease;
position: relative;
}
.blog-section-clean .blog-card-link::after {
content: '';
position: absolute;
bottom: -4px;
left: 0;
width: 0;
height: 2px;
background: var(--primary-700);
transition: width 0.3s ease;
}
.blog-section-clean .blog-card-link:hover {
color: var(--primary-500);
gap: 0.5rem;
}
.blog-section-clean .blog-card-link:hover::after {
width: 100%;
}
.blog-section-clean .blog-card-link i {
transition: transform 0.3s ease;
}
.blog-section-clean .blog-card-link:hover i {
transform: translateX(4px);
}
@media (max-width: 991.98px) {
.blog-section-clean .section-title {
font-size: 2rem;
}
.blog-section-clean .section-subtitle {
font-size: 1.125rem;
}
.blog-section-clean .section-description {
font-size: 1rem;
}
.blog-section-clean .blog-card-title {
font-size: 1.25rem;
}
}
@media (max-width: 767.98px) {
.blog-section-clean .section-title {
font-size: 1.75rem;
}
.blog-section-clean .section-subtitle {
font-size: 1rem;
}
.blog-section-clean .blog-card-image-wrapper,
.blog-section-clean .blog-image {
height: 200px;
}
.blog-section-clean .blog-card-content {
padding: 1.5rem;
}
.blog-section-clean .decorative-blob {
filter: blur(60px);
}
}
@media (max-width: 575.98px) {
.blog-section-clean .section-badge {
width: 48px;
height: 48px;
}
.blog-section-clean .section-badge i {
font-size: 1.5rem;
}
.blog-section-clean .blog-card-title {
font-size: 1.125rem;
}
.blog-section-clean .blog-card-excerpt {
font-size: 0.9375rem;
}
}
.faq-section-featured {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
overflow: hidden;
}
.faq-section-featured .section-header h1 {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
}
.faq-section-featured .section-header h2 {
color: var(--text-secondary);
font-weight: 500;
}
.faq-section-featured .section-header p {
color: var(--text-secondary);
line-height: 1.7;
max-width: 100%;
}
.faq-section-featured .decorative-line-wrapper {
position: relative;
display: flex;
align-items: center;
justify-content: center;
gap: 0.75rem;
}
.faq-section-featured .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-700) 100%);
border-radius: 2px;
}
.faq-section-featured .decorative-dot {
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.faq-section-featured .faq-card {
transition: all 0.3s ease;
border-radius: 12px;
background: var(--surface-primary);
}
.faq-section-featured .faq-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 24px rgba(var(--black-rgb), 0.08) !important;
}
.faq-section-featured .faq-card .card-header {
padding: 1.5rem;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 8%, var(--surface-primary)) 0%,
color-mix(in srgb, var(--primary-300) 5%, var(--surface-primary)) 100%) !important;
border-radius: 12px 12px 0 0 !important;
border-bottom: 2px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.faq-section-featured .faq-card .card-body {
padding: 1.5rem;
}
.faq-section-featured .faq-icon-wrapper {
width: 48px;
height: 48px;
min-width: 48px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 10px;
box-shadow: 0 4px 8px color-mix(in srgb, var(--primary-500) 25%, transparent);
}
.faq-section-featured .faq-icon-wrapper i {
font-size: 1.5rem;
color: var(--light);
}
.faq-section-featured .card-header h3 {
color: var(--text-primary);
line-height: 1.4;
flex: 1;
}
.faq-section-featured .card-body p {
color: var(--text-secondary);
line-height: 1.8;
font-size: 0.95rem;
}
.faq-section-featured .decorative-elements {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.faq-section-featured .floating-shape {
position: absolute;
border-radius: 50%;
opacity: 0.06;
animation: float 20s ease-in-out infinite;
}
.faq-section-featured .shape-1 {
width: 300px;
height: 300px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
top: 10%;
left: -100px;
animation-delay: 0s;
}
.faq-section-featured .shape-2 {
width: 200px;
height: 200px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
bottom: 15%;
right: -50px;
animation-delay: 5s;
}
.faq-section-featured .shape-3 {
width: 150px;
height: 150px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
top: 50%;
right: 10%;
animation-delay: 10s;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
33% {
transform: translateY(-30px) rotate(120deg);
}
66% {
transform: translateY(30px) rotate(240deg);
}
}
.faq-section-featured .container {
position: relative;
z-index: 1;
}
@media (max-width: 991.98px) {
.faq-section-featured .section-header h1 {
font-size: 2.25rem;
}
.faq-section-featured .faq-icon-wrapper {
width: 40px;
height: 40px;
min-width: 40px;
}
.faq-section-featured .faq-icon-wrapper i {
font-size: 1.25rem;
}
.faq-section-featured .card-header h3 {
font-size: 1.1rem;
}
}
@media (max-width: 767.98px) {
.faq-section-featured .section-header h1 {
font-size: 1.875rem;
}
.faq-section-featured .section-header h2 {
font-size: 1.1rem;
}
.faq-section-featured .faq-card .card-header {
padding: 1.25rem;
}
.faq-section-featured .faq-card .card-body {
padding: 1.25rem;
}
.faq-section-featured .floating-shape {
display: none;
}
}
@media (max-width: 575.98px) {
.faq-section-featured .faq-icon-wrapper {
width: 36px;
height: 36px;
min-width: 36px;
margin-right: 0.75rem !important;
}
.faq-section-featured .faq-icon-wrapper i {
font-size: 1.1rem;
}
.faq-section-featured .card-header h3 {
font-size: 1rem;
}
.faq-section-featured .card-body p {
font-size: 0.9rem;
}
}
@media (prefers-contrast: high) {
.faq-section-featured .faq-card {
border: 2px solid var(--neutral-700);
}
.faq-section-featured .faq-card .card-header {
border-bottom: 3px solid var(--primary-700);
}
}
@media print {
.faq-section-featured .decorative-elements {
display: none;
}
.faq-section-featured .faq-card {
page-break-inside: avoid;
box-shadow: none !important;
border: 1px solid var(--neutral-300);
}
}
.footer-featured {
position: relative;
padding: 80px 0 30px;
overflow: hidden;
color: var(--light);
}
.footer-featured__background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('assets/images/footer_bg.webp');
background-size: cover;
background-position: center;
background-attachment: fixed;
z-index: 0;
}
.footer-featured__overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
);
z-index: 1;
}
.footer-featured .container {
z-index: 2;
}
.footer-featured__main {
margin-bottom: 50px;
padding-bottom: 40px;
border-bottom: 1px solid rgba(var(--white-rgb), 0.15);
}
.footer-featured__company {
padding-right: 20px;
}
.footer-featured__logo-wrapper {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 20px;
}
.footer-featured__logo-icon {
font-size: 36px;
color: rgba(var(--white-rgb), 0.95);
line-height: 1;
}
.footer-featured__sitename {
font-size: 24px;
font-weight: 700;
color: var(--light);
margin: 0;
letter-spacing: -0.5px;
}
.footer-featured__sitedesc {
font-size: 15px;
line-height: 1.7;
color: rgba(var(--white-rgb), 0.85);
margin-bottom: 25px;
}
.footer-featured__trust-badges {
display: flex;
gap: 12px;
margin-top: 20px;
}
.footer-featured__badge-item {
width: 44px;
height: 44px;
background: rgba(var(--white-rgb), 0.1);
border: 1px solid rgba(var(--white-rgb), 0.15);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
color: rgba(var(--white-rgb), 0.9);
transition: all 0.3s ease;
}
.footer-featured__badge-item:hover {
background: rgba(var(--white-rgb), 0.15);
border-color: rgba(var(--white-rgb), 0.3);
transform: translateY(-2px);
}
.footer-featured__links-section {
padding: 0 15px;
}
.footer-featured__section-title {
font-size: 18px;
font-weight: 700;
color: var(--light);
margin-bottom: 12px;
text-transform: uppercase;
letter-spacing: 1px;
}
.footer-featured__title-underline {
width: 40px;
height: 3px;
background: rgba(var(--white-rgb), 0.7);
margin-bottom: 20px;
border-radius: 2px;
}
.footer-featured__links-list {
list-style: none;
padding: 0;
margin: 0;
}
.footer-featured__links-list li {
margin-bottom: 12px;
}
.footer-featured__link {
color: rgba(var(--white-rgb), 0.85);
text-decoration: none;
font-size: 15px;
transition: all 0.3s ease;
display: inline-block;
position: relative;
padding-left: 15px;
}
.footer-featured__link::before {
content: '';
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 6px;
height: 6px;
background: rgba(var(--white-rgb), 0.5);
border-radius: 50%;
transition: all 0.3s ease;
}
.footer-featured__link:hover {
color: var(--light);
padding-left: 20px;
}
.footer-featured__link:hover::before {
background: var(--light);
transform: translateY(-50%) scale(1.3);
}
.footer-featured__contact-section {
padding: 0 15px;
}
.footer-featured__contact-list {
list-style: none;
padding: 0;
margin: 0;
}
.footer-featured__contact-item {
display: flex;
align-items: flex-start;
gap: 12px;
margin-bottom: 18px;
}
.footer-featured__contact-icon {
width: 36px;
height: 36px;
background: rgba(var(--white-rgb), 0.1);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
color: rgba(var(--white-rgb), 0.9);
flex-shrink: 0;
margin-top: 2px;
}
.footer-featured__contact-text {
color: rgba(var(--white-rgb), 0.85);
font-size: 15px;
line-height: 1.6;
flex: 1;
}
.footer-featured__cta-section {
padding: 0 15px;
}
.footer-featured__cta-card {
background: rgba(var(--white-rgb), 0.1);
border: 1px solid rgba(var(--white-rgb), 0.15);
border-radius: 12px;
padding: 30px;
text-align: center;
position: relative;
overflow: hidden;
}
.footer-featured__cta-icon {
font-size: 48px;
color: rgba(var(--white-rgb), 0.3);
margin-bottom: 15px;
}
.footer-featured__decorative-dots {
display: flex;
justify-content: center;
gap: 8px;
}
.footer-featured__dot {
width: 8px;
height: 8px;
background: rgba(var(--white-rgb), 0.3);
border-radius: 50%;
display: inline-block;
animation: footer-featured-pulse 2s ease-in-out infinite;
}
.footer-featured__dot:nth-child(2) {
animation-delay: 0.3s;
}
.footer-featured__dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes footer-featured-pulse {
0%, 100% {
opacity: 0.3;
transform: scale(1);
}
50% {
opacity: 0.8;
transform: scale(1.2);
}
}
.footer-featured__bottom {
padding-top: 25px;
}
.footer-featured__disclaimer {
font-size: 13px;
line-height: 1.6;
color: rgba(var(--white-rgb), 0.7);
margin: 0;
}
.footer-featured__copyright {
font-size: 13px;
color: rgba(var(--white-rgb), 0.7);
margin: 0;
text-align: right;
}
.footer-featured__deco {
position: absolute;
pointer-events: none;
z-index: 1;
}
.footer-featured__deco--circle-1 {
width: 200px;
height: 200px;
background: radial-gradient(circle, rgba(var(--white-rgb), 0.03) 0%, transparent 70%);
border-radius: 50%;
top: 10%;
right: 5%;
animation: footer-featured-float 8s ease-in-out infinite;
}
.footer-featured__deco--circle-2 {
width: 150px;
height: 150px;
background: radial-gradient(circle, rgba(var(--white-rgb), 0.02) 0%, transparent 70%);
border-radius: 50%;
bottom: 20%;
left: 8%;
animation: footer-featured-float 10s ease-in-out infinite reverse;
}
.footer-featured__deco--line {
width: 2px;
height: 100px;
background: linear-gradient(to bottom, transparent, rgba(var(--white-rgb), 0.1), transparent);
top: 15%;
left: 25%;
animation: footer-featured-float 12s ease-in-out infinite;
}
@keyframes footer-featured-float {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(-20px);
}
}
@media (max-width: 991.98px) {
.footer-featured {
padding: 60px 0 20px;
}
.footer-featured__main {
margin-bottom: 35px;
padding-bottom: 30px;
}
.footer-featured__company {
padding-right: 0;
margin-bottom: 30px;
}
.footer-featured__copyright {
text-align: left;
margin-top: 10px;
}
}
@media (max-width: 767.98px) {
.footer-featured {
padding: 50px 0 20px;
}
.footer-featured__background {
background-attachment: scroll;
}
.footer-featured__sitename {
font-size: 20px;
}
.footer-featured__logo-icon {
font-size: 30px;
}
.footer-featured__links-section,
.footer-featured__contact-section,
.footer-featured__cta-section {
padding: 0;
margin-bottom: 30px;
}
.footer-featured__bottom .row {
text-align: center;
}
.footer-featured__disclaimer,
.footer-featured__copyright {
text-align: center;
}
}
@media (max-width: 575.98px) {
.footer-featured__trust-badges {
justify-content: flex-start;
}
.footer-featured__badge-item {
width: 40px;
height: 40px;
font-size: 18px;
}
.footer-featured__cta-card {
padding: 25px 20px;
}
}
.additional-universal-minimal {
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.additional-universal-minimal .section-header h1 {
color: var(--text-primary);
line-height: 1.3;
}
.additional-universal-minimal .section-header h2 {
color: var(--primary-500);
font-weight: 500;
}
.additional-universal-minimal .section-header p {
color: var(--text-secondary);
max-width: 720px;
margin: 0 auto;
}
.additional-universal-minimal .mixed-content-wrapper {
max-width: 1000px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 2rem;
}
.additional-universal-minimal .content-row {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
}
.additional-universal-minimal .content-block {
position: relative;
}
.additional-universal-minimal .block-inner {
background: var(--surface-secondary);
padding: 2.5rem;
border-radius: 16px;
height: 100%;
transition: all 0.4s ease;
position: relative;
border: 2px solid transparent;
}
.additional-universal-minimal .content-block:hover .block-inner {
border-color: var(--primary-500);
transform: translateY(-6px);
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}
.additional-universal-minimal .featured-block .block-inner {
padding: 3rem;
text-align: center;
}
.additional-universal-minimal .icon-wrapper {
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 20px;
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 2.25rem;
margin-bottom: 1.5rem;
transition: all 0.4s ease;
}
.additional-universal-minimal .content-block:hover .icon-wrapper {
transform: scale(1.1) rotate(-5deg);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}
.additional-universal-minimal .icon-wrapper-small {
width: 56px;
height: 56px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.5rem;
margin-bottom: 1.25rem;
transition: all 0.4s ease;
}
.additional-universal-minimal .content-block:hover .icon-wrapper-small {
transform: scale(1.1) rotate(-5deg);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.additional-universal-minimal .block-inner h3 {
color: var(--text-primary);
line-height: 1.4;
}
.additional-universal-minimal .block-inner p {
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.additional-universal-minimal .block-accent {
position: absolute;
width: 120px;
height: 120px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
border-radius: 50%;
opacity: 0.1;
bottom: -30px;
right: -30px;
transition: all 0.5s ease;
}
.additional-universal-minimal .featured-block:hover .block-accent {
opacity: 0.18;
transform: scale(1.4) rotate(45deg);
}
.additional-universal-minimal .floating-element {
position: absolute;
border-radius: 50%;
opacity: 0.06;
pointer-events: none;
}
.additional-universal-minimal .floating-element.element-1 {
width: 180px;
height: 180px;
background: var(--primary-500);
top: 8%;
right: 4%;
animation: float-modern-1 10s ease-in-out infinite;
}
.additional-universal-minimal .floating-element.element-2 {
width: 140px;
height: 140px;
background: var(--primary-700);
bottom: 15%;
left: 6%;
animation: float-modern-2 12s ease-in-out infinite;
}
.additional-universal-minimal .floating-element.element-3 {
width: 100px;
height: 100px;
background: var(--primary-300);
top: 45%;
left: 8%;
animation: float-modern-3 14s ease-in-out infinite;
}
.additional-universal-minimal .floating-element.element-4 {
width: 120px;
height: 120px;
background: var(--primary-500);
bottom: 30%;
right: 10%;
animation: float-modern-4 11s ease-in-out infinite;
}
@keyframes float-modern-1 {
0%, 100% { transform: translate(0, 0) scale(1); }
33% { transform: translate(-20px, -25px) scale(1.05); }
66% { transform: translate(15px, 20px) scale(0.95); }
}
@keyframes float-modern-2 {
0%, 100% { transform: translate(0, 0) scale(1); }
33% { transform: translate(25px, 15px) scale(1.08); }
66% { transform: translate(-20px, -20px) scale(0.92); }
}
@keyframes float-modern-3 {
0%, 100% { transform: translate(0, 0) scale(1); }
50% { transform: translate(20px, -30px) scale(1.1); }
}
@keyframes float-modern-4 {
0%, 100% { transform: translate(0, 0) scale(1); }
50% { transform: translate(-25px, 25px) scale(1.06); }
}
@media (max-width: 991px) {
.additional-universal-minimal .section-header h1 {
font-size: 2rem;
}
.additional-universal-minimal .content-row {
gap: 1.5rem;
}
.additional-universal-minimal .block-inner {
padding: 2rem;
}
.additional-universal-minimal .featured-block .block-inner {
padding: 2.5rem;
}
.additional-universal-minimal .icon-wrapper {
width: 70px;
height: 70px;
font-size: 2rem;
}
.additional-universal-minimal .icon-wrapper-small {
width: 50px;
height: 50px;
font-size: 1.35rem;
}
.additional-universal-minimal .floating-element {
opacity: 0.04;
}
}
@media (max-width: 767px) {
.additional-universal-minimal .section-header h1 {
font-size: 1.75rem;
}
.additional-universal-minimal .section-header h2 {
font-size: 1.25rem;
}
.additional-universal-minimal .mixed-content-wrapper {
gap: 1.5rem;
}
.additional-universal-minimal .content-row {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.additional-universal-minimal .block-inner {
padding: 1.75rem;
}
.additional-universal-minimal .featured-block .block-inner {
padding: 2rem;
}
.additional-universal-minimal .icon-wrapper {
width: 64px;
height: 64px;
font-size: 1.75rem;
}
.additional-universal-minimal .icon-wrapper-small {
width: 48px;
height: 48px;
font-size: 1.25rem;
}
.additional-universal-minimal .content-block:hover .block-inner {
transform: translateY(-4px);
}
.additional-universal-minimal .floating-element {
opacity: 0.03;
}
}
.additional-universal-standard {
position: relative;
padding: 6rem 0;
background: linear-gradient(180deg, var(--neutral-50) 0%, var(--primary-50) 50%, var(--neutral-50) 100%);
overflow: hidden;
}
.additional-universal-standard .section-title {
font-size: clamp(2rem, 4vw, 2.75rem);
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.2;
}
.additional-universal-standard .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-700);
margin-bottom: 1.5rem;
line-height: 1.4;
}
.additional-universal-standard .section-description {
font-size: 1.125rem;
color: var(--neutral-700);
line-height: 1.7;
max-width: 800px;
margin: 0 auto;
}
.additional-universal-standard .timeline-central-axis {
position: absolute;
left: 50%;
top: 200px;
bottom: 100px;
width: 3px;
background: linear-gradient(180deg, transparent 0%, var(--primary-300) 10%, var(--primary-300) 90%, transparent 100%);
transform: translateX(-50%);
z-index: 1;
}
.additional-universal-standard .timeline-wrapper {
position: relative;
max-width: 1100px;
margin: 4rem auto 0;
z-index: 2;
}
.additional-universal-standard .timeline-item {
position: relative;
width: 50%;
padding: 2rem;
margin-bottom: 4rem;
}
.additional-universal-standard .timeline-item.left {
padding-right: 4rem;
text-align: right;
}
.additional-universal-standard .timeline-item.right {
margin-left: 50%;
padding-left: 4rem;
text-align: left;
}
.additional-universal-standard .timeline-marker {
position: absolute;
top: 2rem;
width: 70px;
height: 70px;
z-index: 3;
}
.additional-universal-standard .timeline-item.left .timeline-marker {
right: -35px;
}
.additional-universal-standard .timeline-item.right .timeline-marker {
left: -35px;
}
.additional-universal-standard .marker-inner {
position: relative;
width: 100%;
height: 100%;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
z-index: 2;
}
.additional-universal-standard .marker-inner i {
font-size: 1.75rem;
color: var(--neutral-0);
}
.additional-universal-standard .marker-pulse {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
background: var(--primary-400);
opacity: 0;
animation: pulse-animation 2s ease-out infinite;
}
@keyframes pulse-animation {
0% {
transform: scale(1);
opacity: 0.5;
}
100% {
transform: scale(1.5);
opacity: 0;
}
}
.additional-universal-standard .timeline-content {
position: relative;
background: var(--neutral-0);
border-radius: 12px;
padding: 2.5rem;
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
border: 2px solid var(--primary-100);
transition: all 0.3s ease;
}
.additional-universal-standard .timeline-content:hover {
transform: translateY(-5px);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
border-color: var(--primary-300);
}
.additional-universal-standard .step-badge {
display: inline-block;
padding: 0.5rem 1rem;
background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
color: var(--neutral-0);
font-weight: 700;
font-size: 0.875rem;
border-radius: 20px;
margin-bottom: 1rem;
letter-spacing: 1px;
}
.additional-universal-standard .step-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-standard .step-description {
font-size: 1rem;
color: var(--neutral-700);
line-height: 1.7;
margin: 0;
}
.additional-universal-standard .decorative-corner {
position: absolute;
width: 20px;
height: 20px;
border-style: solid;
border-color: var(--primary-300);
opacity: 0.4;
}
.additional-universal-standard .corner-tl {
top: 10px;
left: 10px;
border-width: 2px 0 0 2px;
}
.additional-universal-standard .corner-br {
bottom: 10px;
right: 10px;
border-width: 0 2px 2px 0;
}
.additional-universal-standard .floating-shape {
position: absolute;
border-radius: 50%;
opacity: 0.06;
pointer-events: none;
}
.additional-universal-standard .shape-1 {
width: 300px;
height: 300px;
background: var(--primary-400);
top: 15%;
left: 5%;
filter: blur(50px);
}
.additional-universal-standard .shape-2 {
width: 250px;
height: 250px;
background: var(--accent-400);
top: 45%;
right: 8%;
filter: blur(45px);
}
.additional-universal-standard .shape-3 {
width: 200px;
height: 200px;
background: var(--primary-300);
bottom: 10%;
left: 10%;
filter: blur(40px);
}
@media (max-width: 991px) {
.additional-universal-standard {
padding: 4rem 0;
}
.additional-universal-standard .timeline-item {
width: 100%;
padding: 2rem 0 2rem 5rem !important;
margin-left: 0 !important;
text-align: left !important;
}
.additional-universal-standard .timeline-central-axis {
left: 35px;
}
.additional-universal-standard .timeline-marker {
left: 0 !important;
right: auto !important;
}
.additional-universal-standard .step-badge {
font-size: 0.8rem;
padding: 0.4rem 0.8rem;
}
}
@media (max-width: 767px) {
.additional-universal-standard {
padding: 3rem 0;
}
.additional-universal-standard .section-title {
font-size: 1.75rem;
}
.additional-universal-standard .section-subtitle {
font-size: 1.25rem;
}
.additional-universal-standard .section-description {
font-size: 1rem;
}
.additional-universal-standard .timeline-item {
padding: 1.5rem 0 1.5rem 4rem !important;
margin-bottom: 2.5rem;
}
.additional-universal-standard .timeline-marker {
width: 50px;
height: 50px;
}
.additional-universal-standard .marker-inner i {
font-size: 1.25rem;
}
.additional-universal-standard .timeline-content {
padding: 1.75rem;
}
.additional-universal-standard .step-title {
font-size: 1.25rem;
}
.additional-universal-standard .step-description {
font-size: 0.95rem;
}
.additional-universal-standard .floating-shape {
display: none;
}
}
.additional-universal-section {
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.additional-universal-section .section-header {
position: relative;
max-width: 900px;
margin: 0 auto;
}
.additional-universal-section .header-decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 60%, var(--primary-300) 40%)
);
margin: 0 auto 2rem;
border-radius: 2px;
}
.additional-universal-section .section-main-title {
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.additional-universal-section .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.75rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.3;
}
.additional-universal-section .section-description {
font-size: 1.125rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 800px;
}
.additional-universal-section .info-card {
background: var(--light);
border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
border-radius: 12px;
padding: 2rem;
position: relative;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.additional-universal-section .info-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 50%, transparent 50%)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.additional-universal-section .info-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.additional-universal-section .info-card:hover::before {
transform: scaleX(1);
}
.card-icon-wrapper {
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 70%, var(--primary-50) 30%)
);
border-radius: 16px;
margin-bottom: 1.5rem;
position: relative;
transition: all 0.3s ease;
}
.card-icon-wrapper i {
font-size: 2rem;
color: var(--primary-500);
transition: all 0.3s ease;
}
.additional-universal-section .info-card:hover .card-icon-wrapper {
background: linear-gradient(135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
);
transform: rotate(5deg) scale(1.05);
}
.additional-universal-section .info-card:hover .card-icon-wrapper i {
color: var(--light);
transform: scale(1.1);
}
.card-content {
position: relative;
z-index: 2;
}
.card-title {
font-size: 1.375rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
transition: color 0.3s ease;
}
.additional-universal-section .info-card:hover .card-title {
color: var(--primary-500);
}
.card-description {
font-size: 1rem;
line-height: 1.7;
color: var(--text-secondary);
margin: 0;
}
.card-corner-accent {
position: absolute;
bottom: -20px;
right: -20px;
width: 100px;
height: 100px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent 70%
);
border-radius: 50%;
transition: all 0.4s ease;
pointer-events: none;
}
.additional-universal-section .info-card:hover .card-corner-accent {
transform: scale(1.5);
opacity: 0.8;
}
.additional-universal-section .decorative-dot {
position: absolute;
width: 8px;
height: 8px;
background: var(--primary-300);
border-radius: 50%;
opacity: 0.3;
z-index: 1;
}
.additional-universal-section .dot-1 {
top: 15%;
left: 5%;
animation: float 6s ease-in-out infinite;
}
.additional-universal-section .dot-2 {
bottom: 20%;
right: 8%;
animation: float 8s ease-in-out infinite 2s;
}
.additional-universal-section .decorative-shape {
position: absolute;
width: 150px;
height: 150px;
border: 2px solid var(--primary-100);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
opacity: 0.15;
z-index: 1;
}
.additional-universal-section .shape-1 {
top: 10%;
right: 5%;
animation: rotate-shape 25s linear infinite;
}
.additional-universal-section .shape-2 {
bottom: 10%;
left: 5%;
animation: rotate-shape 30s linear infinite reverse;
}
@keyframes float {
0%, 100% {
transform: translateY(0) translateX(0);
}
25% {
transform: translateY(-15px) translateX(10px);
}
50% {
transform: translateY(-5px) translateX(-10px);
}
75% {
transform: translateY(-20px) translateX(5px);
}
}
@keyframes rotate-shape {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@media (max-width: 991.98px) {
.additional-universal-section .section-main-title {
font-size: 2.25rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.5rem;
}
.additional-universal-section .info-card {
padding: 1.75rem;
}
.card-icon-wrapper {
width: 60px;
height: 60px;
}
.card-icon-wrapper i {
font-size: 1.75rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section {
padding: 3rem 0;
}
.additional-universal-section .section-header {
margin-bottom: 3rem;
}
.additional-universal-section .section-description {
font-size: 1rem;
}
.additional-universal-section .info-card {
padding: 1.5rem;
}
.card-title {
font-size: 1.25rem;
}
.additional-universal-section .decorative-shape {
width: 100px;
height: 100px;
}
}
.add_wrap {
padding: var(--section-py) 0;
background-color: var(--neutral-50);
}
.add_wrap .add_content {
text-align: center;
margin-bottom: var(--space-12);
}
.add_wrap .add_title {
color: var(--text-primary);
margin-bottom: var(--space-4);
}
.add_wrap .add_subtitle {
color: var(--text-secondary);
margin-bottom: var(--space-6);
}
.add_wrap .add_description {
color: var(--text-body);
max-width: 600px;
margin: 0 auto;
}
.add_wrap .add_elements_list {
display: flex;
flex-direction: column;
gap: var(--space-8);
}
.add_wrap .add_element {
padding: var(--space-6);
background-color: var(--neutral-100);
border-radius: var(--radius-lg);
border-left: 4px solid var(--primary-500);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.add_wrap .add_element:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.add_wrap .add_elem_title {
color: var(--text-primary);
margin-bottom: var(--space-3);
font-size: 1.25rem;
font-weight: 600;
}
.add_wrap .add_elem_desc {
color: var(--text-body);
margin-bottom: 0;
}
@media (max-width: 768px) {
.add_wrap .add_elements_list {
gap: var(--space-6);
}
.add_wrap .add_element {
padding: var(--space-4);
}
}
.add_wrap {
padding: var(--section-py) 0;
background: linear-gradient(135deg, var(--neutral-50), var(--primary-50));
}
.add_wrap .add_header {
margin-bottom: var(--space-12);
}
.add_wrap .add_title {
color: var(--text-primary);
margin-bottom: var(--space-4);
}
.add_wrap .add_subtitle {
color: var(--text-secondary);
margin-bottom: var(--space-6);
}
.add_wrap .add_description {
color: var(--text-body);
max-width: 600px;
margin: 0 auto;
}
.add_wrap .add_testimonial_card {
background-color: var(--neutral-100);
border-radius: var(--radius-lg);
padding: var(--space-8);
height: 100%;
position: relative;
border: 1px solid var(--neutral-200);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.add_wrap .add_testimonial_card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}
.add_wrap .add_testimonial_compact {
text-align: center;
padding: var(--space-6);
}
.add_wrap .add_quote_mark {
position: absolute;
top: var(--space-4);
right: var(--space-4);
width: 40px;
height: 40px;
background-color: var(--primary-500);
border-radius: 50%;
opacity: 0.1;
}
.add_wrap .add_quote_mark:before {
content: '"';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 24px;
font-weight: bold;
color: var(--primary-500);
}
.add_wrap .add_testimonial_quote {
margin-bottom: var(--space-6);
border: none;
padding: 0;
}
.add_wrap .add_quote_text {
color: var(--text-body);
font-style: italic;
line-height: 1.6;
margin-bottom: 0;
position: relative;
z-index: 1;
}
.add_wrap .add_testimonial_author {
display: flex;
align-items: center;
gap: var(--space-4);
}
.add_wrap .add_testimonial_compact .add_testimonial_author {
flex-direction: column;
gap: var(--space-3);
}
.add_wrap .add_author_avatar {
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--primary-400), var(--primary-500));
border-radius: 50%;
flex-shrink: 0;
position: relative;
}
.add_wrap .add_author_avatar:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 20px;
height: 20px;
background-color: var(--neutral-100);
border-radius: 50%;
}
.add_wrap .add_author_info {
display: flex;
flex-direction: column;
}
.add_wrap .add_testimonial_compact .add_author_info {
align-items: center;
}
.add_wrap .add_author_name {
color: var(--text-primary);
font-weight: 600;
font-style: normal;
margin-bottom: var(--space-1);
}
.add_wrap .add_author_role {
color: var(--text-secondary);
font-size: 0.875rem;
}
@media (max-width: 768px) {
.add_wrap .add_testimonial_card {
padding: var(--space-6);
}
.add_wrap .add_testimonial_compact {
padding: var(--space-4);
}
.add_wrap .add_testimonial_author {
flex-direction: column;
text-align: center;
gap: var(--space-3);
}
.add_wrap .add_author_info {
align-items: center;
}
.add_wrap .add_quote_mark {
width: 30px;
height: 30px;
}
.add_wrap .add_quote_mark:before {
font-size: 18px;
}
}
.additional-universal-section {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-section .section-header {
position: relative;
max-width: 800px;
margin: 0 auto;
z-index: 1;
}
.additional-universal-section .header-badge {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.additional-universal-section .header-badge i {
font-size: 2rem;
color: var(--light);
}
.additional-universal-section .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-section .section-subtitle {
font-size: 1.5rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.additional-universal-section .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 720px;
}
.additional-universal-section .timeline-wrapper {
position: relative;
max-width: 900px;
margin: 0 auto;
padding: 2rem 0;
}
.additional-universal-section .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 100%);
transform: translateX(-50%);
z-index: 0;
}
.additional-universal-section .timeline-item {
position: relative;
display: flex;
justify-content: flex-end;
padding-right: calc(50% + 50px);
margin-bottom: 4rem;
}
.additional-universal-section .timeline-item-reverse {
justify-content: flex-start;
padding-right: 0;
padding-left: calc(50% + 50px);
}
.additional-universal-section .timeline-marker {
position: absolute;
left: 50%;
top: 30px;
transform: translateX(-50%);
z-index: 2;
}
.additional-universal-section .marker-dot {
width: 20px;
height: 20px;
background: var(--primary-500);
border: 4px solid var(--light);
border-radius: 50%;
box-shadow: 0 0 0 4px var(--primary-100);
transition: all 0.3s ease;
}
.additional-universal-section .timeline-item:hover .marker-dot {
transform: scale(1.3);
background: var(--primary-700);
}
.additional-universal-section .marker-pulse {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 20px;
height: 20px;
background: var(--primary-300);
border-radius: 50%;
animation: pulse 2s infinite;
opacity: 0;
}
@keyframes pulse {
0% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.7;
}
100% {
transform: translate(-50%, -50%) scale(3);
opacity: 0;
}
}
.additional-universal-section .timeline-content {
position: relative;
background: var(--light);
border-radius: 16px;
padding: 2rem;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
border: 1px solid var(--neutral-100);
transition: all 0.3s ease;
max-width: 400px;
width: 100%;
}
.additional-universal-section .timeline-item:hover .timeline-content {
transform: translateY(-5px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
border-color: var(--primary-300);
}
.additional-universal-section .timeline-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.25rem;
}
.additional-universal-section .timeline-icon i {
font-size: 1.75rem;
color: var(--primary-500);
}
.additional-universal-section .timeline-title {
font-size: 1.5rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-section .timeline-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.additional-universal-section .timeline-decorative {
position: absolute;
bottom: -15px;
right: -15px;
width: 80px;
height: 80px;
background: var(--primary-50);
border-radius: 50%;
opacity: 0.5;
z-index: -1;
}
.additional-universal-section .decorative-shape {
position: absolute;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
opacity: 0.04;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: 5%;
left: -10%;
animation: float 20s ease-in-out infinite;
}
.additional-universal-section .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: 10%;
right: -8%;
animation: float 25s ease-in-out infinite reverse;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(30px, -30px) rotate(10deg);
}
}
.additional-universal-section .decorative-gradient {
position: absolute;
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-100) 0%, transparent 70%);
opacity: 0.3;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .gradient-1 {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
.additional-universal-section .section-title {
font-size: 2rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.25rem;
}
.timeline-item,
.additional-universal-section .timeline-item-reverse {
padding-left: 80px;
padding-right: 0;
justify-content: flex-start;
}
.additional-universal-section .timeline-marker {
left: 30px;
transform: translateX(0);
}
.additional-universal-section .timeline-line {
left: 30px;
transform: translateX(0);
}
.additional-universal-section .timeline-content {
max-width: 100%;
}
}
@media (max-width: 767.98px) {
.additional-universal-section .section-title {
font-size: 1.75rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.125rem;
}
.additional-universal-section .section-description {
font-size: 1rem;
}
.additional-universal-section .timeline-item {
margin-bottom: 3rem;
}
.additional-universal-section .timeline-content {
padding: 1.5rem;
}
.additional-universal-section .timeline-title {
font-size: 1.25rem;
}
.additional-universal-section .decorative-shape {
display: none;
}
}
@media (max-width: 575.98px) {
.additional-universal-section {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.additional-universal-section .section-header {
margin-bottom: 2rem !important;
}
.timeline-item,
.additional-universal-section .timeline-item-reverse {
padding-left: 50px;
}
.additional-universal-section .timeline-marker {
left: 15px;
}
.additional-universal-section .timeline-line {
left: 15px;
}
.additional-universal-section .marker-dot {
width: 16px;
height: 16px;
}
.additional-universal-section .timeline-content {
padding: 1.25rem;
}
.additional-universal-section .timeline-icon {
width: 50px;
height: 50px;
}
.additional-universal-section .timeline-icon i {
font-size: 1.5rem;
}
}
.add_wrap_alt {
position: relative;
padding: var(--space-section-y, 5rem) 0;
background: linear-gradient(180deg, var(--surface-primary, #fafafa) 0%, var(--primary-50, #ecfdf5) 100%);
overflow: hidden;
}
.add_wrap_alt .add_header_wrapper {
position: relative;
margin-bottom: var(--space-12, 3rem);
}
.add_wrap_alt .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500, #059669) 0%, var(--primary-300, #6ee7b7) 100%);
border-radius: 2px;
margin: 0 auto var(--space-4, 1rem);
}
.add_wrap_alt .add_header {
text-align: center;
margin-bottom: var(--space-6, 1.5rem);
}
.add_wrap_alt .add_title {
font-size: clamp(2rem, 4vw, 2.875rem);
font-weight: 800;
color: var(--text-primary, #1c1c1e);
margin-bottom: var(--space-4, 1rem);
line-height: 1.2;
}
.add_wrap_alt .add_subtitle {
font-size: clamp(1.125rem, 2vw, 1.5rem);
color: var(--primary-500, #059669);
margin-bottom: var(--space-4, 1rem);
font-weight: 600;
line-height: 1.4;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.add_wrap_alt .title_accent_bar {
width: 60px;
height: 3px;
background: var(--primary-500, #059669);
margin: 0 auto;
border-radius: 2px;
}
.add_wrap_alt .add_description {
font-size: 1.0625rem;
color: var(--text-secondary, #44403c);
line-height: 1.75;
text-align: center;
}
.add_wrap_alt .add_timeline_wrapper {
position: relative;
margin-top: var(--space-10, 2.5rem);
}
.add_wrap_alt .timeline_line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg, var(--primary-300, #6ee7b7) 0%, var(--primary-500, #059669) 50%, var(--primary-300, #6ee7b7) 100%);
transform: translateX(-50%);
border-radius: 2px;
}
.add_wrap_alt .timeline_item {
position: relative;
display: flex;
align-items: flex-start;
gap: var(--space-6, 1.5rem);
margin-bottom: var(--space-8, 2rem);
}
.add_wrap_alt .timeline_left {
justify-content: flex-end;
padding-right: calc(50% + 2rem);
}
.add_wrap_alt .timeline_right {
justify-content: flex-start;
padding-left: calc(50% + 2rem);
flex-direction: row-reverse;
}
.add_wrap_alt .timeline_highlight {
justify-content: center;
padding: 0 var(--space-6, 1.5rem);
margin-top: var(--space-8, 2rem);
}
.add_wrap_alt .timeline_marker {
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background: #ffffff;
border: 4px solid var(--primary-500, #059669);
border-radius: 50%;
color: var(--primary-500, #059669);
font-size: 1.5rem;
z-index: 2;
box-shadow: 0 4px 12px rgba(5, 150, 105, 0.2);
transition: all 0.3s ease;
}
.add_wrap_alt .timeline_marker_large {
width: 72px;
height: 72px;
font-size: 2rem;
border-width: 5px;
}
.add_wrap_alt .timeline_item:hover .timeline_marker {
background: var(--primary-500, #059669);
color: #ffffff;
transform: translateX(-50%) scale(1.1);
}
.add_wrap_alt .timeline_content {
flex: 1;
background: #ffffff;
padding: var(--space-6, 1.5rem);
border-radius: var(--radius-lg, 12px);
border: 1px solid var(--primary-100, #d1fae5);
box-shadow: var(--shadow-md, 0 4px 6px -1px rgba(0, 0, 0, 0.1));
transition: all 0.3s ease;
}
.add_wrap_alt .timeline_content:hover {
transform: translateY(-4px);
box-shadow: 0 12px 24px rgba(5, 150, 105, 0.15);
border-color: var(--primary-500, #059669);
}
.add_wrap_alt .timeline_content_centered {
text-align: center;
max-width: 700px;
}
.add_wrap_alt .timeline_highlight .timeline_content {
background: linear-gradient(135deg, var(--primary-50, #ecfdf5) 0%, #ffffff 100%);
border: 2px solid var(--primary-300, #6ee7b7);
padding: var(--space-8, 2rem);
}
.add_wrap_alt .add_elem_title {
font-size: clamp(1.25rem, 2vw, 1.5rem);
font-weight: 700;
color: var(--text-primary, #1c1c1e);
margin-bottom: var(--space-3, 0.75rem);
line-height: 1.3;
}
.add_wrap_alt .add_elem_desc {
font-size: 1rem;
color: var(--text-secondary, #44403c);
line-height: 1.65;
margin: 0;
}
@media (max-width: 991.98px) {
.add_wrap_alt .timeline_line {
left: 28px;
}
.add_wrap_alt .timeline_marker {
left: 28px;
}
.add_wrap_alt .timeline_left,
.add_wrap_alt .timeline_right {
padding-left: calc(28px + 2.5rem);
padding-right: 0;
flex-direction: row;
justify-content: flex-start;
}
.add_wrap_alt .timeline_highlight {
padding-left: calc(28px + 2.5rem);
justify-content: flex-start;
}
.add_wrap_alt .timeline_content_centered {
text-align: left;
}
}
@media (max-width: 767.98px) {
.add_wrap_alt {
padding: var(--space-10, 2.5rem) 0;
}
.add_wrap_alt .add_header_wrapper {
margin-bottom: var(--space-8, 2rem);
}
.add_wrap_alt .timeline_marker {
width: 48px;
height: 48px;
font-size: 1.25rem;
}
.add_wrap_alt .timeline_marker_large {
width: 60px;
height: 60px;
font-size: 1.75rem;
}
.add_wrap_alt .timeline_content {
padding: var(--space-4, 1rem);
}
.add_wrap_alt .timeline_highlight .timeline_content {
padding: var(--space-6, 1.5rem);
}
}
.additional-universal-section.v-060 {
position: relative;
padding: 100px 0;
background: linear-gradient(180deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 15%, var(--surface-primary) 85%) 50%, var(--surface-primary) 100%);
overflow: hidden;
}
.v-060 .section-header {
position: relative;
z-index: 2;
}
.v-060 .header-dots {
display: flex;
gap: 12px;
justify-content: center;
margin-bottom: 30px;
}
.v-060 .header-dots .dot {
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
animation: dot-bounce 1.5s ease-in-out infinite;
}
.v-060 .header-dots .dot:nth-child(2) {
animation-delay: 0.2s;
}
.v-060 .header-dots .dot:nth-child(3) {
animation-delay: 0.4s;
}
@keyframes dot-bounce {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}
.v-060 .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 20px;
line-height: 1.2;
}
.v-060 .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.v-060 .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 900px;
margin: 0 auto;
}
.v-060 .split-content-wrapper {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
gap: 60px;
}
.v-060 .split-block {
position: relative;
}
.v-060 .content-box {
padding: 20px 0;
}
.v-060 .content-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
transition: transform 0.4s ease;
}
.v-060 .split-block:hover .content-icon {
transform: scale(1.1) rotate(5deg);
}
.v-060 .content-icon i {
font-size: 32px;
color: var(--light);
}
.v-060 .content-title {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.v-060 .content-description {
font-size: 1.0625rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.v-060 .visual-box {
position: relative;
height: 350px;
display: flex;
align-items: center;
justify-content: center;
}
.v-060 .visual-element {
width: 280px;
height: 280px;
position: relative;
}
.v-060 .visual-element.circle-pattern {
background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 15%, transparent 85%), color-mix(in srgb, var(--primary-700) 15%, transparent 85%));
border-radius: 50%;
border: 4px solid var(--primary-500);
animation: pulse-rotate 8s ease-in-out infinite;
}
.v-060 .visual-element.square-grid {
background-image:
linear-gradient(to right, var(--primary-500) 2px, transparent 2px),
linear-gradient(to bottom, var(--primary-500) 2px, transparent 2px);
background-size: 40px 40px;
opacity: 0.3;
border-radius: 20px;
animation: grid-shift 10s linear infinite;
}
.v-060 .visual-element.wave-pattern {
background:
radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--primary-500) 20%, transparent 80%) 0%, transparent 70%),
radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--primary-700) 20%, transparent 80%) 0%, transparent 70%);
background-size: 60% 60%, 100% 100%;
background-position: center;
border-radius: 50%;
animation: wave-pulse 6s ease-in-out infinite;
}
.v-060 .visual-element.dot-matrix {
background-image: radial-gradient(circle, var(--primary-500) 3px, transparent 3px);
background-size: 30px 30px;
opacity: 0.4;
border-radius: 50%;
animation: matrix-rotate 12s linear infinite;
}
@keyframes pulse-rotate {
0%, 100% {
transform: scale(1) rotate(0deg);
}
50% {
transform: scale(1.1) rotate(180deg);
}
}
@keyframes grid-shift {
0% {
background-position: 0 0;
}
100% {
background-position: 40px 40px;
}
}
@keyframes wave-pulse {
0%, 100% {
transform: scale(1);
opacity: 0.3;
}
50% {
transform: scale(1.2);
opacity: 0.5;
}
}
@keyframes matrix-rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.v-060 .visual-accent {
position: absolute;
width: 100px;
height: 100px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
opacity: 0.2;
border-radius: 20px;
z-index: -1;
}
.v-060 .visual-accent.accent-1 {
top: -20px;
right: -20px;
}
.v-060 .visual-accent.accent-2 {
bottom: -20px;
left: -20px;
}
.v-060 .visual-accent.accent-3 {
top: -20px;
left: -20px;
transform: rotate(45deg);
}
.v-060 .visual-accent.accent-4 {
bottom: -20px;
right: -20px;
transform: rotate(45deg);
}
.v-060 .featured-block {
margin: 40px 0;
}
.v-060 .featured-content {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 24px;
padding: 60px;
text-align: center;
position: relative;
overflow: hidden;
}
.v-060 .featured-icon-wrapper {
width: 90px;
height: 90px;
background: color-mix(in srgb, var(--light) 25%, transparent 75%);
backdrop-filter: blur(10px);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 28px;
}
.v-060 .featured-icon-wrapper i {
font-size: 42px;
color: var(--light);
}
.v-060 .featured-title {
font-size: 2rem;
font-weight: 700;
color: var(--light);
margin-bottom: 20px;
line-height: 1.3;
}
.v-060 .featured-description {
font-size: 1.125rem;
color: color-mix(in srgb, var(--light) 95%, transparent 5%);
line-height: 1.8;
max-width: 900px;
margin: 0 auto;
}
.v-060 .featured-pattern {
position: absolute;
top: -100px;
right: -100px;
width: 300px;
height: 300px;
background: radial-gradient(circle, color-mix(in srgb, var(--light) 15%, transparent 85%) 0%, transparent 70%);
border-radius: 50%;
pointer-events: none;
}
.v-060 .bg-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.v-060 .deco-float {
position: absolute;
width: 200px;
height: 200px;
background: color-mix(in srgb, var(--primary-300) 6%, transparent 94%);
border-radius: 50%;
animation: float-drift 20s ease-in-out infinite;
}
.v-060 .deco-float.float-1 {
top: 15%;
left: 5%;
}
.v-060 .deco-float.float-2 {
bottom: 20%;
right: 8%;
animation-delay: 10s;
}
@keyframes float-drift {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(30px, -30px);
}
}
.v-060 .deco-gradient {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 600px;
height: 600px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 5%, transparent 95%) 0%, transparent 70%);
pointer-events: none;
}
@media (max-width: 991px) {
.v-060 {
padding: 80px 0;
}
.v-060 .section-title {
font-size: 2.25rem;
}
.v-060 .section-subtitle {
font-size: 1.25rem;
}
.v-060 .split-content-wrapper {
gap: 50px;
}
.v-060 .visual-box {
height: 280px;
}
.v-060 .visual-element {
width: 220px;
height: 220px;
}
.v-060 .featured-content {
padding: 50px 40px;
}
.v-060 .featured-title {
font-size: 1.75rem;
}
}
@media (max-width: 767px) {
.v-060 {
padding: 60px 0;
}
.v-060 .section-title {
font-size: 1.875rem;
}
.v-060 .section-subtitle {
font-size: 1.125rem;
}
.v-060 .section-description {
font-size: 1rem;
}
.v-060 .split-content-wrapper {
gap: 40px;
}
.v-060 .content-icon {
width: 60px;
height: 60px;
}
.v-060 .content-icon i {
font-size: 28px;
}
.v-060 .content-title {
font-size: 1.5rem;
}
.v-060 .content-description {
font-size: 1rem;
}
.v-060 .visual-box {
height: 220px;
margin-top: 30px;
}
.v-060 .visual-element {
width: 180px;
height: 180px;
}
.v-060 .featured-content {
padding: 40px 28px;
}
.v-060 .featured-icon-wrapper {
width: 70px;
height: 70px;
}
.v-060 .featured-icon-wrapper i {
font-size: 32px;
}
.v-060 .featured-title {
font-size: 1.5rem;
}
.v-060 .featured-description {
font-size: 1rem;
}
}
.additional-universal-bold {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-bold #add_page_1_sec_1_title {
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-bold #add_page_1_sec_1_subtitle {
color: var(--text-secondary);
font-weight: 500;
}
.additional-universal-bold #add_page_1_sec_1_desc {
color: var(--text-secondary);
line-height: 1.7;
}
.additional-universal-bold .comparison-grid {
position: relative;
z-index: 2;
}
.additional-universal-bold .benefit-item {
background: var(--surface-secondary);
border-radius: 16px;
padding: 2rem;
border: 2px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
transition: all 0.3s ease;
}
.additional-universal-bold .benefit-item:hover {
border-color: var(--primary-500);
box-shadow: 0 15px 40px color-mix(in srgb, var(--neutral-500) 15%, transparent);
transform: translateY(-5px);
}
.additional-universal-bold .benefit-visual {
position: relative;
height: 100%;
min-height: 200px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 1.5rem;
padding: 1.5rem;
border-radius: 12px;
background: color-mix(in srgb, var(--primary-500) 5%, transparent);
border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.additional-universal-bold .metric-display {
width: 100px;
height: 100px;
border-radius: 50%;
background: var(--primary-500);
color: white;
display: flex;
align-items: center;
justify-content: center;
font-size: 2.5rem;
box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
transition: all 0.3s ease;
}
.additional-universal-bold .benefit-item:hover .metric-display {
transform: scale(1.1);
}
.additional-universal-bold .visual-bars {
display: flex;
gap: 0.5rem;
align-items: flex-end;
width: 100%;
max-width: 200px;
}
.additional-universal-bold .bar-item {
flex: 1;
background: var(--primary-500);
border-radius: 4px;
transition: all 0.3s ease;
}
.additional-universal-bold .bar-item:nth-child(1) {
height: 40px;
}
.additional-universal-bold .bar-item:nth-child(2) {
height: 60px;
}
.additional-universal-bold .bar-item:nth-child(3) {
height: 50px;
}
.additional-universal-bold .benefit-item:hover .bar-item {
background: var(--primary-700);
}
.additional-universal-bold .benefit-content {
position: relative;
padding: 1rem 0;
}
.additional-universal-bold .benefit-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
border-radius: 12px;
background: color-mix(in srgb, var(--primary-500) 15%, transparent);
color: var(--primary-500);
font-size: 1.5rem;
margin-bottom: 1rem;
}
.additional-universal-bold .benefit-content h3 {
color: var(--text-primary);
}
.additional-universal-bold .benefit-content p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 1.05rem;
margin-bottom: 0;
}
.additional-universal-bold .industrial-grid {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.02;
background-image:
linear-gradient(var(--neutral-900) 1px, transparent 1px),
linear-gradient(90deg, var(--neutral-900) 1px, transparent 1px);
background-size: 50px 50px;
pointer-events: none;
z-index: 1;
}
.additional-universal-bold .corner-accent {
position: absolute;
width: 200px;
height: 200px;
pointer-events: none;
opacity: 0.1;
}
.additional-universal-bold .accent-tl {
top: 0;
left: 0;
border-top: 4px solid var(--primary-500);
border-left: 4px solid var(--primary-500);
border-top-left-radius: 0;
}
.additional-universal-bold .accent-br {
bottom: 0;
right: 0;
border-bottom: 4px solid var(--primary-500);
border-right: 4px solid var(--primary-500);
border-bottom-right-radius: 0;
}
@media (max-width: 991.98px) {
.additional-universal-bold .benefit-item {
padding: 1.5rem;
}
.additional-universal-bold .benefit-visual {
min-height: 150px;
margin-bottom: 1.5rem;
}
.additional-universal-bold .metric-display {
width: 80px;
height: 80px;
font-size: 2rem;
}
}
@media (max-width: 575.98px) {
.additional-universal-bold #add_page_1_sec_1_title {
font-size: 2rem;
}
.additional-universal-bold .benefit-item {
padding: 1.25rem;
}
.additional-universal-bold .benefit-visual {
min-height: 120px;
}
.additional-universal-bold .metric-display {
width: 70px;
height: 70px;
font-size: 1.75rem;
}
}
.additional-universal-pro {
position: relative;
padding: 6rem 0;
background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 50%, var(--neutral-50) 100%);
overflow: hidden;
}
.additional-universal-pro .section-title {
font-size: clamp(2rem, 4.5vw, 2.75rem);
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.2;
}
.additional-universal-pro .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-700);
margin-bottom: 1.5rem;
line-height: 1.4;
}
.additional-universal-pro .section-description {
font-size: 1.125rem;
color: var(--neutral-700);
line-height: 1.7;
max-width: 850px;
margin: 0 auto;
}
.additional-universal-pro .section-divider {
display: flex;
align-items: center;
justify-content: center;
margin: 3rem 0 4rem;
position: relative;
}
.additional-universal-pro .section-divider::before,
.additional-universal-pro .section-divider::after {
content: '';
flex: 1;
height: 2px;
background: linear-gradient(90deg, transparent 0%, var(--primary-300) 50%, transparent 100%);
max-width: 200px;
}
.additional-universal-pro .divider-icon {
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
color: var(--neutral-0);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 1.5rem;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.additional-universal-pro .divider-icon i {
font-size: 1.5rem;
}
.additional-universal-pro .faq-accordion {
position: relative;
z-index: 2;
}
.additional-universal-pro .accordion-item-wrapper {
margin-bottom: 1.5rem;
}
.additional-universal-pro .accordion-item-wrapper:last-child {
margin-bottom: 0;
}
.additional-universal-pro .accordion-card {
background: var(--neutral-0);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
border: 2px solid var(--neutral-100);
transition: all 0.3s ease;
}
.additional-universal-pro .accordion-card:hover {
border-color: var(--primary-300);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
transform: translateY(-3px);
}
.additional-universal-pro .accordion-header {
display: flex;
align-items: center;
gap: 1.5rem;
padding: 2rem;
cursor: pointer;
background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
transition: all 0.3s ease;
}
.additional-universal-pro .accordion-card:hover .accordion-header {
background: linear-gradient(135deg, var(--primary-100) 0%, var(--neutral-0) 100%);
}
.additional-universal-pro .question-marker {
width: 50px;
height: 50px;
min-width: 50px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
color: var(--neutral-0);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.additional-universal-pro .question-marker i {
font-size: 1.5rem;
}
.additional-universal-pro .accordion-title {
flex: 1;
font-size: 1.35rem;
font-weight: 700;
color: var(--primary-900);
margin: 0;
line-height: 1.4;
}
.additional-universal-pro .expand-indicator {
width: 40px;
height: 40px;
min-width: 40px;
background: var(--neutral-100);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.additional-universal-pro .expand-indicator i {
font-size: 1.25rem;
color: var(--primary-600);
transition: transform 0.3s ease;
}
.additional-universal-pro .accordion-card:hover .expand-indicator {
background: var(--primary-200);
transform: scale(1.1);
}
.additional-universal-pro .accordion-card:hover .expand-indicator i {
transform: translateY(3px);
}
.additional-universal-pro .accordion-content {
padding: 0 2rem 2rem 2rem;
margin-left: 65px;
}
.additional-universal-pro .accordion-description {
font-size: 1rem;
color: var(--neutral-700);
line-height: 1.7;
margin: 0;
padding-left: 1.5rem;
border-left: 3px solid var(--primary-300);
}
.additional-universal-pro .bg-gradient {
position: absolute;
border-radius: 50%;
opacity: 0.06;
pointer-events: none;
filter: blur(80px);
}
.additional-universal-pro .gradient-1 {
width: 500px;
height: 500px;
background: var(--primary-400);
top: 5%;
left: -100px;
}
.additional-universal-pro .gradient-2 {
width: 450px;
height: 450px;
background: var(--accent-400);
bottom: 10%;
right: -100px;
}
.additional-universal-pro .floating-dots {
position: absolute;
width: 100px;
height: 100px;
opacity: 0.1;
pointer-events: none;
}
.additional-universal-pro .dots-1 {
top: 20%;
right: 8%;
background: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
background-size: 15px 15px;
}
.additional-universal-pro .dots-2 {
bottom: 25%;
left: 5%;
background: radial-gradient(circle, var(--accent-500) 2px, transparent 2px);
background-size: 15px 15px;
}
@media (max-width: 991px) {
.additional-universal-pro {
padding: 4rem 0;
}
.additional-universal-pro .accordion-header {
padding: 1.75rem;
gap: 1.25rem;
}
.additional-universal-pro .accordion-content {
padding: 0 1.75rem 1.75rem 1.75rem;
margin-left: 60px;
}
.additional-universal-pro .accordion-title {
font-size: 1.25rem;
}
.additional-universal-pro .question-marker {
width: 45px;
height: 45px;
min-width: 45px;
}
.additional-universal-pro .question-marker i {
font-size: 1.35rem;
}
}
@media (max-width: 767px) {
.additional-universal-pro {
padding: 3rem 0;
}
.additional-universal-pro .section-title {
font-size: 1.75rem;
}
.additional-universal-pro .section-subtitle {
font-size: 1.25rem;
}
.additional-universal-pro .section-description {
font-size: 1rem;
}
.additional-universal-pro .section-divider::before,
.additional-universal-pro .section-divider::after {
max-width: 80px;
}
.additional-universal-pro .divider-icon {
width: 45px;
height: 45px;
margin: 0 1rem;
}
.additional-universal-pro .divider-icon i {
font-size: 1.35rem;
}
.additional-universal-pro .accordion-header {
padding: 1.5rem;
gap: 1rem;
flex-wrap: wrap;
}
.additional-universal-pro .question-marker {
width: 40px;
height: 40px;
min-width: 40px;
}
.additional-universal-pro .question-marker i {
font-size: 1.25rem;
}
.additional-universal-pro .accordion-title {
font-size: 1.15rem;
flex-basis: calc(100% - 100px);
}
.additional-universal-pro .expand-indicator {
width: 36px;
height: 36px;
min-width: 36px;
}
.additional-universal-pro .expand-indicator i {
font-size: 1.1rem;
}
.additional-universal-pro .accordion-content {
padding: 0 1.5rem 1.5rem 1.5rem;
margin-left: 0;
}
.additional-universal-pro .accordion-description {
font-size: 0.95rem;
padding-left: 1rem;
}
.additional-universal-pro .bg-gradient,
.additional-universal-pro .floating-dots {
display: none;
}
}

:root {
  --tc-space-1: calc(0.25rem * 1.04);
  --tc-space-2: calc(0.5rem * 1.04);
  --tc-space-3: calc(0.75rem * 1.04);
  --tc-space-4: calc(1rem * 1.04);
  --tc-space-5: calc(1.25rem * 1.04);
  --tc-space-6: calc(1.5rem * 1.04);
  --tc-space-7: calc(2rem * 1.04);
  --tc-space-8: calc(3rem * 1.04);
  --tc-space-9: calc(4rem * 1.04);
  --tc-space-10: calc(6rem * 1.04);

  --tc-font-size-xs: calc(0.75rem * 1.14);
  --tc-font-size-sm: calc(0.875rem * 1.14);
  --tc-font-size-base: calc(1rem * 1.14);
  --tc-font-size-lg: calc(1.125rem * 1.14);
  --tc-font-size-xl: calc(1.25rem * 1.14);
  --tc-font-size-2xl: calc(1.5rem * 1.14);
  --tc-font-size-3xl: calc(1.875rem * 1.14);
  --tc-font-size-4xl: calc(2.25rem * 1.14);
  --tc-font-size-5xl: calc(3rem * 1.14);
  --tc-font-size-6xl: calc(3.75rem * 1.14);

  --tc-border-radius: 0px;
  --tc-border-radius-sm: calc(0px * 0.5);
  --tc-border-radius-lg: calc(0px * 1.5);

  --tc-line-height-tight: 1.2;
  --tc-line-height-normal: 1.4;
  --tc-line-height-loose: 1.5999999999999999;
  --tc-letter-spacing: 0.046em;
}

.card, .feature-card, .services_card, .team-card, .review-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover, .feature-card:hover, .services_card:hover, .team-card:hover, .review-card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.btn, .button, button, [class*="btn-"] {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.btn:hover, .button:hover, button:hover, [class*="btn-"]:hover {
  background-color: var(--tc-secondary, #8b5cf6);
  border-color: var(--tc-secondary, #8b5cf6);
  color: white;
}

a:not(.btn):not(.button) {
  position: relative;
  text-decoration: none;
}
a:not(.btn):not(.button)::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: currentColor;
  transition: width 0.3s ease;
}
a:not(.btn):not(.button):hover::after {
  width: 100%;
}


.hero_bg_image,
.services_card img,
.about_image,
.features_image,
.team_member img,
.reviews_avatar img {
  border-radius: 50%;
}

.pattern-grid-1 {
  background-image: 
    linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  background-blend-mode: multiply;
}

.pattern-noise-2 {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  background-blend-mode: multiply;
}

.pattern-grid-3 {
  background-image: 
    linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  background-blend-mode: multiply;
}

.pattern-lines-7 {
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(0,0,0,0.03) 10px,
    rgba(0,0,0,0.03) 11px
  );
  background-blend-mode: multiply;
}

.pattern-noise-1 {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  background-blend-mode: multiply;
}

.pattern-noise-4 {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  background-blend-mode: multiply;
}

.pattern-grid-6 {
  background-image: 
    linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  background-blend-mode: multiply;
}

.pattern-grid-7 {
  background-image: 
    linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  background-blend-mode: multiply;
}

.pattern-grid-1 {
  background-image: 
    linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  background-blend-mode: multiply;
}

.pattern-grid-2 {
  background-image: 
    linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  background-blend-mode: multiply;
}

.pattern-dots-3 {
  background-image: radial-gradient(circle, rgba(0,0,0,0.05) 1px, transparent 1px);
  background-size: 20px 20px;
  background-blend-mode: multiply;
}

.pattern-dots-5 {
  background-image: radial-gradient(circle, rgba(0,0,0,0.05) 1px, transparent 1px);
  background-size: 20px 20px;
  background-blend-mode: multiply;
}
/* ========================================
 * UNIQUIFIER MUTATIONS - Typography
 * Font Size | Line Height | Letter Spacing
 * ======================================== */

:root {
  /* Font Size Mutations */
  --tc-font-size-xs: 13px;
  --tc-font-size-sm: 13px;
  --tc-font-size-base: 16px;
  --tc-font-size-lg: 19px;
  --tc-font-size-xl: 19px;
  --tc-font-size-2xl: 22px;
  --tc-font-size-3xl: 27px;
  --tc-font-size-4xl: 36px;
  --tc-font-size-5xl: 51px;
  --tc-font-size-6xl: 60px;

  /* Line Height Mutations */
  --tc-line-height-tight: 1.10;
  --tc-line-height-normal: 1.64;
  --tc-line-height-relaxed: 1.95;
  --tc-line-height-loose: 2.20;

  /* Letter Spacing Mutations */
  --tc-letter-spacing-tight: -0.016em;
  --tc-letter-spacing-normal: 0.009em;
  --tc-letter-spacing-wide: 0.050em;
  --tc-letter-spacing-wider: 0.055em;
}


