:root {
--primary-50: #f8fafc;
--primary-50-rgb: 248, 250, 252;
--primary-50-rgb: 248, 250, 252;
--primary-100: #f1f5f9;
--primary-100-rgb: 241, 245, 249;
--primary-100-rgb: 241, 245, 249;
--primary-300: #cbd5e1;
--primary-300-rgb: 203, 213, 225;
--primary-300-rgb: 203, 213, 225;
--primary-500: #64748b;
--primary-500-rgb: 100, 116, 139;
--primary-500-rgb: 100, 116, 139;
--primary-700: #475569;
--primary-700-rgb: 71, 85, 105;
--primary-700-rgb: 71, 85, 105;
--primary-200: #dee5ed;
--primary-200-rgb: 222, 229, 237;
--primary-200-rgb: 222, 229, 237;
--primary-400: #98a5b6;
--primary-400-rgb: 152, 165, 182;
--primary-400-rgb: 152, 165, 182;
--primary-600: #56657a;
--primary-600-rgb: 86, 101, 122;
--primary-600-rgb: 86, 101, 122;
--primary-800: #394454;
--primary-800-rgb: 57, 68, 84;
--primary-800-rgb: 57, 68, 84;
--primary-900: #303a47;
--primary-900-rgb: 48, 58, 71;
--primary-900-rgb: 48, 58, 71;
--primary-950: #222932;
--primary-950-rgb: 34, 41, 50;
--primary-950-rgb: 34, 41, 50;
--primary-rgb: 100, 116, 139;
--neutral-50: #f9fafb;
--neutral-50-rgb: 249, 250, 251;
--neutral-50-rgb: 249, 250, 251;
--neutral-100: #f3f4f6;
--neutral-100-rgb: 243, 244, 246;
--neutral-100-rgb: 243, 244, 246;
--neutral-300: #d1d5db;
--neutral-300-rgb: 209, 213, 219;
--neutral-300-rgb: 209, 213, 219;
--neutral-500: #6b7280;
--neutral-500-rgb: 107, 114, 128;
--neutral-500-rgb: 107, 114, 128;
--neutral-700: #374151;
--neutral-700-rgb: 55, 65, 81;
--neutral-700-rgb: 55, 65, 81;
--neutral-900: #252c37;
--neutral-900-rgb: 37, 44, 55;
--neutral-900-rgb: 37, 44, 55;
--neutral-200: #e2e5e9;
--neutral-200-rgb: 226, 229, 233;
--neutral-200-rgb: 226, 229, 233;
--neutral-400: #9ea4ae;
--neutral-400-rgb: 158, 164, 174;
--neutral-400-rgb: 158, 164, 174;
--neutral-600: #515a69;
--neutral-600-rgb: 81, 90, 105;
--neutral-600-rgb: 81, 90, 105;
--neutral-800: #2c3441;
--neutral-800-rgb: 44, 52, 65;
--neutral-800-rgb: 44, 52, 65;
--neutral-950: #1a1f27;
--neutral-950-rgb: 26, 31, 39;
--neutral-950-rgb: 26, 31, 39;
--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-500);
--button-primary-bg: var(--primary-500);
--button-primary-text: #000000;
--button-primary-text-rgb: 0, 0, 0;
--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 0 rgba(0, 0, 0, 0.05);
--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);
--accent-50: #fafbe5;
--accent-50-rgb: 250, 251, 229;
--accent-50-rgb: 250, 251, 229;
--accent-100: #f5f7e3;
--accent-100-rgb: 245, 247, 227;
--accent-100-rgb: 245, 247, 227;
--accent-200: #e8e9d8;
--accent-200-rgb: 232, 233, 216;
--accent-200-rgb: 232, 233, 216;
--accent-300: #dbdbcd;
--accent-300-rgb: 219, 219, 205;
--accent-300-rgb: 219, 219, 205;
--accent-400: #b7b3a6;
--accent-400-rgb: 183, 179, 166;
--accent-400-rgb: 183, 179, 166;
--accent-500: #93897e;
--accent-500-rgb: 147, 137, 126;
--accent-500-rgb: 147, 137, 126;
--accent-600: #897c6f;
--accent-600-rgb: 137, 124, 111;
--accent-600-rgb: 137, 124, 111;
--accent-700: #7e6f60;
--accent-700-rgb: 126, 111, 96;
--accent-700-rgb: 126, 111, 96;
--accent-800: #74604c;
--accent-800-rgb: 116, 96, 76;
--accent-800-rgb: 116, 96, 76;
--accent-900: #6e5841;
--accent-900-rgb: 110, 88, 65;
--accent-900-rgb: 110, 88, 65;
--accent-950: #64492e;
--accent-950-rgb: 100, 73, 46;
--accent-950-rgb: 100, 73, 46;
--accent-rgb: 147, 137, 126;
--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;
--white-rgb: 255, 255, 255;
--black-rgb: 0, 0, 0;
--transparent-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;
}
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;
}
.creative_font_primary {
font-family: var(--font-primary);
}
.company_font_secondary {
font-family: var(--font-secondary);
}
.theme_font_mono {
font-family: var(--font-mono);
}
.digital_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);
}
.bold_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);
}
.elite_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);
}
.dark_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);
}
.pro_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);
}
.web_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);
}
.fresh_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);
}
.content_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);
}
.page_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);
}
.studio_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);
}
.smart_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);
}
.base_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);
}
.ui_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);
}
.minimal_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);
}
.layout_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);
}
.premium_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;
}
.agency_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);
}
.business_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);
}
.style_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);
}
.top_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);
}
.bright_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;
}
.container_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);
}
.design_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);
}
.best_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);
}
.best_nav_link:hover,
.best_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.unique_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);
}
.prime_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) {
.agency_hero_title {
font-size: var(--text-4xl);
}
.style_section_title {
font-size: var(--text-3xl);
}
.digital_display_1 {
font-size: var(--text-5xl);
}
.bold_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.agency_hero_title {
font-size: var(--text-3xl);
}
.style_section_title {
font-size: var(--text-2xl);
}
.digital_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);
}
.clean_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.new_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.modern_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.custom_text_balance {
text-wrap: balance;
}
.brand_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.best_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.ui_caption,
.minimal_overline,
.prime_footer_text {
color: var(--text-secondary);
}
.business_hero_subtitle,
.top_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.agency_hero_title,
.style_section_title,
.dark_heading_1,
.pro_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.clean_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;
}
}
.light_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.app_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.section_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.main_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.site_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.core_stack {
display: flex;
flex-direction: column;
}
.web91_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.web23_full_height {
min-height: 100vh;
}
.new17_section_height {
min-height: 80vh;
}
.elite22_hero_height {
min-height: 90vh;
}
.app87_m_0 { margin: 0; }
.custom41_m_1 { margin: var(--space-1); }
.main72_m_2 { margin: var(--space-2); }
.studio66_m_3 { margin: var(--space-3); }
.creative91_m_4 { margin: var(--space-4); }
.light79_m_6 { margin: var(--space-6); }
.smart93_m_8 { margin: var(--space-8); }
.clean8_m_12 { margin: var(--space-12); }
.app98_m_16 { margin: var(--space-16); }
.web73_mx_auto { margin-left: auto; margin-right: auto; }
.ui7_my_auto { margin-top: auto; margin-bottom: auto; }
.content75_mt_0 { margin-top: 0; }
.base24_mt_4 { margin-top: var(--space-4); }
.main16_mt_8 { margin-top: var(--space-8); }
.prime2_mt_12 { margin-top: var(--space-12); }
.dark96_mb_0 { margin-bottom: 0; }
.bold61_mb_4 { margin-bottom: var(--space-4); }
.theme3_mb_8 { margin-bottom: var(--space-8); }
.section17_mb_12 { margin-bottom: var(--space-12); }
.top37_p_0 { padding: 0; }
.unique6_p_1 { padding: var(--space-1); }
.web27_p_2 { padding: var(--space-2); }
.studio17_p_3 { padding: var(--space-3); }
.custom98_p_4 { padding: var(--space-4); }
.bold26_p_6 { padding: var(--space-6); }
.studio58_p_8 { padding: var(--space-8); }
.bright25_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.brand19_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.fresh38_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.creative84_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.pro90_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.dark46_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.dark70_gap_1 { gap: var(--space-1); }
.dark65_gap_2 { gap: var(--space-2); }
.layout16_gap_3 { gap: var(--space-3); }
.page25_gap_4 { gap: var(--space-4); }
.container33_gap_6 { gap: var(--space-6); }
.premium51_gap_8 { gap: var(--space-8); }
.top13_shadow_none { box-shadow: var(--shadow-none); }
.core81_shadow_xs { box-shadow: var(--shadow-xs); }
.prime26_shadow_sm { box-shadow: var(--shadow-sm); }
.ui47_shadow_md { box-shadow: var(--shadow-md); }
.page40_shadow_lg { box-shadow: var(--shadow-lg); }
.premium57_shadow_xl { box-shadow: var(--shadow-xl); }
.bold91_shadow_2xl { box-shadow: var(--shadow-2xl); }
.core3_shadow_inner { box-shadow: var(--shadow-inner); }
.pro14_shadow_colored { box-shadow: var(--shadow-colored); }
.layout88_radius_none { border-radius: var(--radius-none); }
.content11_radius_xs { border-radius: var(--radius-xs); }
.web44_radius_sm { border-radius: var(--radius-sm); }
.top86_radius_md { border-radius: var(--radius-md); }
.main27_radius_lg { border-radius: var(--radius-lg); }
.fresh37_radius_xl { border-radius: var(--radius-xl); }
.base65_radius_2xl { border-radius: var(--radius-2xl); }
.modern40_radius_3xl { border-radius: var(--radius-3xl); }
.creative45_radius_full { border-radius: var(--radius-full); }
.core78_gradient_primary {
background: var(--gradient-primary);
}
.ui14_gradient_secondary {
background: var(--gradient-secondary);
}
.minimal23_gradient_hero {
background: var(--gradient-hero);
}
.content52_gradient_card {
background: var(--gradient-card);
}
.prime24_gradient_overlay {
position: relative;
}
.prime24_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;
}
.prime24_gradient_overlay > * {
position: relative;
z-index: 2;
}
.base93_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.base93_hover_lift:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.clean58_hover_scale {
transition: transform var(--transition-normal);
}
.clean58_hover_scale:hover {
transform: scale(1.02);
}
.main35_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.main35_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.business63_hover_fade {
transition: opacity var(--transition-normal);
}
.business63_hover_fade:hover {
opacity: var(--opacity-loading);
}
.content94_focus_ring {
transition: box-shadow var(--transition-fast);
}
.content94_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.unique20_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.creative11_hero_content {
position: relative;
z-index: 2;
}
.business50_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.web22_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.prime87_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.brand51_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.fresh75_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: var(--space-6);
}
.unique60_timeline {
position: relative;
}
.unique60_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.new51_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.new51_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.new51_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.modern26_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.bright36_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;
}
}
.top82_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;
}
}
.agency96_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;
}
}
.site29_transition_all {
transition: var(--transition-all);
}
.best42_transition_fast {
transition: all var(--transition-fast);
}
.core50_transition_normal {
transition: all var(--transition-normal);
}
.best85_transition_slow {
transition: all var(--transition-slow);
}
.style78_bg_primary { background-color: var(--bg-primary); }
.bold63_bg_secondary { background-color: var(--bg-secondary); }
.prime48_bg_muted { background-color: var(--bg-muted); }
.style84_bg_glass { background-color: var(--bg-glass); }
.section12_text_primary { color: var(--text-primary); }
.top15_text_secondary { color: var(--text-secondary); }
.company93_text_muted { color: var(--text-muted); }
.clean15_text_inverse { color: var(--text-inverse); }
.prime7_text_link { color: var(--text-link); }
.main17_border_light { border-color: var(--border-light); }
.pro17_border_medium { border-color: var(--border-medium); }
.premium52_border_strong { border-color: var(--border-strong); }
.core36_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 768px) {
.business50_services_grid,
.prime87_features_grid,
.web22_team_grid,
.fresh75_pricing_grid {
grid-template-columns: 1fr;
}
.brand51_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.unique60_timeline::before {
left: 30px;
}
.new51_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.new17_section_height {
min-height: 60vh;
}
.elite22_hero_height {
min-height: 70vh;
}
}
@media (max-width: 480px) {
.brand51_gallery_grid {
grid-template-columns: 1fr;
}
.new51_timeline_item {
padding-left: var(--space-12) !important;
}
}
.base28_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;
}
.theme44_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.brand33_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);
}
.brand33_skip_link:focus {
top: 6px;
}
@media print {
.premium3_no_print {
display: none !important;
}
.ui2_print_only {
display: block !important;
}
.core81_shadow_xs,
.prime26_shadow_sm,
.ui47_shadow_md,
.page40_shadow_lg,
.premium57_shadow_xl,
.bold91_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) {
.modern26_fade_in,
.bright36_slide_up,
.top82_slide_in_left,
.agency96_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.base93_hover_lift,
.clean58_hover_scale,
.main35_hover_shadow,
.business63_hover_fade,
.site29_transition_all,
.best42_transition_fast,
.core50_transition_normal,
.best85_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
.header-minimal {
position: relative;
background: var(--surface-primary);
border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
box-shadow: 0 2px 12px color-mix(in srgb, var(--neutral-500) 8%, transparent);
z-index: 1000;
}
.header-minimal .navbar {
padding: 1.25rem 0;
position: relative;
}
.header-minimal .navbar-brand {
font-size: 1.125rem;
font-weight: 700;
color: var(--primary-700);
letter-spacing: -0.02em;
transition: all 0.3s ease;
position: relative;
z-index: 10004;
}
.header-minimal .navbar-brand:hover {
color: var(--primary-500);
transform: translateY(-2px);
}
.header-minimal .navbar-nav {
gap: 2rem;
align-items: center;
}
.header-minimal .nav-link {
color: var(--text-primary);
font-size: 0.75rem;
font-weight: 500;
padding: 0.5rem 0;
margin: 0;
position: relative;
transition: all 0.3s ease;
}
.header-minimal .nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--primary-500);
transition: width 0.3s ease;
}
.header-minimal .nav-link:hover {
color: var(--primary-500);
}
.header-minimal .nav-link:hover::after {
width: 100%;
}
.nav-toggle-input {
display: none;
}
.header-minimal .hamburger-toggle {
display: none;
flex-direction: column;
gap: 6px;
cursor: pointer;
padding: 8px;
position: relative;
z-index: 10003;
background: transparent;
border: none;
transition: all 0.3s ease;
}
.header-minimal .hamburger-line {
width: 28px;
height: 3px;
background: #334155;
border-radius: 3px;
transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transform-origin: center;
}
.nav-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(1) {
transform: translateY(9px) rotate(45deg);
}
.nav-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(2) {
opacity: 0;
transform: scaleX(0);
}
.nav-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(3) {
transform: translateY(-9px) rotate(-45deg);
}
.header-minimal .header-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.header-minimal .deco-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent),
transparent 70%
);
}
.header-minimal .deco-circle-1 {
width: 200px;
height: 200px;
top: -100px;
right: 10%;
animation: float 8s ease-in-out infinite;
}
.header-minimal .deco-circle-2 {
width: 150px;
height: 150px;
bottom: -75px;
left: 15%;
animation: float 6s ease-in-out infinite reverse;
}
.header-minimal .deco-line {
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background: linear-gradient(
90deg,
transparent,
var(--primary-300) 50%,
transparent
);
opacity: 0.3;
}
@keyframes float {
0%, 100% {
transform: translateY(0) scale(1);
}
50% {
transform: translateY(-20px) scale(1.05);
}
}
@media (max-width: 991.98px) {
.header-minimal .hamburger-toggle {
display: flex;
}
.header-minimal .navbar-collapse {
position: fixed;
top: 0;
right: -100%;
width: 280px;
height: 100vh;
background: var(--surface-primary);
box-shadow: -4px 0 24px color-mix(in srgb, var(--neutral-900) 15%, transparent);
transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
z-index: 10;
padding: 5rem 0 2rem;
overflow-y: auto;
}
.nav-toggle-input:checked ~ .navbar-collapse {
right: 0;
}
.header-minimal .menu-backdrop {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: color-mix(in srgb, var(--neutral-900) 60%, transparent);
backdrop-filter: blur(4px);
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
z-index: -1;
}
.nav-toggle-input:checked ~ .navbar-collapse .menu-backdrop {
opacity: 1;
visibility: visible;
}
.header-minimal .navbar-nav {
flex-direction: column;
gap: 0;
padding: 0 2rem;
}
.header-minimal .nav-item {
width: 100%;
opacity: 0;
transform: translateX(30px);
animation: slideInRight 0.4s ease forwards;
}
.nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(1) {
animation-delay: 0.1s;
}
.nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(2) {
animation-delay: 0.15s;
}
.nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(3) {
animation-delay: 0.2s;
}
.nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(4) {
animation-delay: 0.25s;
}
.header-minimal .nav-link {
display: block;
padding: 1rem 0;
border-bottom: 1px solid var(--neutral-100);
font-size: 0.875rem;
}
.header-minimal .nav-link::after {
display: none;
}
}
@keyframes slideInRight {
to {
opacity: 1;
transform: translateX(0);
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.header-minimal .navbar-collapse {
width: 320px;
}
}
@media (min-width: 1400px) {
.header-minimal .navbar {
padding: 1.5rem 0;
}
.header-minimal .navbar-brand {
font-size: 1.125rem;
}
.header-minimal .navbar-nav {
gap: 2.5rem;
}
.header-minimal .nav-link {
font-size: 1.0625rem;
}
}
@media (prefers-reduced-motion: reduce) {
.header-minimal * {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
@media (prefers-contrast: high) {
.header-minimal {
border-bottom: 2px solid var(--neutral-900);
}
.header-minimal .nav-link {
color: var(--neutral-900);
}
.header-minimal .hamburger-line {
background: var(--neutral-900);
}
}
.hero-section-featured {
position: relative;
padding: 100px 0 120px;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.hero-section-featured .hero-content {
position: relative;
z-index: 2;
}
.hero-section-featured .hero-badge {
display: flex;
align-items: center;
gap: 8px;
}
.badge-dot {
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
display: block;
animation: pulse-dot 2s ease-in-out infinite;
}
.badge-line {
width: 60px;
height: 3px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
border-radius: 2px;
display: block;
}
@keyframes pulse-dot {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.2);
opacity: 0.8;
}
}
.hero-section-featured .hero-title {
font-size: 3.5rem;
font-weight: 800;
line-height: 1.15;
color: var(--text-primary);
letter-spacing: -0.02em;
}
.hero-section-featured .hero-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-700);
line-height: 1.4;
}
.hero-section-featured .hero-description {
font-size: 1.125rem;
line-height: 1.75;
color: var(--text-secondary);
max-width: 600px;
}
.hero-section-featured .feature-icons-row {
display: flex;
gap: 20px;
align-items: center;
}
.hero-section-featured .feature-icon-item {
width: 56px;
height: 56px;
background: var(--light);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.06);
transition: all 0.3s ease;
}
.hero-section-featured .feature-icon-item i {
font-size: 24px;
color: var(--primary-500);
transition: all 0.3s ease;
}
.hero-section-featured .feature-icon-item:hover {
transform: translateY(-4px);
box-shadow: 0 8px 20px rgba(var(--black-rgb), 0.12);
background: var(--primary-500);
}
.hero-section-featured .feature-icon-item:hover i {
color: var(--light);
}
.hero-section-featured .hero-image-wrapper {
position: relative;
padding: 20px;
}
.hero-section-featured .hero-image-container {
position: relative;
border-radius: 24px;
overflow: hidden;
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.15);
}
.hero-section-featured .hero-image {
width: 100%;
height: auto;
display: block;
border-radius: 24px;
}
.hero-section-featured .shape-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 40%, transparent 60%),
color-mix(in srgb, var(--primary-500) 20%, transparent 80%)
);
z-index: 0;
}
.hero-section-featured .shape-circle-1 {
width: 300px;
height: 300px;
top: -50px;
right: -50px;
animation: float-slow 8s ease-in-out infinite;
}
.hero-section-featured .shape-circle-2 {
width: 200px;
height: 200px;
bottom: -30px;
left: -30px;
animation: float-slow 10s ease-in-out infinite reverse;
}
.hero-section-featured .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-100) 30%, transparent 70%),
transparent
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morph 15s ease-in-out infinite;
z-index: 0;
}
@keyframes float-slow {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
}
@keyframes morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
50% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
}
.hero-section-featured .floating-element {
position: absolute;
width: 60px;
height: 60px;
background: var(--light);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
z-index: 2;
}
.hero-section-featured .floating-element i {
font-size: 28px;
color: var(--primary-500);
}
.hero-section-featured .floating-element-1 {
top: 15%;
right: -10px;
animation: float-element 4s ease-in-out infinite;
}
.hero-section-featured .floating-element-2 {
bottom: 20%;
left: -10px;
animation: float-element 5s ease-in-out infinite 1s;
}
.hero-section-featured .floating-element-3 {
top: 50%;
right: -20px;
animation: float-element 6s ease-in-out infinite 2s;
}
@keyframes float-element {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-15px) rotate(5deg);
}
}
.hero-section-featured .hero-bg-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 0;
pointer-events: none;
}
.bg-shape {
position: absolute;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-100) 20%, transparent 80%),
transparent
);
border-radius: 50%;
}
.bg-shape-1 {
width: 600px;
height: 600px;
top: -200px;
left: -100px;
opacity: 0.5;
}
.bg-shape-2 {
width: 400px;
height: 400px;
bottom: -150px;
right: 10%;
opacity: 0.4;
}
.bg-shape-3 {
width: 300px;
height: 300px;
top: 40%;
right: -50px;
opacity: 0.3;
}
@media (max-width: 991.98px) {
.hero-section-featured {
padding: 80px 0 100px;
}
.hero-section-featured .hero-title {
font-size: 2.75rem;
}
.hero-section-featured .hero-subtitle {
font-size: 1.25rem;
}
.hero-section-featured .hero-description {
font-size: 1rem;
}
.hero-section-featured .feature-icons-row {
gap: 15px;
}
.hero-section-featured .feature-icon-item {
width: 48px;
height: 48px;
}
.hero-section-featured .feature-icon-item i {
font-size: 20px;
}
.hero-section-featured .floating-element {
width: 50px;
height: 50px;
}
.hero-section-featured .floating-element i {
font-size: 22px;
}
}
@media (max-width: 767.98px) {
.hero-section-featured {
padding: 60px 0 80px;
}
.hero-section-featured .hero-title {
font-size: 2.25rem;
}
.hero-section-featured .hero-subtitle {
font-size: 1.125rem;
}
.hero-section-featured .hero-description {
font-size: 0.9375rem;
margin-bottom: 2rem !important;
}
.hero-section-featured .feature-icons-row {
gap: 12px;
}
.hero-section-featured .feature-icon-item {
width: 44px;
height: 44px;
}
.hero-section-featured .feature-icon-item i {
font-size: 18px;
}
.hero-section-featured .hero-image-wrapper {
padding: 10px;
margin-bottom: 30px;
}
.hero-section-featured .floating-element {
width: 45px;
height: 45px;
}
.hero-section-featured .floating-element i {
font-size: 20px;
}
.shape-circle-1,
.hero-section-featured .shape-circle-2 {
display: none;
}
}
@media (max-width: 575.98px) {
.hero-section-featured .hero-title {
font-size: 1.875rem;
}
.hero-section-featured .hero-subtitle {
font-size: 1rem;
}
.hero-section-featured .feature-icons-row {
gap: 10px;
flex-wrap: wrap;
}
.hero-section-featured .feature-icon-item {
width: 40px;
height: 40px;
}
.hero-section-featured .feature-icon-item i {
font-size: 16px;
}
.hero-section-featured .floating-element-3 {
display: none;
}
}
.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-bold {
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%);
}
.about-section-bold .decorative-line {
width: 60px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
border-radius: 2px;
}
.about-section-bold .about-main-title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.about-section-bold .about-subtitle {
font-size: clamp(1.1rem, 2.5vw, 1.4rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.about-section-bold .about-description {
font-size: 1.05rem;
line-height: 1.7;
color: var(--text-secondary);
}
.about-section-bold .features-grid {
display: grid;
grid-template-columns: 1fr;
gap: 1.5rem;
}
.about-section-bold .feature-item {
display: flex;
gap: 1rem;
padding: 1.25rem;
background: var(--surface-primary);
border-radius: 12px;
border: 1px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
transition: all 0.3s ease;
}
.about-section-bold .feature-item:hover {
transform: translateX(8px);
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
border-color: var(--primary-300);
}
.about-section-bold .feature-icon-wrapper {
flex-shrink: 0;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
border-radius: 10px;
color: var(--primary-700);
font-size: 1.5rem;
transition: all 0.3s ease;
}
.about-section-bold .feature-item:hover .feature-icon-wrapper {
background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
color: var(--light);
transform: rotate(5deg) scale(1.1);
}
.about-section-bold .feature-content {
flex: 1;
}
.about-section-bold .feature-title {
font-size: 1.1rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 0.5rem;
}
.about-section-bold .feature-description {
font-size: 0.95rem;
line-height: 1.6;
color: var(--text-secondary);
margin: 0;
}
.about-section-bold .image-gallery-wrapper {
position: relative;
height: 600px;
padding: 2rem;
}
.about-section-bold .image-card {
position: absolute;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 10px 40px color-mix(in srgb, var(--neutral-900) 15%, transparent 85%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-section-bold .image-card img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.4s ease;
}
.about-section-bold .image-card:hover img {
transform: scale(1.08);
}
.about-section-bold .image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-700) 20%, transparent 80%) 0%,
transparent 100%);
opacity: 0;
transition: opacity 0.4s ease;
}
.about-section-bold .image-card:hover .image-overlay {
opacity: 1;
}
.about-section-bold .main-image {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 70%;
height: 55%;
z-index: 2;
}
.about-section-bold .main-image:hover {
transform: translate(-50%, -50%) scale(1.02);
box-shadow: 0 20px 60px color-mix(in srgb, var(--neutral-900) 25%, transparent 75%);
z-index: 5;
}
.about-section-bold .secondary-image {
top: 0;
right: 0;
width: 45%;
height: 35%;
z-index: 3;
}
.about-section-bold .secondary-image:hover {
transform: translateY(-10px);
z-index: 6;
}
.about-section-bold .tertiary-image {
bottom: 0;
left: 0;
width: 40%;
height: 32%;
z-index: 3;
}
.about-section-bold .tertiary-image:hover {
transform: translateY(-10px);
z-index: 6;
}
.about-section-bold .decorative-blob {
position: absolute;
border-radius: 50%;
filter: blur(40px);
opacity: 0.15;
z-index: 1;
animation: float 8s ease-in-out infinite;
}
.about-section-bold .blob-1 {
top: 10%;
right: 10%;
width: 250px;
height: 250px;
background: var(--primary-300);
animation-delay: 0s;
}
.about-section-bold .blob-2 {
bottom: 15%;
left: 5%;
width: 200px;
height: 200px;
background: var(--primary-500);
animation-delay: 2s;
}
.about-section-bold .floating-icon {
position: absolute;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border-radius: 12px;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
color: var(--primary-500);
font-size: 1.5rem;
z-index: 4;
animation: float 6s ease-in-out infinite;
}
.about-section-bold .icon-1 {
top: 15%;
left: 10%;
animation-delay: 0s;
}
.about-section-bold .icon-2 {
top: 60%;
right: 5%;
animation-delay: 1.5s;
}
.about-section-bold .icon-3 {
bottom: 20%;
right: 25%;
animation-delay: 3s;
}
.about-section-bold .background-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.about-section-bold .shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.about-section-bold .shape-1 {
top: -100px;
left: -100px;
width: 400px;
height: 400px;
background: var(--primary-500);
}
.about-section-bold .shape-2 {
bottom: -150px;
right: -150px;
width: 500px;
height: 500px;
background: var(--primary-300);
}
.about-section-bold .shape-3 {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 300px;
height: 300px;
background: var(--primary-100);
}
@keyframes float {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(-20px);
}
}
@media (max-width: 991px) {
.about-section-bold .image-gallery-wrapper {
height: 500px;
margin-top: 3rem;
}
.about-section-bold .main-image {
width: 75%;
height: 50%;
}
.about-section-bold .secondary-image {
width: 50%;
height: 32%;
}
.about-section-bold .tertiary-image {
width: 45%;
height: 30%;
}
}
@media (max-width: 767px) {
.about-section-bold .image-gallery-wrapper {
height: 400px;
}
.about-section-bold .main-image {
width: 85%;
height: 45%;
}
.about-section-bold .secondary-image {
width: 55%;
height: 28%;
}
.about-section-bold .tertiary-image {
width: 50%;
height: 26%;
}
.about-section-bold .floating-icon {
width: 40px;
height: 40px;
font-size: 1.2rem;
}
.about-section-bold .decorative-blob {
filter: blur(30px);
}
.about-section-bold .blob-1 {
width: 180px;
height: 180px;
}
.about-section-bold .blob-2 {
width: 150px;
height: 150px;
}
}
@media (max-width: 575px) {
.about-section-bold .image-gallery-wrapper {
height: 350px;
padding: 1rem;
}
.about-section-bold .feature-item {
padding: 1rem;
}
.about-section-bold .feature-icon-wrapper {
width: 45px;
height: 45px;
font-size: 1.3rem;
}
}
.features-modern {
position: relative;
padding: 120px 0;
background: linear-gradient(180deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.features-modern .features-header {
margin-bottom: 80px;
position: relative;
z-index: 2;
}
.features-modern .badge-accent {
display: inline-flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
background: linear-gradient(135deg,
var(--primary-500) 0%,
color-mix(in srgb, var(--primary-700) 80%, var(--primary-500) 20%) 100%
);
border-radius: 20px;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
transform: rotate(12deg);
transition: transform 0.4s ease;
}
.features-modern .badge-accent:hover {
transform: rotate(0deg) scale(1.1);
}
.features-modern .badge-accent i {
font-size: 28px;
color: var(--light);
transform: rotate(-12deg);
}
.features-modern .features-title {
font-size: 48px;
font-weight: 800;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
letter-spacing: -0.02em;
}
.features-modern .features-subtitle {
font-size: 22px;
font-weight: 600;
color: var(--primary-700);
margin-bottom: 24px;
line-height: 1.4;
}
.features-modern .features-desc {
font-size: 18px;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.features-modern .features-grid {
position: relative;
z-index: 2;
}
.features-modern .feature-card {
background: var(--surface-primary);
border-radius: 24px;
padding: 40px;
height: 100%;
position: relative;
overflow: hidden;
border: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 16px rgba(var(--black-rgb), 0.04);
}
.features-modern .feature-card-large {
padding: 48px;
min-height: 320px;
}
.features-modern .feature-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow:
0 12px 40px rgba(var(--black-rgb), 0.08),
0 0 0 1px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}
.features-modern .feature-icon-wrapper {
margin-bottom: 24px;
}
.features-modern .feature-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 72px;
height: 72px;
background: linear-gradient(135deg,
var(--primary-500) 0%,
var(--primary-700) 100%
);
border-radius: 18px;
position: relative;
transition: all 0.4s ease;
}
.features-modern .feature-card-large .feature-icon {
width: 88px;
height: 88px;
border-radius: 22px;
}
.features-modern .feature-icon::before {
content: '';
position: absolute;
inset: -4px;
background: linear-gradient(135deg,
var(--primary-300) 0%,
var(--primary-500) 100%
);
border-radius: 20px;
opacity: 0;
transition: opacity 0.4s ease;
z-index: -1;
}
.features-modern .feature-card:hover .feature-icon::before {
opacity: 0.3;
}
.features-modern .feature-icon i {
font-size: 36px;
color: var(--light);
z-index: 1;
}
.features-modern .feature-card-large .feature-icon i {
font-size: 42px;
}
.features-modern .feature-icon-secondary {
background: linear-gradient(135deg,
var(--primary-300) 0%,
var(--primary-500) 100%
);
}
.features-modern .feature-content {
position: relative;
z-index: 1;
}
.features-modern .feature-name {
font-size: 24px;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
letter-spacing: -0.01em;
}
.features-modern .feature-card-large .feature-name {
font-size: 28px;
margin-bottom: 20px;
}
.features-modern .feature-desc {
font-size: 16px;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.features-modern .feature-card-large .feature-desc {
font-size: 17px;
}
.features-modern .feature-decoration {
position: absolute;
width: 120px;
height: 120px;
border-radius: 50%;
opacity: 0.05;
pointer-events: none;
transition: all 0.6s ease;
}
.features-modern .decoration-1 {
background: radial-gradient(circle,
var(--primary-500) 0%,
transparent 70%
);
bottom: -30px;
right: -30px;
}
.features-modern .decoration-2 {
background: radial-gradient(circle,
var(--primary-700) 0%,
transparent 70%
);
top: -30px;
right: -30px;
}
.features-modern .feature-card:hover .feature-decoration {
opacity: 0.1;
transform: scale(1.3);
}
.features-modern .decorative-shapes {
position: absolute;
inset: 0;
overflow: hidden;
pointer-events: none;
z-index: 1;
}
.features-modern .shape {
position: absolute;
border-radius: 50%;
opacity: 0.03;
}
.features-modern .shape-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle,
var(--primary-500) 0%,
transparent 70%
);
top: -100px;
left: -100px;
animation: float 20s ease-in-out infinite;
}
.features-modern .shape-2 {
width: 300px;
height: 300px;
background: radial-gradient(circle,
var(--primary-700) 0%,
transparent 70%
);
bottom: 10%;
right: 5%;
animation: float 25s ease-in-out infinite reverse;
}
.features-modern .shape-3 {
width: 250px;
height: 250px;
background: radial-gradient(circle,
var(--primary-300) 0%,
transparent 70%
);
top: 40%;
right: -50px;
animation: float 30s ease-in-out infinite;
}
@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: 1199.98px) {
.features-modern {
padding: 100px 0;
}
.features-modern .features-header {
margin-bottom: 64px;
}
.features-modern .features-title {
font-size: 42px;
}
.features-modern .features-subtitle {
font-size: 20px;
}
.features-modern .feature-card-large {
padding: 40px;
min-height: auto;
}
}
@media (max-width: 991.98px) {
.features-modern {
padding: 80px 0;
}
.features-modern .features-title {
font-size: 36px;
}
.features-modern .features-subtitle {
font-size: 19px;
}
.features-modern .features-desc {
font-size: 17px;
}
.features-modern .feature-name {
font-size: 22px;
}
.features-modern .feature-card-large .feature-name {
font-size: 24px;
}
}
@media (max-width: 767.98px) {
.features-modern {
padding: 64px 0;
}
.features-modern .features-header {
margin-bottom: 48px;
}
.features-modern .badge-accent {
width: 56px;
height: 56px;
margin-bottom: 24px;
}
.features-modern .badge-accent i {
font-size: 24px;
}
.features-modern .features-title {
font-size: 32px;
margin-bottom: 12px;
}
.features-modern .features-subtitle {
font-size: 18px;
margin-bottom: 20px;
}
.features-modern .features-desc {
font-size: 16px;
}
.features-modern .feature-card,
.features-modern .feature-card-large {
padding: 32px;
}
.features-modern .feature-icon {
width: 64px;
height: 64px;
}
.features-modern .feature-card-large .feature-icon {
width: 72px;
height: 72px;
}
.features-modern .feature-icon i {
font-size: 32px;
}
.features-modern .feature-card-large .feature-icon i {
font-size: 36px;
}
.features-modern .feature-name {
font-size: 20px;
margin-bottom: 12px;
}
.features-modern .feature-card-large .feature-name {
font-size: 22px;
}
.features-modern .feature-desc {
font-size: 15px;
}
.features-modern .shape-1,
.features-modern .shape-2,
.features-modern .shape-3 {
display: none;
}
}
@media (max-width: 575.98px) {
.features-modern {
padding: 48px 0;
}
.features-modern .features-title {
font-size: 28px;
}
.features-modern .features-subtitle {
font-size: 17px;
}
.features-modern .feature-card,
.features-modern .feature-card-large {
padding: 28px;
}
}
@media (prefers-color-scheme: dark) {
.features-modern {
background: var(--surface-primary);
}
}
@media (prefers-reduced-motion: reduce) {
.features-modern .feature-card,
.features-modern .feature-icon,
.features-modern .badge-accent,
.features-modern .feature-decoration {
transition: none;
}
.features-modern .shape-1,
.features-modern .shape-2,
.features-modern .shape-3 {
animation: none;
}
}
@media (prefers-contrast: high) {
.features-modern .feature-card {
border-width: 3px;
border-color: var(--primary-500);
}
.features-modern .feature-name {
font-weight: 800;
}
}
.services-section-primary {
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;
}
.services-section-primary .decorative-line-top {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
margin: 0 auto;
border-radius: 2px;
}
.services-section-primary .section-title {
font-size: clamp(2rem, 4vw, 2.75rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.services-section-primary .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.services-section-primary .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.services-section-primary .service-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
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%);
overflow: hidden;
}
.services-section-primary .service-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.services-section-primary .service-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
}
.services-section-primary .service-card:hover::before {
transform: scaleX(1);
}
.services-section-primary .service-icon-wrapper {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
}
.services-section-primary .service-icon-wrapper i {
font-size: 2.5rem;
color: var(--primary-500);
position: relative;
z-index: 2;
transition: all 0.3s ease;
}
.services-section-primary .service-card:hover .service-icon-wrapper i {
color: var(--primary-700);
transform: scale(1.1) rotate(5deg);
}
.services-section-primary .icon-blob {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-100) 40%, transparent 60%),
color-mix(in srgb, var(--primary-300) 20%, transparent 80%)
);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
animation: blobRotate 8s ease-in-out infinite;
z-index: 1;
}
@keyframes blobRotate {
0%, 100% {
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
transform: translate(-50%, -50%) rotate(0deg);
}
50% {
border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
transform: translate(-50%, -50%) rotate(180deg);
}
}
.services-section-primary .service-content {
position: relative;
z-index: 2;
}
.services-section-primary .service-name {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
transition: color 0.3s ease;
}
.services-section-primary .service-card:hover .service-name {
color: var(--primary-700);
}
.services-section-primary .service-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 1.5rem;
}
.services-section-primary .service-features-wrapper {
position: relative;
padding: 1.25rem;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-50) 50%, transparent 50%),
color-mix(in srgb, var(--primary-100) 30%, transparent 70%)
);
border-radius: 12px;
border-left: 4px solid var(--primary-500);
margin-bottom: 1.5rem;
transition: all 0.3s ease;
}
.services-section-primary .service-card:hover .service-features-wrapper {
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-100) 60%, transparent 40%),
color-mix(in srgb, var(--primary-300) 30%, transparent 70%)
);
}
.services-section-primary .features-label {
position: absolute;
top: -12px;
left: 1rem;
background: var(--primary-500);
color: var(--light);
width: 28px;
height: 28px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.875rem;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.services-section-primary .service-features {
font-size: 0.9375rem;
color: var(--text-primary);
line-height: 1.6;
margin: 0;
font-weight: 500;
}
.services-section-primary .service-pricing {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 1.5rem;
border-top: 2px solid color-mix(in srgb, var(--primary-100) 60%, transparent 40%);
}
.services-section-primary .price-label {
font-size: 0.875rem;
color: var(--text-secondary);
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.services-section-primary .price-value {
font-size: 1.5rem;
font-weight: 700;
color: var(--primary-700);
background: linear-gradient(
135deg,
var(--primary-700),
var(--primary-500)
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.services-section-primary .card-decorative-corner {
position: absolute;
bottom: 0;
right: 0;
width: 100px;
height: 100px;
background: linear-gradient(
135deg,
transparent 50%,
color-mix(in srgb, var(--primary-100) 30%, transparent 70%) 50%
);
border-radius: 16px 0 16px 0;
pointer-events: none;
opacity: 0.5;
transition: opacity 0.3s ease;
}
.services-section-primary .service-card:hover .card-decorative-corner {
opacity: 1;
}
.services-section-primary .decorative-shape {
position: absolute;
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.services-section-primary .shape-1 {
width: 400px;
height: 400px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent
);
top: -200px;
left: -200px;
animation: float 20s ease-in-out infinite;
}
.services-section-primary .shape-2 {
width: 300px;
height: 300px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 10%, transparent 90%),
transparent
);
bottom: -150px;
right: -150px;
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);
}
}
.services-section-primary .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;
pointer-events: none;
z-index: 0;
}
.services-section-primary .dots-1 {
top: 100px;
right: 100px;
animation: fadeInOut 4s ease-in-out infinite;
}
.services-section-primary .dots-2 {
bottom: 150px;
left: 150px;
animation: fadeInOut 4s ease-in-out infinite 2s;
}
@keyframes fadeInOut {
0%, 100% {
opacity: 0.2;
}
50% {
opacity: 0.5;
}
}
@media (max-width: 991.98px) {
.services-section-primary .section-title {
font-size: 2rem;
}
.services-section-primary .section-subtitle {
font-size: 1.25rem;
}
.services-section-primary .service-card {
padding: 1.75rem;
}
.services-section-primary .service-name {
font-size: 1.375rem;
}
}
@media (max-width: 767.98px) {
.services-section-primary {
padding: 3rem 0;
}
.services-section-primary .section-description {
font-size: 1rem;
}
.services-section-primary .service-card {
padding: 1.5rem;
}
.services-section-primary .service-icon-wrapper {
width: 70px;
height: 70px;
}
.services-section-primary .service-icon-wrapper i {
font-size: 2rem;
}
.services-section-primary .service-name {
font-size: 1.25rem;
}
.services-section-primary .service-description {
font-size: 0.9375rem;
}
.services-section-primary .service-features {
font-size: 0.875rem;
}
.services-section-primary .price-value {
font-size: 1.25rem;
}
.services-section-primary .decorative-shape {
display: none;
}
}
@media (max-width: 575.98px) {
.services-section-primary .service-pricing {
flex-direction: column;
align-items: flex-start;
gap: 0.5rem;
}
.services-section-primary .service-features-wrapper {
padding: 1rem;
}
}
.priceplan-section-pro {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.priceplan-section-pro .section-header {
position: relative;
z-index: 2;
}
.priceplan-section-pro .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.2;
}
.priceplan-section-pro .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 1rem;
}
.priceplan-section-pro .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.priceplan-section-pro .decorative-dots {
display: flex;
justify-content: center;
gap: 0.5rem;
margin-top: 1.5rem;
}
.priceplan-section-pro .decorative-dots .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
animation: dotPulse 2s ease-in-out infinite;
}
.priceplan-section-pro .decorative-dots .dot:nth-child(2) {
animation-delay: 0.3s;
}
.priceplan-section-pro .decorative-dots .dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes dotPulse {
0%, 100% {
opacity: 0.3;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.3);
}
}
.priceplan-section-pro .pricing-card {
position: relative;
background: var(--light);
border: 2px solid var(--neutral-100);
border-radius: 16px;
padding: 2.5rem 2rem;
height: 100%;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.05);
}
.priceplan-section-pro .pricing-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.1);
}
.priceplan-section-pro .featured-card {
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%);
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.1);
}
.priceplan-section-pro .featured-card:hover {
box-shadow: 0 16px 48px rgba(var(--black-rgb), 0.15);
}
.priceplan-section-pro .featured-badge {
position: absolute;
top: -12px;
right: 2rem;
z-index: 3;
}
.priceplan-section-pro .featured-badge .badge-dot {
display: inline-block;
width: 24px;
height: 24px;
background: var(--primary-500);
border-radius: 50%;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.2);
animation: badgePulse 2s ease-in-out infinite;
}
@keyframes badgePulse {
0%, 100% {
transform: scale(1);
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.2);
}
50% {
transform: scale(1.1);
box-shadow: 0 6px 16px rgba(var(--black-rgb), 0.3);
}
}
.priceplan-section-pro .card-header-decoration {
display: flex;
justify-content: center;
margin-bottom: 1.5rem;
}
.priceplan-section-pro .icon-wrapper {
width: 64px;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 16px;
box-shadow: 0 4px 16px rgba(var(--black-rgb), 0.15);
transition: transform 0.3s ease;
}
.priceplan-section-pro .pricing-card:hover .icon-wrapper {
transform: rotate(5deg) scale(1.05);
}
.priceplan-section-pro .icon-wrapper i {
font-size: 1.75rem;
color: var(--light);
}
.priceplan-section-pro .card-content {
text-align: center;
}
.priceplan-section-pro .plan-name {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
}
.priceplan-section-pro .plan-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 1.5rem;
min-height: 60px;
}
.priceplan-section-pro .price-display {
margin: 2rem 0;
padding: 1.5rem;
background: color-mix(in srgb, var(--primary-50) 40%, var(--light) 60%);
border-radius: 12px;
border: 1px solid var(--primary-100);
}
.priceplan-section-pro .price-amount {
font-size: 2.5rem;
font-weight: 700;
color: var(--primary-700);
letter-spacing: -1px;
}
.priceplan-section-pro .features-list {
margin: 2rem 0;
padding: 1.5rem;
background: var(--surface-secondary);
border-radius: 12px;
border: 1px solid var(--neutral-100);
}
.priceplan-section-pro .features-text {
font-size: 0.95rem;
color: var(--text-secondary);
line-height: 1.8;
text-align: left;
}
.priceplan-section-pro .card-footer-decoration {
margin-top: 2rem;
opacity: 0.2;
transition: opacity 0.3s ease;
}
.priceplan-section-pro .pricing-card:hover .card-footer-decoration {
opacity: 0.5;
}
.priceplan-section-pro .card-footer-decoration i {
font-size: 3rem;
color: var(--primary-500);
}
.priceplan-section-pro .bottom-decoration {
position: relative;
margin-top: 4rem;
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
}
.priceplan-section-pro .decorative-line {
width: 100px;
height: 2px;
background: linear-gradient(90deg, transparent 0%, var(--primary-300) 50%, transparent 100%);
}
.priceplan-section-pro .decorative-circle {
width: 12px;
height: 12px;
border-radius: 50%;
background: var(--primary-500);
box-shadow: 0 0 20px rgba(var(--black-rgb), 0.2);
}
.priceplan-section-pro .background-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.priceplan-section-pro .shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.priceplan-section-pro .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -200px;
left: -100px;
animation: float 20s ease-in-out infinite;
}
.priceplan-section-pro .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: -150px;
right: -80px;
animation: float 25s ease-in-out infinite reverse;
}
.priceplan-section-pro .shape-3 {
width: 200px;
height: 200px;
background: var(--primary-300);
top: 50%;
right: 10%;
animation: float 15s ease-in-out infinite;
}
@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: 991px) {
.priceplan-section-pro .section-title {
font-size: 2rem;
}
.priceplan-section-pro .section-subtitle {
font-size: 1.25rem;
}
.priceplan-section-pro .pricing-card {
margin-bottom: 1.5rem;
}
}
@media (max-width: 767px) {
.priceplan-section-pro .section-title {
font-size: 1.75rem;
}
.priceplan-section-pro .section-subtitle {
font-size: 1.125rem;
}
.priceplan-section-pro .section-description {
font-size: 1rem;
}
.priceplan-section-pro .pricing-card {
padding: 2rem 1.5rem;
}
.priceplan-section-pro .plan-name {
font-size: 1.5rem;
}
.priceplan-section-pro .price-amount {
font-size: 2rem;
}
.priceplan-section-pro .icon-wrapper {
width: 56px;
height: 56px;
}
.priceplan-section-pro .icon-wrapper i {
font-size: 1.5rem;
}
}
@media (max-width: 575px) {
.priceplan-section-pro {
padding: 3rem 0;
}
.priceplan-section-pro .features-list {
padding: 1rem;
}
.priceplan-section-pro .price-display {
padding: 1rem;
}
}
.team-section-clean {
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;
}
.team-section-clean .section-header {
position: relative;
z-index: 2;
}
.team-section-clean #team-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
.team-section-clean #team-subtitle {
color: var(--primary-500);
letter-spacing: 0.1em;
font-weight: 600;
}
.team-section-clean #team-desc {
color: var(--text-secondary);
line-height: 1.7;
font-size: 1.1rem;
}
.team-section-clean .decorative-line-wrapper {
display: flex;
justify-content: center;
position: relative;
z-index: 2;
}
.team-section-clean .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-300),
var(--primary-500),
var(--primary-700)
);
border-radius: 2px;
}
.team-section-clean .team-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
overflow: hidden;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
height: 100%;
}
.team-section-clean .team-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
}
.team-section-clean .team-image-wrapper {
position: relative;
width: 100%;
padding-top: 100%;
overflow: hidden;
background: var(--neutral-100);
}
.team-section-clean .team-member-photo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-section-clean .team-card:hover .team-member-photo {
transform: scale(1.08);
}
.team-section-clean .image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
180deg,
transparent 0%,
color-mix(in srgb, var(--primary-700) 40%, transparent 60%) 100%
);
opacity: 0;
transition: opacity 0.4s ease;
}
.team-section-clean .team-card:hover .image-overlay {
opacity: 1;
}
.team-section-clean .team-info {
padding: 1.75rem 1.5rem;
text-align: center;
position: relative;
z-index: 2;
background: var(--surface-primary);
}
.team-section-clean .member-name {
color: var(--text-primary);
font-weight: 600;
margin-bottom: 0.5rem;
transition: color 0.3s ease;
}
.team-section-clean .team-card:hover .member-name {
color: var(--primary-500);
}
.team-section-clean .member-role {
color: var(--text-secondary);
font-size: 0.95rem;
font-weight: 500;
line-height: 1.5;
}
.team-section-clean .card-accent {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-300),
var(--primary-500),
var(--primary-700)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-section-clean .team-card:hover .card-accent {
transform: scaleX(1);
}
.team-section-clean .decorative-card {
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 15%, var(--surface-primary) 85%),
color-mix(in srgb, var(--primary-300) 10%, var(--surface-primary) 90%)
);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
min-height: 400px;
}
.team-section-clean .decorative-content {
position: relative;
z-index: 2;
text-align: center;
}
.team-section-clean .icon-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
width: 120px;
height: 120px;
background: var(--surface-primary);
border-radius: 50%;
box-shadow: 0 8px 32px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
}
.team-section-clean .icon-wrapper i {
font-size: 3.5rem;
color: var(--primary-500);
}
.team-section-clean .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.team-section-clean .shape {
position: absolute;
border-radius: 50%;
opacity: 0.1;
}
.team-section-clean .shape-1 {
width: 150px;
height: 150px;
background: var(--primary-500);
top: -50px;
left: -50px;
animation: float-shape-1 8s ease-in-out infinite;
}
.team-section-clean .shape-2 {
width: 100px;
height: 100px;
background: var(--primary-700);
bottom: -30px;
right: -30px;
animation: float-shape-2 10s ease-in-out infinite;
}
.team-section-clean .shape-3 {
width: 80px;
height: 80px;
background: var(--primary-300);
top: 50%;
right: 20px;
animation: float-shape-3 12s ease-in-out infinite;
}
.team-section-clean .background-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.team-section-clean .deco-circle {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.team-section-clean .deco-circle-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -200px;
right: -100px;
}
.team-section-clean .deco-circle-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: -150px;
left: -100px;
}
.team-section-clean .deco-blob {
position: absolute;
width: 500px;
height: 500px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent 70%
);
bottom: 20%;
right: 10%;
animation: blob-pulse 15s ease-in-out infinite;
}
@keyframes float-shape-1 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(20px, 20px) rotate(180deg);
}
}
@keyframes float-shape-2 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(-15px, -15px) rotate(-180deg);
}
}
@keyframes float-shape-3 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(10px, -10px) scale(1.2);
}
}
@keyframes blob-pulse {
0%, 100% {
transform: scale(1);
opacity: 0.05;
}
50% {
transform: scale(1.1);
opacity: 0.08;
}
}
@media (max-width: 991.98px) {
.team-section-clean #team-title {
font-size: 2.5rem;
}
.team-section-clean #team-subtitle {
font-size: 1.1rem;
}
.team-section-clean #team-desc {
font-size: 1rem;
}
.team-section-clean .decorative-card {
min-height: 350px;
}
.team-section-clean .icon-wrapper {
width: 100px;
height: 100px;
}
.team-section-clean .icon-wrapper i {
font-size: 3rem;
}
}
@media (max-width: 767.98px) {
.team-section-clean {
padding: 3rem 0;
}
.team-section-clean #team-title {
font-size: 2rem;
}
.team-section-clean #team-subtitle {
font-size: 1rem;
}
.team-section-clean .team-info {
padding: 1.5rem 1.25rem;
}
.team-section-clean .member-name {
font-size: 1.15rem;
}
.team-section-clean .member-role {
font-size: 0.9rem;
}
.team-section-clean .deco-circle-1,
.team-section-clean .deco-circle-2 {
width: 250px;
height: 250px;
}
.team-section-clean .deco-blob {
width: 350px;
height: 350px;
}
}
@media (max-width: 575.98px) {
.team-section-clean #team-title {
font-size: 1.75rem;
}
.team-section-clean .decorative-line {
width: 60px;
height: 3px;
}
}
.reviews-section-custom {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.reviews-section-custom .section-header {
position: relative;
z-index: 2;
}
.reviews-section-custom #reviews-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
.reviews-section-custom #reviews-subtitle {
color: var(--primary-500);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: 0.875rem;
}
.reviews-section-custom #reviews-desc {
color: var(--text-secondary);
font-size: 1.1rem;
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.reviews-section-custom .review-card {
background: var(--light);
border-radius: 16px;
padding: 2rem;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
border: 1px solid var(--neutral-100);
position: relative;
transition: all 0.3s ease;
overflow: hidden;
}
.reviews-section-custom .review-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.reviews-section-custom .review-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
opacity: 0;
transition: opacity 0.3s ease;
}
.reviews-section-custom .review-card:hover::before {
opacity: 1;
}
.reviews-section-custom .review-featured {
background: linear-gradient(135deg, var(--light) 0%, color-mix(in srgb, var(--primary-50) 50%, var(--light) 50%) 100%);
border: 2px solid var(--primary-300);
}
.reviews-section-custom .review-featured::before {
opacity: 1;
height: 6px;
}
.reviews-section-custom .review-decoration {
position: absolute;
top: 1.5rem;
right: 1.5rem;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
opacity: 0.6;
transition: all 0.3s ease;
}
.reviews-section-custom .review-card:hover .review-decoration {
opacity: 1;
transform: scale(1.1);
}
.reviews-section-custom .review-decoration i {
font-size: 1.5rem;
color: var(--primary-500);
}
.reviews-section-custom .review-content {
position: relative;
z-index: 2;
}
.reviews-section-custom .review-text {
color: var(--text-secondary);
font-size: 1rem;
line-height: 1.8;
font-style: italic;
position: relative;
padding-left: 1.5rem;
}
.reviews-section-custom .review-text::before {
content: '"';
position: absolute;
left: 0;
top: -10px;
font-size: 3rem;
color: var(--primary-300);
font-family: Georgia, serif;
line-height: 1;
}
.reviews-section-custom .review-author-wrapper {
display: flex;
align-items: center;
gap: 1rem;
padding-top: 1.5rem;
border-top: 1px solid var(--neutral-100);
}
.reviews-section-custom .author-avatar {
flex-shrink: 0;
}
.reviews-section-custom .avatar-circle {
width: 56px;
height: 56px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.5rem;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.1);
transition: transform 0.3s ease;
}
.reviews-section-custom .review-card:hover .avatar-circle {
transform: scale(1.1);
}
.reviews-section-custom .avatar-featured {
width: 64px;
height: 64px;
background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
box-shadow: 0 6px 16px rgba(var(--black-rgb), 0.15);
}
.reviews-section-custom .author-info {
flex: 1;
}
.reviews-section-custom .author-name {
color: var(--text-primary);
font-size: 1rem;
font-weight: 600;
margin: 0;
line-height: 1.4;
}
.reviews-section-custom .decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 1;
}
.reviews-section-custom .shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.reviews-section-custom .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
right: -100px;
animation: float-1 20s ease-in-out infinite;
}
.reviews-section-custom .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: -80px;
left: -80px;
animation: float-2 25s ease-in-out infinite;
}
.reviews-section-custom .shape-3 {
width: 200px;
height: 200px;
background: var(--primary-700);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: float-3 30s ease-in-out infinite;
}
@keyframes float-1 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@keyframes float-2 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(-40px, 30px) rotate(-120deg);
}
66% {
transform: translate(30px, -25px) rotate(-240deg);
}
}
@keyframes float-3 {
0%, 100% {
transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
50% {
transform: translate(-50%, -50%) scale(1.2) rotate(180deg);
}
}
@media (max-width: 991.98px) {
.reviews-section-custom #reviews-title {
font-size: 2rem;
}
.reviews-section-custom #reviews-desc {
font-size: 1rem;
}
.reviews-section-custom .review-card {
padding: 1.5rem;
}
.reviews-section-custom .review-decoration {
width: 50px;
height: 50px;
}
.reviews-section-custom .review-decoration i {
font-size: 1.25rem;
}
}
@media (max-width: 767.98px) {
.reviews-section-custom {
padding: 3rem 0;
}
.reviews-section-custom #reviews-title {
font-size: 1.75rem;
}
.reviews-section-custom #reviews-subtitle {
font-size: 0.75rem;
}
.reviews-section-custom .review-text {
font-size: 0.95rem;
padding-left: 1rem;
}
.reviews-section-custom .avatar-circle {
width: 48px;
height: 48px;
font-size: 1.25rem;
}
.reviews-section-custom .avatar-featured {
width: 56px;
height: 56px;
}
.reviews-section-custom .author-name {
font-size: 0.9rem;
}
.reviews-section-custom .shape-1,
.reviews-section-custom .shape-2 {
display: none;
}
}
@media (max-width: 575.98px) {
.reviews-section-custom .review-card {
padding: 1.25rem;
}
.reviews-section-custom .review-decoration {
width: 40px;
height: 40px;
top: 1rem;
right: 1rem;
}
.reviews-section-custom .review-decoration i {
font-size: 1rem;
}
.reviews-section-custom .review-author-wrapper {
gap: 0.75rem;
}
}
.casestudy-section-primary {
position: relative;
padding: 100px 0;
background: var(--surface-primary);
overflow: hidden;
}
.casestudy-section-primary .section-header {
position: relative;
z-index: 2;
margin-bottom: 20px;
}
.casestudy-section-primary .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.casestudy-section-primary .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 24px;
line-height: 1.4;
}
.casestudy-section-primary .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
margin: 0;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.casestudy-section-primary .decorative-shapes {
position: absolute;
top: -50px;
right: 10%;
width: 300px;
height: 300px;
pointer-events: none;
z-index: 1;
}
.casestudy-section-primary .shape-circle {
position: absolute;
top: 0;
right: 0;
width: 180px;
height: 180px;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
animation: float-shape 6s ease-in-out infinite;
}
.casestudy-section-primary .shape-blob {
position: absolute;
bottom: 20px;
left: 30px;
width: 120px;
height: 120px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 20%, transparent),
color-mix(in srgb, var(--primary-500) 15%, transparent)
);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
animation: morph-blob 8s ease-in-out infinite;
}
@keyframes float-shape {
0%, 100% { transform: translateY(0) rotate(0deg); }
50% { transform: translateY(-20px) rotate(10deg); }
}
@keyframes morph-blob {
0%, 100% { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
50% { border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%; }
}
.casestudy-section-primary .casestudy-card {
position: relative;
background: var(--surface-secondary);
border-radius: 16px;
overflow: hidden;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent);
height: 100%;
display: flex;
flex-direction: column;
}
.casestudy-section-primary .casestudy-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
border-color: var(--primary-300);
}
.casestudy-section-primary .card-visual {
position: relative;
height: 220px;
background: linear-gradient(135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 80%, var(--neutral-50))
);
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.casestudy-section-primary .image-placeholder {
font-size: 4rem;
color: var(--primary-500);
z-index: 2;
transition: transform 0.4s ease;
}
.casestudy-section-primary .casestudy-card:hover .image-placeholder {
transform: scale(1.1);
}
.casestudy-section-primary .overlay-accent {
position: absolute;
inset: 0;
background: linear-gradient(180deg,
transparent 0%,
color-mix(in srgb, var(--primary-500) 5%, transparent) 100%
);
opacity: 0;
transition: opacity 0.4s ease;
}
.casestudy-section-primary .casestudy-card:hover .overlay-accent {
opacity: 1;
}
.casestudy-section-primary .card-content {
position: relative;
padding: 32px 24px 24px;
flex: 1;
display: flex;
flex-direction: column;
}
.casestudy-section-primary .icon-badge {
position: absolute;
top: -24px;
left: 24px;
width: 48px;
height: 48px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.5rem;
box-shadow: 0 8px 16px color-mix(in srgb, var(--primary-500) 30%, transparent);
transition: transform 0.3s ease;
}
.casestudy-section-primary .casestudy-card:hover .icon-badge {
transform: rotate(10deg) scale(1.1);
}
.casestudy-section-primary .card-title {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
margin-top: 8px;
}
.casestudy-section-primary .card-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 24px;
flex: 1;
}
.casestudy-section-primary .card-footer {
margin-top: auto;
padding-top: 20px;
border-top: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent);
}
.casestudy-section-primary .visual-metrics {
display: flex;
align-items: center;
gap: 8px;
}
.casestudy-section-primary .metric-dot {
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-dot 2s ease-in-out infinite;
}
.casestudy-section-primary .metric-line {
flex: 1;
height: 3px;
background: linear-gradient(90deg,
var(--primary-300),
color-mix(in srgb, var(--primary-300) 20%, transparent)
);
border-radius: 2px;
}
@keyframes pulse-dot {
0%, 100% { transform: scale(1); opacity: 1; }
50% { transform: scale(1.2); opacity: 0.7; }
}
.casestudy-section-primary .bottom-decoration {
position: relative;
margin-top: 80px;
display: flex;
justify-content: center;
align-items: center;
gap: 40px;
}
.casestudy-section-primary .decorative-grid {
display: flex;
gap: 12px;
}
.casestudy-section-primary .grid-item {
width: 40px;
height: 40px;
background: color-mix(in srgb, var(--primary-500) 12%, transparent);
border: 2px solid var(--primary-300);
border-radius: 8px;
transition: all 0.3s ease;
}
.casestudy-section-primary .grid-item:nth-child(1) { animation: grid-float 3s ease-in-out infinite 0s; }
.casestudy-section-primary .grid-item:nth-child(2) { animation: grid-float 3s ease-in-out infinite 0.2s; }
.casestudy-section-primary .grid-item:nth-child(3) { animation: grid-float 3s ease-in-out infinite 0.4s; }
.casestudy-section-primary .grid-item:nth-child(4) { animation: grid-float 3s ease-in-out infinite 0.6s; }
@keyframes grid-float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}
.casestudy-section-primary .accent-line {
flex: 1;
max-width: 300px;
height: 2px;
background: linear-gradient(90deg,
transparent,
var(--primary-300),
transparent
);
}
@media (max-width: 991px) {
.casestudy-section-primary {
padding: 80px 0;
}
.casestudy-section-primary .section-title {
font-size: 2.25rem;
}
.casestudy-section-primary .section-subtitle {
font-size: 1.25rem;
}
.casestudy-section-primary .decorative-shapes {
width: 200px;
height: 200px;
}
.casestudy-section-primary .shape-circle {
width: 120px;
height: 120px;
}
.casestudy-section-primary .shape-blob {
width: 80px;
height: 80px;
}
}
@media (max-width: 767px) {
.casestudy-section-primary {
padding: 60px 0;
}
.casestudy-section-primary .section-title {
font-size: 1.875rem;
}
.casestudy-section-primary .section-subtitle {
font-size: 1.125rem;
}
.casestudy-section-primary .section-description {
font-size: 1rem;
}
.casestudy-section-primary .card-visual {
height: 180px;
}
.casestudy-section-primary .image-placeholder {
font-size: 3rem;
}
.casestudy-section-primary .card-title {
font-size: 1.25rem;
}
.casestudy-section-primary .bottom-decoration {
margin-top: 60px;
flex-direction: column;
gap: 20px;
}
.casestudy-section-primary .decorative-grid {
gap: 8px;
}
.casestudy-section-primary .grid-item {
width: 32px;
height: 32px;
}
.casestudy-section-primary .decorative-shapes {
display: none;
}
}
@media (max-width: 575px) {
.casestudy-section-primary .card-content {
padding: 28px 20px 20px;
}
.casestudy-section-primary .icon-badge {
width: 40px;
height: 40px;
font-size: 1.25rem;
top: -20px;
}
}
.process-section-clean {
position: relative;
padding: 100px 0;
background: var(--surface-primary);
overflow: hidden;
}
.process-section-clean .process-header {
margin-bottom: 80px;
}
.process-section-clean .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.process-section-clean .section-subtitle {
font-size: 1.5rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 24px;
line-height: 1.4;
}
.process-section-clean .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.process-section-clean .process-timeline {
position: relative;
padding: 40px 0;
}
.process-section-clean .process-step {
position: relative;
display: flex;
align-items: flex-start;
margin-bottom: 80px;
gap: 30px;
}
.process-section-clean .process-step:last-child {
margin-bottom: 0;
}
.process-section-clean .step-number {
position: relative;
flex-shrink: 0;
z-index: 2;
}
.process-section-clean .number-circle {
display: flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: var(--light);
font-size: 1.75rem;
font-weight: 700;
border-radius: 50%;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.process-section-clean .process-step:hover .number-circle {
transform: scale(1.1);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.18);
}
.process-section-clean .connector-line {
position: absolute;
left: 50%;
top: 80px;
transform: translateX(-50%);
width: 3px;
height: 120px;
background: linear-gradient(180deg, var(--primary-300), transparent);
}
.process-section-clean .process-step:last-child .connector-line {
display: none;
}
.process-section-clean .step-content {
flex: 1;
display: flex;
align-items: flex-start;
gap: 24px;
background: var(--surface-secondary);
padding: 32px;
border-radius: 16px;
border: 2px solid var(--neutral-100);
transition: all 0.3s ease;
}
.process-section-clean .step-content:hover {
border-color: var(--primary-300);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.08);
transform: translateY(-4px);
}
.process-section-clean .step-content.reverse {
flex-direction: row-reverse;
}
.process-section-clean .step-icon {
flex-shrink: 0;
width: 64px;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border-radius: 12px;
transition: all 0.3s ease;
}
.process-section-clean .step-content:hover .step-icon {
background: color-mix(in srgb, var(--primary-500) 20%, transparent);
transform: rotate(5deg);
}
.process-section-clean .step-icon i {
font-size: 2rem;
color: var(--primary-500);
}
.process-section-clean .step-text {
flex: 1;
}
.process-section-clean .step-title {
font-size: 1.5rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 12px;
line-height: 1.3;
}
.process-section-clean .step-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
}
.process-section-clean .step-decoration {
position: absolute;
right: -40px;
top: 50%;
transform: translateY(-50%);
pointer-events: none;
opacity: 0.15;
}
.process-section-clean .deco-circle {
width: 120px;
height: 120px;
border: 3px solid var(--primary-500);
border-radius: 50%;
}
.process-section-clean .deco-triangle {
width: 0;
height: 0;
border-left: 60px solid transparent;
border-right: 60px solid transparent;
border-bottom: 104px solid var(--primary-300);
}
.process-section-clean .deco-square {
width: 100px;
height: 100px;
background: var(--primary-300);
transform: rotate(45deg);
}
.process-section-clean .deco-hexagon {
width: 100px;
height: 86.6px;
background: var(--primary-300);
position: relative;
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.process-section-clean .deco-star {
width: 100px;
height: 100px;
background: var(--primary-300);
clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.process-section-clean .bg-decorations {
position: absolute;
inset: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.process-section-clean .deco-blob {
position: absolute;
border-radius: 50%;
opacity: 0.06;
filter: blur(60px);
}
.process-section-clean .deco-blob-1 {
width: 500px;
height: 500px;
background: var(--primary-300);
top: -100px;
left: -150px;
animation: float 20s ease-in-out infinite;
}
.process-section-clean .deco-blob-2 {
width: 600px;
height: 600px;
background: var(--primary-500);
bottom: -200px;
right: -200px;
animation: float 25s ease-in-out infinite reverse;
}
.process-section-clean .deco-grid {
position: absolute;
inset: 0;
background-image:
linear-gradient(var(--neutral-100) 1px, transparent 1px),
linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.3;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
@media (max-width: 1199px) {
.process-section-clean .step-decoration {
display: none;
}
}
@media (max-width: 991px) {
.process-section-clean {
padding: 80px 0;
}
.process-section-clean .section-title {
font-size: 2.25rem;
}
.process-section-clean .section-subtitle {
font-size: 1.25rem;
}
.process-section-clean .process-header {
margin-bottom: 60px;
}
.process-section-clean .process-step {
margin-bottom: 60px;
}
.process-section-clean .step-content {
padding: 24px;
}
}
@media (max-width: 767px) {
.process-section-clean {
padding: 60px 0;
}
.process-section-clean .section-title {
font-size: 1.875rem;
}
.process-section-clean .section-subtitle {
font-size: 1.125rem;
}
.process-section-clean .section-description {
font-size: 1rem;
}
.process-section-clean .process-step {
flex-direction: column;
gap: 20px;
margin-bottom: 50px;
}
.process-section-clean .step-number {
align-self: center;
}
.process-section-clean .number-circle {
width: 70px;
height: 70px;
font-size: 1.5rem;
}
.process-section-clean .connector-line {
top: 70px;
height: 80px;
}
.process-section-clean .step-content {
flex-direction: column !important;
padding: 20px;
gap: 16px;
}
.process-section-clean .step-icon {
width: 56px;
height: 56px;
}
.process-section-clean .step-icon i {
font-size: 1.75rem;
}
.process-section-clean .step-title {
font-size: 1.25rem;
}
.process-section-clean .step-description {
font-size: 0.9375rem;
}
}
@media (max-width: 575px) {
.process-section-clean {
padding: 50px 0;
}
.process-section-clean .process-header {
margin-bottom: 50px;
}
.process-section-clean .section-title {
font-size: 1.625rem;
}
.process-section-clean .deco-blob-1,
.process-section-clean .deco-blob-2 {
width: 300px;
height: 300px;
}
}
.timeline-section-modern {
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;
}
.timeline-section-modern .timeline-header {
position: relative;
z-index: 2;
}
#timeline-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.2;
margin-bottom: 1rem;
}
#timeline-subtitle {
color: var(--primary-500);
font-weight: 600;
margin-bottom: 1.5rem;
}
#timeline-desc {
color: var(--text-secondary);
font-size: 1.125rem;
line-height: 1.8;
max-width: 700px;
margin: 0 auto;
}
.timeline-section-modern .timeline-wrapper {
position: relative;
max-width: 1000px;
margin: 60px auto 0;
padding: 0 20px;
}
.timeline-section-modern .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(
to bottom,
var(--primary-300),
var(--primary-500),
var(--primary-700)
);
transform: translateX(-50%);
z-index: 1;
}
.timeline-section-modern .timeline-item {
position: relative;
margin-bottom: 80px;
display: flex;
align-items: flex-start;
justify-content: flex-end;
}
.timeline-section-modern .timeline-item-alternate {
justify-content: flex-start;
}
.timeline-section-modern .timeline-marker {
position: absolute;
left: 50%;
top: 30px;
transform: translateX(-50%);
z-index: 3;
}
.timeline-section-modern .marker-outer {
width: 60px;
height: 60px;
background: var(--surface-primary);
border-radius: 50%;
padding: 4px;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
}
.timeline-section-modern .marker-inner {
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 24px;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.timeline-section-modern .marker-inner:hover {
transform: scale(1.15) rotate(10deg);
box-shadow: 0 8px 30px rgba(var(--black-rgb), 0.15);
}
.timeline-section-modern .marker-current {
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 80%, #FFD700 20%),
color-mix(in srgb, var(--primary-700) 80%, #FFA500 20%)
);
animation: pulse-marker 2s ease-in-out infinite;
}
@keyframes pulse-marker {
0%, 100% {
box-shadow: 0 0 0 0 rgba(var(--primary-500), 0.4);
}
50% {
box-shadow: 0 0 0 15px rgba(var(--primary-500), 0);
}
}
.timeline-section-modern .timeline-content {
width: calc(50% - 50px);
padding: 0 30px;
}
.timeline-section-modern .timeline-item-alternate .timeline-content {
text-align: right;
}
.timeline-section-modern .timeline-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 32px;
box-shadow: 0 8px 30px rgba(var(--black-rgb), 0.08);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.timeline-section-modern .timeline-card:hover {
transform: translateY(-8px);
box-shadow: 0 16px 50px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.card-decorator {
position: absolute;
top: 0;
left: 0;
width: 5px;
height: 100%;
background: linear-gradient(
to bottom,
var(--primary-500),
var(--primary-700)
);
}
.timeline-section-modern .timeline-item-alternate .card-decorator {
left: auto;
right: 0;
}
.timeline-section-modern .timeline-card-title {
color: var(--text-primary);
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 1rem;
line-height: 1.3;
}
.timeline-section-modern .timeline-card-desc {
color: var(--text-secondary);
font-size: 1rem;
line-height: 1.7;
margin-bottom: 0;
}
.timeline-section-modern .timeline-card-current {
background: linear-gradient(
135deg,
var(--surface-primary),
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%)
);
border: 2px solid var(--primary-500);
}
.timeline-section-modern .current-badge {
position: absolute;
top: 16px;
right: 16px;
}
.badge-dot {
width: 12px;
height: 12px;
background: color-mix(in srgb, var(--primary-500) 80%, #00FF00 20%);
border-radius: 50%;
display: inline-block;
animation: blink-dot 1.5s ease-in-out infinite;
}
@keyframes blink-dot {
0%, 100% {
opacity: 1;
transform: scale(1);
}
50% {
opacity: 0.5;
transform: scale(1.2);
}
}
.timeline-section-modern .timeline-visual {
position: absolute;
bottom: 16px;
right: 16px;
display: flex;
gap: 8px;
opacity: 0.15;
}
.timeline-section-modern .timeline-item-alternate .timeline-visual {
right: auto;
left: 16px;
}
.timeline-section-modern .visual-element {
width: 30px;
height: 30px;
transition: all 0.4s ease;
}
.timeline-section-modern .visual-circle {
background: var(--primary-300);
border-radius: 50%;
}
.timeline-section-modern .visual-square {
background: var(--primary-500);
border-radius: 4px;
transform: rotate(45deg);
}
.timeline-section-modern .visual-triangle {
width: 0;
height: 0;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 26px solid var(--primary-300);
}
.timeline-section-modern .visual-diamond {
background: var(--primary-500);
transform: rotate(45deg);
}
.timeline-section-modern .visual-hexagon {
width: 26px;
height: 15px;
background: var(--primary-300);
position: relative;
}
.visual-hexagon::before,
.timeline-section-modern .visual-hexagon::after {
content: "";
position: absolute;
width: 0;
border-left: 13px solid transparent;
border-right: 13px solid transparent;
left: 0;
}
.timeline-section-modern .visual-hexagon::before {
bottom: 100%;
border-bottom: 7.5px solid var(--primary-300);
}
.timeline-section-modern .visual-hexagon::after {
top: 100%;
border-top: 7.5px solid var(--primary-300);
}
.timeline-section-modern .visual-oval {
background: var(--primary-500);
border-radius: 50%;
width: 40px;
height: 25px;
}
.timeline-section-modern .visual-pentagon {
width: 28px;
height: 28px;
background: var(--primary-300);
clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}
.timeline-section-modern .visual-star {
width: 28px;
height: 28px;
background: var(--primary-500);
clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.timeline-section-modern .visual-wave {
width: 40px;
height: 20px;
background: radial-gradient(circle at 50% 0%, var(--primary-300) 50%, transparent 50%);
background-size: 10px 20px;
}
.timeline-section-modern .visual-blob {
width: 35px;
height: 35px;
background: var(--primary-500);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: blob-morph 8s ease-in-out infinite;
}
@keyframes blob-morph {
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% 60% 70% 40% / 50% 60% 30% 60%;
}
75% {
border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}
}
.timeline-section-modern .timeline-card:hover .visual-element {
opacity: 0.3;
transform: scale(1.2) rotate(15deg);
}
.timeline-section-modern .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.timeline-section-modern .shape {
position: absolute;
opacity: 0.05;
}
.timeline-section-modern .shape-1 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-500), transparent);
top: 10%;
left: 5%;
border-radius: 50%;
animation: float-shape 20s ease-in-out infinite;
}
.timeline-section-modern .shape-2 {
width: 200px;
height: 200px;
background: linear-gradient(45deg, var(--primary-300), transparent);
top: 40%;
right: 10%;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
animation: float-shape 25s ease-in-out infinite reverse;
}
.timeline-section-modern .shape-3 {
width: 250px;
height: 250px;
background: radial-gradient(circle, var(--primary-700), transparent);
bottom: 20%;
left: 15%;
border-radius: 50%;
animation: float-shape 22s ease-in-out infinite;
}
.timeline-section-modern .shape-4 {
width: 180px;
height: 180px;
background: linear-gradient(135deg, var(--primary-500), transparent);
bottom: 10%;
right: 5%;
border-radius: 50%;
animation: float-shape 18s ease-in-out infinite reverse;
}
@keyframes float-shape {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
25% {
transform: translate(20px, -20px) rotate(5deg);
}
50% {
transform: translate(-15px, 15px) rotate(-5deg);
}
75% {
transform: translate(15px, -10px) rotate(3deg);
}
}
@media (max-width: 991px) {
.timeline-section-modern {
padding: 80px 0;
}
#timeline-title {
font-size: 2rem;
}
#timeline-subtitle {
font-size: 1.25rem;
}
#timeline-desc {
font-size: 1rem;
}
.timeline-section-modern .timeline-line {
left: 30px;
}
.timeline-item,
.timeline-section-modern .timeline-item-alternate {
justify-content: flex-start;
padding-left: 80px;
}
.timeline-section-modern .timeline-marker {
left: 30px;
transform: translateX(-50%);
}
.timeline-section-modern .marker-outer {
width: 50px;
height: 50px;
}
.timeline-section-modern .marker-inner {
font-size: 20px;
}
.timeline-section-modern .timeline-content {
width: 100%;
padding: 0;
}
.timeline-section-modern .timeline-item-alternate .timeline-content {
text-align: left;
}
.timeline-section-modern .timeline-item-alternate .card-decorator {
left: 0;
right: auto;
}
.timeline-section-modern .timeline-item-alternate .timeline-visual {
left: auto;
right: 16px;
}
.timeline-section-modern .timeline-card {
padding: 24px;
}
.timeline-section-modern .timeline-card-title {
font-size: 1.25rem;
}
.timeline-section-modern .timeline-card-desc {
font-size: 0.95rem;
}
}
@media (max-width: 767px) {
.timeline-section-modern {
padding: 60px 0;
}
#timeline-title {
font-size: 1.75rem;
}
#timeline-subtitle {
font-size: 1.125rem;
}
.timeline-section-modern .timeline-wrapper {
padding: 0 15px;
}
.timeline-section-modern .timeline-item {
margin-bottom: 60px;
padding-left: 70px;
}
.timeline-section-modern .marker-outer {
width: 44px;
height: 44px;
}
.timeline-section-modern .marker-inner {
font-size: 18px;
}
.timeline-section-modern .timeline-card {
padding: 20px;
}
.timeline-section-modern .timeline-card-title {
font-size: 1.125rem;
}
.timeline-section-modern .timeline-card-desc {
font-size: 0.9rem;
}
.timeline-section-modern .visual-element {
width: 24px;
height: 24px;
}
.timeline-section-modern .shape {
opacity: 0.03;
}
}
@media (max-width: 575px) {
.timeline-section-modern {
padding: 50px 0;
}
.timeline-section-modern .timeline-line {
left: 22px;
}
.timeline-section-modern .timeline-marker {
left: 22px;
}
.timeline-section-modern .timeline-item {
padding-left: 60px;
}
.timeline-section-modern .marker-outer {
width: 40px;
height: 40px;
}
.timeline-section-modern .marker-inner {
font-size: 16px;
}
.timeline-section-modern .timeline-card {
padding: 18px;
}
.timeline-section-modern .current-badge {
top: 12px;
right: 12px;
}
.badge-dot {
width: 10px;
height: 10px;
}
}
.career-section-variant {
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;
}
.career-section-variant .section-header {
position: relative;
z-index: 2;
}
.career-section-variant .decorative-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
background: linear-gradient(
135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
);
border-radius: 20px;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 25%, transparent);
animation: floatBadge 3s ease-in-out infinite;
}
.career-section-variant .decorative-badge i {
font-size: 28px;
color: var(--light);
}
@keyframes floatBadge {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(-10px);
}
}
.career-section-variant #career-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.2;
}
.career-section-variant #career-subtitle {
color: var(--text-secondary);
font-weight: 500;
}
.career-section-variant #career-desc {
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
line-height: 1.7;
}
.career-section-variant .decorative-shapes {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.career-section-variant .shape-circle {
position: absolute;
border-radius: 50%;
opacity: 0.1;
}
.career-section-variant .shape-1 {
width: 300px;
height: 300px;
background: var(--primary-500);
top: -100px;
left: -50px;
animation: float1 8s ease-in-out infinite;
}
.career-section-variant .shape-2 {
width: 200px;
height: 200px;
background: var(--primary-700);
top: -50px;
right: 10%;
animation: float2 6s ease-in-out infinite;
}
@keyframes float1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(30px, 30px) scale(1.1);
}
}
@keyframes float2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(-20px, 40px) scale(0.9);
}
}
.career-section-variant .career-card {
position: relative;
background: var(--surface-primary);
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
border-radius: 24px;
padding: 2rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.career-section-variant .career-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.career-section-variant .career-card:hover {
transform: translateY(-8px);
border-color: var(--primary-500);
box-shadow:
0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent),
0 0 0 1px color-mix(in srgb, var(--primary-500) 10%, transparent);
}
.career-section-variant .career-card:hover::before {
transform: scaleX(1);
}
.career-section-variant .card-icon-wrapper {
position: relative;
margin-bottom: 1.5rem;
display: flex;
align-items: center;
gap: 1rem;
}
.career-section-variant .icon-circle {
width: 64px;
height: 64px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 10%, var(--surface-primary)),
color-mix(in srgb, var(--primary-300) 15%, var(--surface-primary))
);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.4s ease;
}
.career-section-variant .career-card:hover .icon-circle {
background: linear-gradient(
135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 85%, var(--primary-700) 15%)
);
transform: rotate(10deg) scale(1.05);
}
.career-section-variant .icon-circle i {
font-size: 28px;
color: var(--primary-500);
transition: all 0.4s ease;
}
.career-section-variant .career-card:hover .icon-circle i {
color: var(--light);
transform: scale(1.1);
}
.career-section-variant .role-badge {
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
display: inline-block;
box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary-500) 20%, transparent);
animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.2);
opacity: 0.8;
}
}
.career-section-variant .card-content h3 {
color: var(--text-primary);
font-weight: 700;
transition: color 0.3s ease;
}
.career-section-variant .career-card:hover .card-content h3 {
color: var(--primary-500);
}
.career-section-variant .role-meta {
display: flex;
align-items: center;
gap: 0.75rem;
}
.career-section-variant .role-label {
display: inline-flex;
padding: 0.375rem 1rem;
background: color-mix(in srgb, var(--primary-500) 8%, var(--surface-primary));
color: var(--primary-700);
border-radius: 20px;
font-size: 0.875rem;
font-weight: 600;
border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
transition: all 0.3s ease;
}
.career-section-variant .career-card:hover .role-label {
background: var(--primary-500);
color: var(--light);
border-color: var(--primary-500);
}
.career-section-variant .card-content p {
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 1.5rem;
}
.career-section-variant .card-footer-visual {
margin-top: auto;
padding-top: 1rem;
}
.career-section-variant .visual-indicator {
height: 4px;
width: 60px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
border-radius: 2px;
transition: width 0.4s ease;
}
.career-section-variant .career-card:hover .visual-indicator {
width: 100%;
}
.career-section-variant .decorative-dots-grid {
position: absolute;
bottom: 40px;
right: 40px;
display: grid;
grid-template-columns: repeat(3, 8px);
gap: 16px;
opacity: 0.2;
pointer-events: none;
}
.career-section-variant .decorative-dots-grid .dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
animation: dotPulse 2s ease-in-out infinite;
}
.career-section-variant .decorative-dots-grid .dot:nth-child(1) {
animation-delay: 0s;
}
.career-section-variant .decorative-dots-grid .dot:nth-child(2) {
animation-delay: 0.2s;
}
.career-section-variant .decorative-dots-grid .dot:nth-child(3) {
animation-delay: 0.4s;
}
.career-section-variant .decorative-dots-grid .dot:nth-child(4) {
animation-delay: 0.6s;
}
.career-section-variant .decorative-dots-grid .dot:nth-child(5) {
animation-delay: 0.8s;
}
.career-section-variant .decorative-dots-grid .dot:nth-child(6) {
animation-delay: 1s;
}
@keyframes dotPulse {
0%, 100% {
opacity: 0.3;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.5);
}
}
@media (max-width: 991px) {
.career-section-variant .career-card {
padding: 1.5rem;
}
.career-section-variant .decorative-badge {
width: 56px;
height: 56px;
}
.career-section-variant .decorative-badge i {
font-size: 24px;
}
.career-section-variant .shape-1,
.career-section-variant .shape-2 {
display: none;
}
}
@media (max-width: 767px) {
.career-section-variant #career-title {
font-size: 2rem;
}
.career-section-variant .icon-circle {
width: 56px;
height: 56px;
}
.career-section-variant .icon-circle i {
font-size: 24px;
}
.career-section-variant .decorative-dots-grid {
display: none;
}
}
@media (max-width: 575px) {
.career-section-variant .career-card {
padding: 1.25rem;
}
.career-section-variant .decorative-badge {
width: 48px;
height: 48px;
}
.career-section-variant .decorative-badge i {
font-size: 20px;
}
}
.coreinfo-section-alt {
background: var(--light);
position: relative;
overflow: hidden;
padding: 5rem 0;
}
.coreinfo-section-alt .decorative-dot-accent {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
margin: 0 auto 1.5rem;
position: relative;
}
.coreinfo-section-alt .decorative-dot-accent::before,
.coreinfo-section-alt .decorative-dot-accent::after {
content: '';
position: absolute;
width: 8px;
height: 8px;
background: var(--primary-300);
border-radius: 50%;
top: 0;
}
.coreinfo-section-alt .decorative-dot-accent::before {
left: -20px;
}
.coreinfo-section-alt .decorative-dot-accent::after {
right: -20px;
}
.coreinfo-section-alt #coreinfo-title {
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.coreinfo-section-alt #coreinfo-subtitle {
color: var(--primary-500);
font-weight: 500;
}
.coreinfo-section-alt #coreinfo-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 100%;
}
.coreinfo-section-alt .decorative-separator {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-300),
var(--primary-500),
var(--primary-300)
);
border-radius: 2px;
}
.coreinfo-section-alt .info-card {
background: var(--surface-primary);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
border-radius: 16px;
padding: 2.5rem 2rem;
position: relative;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.coreinfo-section-alt .info-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(
90deg,
var(--primary-300),
var(--primary-500)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.coreinfo-section-alt .info-card:hover {
transform: translateY(-8px);
border-color: var(--primary-500);
box-shadow:
0 12px 40px rgba(var(--black-rgb), 0.08),
0 0 0 1px color-mix(in srgb, var(--primary-500) 10%, transparent);
}
.coreinfo-section-alt .info-card:hover::before {
transform: scaleX(1);
}
.coreinfo-section-alt .icon-wrapper {
width: 72px;
height: 72px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 15%, transparent),
color-mix(in srgb, var(--primary-500) 20%, transparent)
);
border-radius: 16px;
position: relative;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.coreinfo-section-alt .icon-wrapper::after {
content: '';
position: absolute;
inset: -2px;
background: linear-gradient(
135deg,
var(--primary-300),
var(--primary-500)
);
border-radius: 18px;
opacity: 0;
z-index: -1;
transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.coreinfo-section-alt .info-card:hover .icon-wrapper {
transform: scale(1.1) rotate(5deg);
}
.coreinfo-section-alt .info-card:hover .icon-wrapper::after {
opacity: 0.3;
}
.coreinfo-section-alt .icon-wrapper i {
font-size: 2rem;
color: var(--primary-500);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.coreinfo-section-alt .info-card:hover .icon-wrapper i {
color: var(--primary-700);
transform: scale(1.1);
}
.coreinfo-section-alt .card-title {
color: var(--text-primary);
line-height: 1.3;
margin-bottom: 1rem;
transition: color 0.3s ease;
}
.coreinfo-section-alt .info-card:hover .card-title {
color: var(--primary-700);
}
.coreinfo-section-alt .card-text {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.95rem;
}
.coreinfo-section-alt .card-accent {
position: absolute;
bottom: 0;
right: 0;
width: 120px;
height: 120px;
background: radial-gradient(
circle at bottom right,
color-mix(in srgb, var(--primary-300) 8%, transparent),
transparent 70%
);
pointer-events: none;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.coreinfo-section-alt .info-card:hover .card-accent {
width: 160px;
height: 160px;
background: radial-gradient(
circle at bottom right,
color-mix(in srgb, var(--primary-500) 12%, transparent),
transparent 70%
);
}
.coreinfo-section-alt .decorative-blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.08;
pointer-events: none;
z-index: 0;
}
.coreinfo-section-alt .blob-1 {
width: 500px;
height: 500px;
background: var(--primary-300);
top: -200px;
left: -150px;
animation: float-blob-1 20s ease-in-out infinite;
}
.coreinfo-section-alt .blob-2 {
width: 600px;
height: 600px;
background: var(--primary-500);
bottom: -250px;
right: -200px;
animation: float-blob-2 25s ease-in-out infinite;
}
.coreinfo-section-alt .decorative-circle {
position: absolute;
border: 2px solid color-mix(in srgb, var(--primary-300) 15%, transparent);
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.coreinfo-section-alt .circle-1 {
width: 200px;
height: 200px;
top: 15%;
right: 10%;
animation: rotate-circle 30s linear infinite;
}
.coreinfo-section-alt .circle-2 {
width: 150px;
height: 150px;
bottom: 20%;
left: 8%;
animation: rotate-circle 25s linear infinite reverse;
}
@keyframes float-blob-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(50px, -30px) scale(1.1);
}
66% {
transform: translate(-30px, 40px) scale(0.9);
}
}
@keyframes float-blob-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(-60px, 40px) scale(0.9);
}
66% {
transform: translate(40px, -50px) scale(1.1);
}
}
@keyframes rotate-circle {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@media (max-width: 991.98px) {
.coreinfo-section-alt {
padding: 4rem 0;
}
.coreinfo-section-alt .info-card {
padding: 2rem 1.5rem;
}
.coreinfo-section-alt .icon-wrapper {
width: 64px;
height: 64px;
}
.coreinfo-section-alt .icon-wrapper i {
font-size: 1.75rem;
}
}
@media (max-width: 767.98px) {
.coreinfo-section-alt {
padding: 3rem 0;
}
.coreinfo-section-alt #coreinfo-title {
font-size: 2rem;
}
.coreinfo-section-alt .info-card {
padding: 1.75rem 1.25rem;
}
.coreinfo-section-alt .icon-wrapper {
width: 56px;
height: 56px;
}
.coreinfo-section-alt .icon-wrapper i {
font-size: 1.5rem;
}
.coreinfo-section-alt .blob-1,
.coreinfo-section-alt .blob-2 {
display: none;
}
}
@media (max-width: 575.98px) {
.coreinfo-section-alt .decorative-dot-accent::before,
.coreinfo-section-alt .decorative-dot-accent::after {
display: none;
}
.coreinfo-section-alt .decorative-separator {
width: 60px;
}
}
@media (prefers-reduced-motion: reduce) {
.coreinfo-section-alt .info-card,
.coreinfo-section-alt .icon-wrapper,
.coreinfo-section-alt .icon-wrapper i {
transition: none;
}
.coreinfo-section-alt .blob-1,
.coreinfo-section-alt .blob-2,
.coreinfo-section-alt .circle-1,
.coreinfo-section-alt .circle-2 {
animation: none;
}
.coreinfo-section-alt .info-card:hover {
transform: none;
}
.coreinfo-section-alt .info-card:hover .icon-wrapper {
transform: none;
}
}
@media (prefers-contrast: high) {
.coreinfo-section-alt .info-card {
border-width: 2px;
border-color: var(--primary-500);
}
.coreinfo-section-alt .icon-wrapper {
border: 2px solid var(--primary-500);
}
.coreinfo-section-alt .decorative-blob,
.coreinfo-section-alt .card-accent {
display: 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-style {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.contact-section-style .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
}
.contact-section-style .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 1rem;
}
.contact-section-style .section-description {
font-size: 1rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 800px;
margin: 0 auto;
}
.contact-section-style .contact-form-wrapper {
position: relative;
background: var(--light);
padding: 2.5rem;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-section-style .contact-form-wrapper:hover {
transform: translateY(-4px);
box-shadow: 0 8px 30px rgba(var(--black-rgb), 0.12);
}
.contact-section-style .decorative-accent {
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
border-radius: 2px;
}
.contact-section-style .form-label {
font-size: 0.95rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 0.5rem;
display: flex;
align-items: center;
}
.contact-section-style .form-label i {
color: var(--primary-500);
font-size: 1.1rem;
}
.contact-section-style .form-input {
padding: 0.875rem 1.25rem;
font-size: 1rem;
border: 2px solid var(--neutral-100);
border-radius: 8px;
background: var(--surface-primary);
color: var(--text-primary);
transition: all 0.3s ease;
}
.contact-section-style .form-input:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, transparent);
outline: none;
background: var(--light);
}
.contact-section-style .form-input::placeholder {
color: var(--neutral-300);
}
.contact-section-style textarea.form-input {
resize: vertical;
min-height: 120px;
}
.contact-section-style .form-check-input {
width: 1.25rem;
height: 1.25rem;
border: 2px solid var(--neutral-300);
border-radius: 4px;
margin-top: 0.15rem;
cursor: pointer;
}
.contact-section-style .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.contact-section-style .form-check-label {
font-size: 0.9rem;
color: var(--text-secondary);
cursor: pointer;
user-select: none;
}
.contact-section-style .btn-submit {
padding: 1rem 2rem !important;
font-size: 1.05rem !important;
font-weight: 600 !important;
border: none !important;
border-radius: 8px !important;
background: linear-gradient(135deg, #2563eb, #0284c7) !important;
color: var(--light) !important;
cursor: pointer !important;
transition: all 0.3s ease !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3) !important;
}
.contact-section-style .btn-submit:hover {
transform: translateY(-2px) !important;
box-shadow: 0 6px 25px rgba(37, 99, 235, 0.4) !important;
background: linear-gradient(135deg, #1d4ed8, #0369a1) !important;
}
.contact-section-style .btn-submit:active {
transform: translateY(0) !important;
}
.contact-section-style .btn-submit i {
transition: transform 0.3s ease;
}
.contact-section-style .btn-submit:hover i {
transform: translateX(4px);
}
.contact-section-style .contact-info-wrapper {
height: 100%;
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.contact-section-style .info-cards-grid {
display: grid;
gap: 1rem;
}
.contact-section-style .info-card {
display: flex;
align-items: flex-start;
gap: 1rem;
padding: 1.25rem;
background: var(--light);
border-radius: 12px;
border: 2px solid var(--neutral-100);
transition: all 0.3s ease;
}
.contact-section-style .info-card:hover {
border-color: var(--primary-500);
transform: translateX(4px);
box-shadow: 0 4px 15px rgba(var(--black-rgb), 0.08);
}
.contact-section-style .info-icon {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: var(--light);
border-radius: 10px;
font-size: 1.25rem;
flex-shrink: 0;
}
.contact-section-style .info-content {
flex: 1;
}
.contact-section-style .info-title {
font-size: 1rem;
font-weight: 600;
color: var(--text-primary);
margin: 0;
line-height: 1.5;
}
.contact-section-style .map-placeholder {
position: relative;
width: 100%;
height: 300px;
background: linear-gradient(135deg, var(--neutral-100), var(--neutral-50));
border-radius: 12px;
overflow: hidden;
border: 2px solid var(--neutral-100);
}
.contact-section-style .map-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
}
.contact-section-style .map-overlay i {
font-size: 4rem;
color: var(--primary-500);
opacity: 0.4;
}
.contact-section-style .social-icons-wrapper {
display: flex;
gap: 1rem;
justify-content: center;
padding-top: 1rem;
}
.contact-section-style .social-icon {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: var(--light);
color: var(--primary-500);
border: 2px solid var(--neutral-100);
border-radius: 50%;
font-size: 1.25rem;
text-decoration: none;
transition: all 0.3s ease;
}
.contact-section-style .social-icon:hover {
background: var(--primary-500);
color: var(--light);
border-color: var(--primary-500);
transform: translateY(-4px);
box-shadow: 0 4px 15px rgba(var(--black-rgb), 0.15);
}
.contact-section-style .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
}
.contact-section-style .shape-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
opacity: 0.05;
}
.contact-section-style .shape-1 {
width: 300px;
height: 300px;
top: -100px;
right: -100px;
}
.contact-section-style .shape-2 {
width: 200px;
height: 200px;
bottom: -50px;
left: -50px;
}
.contact-section-style .shape-blob {
position: absolute;
width: 400px;
height: 400px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
opacity: 0.03;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: blob-animation 20s ease-in-out infinite;
}
@keyframes blob-animation {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: translate(-50%, -50%) rotate(0deg);
}
50% {
border-radius: 70% 30% 50% 50% / 30% 60% 40% 70%;
transform: translate(-50%, -50%) rotate(180deg);
}
}
@media (max-width: 991px) {
.contact-section-style .section-title {
font-size: 2rem;
}
.contact-section-style .section-subtitle {
font-size: 1.1rem;
}
.contact-section-style .contact-form-wrapper {
margin-bottom: 2rem;
}
.contact-section-style .map-placeholder {
height: 250px;
}
}
@media (max-width: 767px) {
.contact-section-style .section-title {
font-size: 1.75rem;
}
.contact-section-style .section-subtitle {
font-size: 1rem;
}
.contact-section-style .contact-form-wrapper {
padding: 1.5rem;
}
.contact-section-style .info-card {
padding: 1rem;
}
.contact-section-style .social-icon {
width: 44px;
height: 44px;
font-size: 1.1rem;
}
}
@media (max-width: 575px) {
.contact-section-style .section-title {
font-size: 1.5rem;
}
.contact-section-style .btn-submit {
padding: 0.875rem 1.5rem !important;
font-size: 1rem !important;
}
.contact-section-style .map-placeholder {
height: 200px;
}
}
.blog-section-minimal {
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.blog-section-minimal .section-header {
position: relative;
z-index: 2;
}
.blog-section-minimal .decorative-dot-pattern {
display: flex;
gap: 8px;
justify-content: center;
align-items: center;
}
.blog-section-minimal .decorative-dot-pattern .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
display: block;
animation: pulse-dot 2s ease-in-out infinite;
}
.blog-section-minimal .decorative-dot-pattern .dot:nth-child(2) {
animation-delay: 0.2s;
}
.blog-section-minimal .decorative-dot-pattern .dot:nth-child(3) {
animation-delay: 0.4s;
}
@keyframes pulse-dot {
0%, 100% {
opacity: 0.4;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.2);
}
}
.blog-section-minimal #blog-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.2;
}
.blog-section-minimal #blog-subtitle {
color: var(--primary-500);
font-weight: 500;
}
.blog-section-minimal #blog-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.blog-section-minimal .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-300),
var(--primary-500),
var(--primary-300)
);
border-radius: 2px;
}
.blog-section-minimal .blog-card {
height: 100%;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-section-minimal .blog-card-inner {
height: 100%;
background: var(--surface-secondary);
border-radius: 12px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.08);
transition: all 0.3s ease;
display: flex;
flex-direction: column;
}
.blog-section-minimal .blog-card:hover .blog-card-inner {
transform: translateY(-8px);
box-shadow: 0 12px 24px rgba(var(--black-rgb), 0.12);
}
.blog-section-minimal .blog-image-wrapper {
position: relative;
width: 100%;
height: 220px;
overflow: hidden;
background: color-mix(in srgb, var(--primary-50) 50%, var(--neutral-100));
}
.blog-section-minimal .blog-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.blog-section-minimal .blog-card:hover .blog-image {
transform: scale(1.08);
}
.blog-section-minimal .image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
180deg,
rgba(var(--black-rgb), 0) 0%,
rgba(var(--black-rgb), 0.1) 100%
);
opacity: 0;
transition: opacity 0.3s ease;
}
.blog-section-minimal .blog-card:hover .image-overlay {
opacity: 1;
}
.blog-section-minimal .category-badge {
position: absolute;
top: 16px;
right: 16px;
background: var(--primary-500);
color: var(--light);
width: 36px;
height: 36px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
}
.blog-section-minimal .blog-content {
padding: 24px;
flex-grow: 1;
display: flex;
flex-direction: column;
}
.blog-section-minimal .blog-meta {
display: flex;
gap: 16px;
margin-bottom: 16px;
padding-bottom: 16px;
border-bottom: 1px solid var(--neutral-100);
}
.blog-section-minimal .meta-item {
display: flex;
align-items: center;
gap: 6px;
color: var(--text-secondary);
font-size: 14px;
}
.blog-section-minimal .meta-item i {
color: var(--primary-500);
font-size: 16px;
}
.blog-section-minimal .blog-title {
color: var(--text-primary);
font-weight: 600;
line-height: 1.4;
margin-bottom: 12px;
transition: color 0.3s ease;
}
.blog-section-minimal .blog-card:hover .blog-title {
color: var(--primary-500);
}
.blog-section-minimal .blog-excerpt {
color: var(--text-secondary);
line-height: 1.6;
font-size: 15px;
margin-bottom: 20px;
flex-grow: 1;
}
.blog-section-minimal .read-more-link {
color: var(--primary-500);
text-decoration: none;
font-weight: 600;
font-size: 15px;
display: inline-flex;
align-items: center;
transition: all 0.3s ease;
align-self: flex-start;
}
.blog-section-minimal .read-more-link:hover {
color: var(--primary-700);
gap: 8px;
}
.blog-section-minimal .read-more-link i {
transition: transform 0.3s ease;
}
.blog-section-minimal .read-more-link:hover i {
transform: translateX(4px);
}
.blog-section-minimal .decorative-bottom {
position: relative;
height: 100px;
pointer-events: none;
}
.blog-section-minimal .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.blog-section-minimal .decorative-shape.shape-1 {
width: 120px;
height: 120px;
background: var(--primary-500);
left: 10%;
top: 20px;
animation: float-shape 6s ease-in-out infinite;
}
.blog-section-minimal .decorative-shape.shape-2 {
width: 80px;
height: 80px;
background: var(--primary-700);
right: 15%;
top: 40px;
animation: float-shape 8s ease-in-out infinite;
animation-delay: 1s;
}
.blog-section-minimal .decorative-shape.shape-3 {
width: 100px;
height: 100px;
background: var(--primary-300);
left: 50%;
top: 10px;
animation: float-shape 7s ease-in-out infinite;
animation-delay: 2s;
}
@keyframes float-shape {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(180deg);
}
}
@media (max-width: 991.98px) {
.blog-section-minimal #blog-title {
font-size: 2.5rem;
}
.blog-section-minimal .blog-image-wrapper {
height: 200px;
}
}
@media (max-width: 767.98px) {
.blog-section-minimal #blog-title {
font-size: 2rem;
}
.blog-section-minimal #blog-subtitle {
font-size: 1.25rem;
}
.blog-section-minimal .blog-image-wrapper {
height: 180px;
}
.blog-section-minimal .blog-content {
padding: 20px;
}
.blog-section-minimal .decorative-shape {
display: none;
}
}
@media (max-width: 575.98px) {
.blog-section-minimal #blog-title {
font-size: 1.75rem;
}
.blog-section-minimal .blog-image-wrapper {
height: 160px;
}
}
.faq-section-custom {
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-custom .section-header {
position: relative;
z-index: 2;
}
.faq-section-custom #faq-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
.faq-section-custom #faq-subtitle {
color: var(--primary-500);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: 0.875rem;
}
.faq-section-custom #faq-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.faq-section-custom .decorative-shapes {
position: absolute;
top: -50px;
left: 50%;
transform: translateX(-50%);
width: 100%;
max-width: 800px;
height: 200px;
pointer-events: none;
z-index: 1;
}
.faq-section-custom .shape-circle {
position: absolute;
top: 20px;
right: 10%;
width: 80px;
height: 80px;
border-radius: 50%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 40%, transparent 60%),
color-mix(in srgb, var(--primary-500) 20%, transparent 80%)
);
filter: blur(20px);
animation: float 6s ease-in-out infinite;
}
.faq-section-custom .shape-blob {
position: absolute;
top: 60px;
left: 15%;
width: 120px;
height: 120px;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
background: linear-gradient(
45deg,
color-mix(in srgb, var(--primary-300) 30%, transparent 70%),
color-mix(in srgb, var(--primary-500) 15%, transparent 85%)
);
filter: blur(25px);
animation: morph 8s ease-in-out infinite;
}
.faq-section-custom .faq-card {
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, var(--neutral-100) 80%);
border-radius: 12px;
background: var(--surface-primary);
transition: all 0.3s ease;
box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.04);
}
.faq-section-custom .faq-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
border-color: var(--primary-300);
}
.faq-section-custom .faq-card .card-header {
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-50) 60%, var(--surface-primary) 40%),
var(--surface-primary)
);
border-bottom: 2px solid var(--primary-300);
border-radius: 12px 12px 0 0 !important;
padding: 1.5rem;
}
.faq-section-custom .faq-card .card-body {
padding: 1.5rem;
background: var(--surface-primary);
}
.faq-section-custom .icon-wrapper {
width: 48px;
height: 48px;
min-width: 48px;
border-radius: 10px;
background: linear-gradient(
135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
);
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
transition: all 0.3s ease;
}
.faq-section-custom .faq-card:hover .icon-wrapper {
transform: scale(1.1) rotate(5deg);
box-shadow: 0 6px 16px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
}
.faq-section-custom .icon-wrapper i {
font-size: 1.5rem;
color: var(--light);
}
.faq-section-custom .card-header h4 {
color: var(--text-primary);
font-weight: 600;
line-height: 1.4;
margin: 0;
}
.faq-section-custom .card-body p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.95rem;
}
.faq-section-custom .background-decoration {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.faq-section-custom .blob-shape-1 {
position: absolute;
top: 10%;
right: -5%;
width: 400px;
height: 400px;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
color-mix(in srgb, var(--primary-500) 8%, transparent 92%)
);
filter: blur(60px);
animation: float 10s ease-in-out infinite;
}
.faq-section-custom .blob-shape-2 {
position: absolute;
bottom: 15%;
left: -5%;
width: 350px;
height: 350px;
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
background: linear-gradient(
225deg,
color-mix(in srgb, var(--primary-300) 12%, transparent 88%),
color-mix(in srgb, var(--primary-500) 6%, transparent 94%)
);
filter: blur(60px);
animation: float 12s ease-in-out infinite reverse;
}
.faq-section-custom .grid-pattern {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image:
linear-gradient(color-mix(in srgb, var(--primary-300) 8%, transparent 92%) 1px, transparent 1px),
linear-gradient(90deg, color-mix(in srgb, var(--primary-300) 8%, transparent 92%) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.3;
}
@keyframes float {
0%, 100% {
transform: translateY(0) translateX(0);
}
33% {
transform: translateY(-20px) translateX(10px);
}
66% {
transform: translateY(10px) translateX(-10px);
}
}
@keyframes morph {
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% 40% 60% / 50% 60% 40% 50%;
}
75% {
border-radius: 70% 30% 60% 40% / 40% 60% 50% 40%;
}
}
@media (max-width: 991.98px) {
.faq-section-custom #faq-title {
font-size: 2rem;
}
.faq-section-custom .faq-card .card-header,
.faq-section-custom .faq-card .card-body {
padding: 1.25rem;
}
.faq-section-custom .blob-shape-1,
.faq-section-custom .blob-shape-2 {
width: 300px;
height: 300px;
}
}
@media (max-width: 767.98px) {
.faq-section-custom #faq-title {
font-size: 1.75rem;
}
.faq-section-custom #faq-subtitle {
font-size: 0.8rem;
}
.faq-section-custom .icon-wrapper {
width: 40px;
height: 40px;
min-width: 40px;
}
.faq-section-custom .icon-wrapper i {
font-size: 1.25rem;
}
.faq-section-custom .card-header h4 {
font-size: 1rem;
}
.faq-section-custom .card-body p {
font-size: 0.9rem;
}
.faq-section-custom .blob-shape-1,
.faq-section-custom .blob-shape-2 {
width: 250px;
height: 250px;
}
}
@media (max-width: 575.98px) {
.faq-section-custom .faq-card .card-header,
.faq-section-custom .faq-card .card-body {
padding: 1rem;
}
.faq-section-custom .decorative-shapes {
display: none;
}
}
.footer-secondary {
position: relative;
padding: 80px 0 40px;
overflow: hidden;
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%
), url('assets/images/footer_bg.webp');
background-size: cover;
background-position: center;
background-attachment: fixed;
color: var(--light);
}
.footer-secondary .footer-background-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-700) 92%, transparent) 0%,
color-mix(in srgb, var(--primary-500) 88%, transparent) 100%
);
z-index: 1;
}
.footer-secondary .container {
position: relative;
z-index: 2;
}
.footer-secondary .footer-brand {
position: relative;
padding-right: 20px;
}
.footer-secondary .brand-name {
font-size: 28px;
font-weight: 700;
margin-bottom: 20px;
color: var(--light);
letter-spacing: -0.5px;
}
.footer-secondary .brand-description {
font-size: 15px;
line-height: 1.7;
color: rgba(var(--white-rgb), 0.9);
margin-bottom: 25px;
}
.footer-secondary .decorative-dots {
display: flex;
gap: 8px;
margin-top: 20px;
}
.footer-secondary .decorative-dots .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: rgba(var(--white-rgb), 0.4);
transition: all 0.3s ease;
}
.footer-secondary .decorative-dots .dot:hover {
background: rgba(var(--white-rgb), 0.8);
transform: scale(1.3);
}
.footer-secondary .footer-links-section {
position: relative;
}
.footer-secondary .footer-heading {
font-size: 18px;
font-weight: 600;
margin-bottom: 25px;
color: var(--light);
position: relative;
padding-bottom: 12px;
}
.footer-secondary .footer-heading::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 40px;
height: 2px;
background: rgba(var(--white-rgb), 0.5);
}
.footer-secondary .footer-links {
list-style: none;
padding: 0;
margin: 0;
}
.footer-secondary .footer-links li {
margin-bottom: 12px;
}
.footer-secondary .footer-links a {
color: rgba(var(--white-rgb), 0.85);
text-decoration: none;
font-size: 14px;
transition: all 0.3s ease;
display: inline-block;
position: relative;
padding-left: 15px;
}
.footer-secondary .footer-links a::before {
content: '';
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 6px;
height: 6px;
border-radius: 50%;
background: rgba(var(--white-rgb), 0.4);
transition: all 0.3s ease;
}
.footer-secondary .footer-links a:hover {
color: var(--light);
padding-left: 20px;
}
.footer-secondary .footer-links a:hover::before {
background: var(--light);
width: 8px;
height: 8px;
}
.footer-secondary .decorative-icon {
margin-top: 30px;
font-size: 32px;
color: rgba(var(--white-rgb), 0.2);
}
.footer-secondary .footer-contact-section {
position: relative;
}
.footer-secondary .contact-list {
list-style: none;
padding: 0;
margin: 0;
}
.footer-secondary .contact-item {
display: flex;
align-items: flex-start;
gap: 12px;
margin-bottom: 18px;
color: rgba(var(--white-rgb), 0.9);
font-size: 14px;
line-height: 1.6;
}
.footer-secondary .contact-item i {
font-size: 18px;
color: rgba(var(--white-rgb), 0.7);
margin-top: 2px;
flex-shrink: 0;
}
.footer-secondary .contact-item span {
flex: 1;
}
.footer-secondary .decorative-shape {
position: absolute;
bottom: -20px;
right: -20px;
width: 80px;
height: 80px;
border-radius: 50%;
background: rgba(var(--white-rgb), 0.05);
pointer-events: none;
}
.footer-secondary .footer-disclaimer-section {
position: relative;
}
.footer-secondary .disclaimer-card {
background: rgba(var(--white-rgb), 0.08);
border: 1px solid rgba(var(--white-rgb), 0.15);
border-radius: 12px;
padding: 25px;
position: relative;
backdrop-filter: blur(10px);
}
.footer-secondary .decorative-disclaimer-icon {
position: absolute;
top: -15px;
right: 20px;
font-size: 30px;
color: rgba(var(--white-rgb), 0.3);
}
.footer-secondary .disclaimer-text {
font-size: 13px;
line-height: 1.6;
color: rgba(var(--white-rgb), 0.85);
margin: 0;
}
.footer-secondary .floating-icons {
display: flex;
gap: 15px;
margin-top: 20px;
justify-content: center;
}
.footer-secondary .floating-icons i {
font-size: 24px;
color: rgba(var(--white-rgb), 0.25);
transition: all 0.3s ease;
}
.footer-secondary .floating-icons i:hover {
color: rgba(var(--white-rgb), 0.6);
transform: translateY(-5px);
}
.footer-secondary .footer-bottom {
margin-top: 60px;
padding-top: 30px;
border-top: 1px solid rgba(var(--white-rgb), 0.15);
}
.footer-secondary .copyright-wrapper {
text-align: center;
position: relative;
}
.footer-secondary .copyright-text {
font-size: 14px;
color: rgba(var(--white-rgb), 0.8);
margin: 0;
}
.footer-secondary .decorative-line {
width: 100px;
height: 2px;
background: linear-gradient(
90deg,
transparent,
rgba(var(--white-rgb), 0.3),
transparent
);
margin: 15px auto 0;
}
.footer-secondary .background-decorations {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: 1;
pointer-events: none;
}
.footer-secondary .blob {
position: absolute;
border-radius: 50%;
filter: blur(60px);
opacity: 0.15;
}
.footer-secondary .blob-1 {
width: 400px;
height: 400px;
background: color-mix(in srgb, var(--primary-300) 50%, transparent);
top: -100px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.footer-secondary .blob-2 {
width: 350px;
height: 350px;
background: color-mix(in srgb, var(--primary-500) 40%, transparent);
bottom: -80px;
left: -80px;
animation: float 25s ease-in-out infinite reverse;
}
.footer-secondary .circle-decoration {
position: absolute;
width: 200px;
height: 200px;
border: 2px solid rgba(var(--white-rgb), 0.1);
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: pulse 15s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(30px, 30px);
}
}
@keyframes pulse {
0%, 100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.1;
}
50% {
transform: translate(-50%, -50%) scale(1.2);
opacity: 0.05;
}
}
@media (max-width: 991px) {
.footer-secondary {
padding: 60px 0 30px;
}
.footer-secondary .footer-brand {
padding-right: 0;
margin-bottom: 30px;
}
.footer-secondary .brand-name {
font-size: 24px;
}
.footer-links-section,
.footer-contact-section,
.footer-secondary .footer-disclaimer-section {
margin-bottom: 30px;
}
}
@media (max-width: 767px) {
.footer-secondary {
padding: 50px 0 25px;
}
.footer-secondary .brand-name {
font-size: 22px;
}
.footer-secondary .brand-description {
font-size: 14px;
}
.footer-secondary .footer-heading {
font-size: 16px;
margin-bottom: 20px;
}
.footer-secondary .disclaimer-card {
padding: 20px;
}
.footer-secondary .footer-bottom {
margin-top: 40px;
padding-top: 20px;
}
.footer-secondary .copyright-text {
font-size: 13px;
}
.blob-1,
.footer-secondary .blob-2 {
width: 250px;
height: 250px;
}
.footer-secondary .circle-decoration {
width: 150px;
height: 150px;
}
}
@media (max-width: 575px) {
.footer-secondary {
padding: 40px 0 20px;
}
.footer-secondary .floating-icons {
gap: 10px;
}
.footer-secondary .floating-icons i {
font-size: 20px;
}
}
.add_wrap_secondary {
position: relative;
padding: var(--space-section-y, 5rem) 0;
background: var(--surface-primary, #f8fafc);
overflow: hidden;
}
.add_wrap_secondary .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.03;
pointer-events: none;
z-index: 0;
}
.add_wrap_secondary .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500, #2563eb);
top: -100px;
right: -100px;
filter: blur(60px);
}
.add_wrap_secondary .blob-2 {
width: 500px;
height: 500px;
background: var(--primary-300, #93c5fd);
bottom: -150px;
left: -150px;
filter: blur(80px);
}
.add_wrap_secondary .container {
position: relative;
z-index: 1;
}
.add_wrap_secondary .add_header {
margin-bottom: var(--space-12, 3rem);
}
.add_wrap_secondary .add_title {
font-size: clamp(2rem, 4vw, 2.75rem);
font-weight: 700;
color: var(--text-primary, #0f172a);
margin-bottom: var(--space-4, 1rem);
line-height: 1.2;
}
.add_wrap_secondary .add_subtitle {
font-size: clamp(1.125rem, 2vw, 1.375rem);
color: var(--text-accent, #2563eb);
margin-bottom: var(--space-3, 0.75rem);
font-weight: 600;
line-height: 1.4;
}
.add_wrap_secondary .add_description {
font-size: 1.0625rem;
color: var(--text-secondary, #334155);
line-height: 1.7;
max-width: 800px;
margin: 0 auto;
}
.add_wrap_secondary .add_features_grid {
margin-top: var(--space-8, 2rem);
}
.add_wrap_secondary .add_feature_card {
display: flex;
gap: var(--space-4, 1rem);
padding: var(--space-6, 1.5rem);
background: #ffffff;
border-radius: var(--radius-lg, 12px);
border: 1px solid var(--border-light, #cbd5e1);
transition: all 0.3s ease;
height: 100%;
box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
}
.add_wrap_secondary .add_feature_card:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg, 0 10px 15px -3px rgba(0, 0, 0, 0.1));
border-color: var(--primary-300, #93c5fd);
}
.add_wrap_secondary .add_feature_card_highlight {
background: linear-gradient(135deg, var(--primary-50, #eff6ff) 0%, #ffffff 100%);
border: 2px solid var(--primary-300, #93c5fd);
}
.add_wrap_secondary .add_feature_card_highlight:hover {
background: linear-gradient(135deg, var(--primary-100, #dbeafe) 0%, #ffffff 100%);
border-color: var(--primary-500, #2563eb);
}
.add_wrap_secondary .card_icon_wrapper {
flex-shrink: 0;
width: 64px;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-50, #eff6ff);
border-radius: var(--radius-md, 10px);
color: var(--primary-500, #2563eb);
font-size: 1.75rem;
transition: all 0.3s ease;
}
.add_wrap_secondary .add_feature_card:hover .card_icon_wrapper {
background: var(--primary-500, #2563eb);
color: #ffffff;
transform: scale(1.1);
}
.add_wrap_secondary .add_feature_card_highlight .card_icon_wrapper {
width: 80px;
height: 80px;
font-size: 2rem;
background: var(--primary-100, #dbeafe);
}
.add_wrap_secondary .card_content {
flex: 1;
}
.add_wrap_secondary .add_elem_title {
font-size: clamp(1.125rem, 2vw, 1.375rem);
font-weight: 700;
color: var(--text-primary, #0f172a);
margin-bottom: var(--space-3, 0.75rem);
line-height: 1.3;
}
.add_wrap_secondary .add_elem_desc {
font-size: 1rem;
color: var(--text-secondary, #334155);
line-height: 1.6;
margin: 0;
}
@media (max-width: 767.98px) {
.add_wrap_secondary {
padding: var(--space-10, 2.5rem) 0;
}
.add_wrap_secondary .add_feature_card {
flex-direction: column;
text-align: center;
}
.add_wrap_secondary .card_icon_wrapper {
margin: 0 auto;
}
.add_wrap_secondary .add_header {
margin-bottom: var(--space-8, 2rem);
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.add_wrap_secondary .add_feature_card {
flex-direction: column;
text-align: center;
}
.add_wrap_secondary .card_icon_wrapper {
margin: 0 auto;
}
}


/* Footer Social Links - Simple Style */
.footer-social-links {
    margin: 20px 0;
    padding: 15px 0;
    text-align: center;
}

.footer-social-grid {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-social-link {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    position: relative;
}

.footer-social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    color: white;
    text-decoration: none;
}

/* Social Network Colors */
.footer-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.footer-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.footer-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.footer-x-link {
    background: linear-gradient(135deg, #000000, #333333);
}

.footer-x-link i {
    display: none;
}

.footer-x-link .x-symbol {
    font-weight: bold;
    font-size: 20px;
}

.footer-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.footer-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.footer-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.footer-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

@media (max-width: 768px) {
    .footer-social-grid {
        gap: 12px;
    }
    
    .footer-social-link {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}
