:root {
--primary-50: #fef4f7;
--primary-50-rgb: 254, 244, 247;
--primary-50-rgb: 254, 244, 247;
--primary-100: #fcdde8;
--primary-100-rgb: 252, 221, 232;
--primary-100-rgb: 252, 221, 232;
--primary-300: #f48fb1;
--primary-300-rgb: 244, 143, 177;
--primary-300-rgb: 244, 143, 177;
--primary-500: #e91e63;
--primary-500-rgb: 233, 30, 99;
--primary-500-rgb: 233, 30, 99;
--primary-700: #ba184f;
--primary-700-rgb: 186, 24, 79;
--primary-700-rgb: 186, 24, 79;
--primary-200: #f8b6cd;
--primary-200-rgb: 248, 182, 205;
--primary-200-rgb: 248, 182, 205;
--primary-400: #ef578a;
--primary-400-rgb: 239, 87, 138;
--primary-400-rgb: 239, 87, 138;
--primary-600: #d21b59;
--primary-600-rgb: 210, 27, 89;
--primary-600-rgb: 210, 27, 89;
--primary-800: #95133f;
--primary-800-rgb: 149, 19, 63;
--primary-800-rgb: 149, 19, 63;
--primary-900: #7f1036;
--primary-900-rgb: 127, 16, 54;
--primary-900-rgb: 127, 16, 54;
--primary-950: #590b26;
--primary-950-rgb: 89, 11, 38;
--primary-950-rgb: 89, 11, 38;
--primary-rgb: 233, 30, 99;
--neutral-50: #fafafa;
--neutral-50-rgb: 250, 250, 250;
--neutral-50-rgb: 250, 250, 250;
--neutral-100: #f5f5f5;
--neutral-100-rgb: 245, 245, 245;
--neutral-100-rgb: 245, 245, 245;
--neutral-300: #d4d4d4;
--neutral-300-rgb: 212, 212, 212;
--neutral-300-rgb: 212, 212, 212;
--neutral-500: #737373;
--neutral-500-rgb: 115, 115, 115;
--neutral-500-rgb: 115, 115, 115;
--neutral-700: #404040;
--neutral-700-rgb: 64, 64, 64;
--neutral-700-rgb: 64, 64, 64;
--neutral-900: #2b2b2b;
--neutral-900-rgb: 43, 43, 43;
--neutral-900-rgb: 43, 43, 43;
--neutral-200: #e5e5e5;
--neutral-200-rgb: 229, 229, 229;
--neutral-200-rgb: 229, 229, 229;
--neutral-400: #a4a4a4;
--neutral-400-rgb: 164, 164, 164;
--neutral-400-rgb: 164, 164, 164;
--neutral-600: #5a5a5a;
--neutral-600-rgb: 90, 90, 90;
--neutral-600-rgb: 90, 90, 90;
--neutral-800: #333333;
--neutral-800-rgb: 51, 51, 51;
--neutral-800-rgb: 51, 51, 51;
--neutral-950: #1e1e1e;
--neutral-950-rgb: 30, 30, 30;
--neutral-950-rgb: 30, 30, 30;
--surface-primary: #fce4ec;
--surface-primary-rgb: 252, 228, 236;
--surface-secondary: #f8bbd9;
--surface-secondary-rgb: 248, 187, 217;
--surface-accent: var(--primary-50);
--text-primary: #880e4f;
--text-primary-rgb: 136, 14, 79;
--text-secondary: #ad1457;
--text-secondary-rgb: 173, 20, 87;
--text-accent: var(--primary-500);
--button-primary-bg: var(--primary-500);
--button-primary-text: #ffffff;
--button-primary-text-rgb: 255, 255, 255;
--button-secondary-bg: var(--neutral-100);
--button-secondary-text: var(--neutral-900);
--border-light: var(--neutral-300);
--border-medium: var(--neutral-500);
--shadow-sm: 0 1px 2px 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: #fef6e1;
--accent-50-rgb: 254, 246, 225;
--accent-50-rgb: 254, 246, 225;
--accent-100: #fde2d3;
--accent-100-rgb: 253, 226, 211;
--accent-100-rgb: 253, 226, 211;
--accent-200: #fac1bb;
--accent-200-rgb: 250, 193, 187;
--accent-200-rgb: 250, 193, 187;
--accent-300: #f7a0a1;
--accent-300-rgb: 247, 160, 161;
--accent-300-rgb: 247, 160, 161;
--accent-400: #f4707e;
--accent-400-rgb: 244, 112, 126;
--accent-400-rgb: 244, 112, 126;
--accent-500: #f0405a;
--accent-500-rgb: 240, 64, 90;
--accent-500-rgb: 240, 64, 90;
--accent-600: #e03d51;
--accent-600-rgb: 224, 61, 81;
--accent-600-rgb: 224, 61, 81;
--accent-700: #cf3b48;
--accent-700-rgb: 207, 59, 72;
--accent-700-rgb: 207, 59, 72;
--accent-800: #b53639;
--accent-800-rgb: 181, 54, 57;
--accent-800-rgb: 181, 54, 57;
--accent-900: #a53431;
--accent-900-rgb: 165, 52, 49;
--accent-900-rgb: 165, 52, 49;
--accent-950: #8b3023;
--accent-950-rgb: 139, 48, 35;
--accent-950-rgb: 139, 48, 35;
--accent-rgb: 240, 64, 90;
--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;
}
.dark_font_primary {
font-family: var(--font-primary);
}
.container_font_secondary {
font-family: var(--font-secondary);
}
.clean_font_mono {
font-family: var(--font-mono);
}
.section_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);
}
.base_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);
}
.modern_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);
}
.style_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);
}
.fresh_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);
}
.design_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);
}
.site_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);
}
.premium_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);
}
.content_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);
}
.creative_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);
}
.minimal_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);
}
.page_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);
}
.elite_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);
}
.studio_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);
}
.unique_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);
}
.bold_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;
}
.top_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);
}
.light_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);
}
.main_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);
}
.digital_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;
}
.company_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);
}
.agency_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);
}
.web_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);
}
.web_nav_link:hover,
.web_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.business_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) {
.top_hero_title {
font-size: var(--text-4xl);
}
.main_section_title {
font-size: var(--text-3xl);
}
.section_display_1 {
font-size: var(--text-5xl);
}
.base_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.top_hero_title {
font-size: var(--text-3xl);
}
.main_section_title {
font-size: var(--text-2xl);
}
.section_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);
}
.smart_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.core_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.theme_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.app_text_balance {
text-wrap: balance;
}
.pro_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.web_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.elite_caption,
.studio_overline,
.prime_footer_text {
color: var(--text-secondary);
}
.light_hero_subtitle,
.digital_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.top_hero_title,
.main_section_title,
.style_heading_1,
.fresh_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.smart_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;
}
}
.layout_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.new_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.custom_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.ui_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.brand_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.best_stack {
display: flex;
flex-direction: column;
}
.layout79_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.elite14_full_height {
min-height: 100vh;
}
.pro9_section_height {
min-height: 80vh;
}
.page97_hero_height {
min-height: 90vh;
}
.design5_m_0 { margin: 0; }
.bright99_m_1 { margin: var(--space-1); }
.digital62_m_2 { margin: var(--space-2); }
.container38_m_3 { margin: var(--space-3); }
.agency37_m_4 { margin: var(--space-4); }
.content16_m_6 { margin: var(--space-6); }
.page16_m_8 { margin: var(--space-8); }
.dark17_m_12 { margin: var(--space-12); }
.page24_m_16 { margin: var(--space-16); }
.page64_mx_auto { margin-left: auto; margin-right: auto; }
.brand48_my_auto { margin-top: auto; margin-bottom: auto; }
.elite88_mt_0 { margin-top: 0; }
.site82_mt_4 { margin-top: var(--space-4); }
.studio36_mt_8 { margin-top: var(--space-8); }
.page45_mt_12 { margin-top: var(--space-12); }
.design44_mb_0 { margin-bottom: 0; }
.dark50_mb_4 { margin-bottom: var(--space-4); }
.business5_mb_8 { margin-bottom: var(--space-8); }
.dark25_mb_12 { margin-bottom: var(--space-12); }
.premium39_p_0 { padding: 0; }
.custom29_p_1 { padding: var(--space-1); }
.prime8_p_2 { padding: var(--space-2); }
.bold90_p_3 { padding: var(--space-3); }
.theme28_p_4 { padding: var(--space-4); }
.core55_p_6 { padding: var(--space-6); }
.best43_p_8 { padding: var(--space-8); }
.agency49_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.main26_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.container3_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.container14_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.premium37_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.brand45_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.digital88_gap_1 { gap: var(--space-1); }
.fresh70_gap_2 { gap: var(--space-2); }
.studio58_gap_3 { gap: var(--space-3); }
.ui73_gap_4 { gap: var(--space-4); }
.creative0_gap_6 { gap: var(--space-6); }
.design65_gap_8 { gap: var(--space-8); }
.style43_shadow_none { box-shadow: var(--shadow-none); }
.business84_shadow_xs { box-shadow: var(--shadow-xs); }
.new57_shadow_sm { box-shadow: var(--shadow-sm); }
.style53_shadow_md { box-shadow: var(--shadow-md); }
.dark29_shadow_lg { box-shadow: var(--shadow-lg); }
.ui19_shadow_xl { box-shadow: var(--shadow-xl); }
.theme38_shadow_2xl { box-shadow: var(--shadow-2xl); }
.smart9_shadow_inner { box-shadow: var(--shadow-inner); }
.section26_shadow_colored { box-shadow: var(--shadow-colored); }
.agency26_radius_none { border-radius: var(--radius-none); }
.top85_radius_xs { border-radius: var(--radius-xs); }
.custom80_radius_sm { border-radius: var(--radius-sm); }
.page34_radius_md { border-radius: var(--radius-md); }
.app42_radius_lg { border-radius: var(--radius-lg); }
.smart18_radius_xl { border-radius: var(--radius-xl); }
.web64_radius_2xl { border-radius: var(--radius-2xl); }
.layout35_radius_3xl { border-radius: var(--radius-3xl); }
.premium75_radius_full { border-radius: var(--radius-full); }
.main52_gradient_primary {
background: var(--gradient-primary);
}
.modern84_gradient_secondary {
background: var(--gradient-secondary);
}
.content76_gradient_hero {
background: var(--gradient-hero);
}
.ui18_gradient_card {
background: var(--gradient-card);
}
.new71_gradient_overlay {
position: relative;
}
.new71_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;
}
.new71_gradient_overlay > * {
position: relative;
z-index: 2;
}
.brand13_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.brand13_hover_lift:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.theme17_hover_scale {
transition: transform var(--transition-normal);
}
.theme17_hover_scale:hover {
transform: scale(1.02);
}
.clean80_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.clean80_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.bright50_hover_fade {
transition: opacity var(--transition-normal);
}
.bright50_hover_fade:hover {
opacity: var(--opacity-loading);
}
.web84_focus_ring {
transition: box-shadow var(--transition-fast);
}
.web84_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.main51_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.agency39_hero_content {
position: relative;
z-index: 2;
}
.business62_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.main2_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.studio26_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.fresh2_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.creative18_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: var(--space-6);
}
.container4_timeline {
position: relative;
}
.container4_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.agency84_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.agency84_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.agency84_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.digital24_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.unique8_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;
}
}
.agency32_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;
}
}
.top58_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;
}
}
.core99_transition_all {
transition: var(--transition-all);
}
.content67_transition_fast {
transition: all var(--transition-fast);
}
.page57_transition_normal {
transition: all var(--transition-normal);
}
.elite40_transition_slow {
transition: all var(--transition-slow);
}
.custom63_bg_primary { background-color: var(--bg-primary); }
.company22_bg_secondary { background-color: var(--bg-secondary); }
.minimal16_bg_muted { background-color: var(--bg-muted); }
.layout82_bg_glass { background-color: var(--bg-glass); }
.theme13_text_primary { color: var(--text-primary); }
.bold87_text_secondary { color: var(--text-secondary); }
.main97_text_muted { color: var(--text-muted); }
.base75_text_inverse { color: var(--text-inverse); }
.bright2_text_link { color: var(--text-link); }
.layout45_border_light { border-color: var(--border-light); }
.creative86_border_medium { border-color: var(--border-medium); }
.clean97_border_strong { border-color: var(--border-strong); }
.web60_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 768px) {
.business62_services_grid,
.studio26_features_grid,
.main2_team_grid,
.creative18_pricing_grid {
grid-template-columns: 1fr;
}
.fresh2_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.container4_timeline::before {
left: 30px;
}
.agency84_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.pro9_section_height {
min-height: 60vh;
}
.page97_hero_height {
min-height: 70vh;
}
}
@media (max-width: 480px) {
.fresh2_gallery_grid {
grid-template-columns: 1fr;
}
.agency84_timeline_item {
padding-left: var(--space-12) !important;
}
}
.web20_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;
}
.dark77_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.main70_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);
}
.main70_skip_link:focus {
top: 6px;
}
@media print {
.ui3_no_print {
display: none !important;
}
.app30_print_only {
display: block !important;
}
.business84_shadow_xs,
.new57_shadow_sm,
.style53_shadow_md,
.dark29_shadow_lg,
.ui19_shadow_xl,
.theme38_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) {
.digital24_fade_in,
.unique8_slide_up,
.agency32_slide_in_left,
.top58_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.brand13_hover_lift,
.theme17_hover_scale,
.clean80_hover_shadow,
.bright50_hover_fade,
.core99_transition_all,
.content67_transition_fast,
.page57_transition_normal,
.elite40_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
.header-classic {
position: relative;
background: var(--surface-primary);
border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
z-index: 1000;
}
.header-classic .navbar {
padding: 1.25rem 0;
position: relative;
}
.header-classic .navbar-brand {
text-decoration: none;
padding: 0;
margin-right: auto;
transition: transform 0.3s ease;
}
.header-classic .navbar-brand:hover {
transform: translateY(-2px);
}
.header-classic .brand-wrapper {
display: flex;
align-items: center;
gap: 0.75rem;
}
.header-classic .brand-icon {
font-size: 1.75rem;
color: var(--primary-500);
line-height: 1;
transition: all 0.3s ease;
}
.header-classic .navbar-brand:hover .brand-icon {
color: var(--primary-700);
transform: rotate(15deg);
}
.header-classic .brand-text {
font-size: 1.25rem;
font-weight: 700;
color: var(--text-primary);
letter-spacing: -0.02em;
}
.header-classic .hamburger-checkbox {
display: none;
}
.header-classic .hamburger-toggle {
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
width: 44px;
height: 44px;
cursor: pointer;
padding: 10px;
position: relative;
z-index: 10003;
background: transparent;
border: none;
margin-left: auto;
transition: all 0.3s ease;
}
.header-classic .hamburger-toggle:hover {
background: color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
border-radius: 8px;
}
.header-classic .hamburger-line {
width: 24px;
height: 2px;
background: #334155;
border-radius: 2px;
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
position: relative;
}
.header-classic .hamburger-line:not(:last-child) {
margin-bottom: 5px;
}
.header-classic .hamburger-checkbox:checked + .hamburger-toggle .hamburger-line:nth-child(1) {
transform: translateY(7px) rotate(45deg);
background: var(--primary-700);
}
.header-classic .hamburger-checkbox:checked + .hamburger-toggle .hamburger-line:nth-child(2) {
opacity: 0;
transform: translateX(-20px);
}
.header-classic .hamburger-checkbox:checked + .hamburger-toggle .hamburger-line:nth-child(3) {
transform: translateY(-7px) rotate(-45deg);
background: var(--primary-700);
}
.header-classic .navbar-collapse-wrapper {
display: flex;
align-items: center;
margin-left: auto;
}
.header-classic .navbar-backdrop {
display: none;
}
.header-classic .navbar-nav-container {
display: flex;
}
.header-classic .navbar-nav {
display: flex;
align-items: center;
gap: 0.5rem;
list-style: none;
margin: 0;
padding: 0;
}
.header-classic .nav-item {
margin: 0;
}
.header-classic .nav-link {
color: var(--text-secondary);
font-size: 0.75rem;
font-weight: 500;
padding: 0.625rem 1rem;
text-decoration: none;
border-radius: 6px;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.header-classic .nav-link::before {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 2px;
background: var(--primary-500);
transform: translateX(-50%);
transition: width 0.3s ease;
}
.header-classic .nav-link:hover {
color: var(--primary-700);
background: color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
}
.header-classic .nav-link:hover::before {
width: 70%;
}
.header-classic .header-decoration {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.header-classic .deco-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
color-mix(in srgb, var(--primary-500) 10%, transparent 90%)
);
animation: float-circle 20s ease-in-out infinite;
}
.header-classic .deco-circle-1 {
width: 150px;
height: 150px;
top: -50px;
right: 10%;
animation-delay: 0s;
}
.header-classic .deco-circle-2 {
width: 100px;
height: 100px;
bottom: -30px;
right: 5%;
animation-delay: 3s;
}
@keyframes float-circle {
0%, 100% {
transform: translateY(0) scale(1);
opacity: 0.3;
}
50% {
transform: translateY(-20px) scale(1.05);
opacity: 0.5;
}
}
@media (max-width: 991.98px) {
.header-classic .hamburger-toggle {
display: flex;
}
.header-classic .navbar-collapse-wrapper {
position: fixed;
top: 0;
right: -100%;
width: 100%;
height: 100vh;
transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
z-index: 10000;
}
.header-classic .navbar-backdrop {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(var(--black-rgb), 0);
backdrop-filter: blur(0px);
transition: all 0.4s ease;
z-index: -1;
}
.header-classic .navbar-nav-container {
position: relative;
width: 80%;
max-width: 400px;
height: 100%;
margin-left: auto;
background: var(--surface-primary);
box-shadow: -10px 0 30px rgba(var(--black-rgb), 0.1);
padding: 5rem 2rem 2rem;
z-index: 10;
transform: translateX(50px);
opacity: 0;
transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.header-classic .navbar-nav {
flex-direction: column;
align-items: stretch;
gap: 0.5rem;
}
.header-classic .nav-link {
padding: 1rem 1.25rem;
font-size: 0.875rem;
border-left: 3px solid transparent;
border-radius: 0;
}
.header-classic .nav-link::before {
display: none;
}
.header-classic .nav-link:hover {
border-left-color: var(--primary-500);
background: color-mix(in srgb, var(--primary-100) 30%, transparent 70%);
transform: translateX(5px);
}
.header-classic .hamburger-checkbox:checked ~ .navbar-collapse-wrapper {
right: 0;
}
.header-classic .hamburger-checkbox:checked ~ .navbar-collapse-wrapper .navbar-backdrop {
background: rgba(var(--black-rgb), 0.5);
backdrop-filter: blur(5px);
}
.header-classic .hamburger-checkbox:checked ~ .navbar-collapse-wrapper .navbar-nav-container {
transform: translateX(0);
opacity: 1;
}
}
@media (max-width: 767.98px) {
.header-classic .navbar {
padding: 1rem 0;
}
.header-classic .brand-text {
font-size: 1.125rem;
}
.header-classic .brand-icon {
font-size: 1.5rem;
}
.header-classic .navbar-nav-container {
width: 85%;
padding: 4.5rem 1.5rem 1.5rem;
}
}
@media (max-width: 575.98px) {
.header-classic .navbar-nav-container {
width: 90%;
padding: 4rem 1.25rem 1.25rem;
}
.header-classic .nav-link {
padding: 0.875rem 1rem;
font-size: 1rem;
}
}
@media (min-width: 992px) {
.header-classic .navbar {
padding: 1.5rem 0;
}
.header-classic .navbar-nav {
gap: 0.75rem;
}
.header-classic .nav-link {
padding: 0.75rem 1.25rem;
}
}
.hero-primary {
position: relative;
padding: 120px 0 100px;
background: var(--surface-primary);
overflow: hidden;
}
.bg-decoration {
position: absolute;
width: 600px;
height: 600px;
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.hero-primary .decoration-top-left {
top: -300px;
left: -300px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 8%, transparent) 0%,
transparent 70%
);
}
.hero-primary .decoration-bottom-right {
bottom: -300px;
right: -300px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 6%, transparent) 0%,
transparent 70%
);
}
.hero-primary .container {
position: relative;
z-index: 1;
}
.hero-primary .hero-content {
padding-right: 2rem;
}
.hero-primary .decorative-badge {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 20px;
background: color-mix(in srgb, var(--primary-500) 8%, var(--surface-primary));
border-radius: 50px;
border: 2px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
margin-bottom: 1.5rem;
}
.badge-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.2);
opacity: 0.7;
}
}
.hero-primary .hero-title {
font-size: 3.5rem;
font-weight: 800;
line-height: 1.1;
color: var(--text-primary);
margin-bottom: 1.5rem;
letter-spacing: -0.02em;
}
.hero-primary .hero-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 1.5rem;
line-height: 1.4;
}
.hero-primary .hero-description {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 2.5rem;
}
.hero-primary .feature-icons {
display: flex;
gap: 1rem;
flex-wrap: wrap;
}
.hero-primary .icon-wrapper {
display: flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: var(--surface-secondary);
border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
border-radius: 12px;
transition: all 0.3s ease;
}
.hero-primary .icon-wrapper i {
font-size: 1.5rem;
color: var(--primary-500);
transition: transform 0.3s ease;
}
.hero-primary .icon-wrapper:hover {
background: var(--primary-500);
border-color: var(--primary-500);
transform: translateY(-4px);
box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 25%, transparent);
}
.hero-primary .icon-wrapper:hover i {
color: var(--light);
transform: scale(1.1);
}
.hero-primary .hero-visual {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.hero-primary .image-container {
position: relative;
width: 100%;
max-width: 600px;
z-index: 2;
}
.hero-primary .hero-image {
width: 100%;
height: auto;
border-radius: 24px;
box-shadow:
0 20px 60px color-mix(in srgb, var(--primary-500) 15%, transparent),
0 0 0 1px color-mix(in srgb, var(--primary-500) 10%, transparent);
transition: transform 0.4s ease;
}
.hero-primary .hero-image:hover {
transform: scale(1.02);
}
.hero-primary .shape {
position: absolute;
pointer-events: none;
z-index: 1;
}
.hero-primary .shape-circle-1 {
width: 180px;
height: 180px;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-300) 12%, transparent);
border: 3px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
top: -40px;
left: -40px;
animation: float-shape 6s ease-in-out infinite;
}
.hero-primary .shape-circle-2 {
width: 120px;
height: 120px;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border: 2px solid color-mix(in srgb, var(--primary-300) 25%, transparent);
bottom: -30px;
right: -30px;
animation: float-shape 8s ease-in-out infinite reverse;
}
.hero-primary .shape-blob-1 {
width: 200px;
height: 200px;
background: color-mix(in srgb, var(--primary-500) 8%, transparent);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
bottom: 50px;
left: -60px;
animation: morph-blob 10s ease-in-out infinite;
}
@keyframes float-shape {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(5deg);
}
}
@keyframes morph-blob {
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: 70% 30% 40% 60% / 40% 70% 60% 30%;
}
}
.hero-primary .floating-element {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
background: var(--light);
border-radius: 16px;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 20%, transparent);
z-index: 3;
animation: float-element 4s ease-in-out infinite;
}
.hero-primary .floating-element i {
font-size: 1.75rem;
color: var(--primary-500);
}
.hero-primary .element-1 {
top: 10%;
right: -20px;
animation-delay: 0s;
}
.hero-primary .element-2 {
bottom: 30%;
left: -20px;
animation-delay: 1s;
}
.hero-primary .element-3 {
top: 50%;
right: -30px;
animation-delay: 2s;
}
@keyframes float-element {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-15px) rotate(5deg);
}
}
.hero-primary .decorative-grid {
position: absolute;
bottom: -50px;
right: -50px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
opacity: 0.4;
z-index: 0;
}
.hero-primary .grid-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-grid 3s ease-in-out infinite;
}
.hero-primary .grid-dot:nth-child(2) { animation-delay: 0.2s; }
.hero-primary .grid-dot:nth-child(3) { animation-delay: 0.4s; }
.hero-primary .grid-dot:nth-child(4) { animation-delay: 0.6s; }
.hero-primary .grid-dot:nth-child(5) { animation-delay: 0.8s; }
.hero-primary .grid-dot:nth-child(6) { animation-delay: 1s; }
@keyframes pulse-grid {
0%, 100% {
opacity: 0.3;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.4);
}
}
@media (max-width: 991px) {
.hero-primary {
padding: 80px 0 60px;
}
.hero-primary .hero-content {
padding-right: 0;
margin-bottom: 3rem;
}
.hero-primary .hero-title {
font-size: 2.5rem;
}
.hero-primary .hero-subtitle {
font-size: 1.25rem;
}
.hero-primary .hero-description {
font-size: 1rem;
}
.hero-primary .floating-element {
width: 48px;
height: 48px;
}
.hero-primary .floating-element i {
font-size: 1.25rem;
}
.hero-primary .shape-circle-1 {
width: 120px;
height: 120px;
}
.hero-primary .shape-circle-2 {
width: 80px;
height: 80px;
}
}
@media (max-width: 767px) {
.hero-primary {
padding: 60px 0 40px;
}
.hero-primary .hero-title {
font-size: 2rem;
}
.hero-primary .hero-subtitle {
font-size: 1.125rem;
}
.hero-primary .hero-description {
font-size: 0.9375rem;
}
.hero-primary .icon-wrapper {
width: 48px;
height: 48px;
}
.hero-primary .icon-wrapper i {
font-size: 1.25rem;
}
.hero-primary .floating-element {
display: none;
}
.hero-primary .shape-blob-1 {
width: 150px;
height: 150px;
left: -40px;
}
.hero-primary .decorative-grid {
display: none;
}
}
@media (max-width: 575px) {
.hero-primary .hero-title {
font-size: 1.75rem;
}
.hero-primary .hero-subtitle {
font-size: 1rem;
}
.hero-primary .feature-icons {
gap: 0.75rem;
}
.hero-primary .icon-wrapper {
width: 44px;
height: 44px;
}
.bg-decoration {
width: 400px;
height: 400px;
}
}
.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-secondary {
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;
}
.about-section-secondary .about-images-grid {
position: relative;
height: 500px;
}
.about-section-secondary .image-main {
position: absolute;
top: 0;
left: 0;
width: 70%;
z-index: 2;
transition: transform 0.4s ease;
}
.about-section-secondary .image-main:hover {
transform: translateY(-10px);
}
.about-section-secondary .image-main img {
border: 4px solid var(--surface-primary);
}
.about-section-secondary .image-secondary {
position: absolute;
bottom: 40px;
right: 0;
width: 55%;
z-index: 3;
transition: transform 0.4s ease;
}
.about-section-secondary .image-secondary:hover {
transform: translateY(-10px) scale(1.02);
}
.about-section-secondary .image-secondary img {
border: 3px solid var(--surface-primary);
}
.about-section-secondary .decorative-shape {
position: absolute;
border-radius: 20px;
z-index: 1;
}
.about-section-secondary .shape-1 {
width: 100%;
height: 100%;
top: 20px;
left: 20px;
background: linear-gradient(135deg,
var(--primary-300),
var(--primary-500)
);
opacity: 0.15;
}
.about-section-secondary .shape-2 {
width: 100%;
height: 100%;
top: -15px;
right: -15px;
background: var(--primary-500);
opacity: 0.1;
}
.about-section-secondary .experience-badge {
position: absolute;
top: 50%;
right: -30px;
transform: translateY(-50%);
background: var(--surface-primary);
width: 100px;
height: 100px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.1);
z-index: 4;
border: 4px solid var(--primary-500);
}
.badge-icon i {
font-size: 2.5rem;
color: var(--primary-500);
animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.1); }
}
.about-section-secondary .about-content {
padding-left: 2rem;
}
.about-section-secondary .section-label {
display: flex;
align-items: center;
gap: 0.5rem;
}
.about-section-secondary .label-dot {
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
animation: dotPulse 2s ease-in-out infinite;
}
@keyframes dotPulse {
0%, 100% { transform: scale(1); opacity: 1; }
50% { transform: scale(1.3); opacity: 0.7; }
}
.about-section-secondary .label-line {
width: 60px;
height: 3px;
background: linear-gradient(90deg,
var(--primary-500),
transparent
);
}
#about-title {
color: var(--text-primary);
line-height: 1.2;
font-weight: 700;
}
#about-subtitle {
color: var(--primary-500);
font-weight: 500;
}
#about-desc {
color: var(--text-secondary);
line-height: 1.8;
}
.about-section-secondary .decorative-divider {
width: 80px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-300)
);
border-radius: 2px;
}
.about-section-secondary .feature-card {
background: var(--surface-primary);
border-radius: 20px;
padding: 2rem;
height: 100%;
transition: all 0.4s ease;
border: 2px solid var(--neutral-100);
position: relative;
overflow: hidden;
}
.about-section-secondary .feature-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);
transition: transform 0.4s ease;
}
.about-section-secondary .feature-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 50px rgba(var(--black-rgb), 0.1);
border-color: var(--primary-300);
}
.about-section-secondary .feature-card:hover::before {
transform: scaleX(1);
}
.about-section-secondary .feature-icon-wrapper {
position: relative;
width: 70px;
height: 70px;
margin-bottom: 1.5rem;
}
.about-section-secondary .feature-icon {
position: relative;
width: 70px;
height: 70px;
background: linear-gradient(135deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
transition: transform 0.3s ease;
}
.about-section-secondary .feature-card:hover .feature-icon {
transform: rotate(5deg) scale(1.05);
}
.about-section-secondary .feature-icon i {
font-size: 1.8rem;
color: var(--surface-primary);
}
.about-section-secondary .icon-background {
position: absolute;
top: 8px;
left: 8px;
width: 70px;
height: 70px;
background: var(--primary-300);
border-radius: 16px;
opacity: 0.3;
z-index: 1;
}
.about-section-secondary .feature-content h4 {
color: var(--text-primary);
}
.about-section-secondary .feature-content p {
color: var(--text-secondary);
line-height: 1.7;
}
.about-section-secondary .about-image-banner {
position: relative;
border-radius: 24px;
overflow: hidden;
transition: transform 0.4s ease;
}
.about-section-secondary .about-image-banner:hover {
transform: scale(1.02);
}
.about-section-secondary .about-image-banner img {
width: 100%;
height: 400px;
object-fit: cover;
}
.about-section-secondary .banner-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-700) 80%, transparent 20%),
color-mix(in srgb, var(--primary-500) 60%, transparent 40%)
);
opacity: 0;
transition: opacity 0.4s ease;
display: flex;
align-items: center;
justify-content: center;
}
.about-section-secondary .about-image-banner:hover .banner-overlay {
opacity: 1;
}
.about-section-secondary .overlay-content {
text-align: center;
}
.about-section-secondary .icon-group {
display: flex;
gap: 2rem;
align-items: center;
justify-content: center;
}
.about-section-secondary .icon-group i {
font-size: 3rem;
color: var(--surface-primary);
animation: iconFloat 3s ease-in-out infinite;
}
.about-section-secondary .icon-group i:nth-child(2) {
animation-delay: 0.3s;
}
.about-section-secondary .icon-group i:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes iconFloat {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-15px); }
}
.about-section-secondary .floating-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.about-section-secondary .shape-blob {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.about-section-secondary .blob-1 {
width: 300px;
height: 300px;
background: var(--primary-500);
top: 10%;
right: 5%;
animation: blobFloat 20s ease-in-out infinite;
}
.about-section-secondary .blob-2 {
width: 200px;
height: 200px;
background: var(--primary-300);
bottom: 20%;
left: 10%;
animation: blobFloat 15s ease-in-out infinite reverse;
}
.about-section-secondary .blob-3 {
width: 150px;
height: 150px;
background: var(--primary-700);
top: 50%;
left: 50%;
animation: blobFloat 18s ease-in-out infinite;
}
@keyframes blobFloat {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
25% { transform: translate(30px, -30px) rotate(90deg); }
50% { transform: translate(-20px, 20px) rotate(180deg); }
75% { transform: translate(40px, 10px) rotate(270deg); }
}
@media (max-width: 991.98px) {
.about-section-secondary .about-images-grid {
height: 400px;
}
.about-section-secondary .image-main {
width: 65%;
}
.about-section-secondary .image-secondary {
width: 60%;
bottom: 20px;
}
.about-section-secondary .experience-badge {
width: 80px;
height: 80px;
right: -20px;
}
.badge-icon i {
font-size: 2rem;
}
.about-section-secondary .about-content {
padding-left: 0;
margin-top: 2rem;
}
#about-title {
font-size: 2rem;
}
}
@media (max-width: 767.98px) {
.about-section-secondary .about-images-grid {
height: 350px;
}
.about-section-secondary .image-main {
width: 70%;
}
.about-section-secondary .image-secondary {
width: 65%;
}
.about-section-secondary .experience-badge {
width: 70px;
height: 70px;
}
.badge-icon i {
font-size: 1.5rem;
}
#about-title {
font-size: 1.75rem;
}
.about-section-secondary .feature-card {
padding: 1.5rem;
}
.about-section-secondary .about-image-banner img {
height: 300px;
}
.about-section-secondary .icon-group {
gap: 1.5rem;
}
.about-section-secondary .icon-group i {
font-size: 2rem;
}
}
@media (max-width: 575.98px) {
.about-section-secondary .about-images-grid {
height: 300px;
}
#about-title {
font-size: 1.5rem;
}
.about-section-secondary .about-image-banner img {
height: 250px;
}
}
.features-section-pro {
position: relative;
padding: 100px 0;
background: linear-gradient(
180deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.features-section-pro .features-header {
margin-bottom: 60px;
position: relative;
}
.features-section-pro .decorative-dots {
width: 60px;
height: 8px;
margin: 0 auto 20px;
background-image: radial-gradient(
circle,
var(--primary-500) 2px,
transparent 2px
);
background-size: 12px 12px;
background-position: center;
}
.features-section-pro .features-main-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.features-section-pro .features-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.features-section-pro .features-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 30px;
}
.features-section-pro .header-accent-line {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
margin: 0 auto;
border-radius: 2px;
}
.features-section-pro .features-grid {
position: relative;
z-index: 2;
}
.features-section-pro .feature-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 40px 32px;
height: 100%;
border: 2px 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;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
}
.features-section-pro .feature-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
}
.features-section-pro .feature-card:hover .icon-background {
transform: scale(1.2) rotate(15deg);
opacity: 0.3;
}
.features-section-pro .feature-card:hover .card-corner-accent {
width: 120px;
height: 120px;
opacity: 0.15;
}
.features-section-pro .feature-icon-wrapper {
position: relative;
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
}
.features-section-pro .icon-background {
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 30%, transparent 70%),
color-mix(in srgb, var(--primary-500) 20%, transparent 80%)
);
border-radius: 50%;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.features-section-pro .feature-icon-wrapper i {
position: relative;
font-size: 2rem;
color: var(--primary-500);
z-index: 1;
}
.features-section-pro .feature-content {
position: relative;
z-index: 1;
}
.features-section-pro .feature-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.features-section-pro .feature-text {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.features-section-pro .card-corner-accent {
position: absolute;
top: -30px;
right: -30px;
width: 80px;
height: 80px;
background: radial-gradient(
circle at center,
color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
transparent
);
border-radius: 50%;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
opacity: 0;
}
.features-section-pro .decorative-circle-1 {
position: absolute;
top: 10%;
right: 5%;
width: 200px;
height: 200px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 10%, transparent 90%),
transparent
);
border-radius: 50%;
z-index: 0;
animation: float 8s ease-in-out infinite;
}
.features-section-pro .decorative-circle-2 {
position: absolute;
bottom: 15%;
left: 8%;
width: 150px;
height: 150px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 8%, transparent 92%),
transparent
);
border-radius: 50%;
z-index: 0;
animation: float 10s ease-in-out infinite reverse;
}
.features-section-pro .decorative-blob {
position: absolute;
top: 40%;
left: -5%;
width: 300px;
height: 300px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 8%, transparent 92%),
color-mix(in srgb, var(--primary-500) 5%, transparent 95%)
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
z-index: 0;
opacity: 0.6;
animation: morph 15s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0) translateX(0);
}
50% {
transform: translateY(-30px) translateX(20px);
}
}
@keyframes morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: rotate(0deg);
}
50% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
transform: rotate(180deg);
}
}
@media (max-width: 991px) {
.features-section-pro {
padding: 80px 0;
}
.features-section-pro .features-main-title {
font-size: 2.25rem;
}
.features-section-pro .features-subtitle {
font-size: 1.25rem;
}
.features-section-pro .features-description {
font-size: 1rem;
}
.features-section-pro .feature-card {
padding: 32px 24px;
}
.features-section-pro .decorative-blob {
width: 200px;
height: 200px;
}
}
@media (max-width: 767px) {
.features-section-pro {
padding: 60px 0;
}
.features-section-pro .features-header {
margin-bottom: 40px;
}
.features-section-pro .features-main-title {
font-size: 1.875rem;
}
.features-section-pro .features-subtitle {
font-size: 1.125rem;
}
.features-section-pro .feature-title {
font-size: 1.25rem;
}
.features-section-pro .feature-icon-wrapper {
width: 60px;
height: 60px;
}
.features-section-pro .feature-icon-wrapper i {
font-size: 1.75rem;
}
.features-section-pro .decorative-circle-1,
.features-section-pro .decorative-circle-2 {
width: 100px;
height: 100px;
}
.features-section-pro .decorative-blob {
display: none;
}
}
@media (max-width: 575px) {
.features-section-pro .feature-card {
padding: 28px 20px;
}
.features-section-pro .features-main-title {
font-size: 1.625rem;
}
.features-section-pro .feature-title {
font-size: 1.125rem;
}
}
.services-section-minimal {
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-minimal .section-header-minimal {
position: relative;
padding: 2rem 0;
}
.services-section-minimal .decorative-line-top {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-700)
);
margin: 0 auto 1.5rem;
border-radius: 2px;
}
.services-section-minimal .section-title-minimal {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.services-section-minimal .section-subtitle-minimal {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-700);
line-height: 1.4;
}
.services-section-minimal .section-description-minimal {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.services-section-minimal .decorative-dots-minimal {
display: flex;
gap: 0.5rem;
justify-content: center;
margin-top: 1.5rem;
}
.services-section-minimal .decorative-dots-minimal .dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-dot-v204 2s ease-in-out infinite;
}
.services-section-minimal .decorative-dots-minimal .dot:nth-child(2) {
animation-delay: 0.3s;
}
.services-section-minimal .decorative-dots-minimal .dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes pulse-dot-v204 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.services-section-minimal .service-card-minimal {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
box-shadow:
0 4px 6px rgba(var(--black-rgb), 0.05),
0 10px 25px rgba(var(--black-rgb), 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
overflow: hidden;
}
.services-section-minimal .service-card-minimal:hover {
transform: translateY(-8px);
box-shadow:
0 12px 24px rgba(var(--black-rgb), 0.1),
0 20px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.services-section-minimal .service-card-minimal.featured-service {
border-color: var(--primary-500);
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%
);
}
.services-section-minimal .featured-badge-minimal {
position: absolute;
top: 1rem;
right: 1rem;
width: 40px;
height: 40px;
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: 1rem;
animation: rotate-badge-v204 10s linear infinite;
z-index: 2;
}
@keyframes rotate-badge-v204 {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.card-decorative-element {
position: absolute;
bottom: -50px;
right: -50px;
width: 150px;
height: 150px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent 70%
);
border-radius: 50%;
pointer-events: none;
transition: all 0.5s ease;
}
.services-section-minimal .service-card-minimal:hover .card-decorative-element {
bottom: -30px;
right: -30px;
transform: scale(1.2);
}
.services-section-minimal .service-icon-wrapper-minimal {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
}
.services-section-minimal .service-icon-wrapper-minimal i {
font-size: 2.5rem;
color: var(--primary-500);
z-index: 2;
position: relative;
transition: all 0.3s ease;
}
.services-section-minimal .service-card-minimal:hover .service-icon-wrapper-minimal i {
color: var(--primary-700);
transform: scale(1.1);
}
.services-section-minimal .icon-bg-effect {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 70px;
height: 70px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-100) 50%, transparent 50%),
color-mix(in srgb, var(--primary-300) 30%, transparent 70%)
);
border-radius: 50%;
transition: all 0.4s ease;
}
.services-section-minimal .service-card-minimal:hover .icon-bg-effect {
width: 85px;
height: 85px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 60%, transparent 40%),
color-mix(in srgb, var(--primary-500) 40%, transparent 60%)
);
}
.services-section-minimal .service-content-minimal {
position: relative;
z-index: 2;
}
.services-section-minimal .service-name-minimal {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.services-section-minimal .service-desc-minimal {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 1.5rem;
}
.services-section-minimal .service-features-wrapper-minimal {
margin-bottom: 1.5rem;
padding: 1rem;
background: color-mix(in srgb, var(--primary-50) 40%, transparent 60%);
border-radius: 8px;
border-left: 3px solid var(--primary-500);
}
.services-section-minimal .service-features-minimal {
font-size: 0.9rem;
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
font-weight: 500;
}
.services-section-minimal .service-pricing-minimal {
margin-top: auto;
padding-top: 1rem;
border-top: 2px solid color-mix(in srgb, var(--neutral-100) 60%, transparent 40%);
}
.services-section-minimal .price-tag-minimal {
display: inline-block;
padding: 0.75rem 1.5rem;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 25px;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
transition: all 0.3s ease;
}
.services-section-minimal .service-card-minimal:hover .price-tag-minimal {
transform: scale(1.05);
box-shadow: 0 6px 18px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.services-section-minimal .price-value-minimal {
font-size: 1.125rem;
font-weight: 700;
color: var(--light);
letter-spacing: 0.02em;
}
.services-section-minimal .decorative-blob-minimal {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.15;
pointer-events: none;
z-index: 0;
}
.services-section-minimal .decorative-blob-minimal.blob-1 {
width: 500px;
height: 500px;
top: -150px;
left: -150px;
background: radial-gradient(circle, var(--primary-300), transparent 70%);
animation: float-blob-1-v204 20s ease-in-out infinite;
}
.services-section-minimal .decorative-blob-minimal.blob-2 {
width: 400px;
height: 400px;
bottom: -100px;
right: -100px;
background: radial-gradient(circle, var(--primary-500), transparent 70%);
animation: float-blob-2-v204 18s ease-in-out infinite;
}
@keyframes float-blob-1-v204 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(50px, 30px) scale(1.1);
}
}
@keyframes float-blob-2-v204 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(-40px, -40px) scale(1.15);
}
}
.services-section-minimal .floating-icons-minimal {
position: absolute;
top: 20%;
right: 5%;
display: flex;
flex-direction: column;
gap: 2rem;
opacity: 0.1;
pointer-events: none;
}
.services-section-minimal .floating-icons-minimal i {
font-size: 3rem;
color: var(--primary-500);
animation: float-icon-v204 4s ease-in-out infinite;
}
.services-section-minimal .floating-icons-minimal i:nth-child(2) {
animation-delay: 1s;
}
.services-section-minimal .floating-icons-minimal i:nth-child(3) {
animation-delay: 2s;
}
@keyframes float-icon-v204 {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
}
@media (max-width: 991.98px) {
.services-section-minimal .section-title-minimal {
font-size: 2rem;
}
.services-section-minimal .section-subtitle-minimal {
font-size: 1.25rem;
}
.services-section-minimal .section-description-minimal {
font-size: 1rem;
}
.services-section-minimal .service-card-minimal {
padding: 1.5rem;
}
.services-section-minimal .floating-icons-minimal {
display: none;
}
}
@media (max-width: 767.98px) {
.services-section-minimal .section-title-minimal {
font-size: 1.75rem;
}
.services-section-minimal .section-subtitle-minimal {
font-size: 1.125rem;
}
.services-section-minimal .service-name-minimal {
font-size: 1.25rem;
}
.services-section-minimal .service-icon-wrapper-minimal {
width: 60px;
height: 60px;
}
.services-section-minimal .service-icon-wrapper-minimal i {
font-size: 2rem;
}
.services-section-minimal .icon-bg-effect {
width: 55px;
height: 55px;
}
.decorative-blob-minimal.blob-1,
.services-section-minimal .decorative-blob-minimal.blob-2 {
filter: blur(60px);
}
}
@media (max-width: 575.98px) {
.services-section-minimal {
padding: 3rem 0 !important;
}
.services-section-minimal .section-header-minimal {
padding: 1rem 0;
}
.services-section-minimal .section-title-minimal {
font-size: 1.5rem;
}
.services-section-minimal .service-card-minimal {
padding: 1.25rem;
}
.services-section-minimal .price-tag-minimal {
padding: 0.6rem 1.2rem;
}
.services-section-minimal .price-value-minimal {
font-size: 1rem;
}
}
.priceplan-section-pro {
position: relative;
background: linear-gradient(180deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.priceplan-section-pro .decorative-line-top {
width: 80px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-300)
);
margin: 0 auto;
border-radius: 2px;
}
.priceplan-section-pro .decorative-dots {
display: flex;
justify-content: center;
gap: 8px;
}
.decorative-dots::before,
.priceplan-section-pro .decorative-dots::after {
content: '';
width: 8px;
height: 8px;
background: var(--primary-300);
border-radius: 50%;
}
.priceplan-section-pro .decorative-dots::before {
animation: pulse 2s infinite;
}
.priceplan-section-pro .decorative-dots::after {
animation: pulse 2s infinite 1s;
}
.priceplan-section-pro .price-card {
position: relative;
background: var(--surface-primary);
border-radius: 20px;
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);
overflow: hidden;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.05);
}
.priceplan-section-pro .price-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
}
.card-header-accent {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 6px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-300)
);
}
.priceplan-section-pro .price-card-body {
padding: 2.5rem 2rem;
position: relative;
z-index: 2;
}
.priceplan-section-pro .price-card-featured {
border-color: var(--primary-500);
box-shadow: 0 8px 30px rgba(var(--black-rgb), 0.1);
transform: scale(1.05);
}
.priceplan-section-pro .price-card-featured:hover {
transform: scale(1.08) translateY(-8px);
}
.priceplan-section-pro .featured-ribbon {
position: absolute;
top: 20px;
right: -35px;
background: var(--primary-500);
color: var(--light);
padding: 8px 45px;
transform: rotate(45deg);
font-size: 0.875rem;
font-weight: 600;
z-index: 3;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.2);
}
.priceplan-section-pro .plan-badge {
width: 60px;
height: 60px;
background: linear-gradient(135deg,
var(--primary-100),
var(--primary-50)
);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
transition: all 0.3s ease;
}
.priceplan-section-pro .plan-badge i {
font-size: 1.75rem;
color: var(--primary-500);
}
.priceplan-section-pro .plan-badge-featured {
background: linear-gradient(135deg,
var(--primary-500),
var(--primary-300)
);
}
.priceplan-section-pro .plan-badge-featured i {
color: var(--light);
}
.priceplan-section-pro .price-card:hover .plan-badge {
transform: scale(1.1) rotate(5deg);
}
.priceplan-section-pro .plan-name {
color: var(--text-primary);
font-weight: 700;
margin-bottom: 1rem;
}
.priceplan-section-pro .plan-description {
font-size: 0.95rem;
line-height: 1.6;
color: var(--text-secondary);
min-height: 60px;
}
.priceplan-section-pro .price-display {
text-align: center;
padding: 1.5rem 0;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-50) 40%, transparent 60%),
transparent
);
border-radius: 12px;
margin: 0 -1rem;
}
.priceplan-section-pro .price-amount {
color: var(--primary-700);
font-weight: 800;
line-height: 1;
}
.priceplan-section-pro .price-period {
font-size: 1rem;
display: inline-block;
margin-left: 0.5rem;
vertical-align: super;
}
.priceplan-section-pro .features-list {
margin-top: 2rem;
}
.priceplan-section-pro .feature-icon-wrapper {
text-align: center;
}
.priceplan-section-pro .feature-icon-wrapper i {
font-size: 2rem;
color: var(--primary-500);
}
.priceplan-section-pro .features-text {
font-size: 0.9rem;
line-height: 1.8;
color: var(--text-secondary);
text-align: left;
padding-left: 1rem;
border-left: 3px solid var(--primary-100);
}
.card-footer-shape {
position: absolute;
bottom: -50px;
right: -50px;
width: 150px;
height: 150px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-100) 20%, transparent 80%),
transparent
);
border-radius: 50%;
z-index: 1;
}
.priceplan-section-pro .decorative-circles {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.priceplan-section-pro .circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-100) 15%, transparent 85%),
transparent
);
}
.priceplan-section-pro .circle-1 {
width: 300px;
height: 300px;
top: -150px;
left: -100px;
animation: float 20s infinite ease-in-out;
}
.priceplan-section-pro .circle-2 {
width: 400px;
height: 400px;
bottom: -200px;
right: -150px;
animation: float 25s infinite ease-in-out 5s;
}
.priceplan-section-pro .circle-3 {
width: 200px;
height: 200px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: float 30s infinite ease-in-out 10s;
}
@keyframes pulse {
0%, 100% {
opacity: 0.4;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.2);
}
}
@keyframes float {
0%, 100% {
transform: translate(0, 0);
}
33% {
transform: translate(30px, -30px);
}
66% {
transform: translate(-20px, 20px);
}
}
@media (max-width: 991px) {
.priceplan-section-pro .price-card-featured {
transform: scale(1);
margin-top: 0;
}
.priceplan-section-pro .price-card-featured:hover {
transform: scale(1.02) translateY(-8px);
}
.priceplan-section-pro .featured-ribbon {
padding: 6px 40px;
font-size: 0.75rem;
}
}
@media (max-width: 767px) {
.priceplan-section-pro .price-card-body {
padding: 2rem 1.5rem;
}
.priceplan-section-pro .price-display {
margin: 0;
}
.priceplan-section-pro .plan-description {
min-height: auto;
font-size: 0.875rem;
}
.priceplan-section-pro .features-text {
font-size: 0.85rem;
padding-left: 0.75rem;
}
.circle-1,
.circle-2,
.priceplan-section-pro .circle-3 {
opacity: 0.5;
}
}
@media (max-width: 575px) {
.priceplan-section-pro .price-amount {
font-size: 2.5rem;
}
.priceplan-section-pro .plan-badge {
width: 50px;
height: 50px;
}
.priceplan-section-pro .plan-badge i {
font-size: 1.5rem;
}
}
@media (prefers-reduced-motion: reduce) {
.price-card,
.plan-badge,
.decorative-dots::before,
.decorative-dots::after,
.circle-1,
.circle-2,
.priceplan-section-pro .circle-3 {
animation: none;
transition: none;
}
}
@media (prefers-contrast: high) {
.priceplan-section-pro .price-card {
border-width: 3px;
border-color: var(--primary-700);
}
.priceplan-section-pro .features-text {
border-left-width: 4px;
border-color: var(--primary-500);
}
}
.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-primary {
position: relative;
padding: 100px 0;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.reviews-section-primary .section-header {
max-width: 800px;
margin: 0 auto 80px;
position: relative;
z-index: 2;
}
.reviews-section-primary .decorative-accent {
width: 60px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
margin: 0 auto 24px;
border-radius: 2px;
}
.reviews-section-primary .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.reviews-section-primary .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
letter-spacing: -0.02em;
}
.reviews-section-primary .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.reviews-section-primary .reviews-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 32px;
position: relative;
z-index: 2;
}
.reviews-section-primary .review-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 40px 32px;
box-shadow:
0 4px 6px rgba(var(--black-rgb), 0.02),
0 12px 24px rgba(var(--black-rgb), 0.04);
border: 1px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.reviews-section-primary .review-card:hover {
transform: translateY(-8px);
box-shadow:
0 8px 12px rgba(var(--black-rgb), 0.03),
0 24px 48px rgba(var(--black-rgb), 0.08);
border-color: var(--primary-300);
}
.reviews-section-primary .review-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);
}
.reviews-section-primary .review-card:hover::before {
transform: scaleX(1);
}
.reviews-section-primary .quote-icon {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(
135deg,
var(--primary-100),
var(--primary-50)
);
border-radius: 12px;
margin-bottom: 24px;
}
.reviews-section-primary .quote-icon i {
font-size: 24px;
color: var(--primary-500);
}
.reviews-section-primary .review-content {
margin-bottom: 32px;
}
.reviews-section-primary .review-text {
font-size: 1rem;
line-height: 1.8;
color: var(--text-secondary);
margin: 0;
position: relative;
}
.reviews-section-primary .review-author {
display: flex;
align-items: center;
gap: 16px;
padding-top: 24px;
border-top: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
}
.reviews-section-primary .author-avatar {
flex-shrink: 0;
}
.reviews-section-primary .avatar-placeholder {
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(
135deg,
var(--primary-100),
var(--primary-50)
);
border-radius: 50%;
border: 2px solid var(--surface-primary);
}
.reviews-section-primary .avatar-placeholder i {
font-size: 32px;
color: var(--primary-500);
}
.reviews-section-primary .author-info {
flex: 1;
}
.reviews-section-primary .author-name {
font-size: 0.95rem;
font-weight: 600;
color: var(--text-primary);
margin: 0;
line-height: 1.5;
}
.reviews-section-primary .card-decoration {
position: absolute;
bottom: -20px;
right: -20px;
width: 100px;
height: 100px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-100) 20%, transparent 80%),
transparent 70%
);
border-radius: 50%;
pointer-events: none;
}
.reviews-section-primary .background-decoration {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
pointer-events: none;
z-index: 1;
}
.reviews-section-primary .deco-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-100) 15%, transparent 85%),
transparent 70%
);
}
.reviews-section-primary .deco-circle-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.reviews-section-primary .deco-circle-2 {
width: 300px;
height: 300px;
bottom: -80px;
left: -80px;
animation: float 25s ease-in-out infinite reverse;
}
.reviews-section-primary .deco-shape {
position: absolute;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-100) 10%, transparent 90%),
transparent
);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.reviews-section-primary .deco-shape-1 {
width: 200px;
height: 200px;
top: 20%;
left: 5%;
animation: morph 15s ease-in-out infinite;
}
.reviews-section-primary .deco-shape-2 {
width: 250px;
height: 250px;
bottom: 15%;
right: 8%;
animation: morph 18s 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);
}
}
@keyframes morph {
0%, 100% {
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
50% {
border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}
}
@media (max-width: 1200px) {
.reviews-section-primary .reviews-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.reviews-section-primary {
padding: 60px 0;
}
.reviews-section-primary .section-header {
margin-bottom: 50px;
}
.reviews-section-primary .section-title {
font-size: 2rem;
}
.reviews-section-primary .section-subtitle {
font-size: 1.125rem;
}
.reviews-section-primary .section-description {
font-size: 1rem;
}
.reviews-section-primary .reviews-grid {
grid-template-columns: 1fr;
gap: 24px;
}
.reviews-section-primary .review-card {
padding: 32px 24px;
}
.reviews-section-primary .deco-circle-1,
.reviews-section-primary .deco-circle-2 {
width: 250px;
height: 250px;
}
.reviews-section-primary .deco-shape-1,
.reviews-section-primary .deco-shape-2 {
width: 150px;
height: 150px;
}
}
@media (max-width: 576px) {
.reviews-section-primary .section-title {
font-size: 1.75rem;
}
.reviews-section-primary .review-card {
padding: 28px 20px;
}
.reviews-section-primary .quote-icon {
width: 40px;
height: 40px;
}
.reviews-section-primary .quote-icon i {
font-size: 20px;
}
.reviews-section-primary .review-text {
font-size: 0.95rem;
}
.reviews-section-primary .avatar-placeholder {
width: 48px;
height: 48px;
}
.reviews-section-primary .avatar-placeholder i {
font-size: 28px;
}
.reviews-section-primary .author-name {
font-size: 0.875rem;
}
}
.casestudy-section-classic {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.casestudy-section-classic .decorative-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border-radius: 50%;
margin-bottom: 1rem;
}
.casestudy-section-classic .decorative-badge i {
font-size: 1.75rem;
color: var(--primary-500);
}
.casestudy-section-classic .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.casestudy-section-classic .section-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 1.5rem;
}
.casestudy-section-classic .section-description {
font-size: 1.125rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.casestudy-section-classic .case-card {
background: var(--light);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 6px rgba(var(--black-rgb), 0.05);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
height: 100%;
display: flex;
flex-direction: column;
border: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
}
.casestudy-section-classic .case-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 24px rgba(var(--black-rgb), 0.1);
border-color: var(--primary-300);
}
.casestudy-section-classic .case-image-wrapper {
position: relative;
height: 240px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 15%, transparent),
color-mix(in srgb, var(--primary-700) 15%, transparent));
overflow: hidden;
}
.casestudy-section-classic .case-image-placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.casestudy-section-classic .case-image-placeholder i {
font-size: 4rem;
color: var(--primary-500);
opacity: 0.4;
}
.casestudy-section-classic .case-overlay {
position: absolute;
top: 20px;
right: 20px;
width: 60px;
height: 60px;
background: var(--light);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.1);
}
.casestudy-section-classic .case-number {
font-size: 1.5rem;
font-weight: 700;
color: var(--primary-500);
}
.casestudy-section-classic .case-content {
padding: 2rem;
display: flex;
flex-direction: column;
flex-grow: 1;
}
.casestudy-section-classic .case-icon-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border-radius: 12px;
margin-bottom: 1.25rem;
}
.casestudy-section-classic .case-icon-badge i {
font-size: 1.5rem;
color: var(--primary-500);
}
.casestudy-section-classic .case-title {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.3;
margin-bottom: 1rem;
transition: color 0.3s ease;
}
.casestudy-section-classic .case-card:hover .case-title {
color: var(--primary-500);
}
.casestudy-section-classic .case-description {
font-size: 1rem;
line-height: 1.6;
color: var(--text-secondary);
margin-bottom: 1.5rem;
flex-grow: 1;
}
.casestudy-section-classic .case-metrics {
display: flex;
gap: 0.75rem;
padding-top: 1.5rem;
border-top: 1px solid var(--neutral-100);
margin-top: auto;
}
.casestudy-section-classic .metric-item {
flex: 1;
display: flex;
justify-content: center;
}
.casestudy-section-classic .metric-icon {
width: 42px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--primary-500) 8%, transparent);
border-radius: 10px;
transition: all 0.3s ease;
}
.casestudy-section-classic .metric-icon i {
font-size: 1.125rem;
color: var(--primary-500);
}
.casestudy-section-classic .case-card:hover .metric-icon {
background: var(--primary-500);
transform: scale(1.1);
}
.casestudy-section-classic .case-card:hover .metric-icon i {
color: var(--light);
}
.casestudy-section-classic .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.03;
z-index: 0;
pointer-events: none;
}
.casestudy-section-classic .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -200px;
right: -100px;
}
.casestudy-section-classic .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: -150px;
left: -100px;
}
.casestudy-section-classic .decorative-dot-pattern {
position: absolute;
width: 120px;
height: 120px;
opacity: 0.05;
z-index: 0;
pointer-events: none;
background-image: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
background-size: 20px 20px;
}
.casestudy-section-classic .pattern-1 {
top: 10%;
left: 5%;
}
.casestudy-section-classic .pattern-2 {
bottom: 15%;
right: 8%;
}
@media (max-width: 991px) {
.casestudy-section-classic .section-title {
font-size: 2rem;
}
.casestudy-section-classic .section-subtitle {
font-size: 1.125rem;
}
.casestudy-section-classic .case-image-wrapper {
height: 200px;
}
}
@media (max-width: 767px) {
.casestudy-section-classic .section-title {
font-size: 1.75rem;
}
.casestudy-section-classic .section-subtitle {
font-size: 1rem;
}
.casestudy-section-classic .section-description {
font-size: 1rem;
}
.casestudy-section-classic .case-content {
padding: 1.5rem;
}
.casestudy-section-classic .case-title {
font-size: 1.25rem;
}
.casestudy-section-classic .case-image-wrapper {
height: 180px;
}
.casestudy-section-classic .decorative-shape {
display: none;
}
}
@media (max-width: 575px) {
.casestudy-section-classic .decorative-badge {
width: 50px;
height: 50px;
}
.casestudy-section-classic .decorative-badge i {
font-size: 1.5rem;
}
.casestudy-section-classic .case-overlay {
width: 50px;
height: 50px;
top: 15px;
right: 15px;
}
.casestudy-section-classic .case-number {
font-size: 1.25rem;
}
.casestudy-section-classic .metric-icon {
width: 38px;
height: 38px;
}
.casestudy-section-classic .metric-icon i {
font-size: 1rem;
}
}
.process-section-secondary {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, white 70%) 100%
);
overflow: hidden;
}
.process-section-secondary .section-header {
max-width: 800px;
margin: 0 auto 80px;
position: relative;
z-index: 2;
}
.process-section-secondary .header-decorator {
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
margin-bottom: 24px;
}
.process-section-secondary .decorator-line {
width: 60px;
height: 2px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
}
.process-section-secondary .header-decorator i {
font-size: 28px;
color: var(--primary-500);
}
.process-section-secondary .section-title {
font-size: 42px;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.process-section-secondary .section-subtitle {
font-size: 20px;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
letter-spacing: 0.5px;
}
.process-section-secondary .section-description {
font-size: 17px;
line-height: 1.8;
color: var(--text-secondary);
margin: 0;
}
.process-section-secondary .process-timeline {
position: relative;
max-width: 1000px;
margin: 0 auto;
padding: 40px 0;
}
.process-section-secondary .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg,
var(--primary-300) 0%,
var(--primary-500) 50%,
var(--primary-300) 100%
);
transform: translateX(-50%);
z-index: 1;
}
.process-section-secondary .process-item {
position: relative;
display: flex;
align-items: center;
margin-bottom: 60px;
gap: 40px;
}
.process-section-secondary .process-item:last-child {
margin-bottom: 0;
}
.process-section-secondary .process-item.reverse {
flex-direction: row-reverse;
}
.process-section-secondary .item-number {
position: relative;
z-index: 3;
flex-shrink: 0;
width: 50%;
display: flex;
justify-content: flex-end;
padding-right: 20px;
}
.process-section-secondary .process-item.reverse .item-number {
justify-content: flex-start;
padding-right: 0;
padding-left: 20px;
}
.process-section-secondary .number-bg {
display: flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
font-size: 28px;
font-weight: 700;
color: white;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent);
position: relative;
transition: all 0.3s ease;
}
.process-section-secondary .number-bg::before {
content: '';
position: absolute;
inset: -4px;
border-radius: 50%;
border: 2px solid var(--primary-300);
opacity: 0;
transition: opacity 0.3s ease;
}
.process-section-secondary .process-item:hover .number-bg::before {
opacity: 1;
}
.process-section-secondary .item-content {
width: 50%;
flex-shrink: 0;
}
.process-section-secondary .content-card {
position: relative;
background: white;
border-radius: 20px;
padding: 36px;
box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-900) 8%, transparent);
transition: all 0.4s ease;
border: 1px solid var(--neutral-100);
}
.process-section-secondary .content-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px color-mix(in srgb, var(--primary-500) 20%, transparent);
border-color: var(--primary-300);
}
.process-section-secondary .card-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 15%, white) 0%,
color-mix(in srgb, var(--primary-300) 20%, white) 100%
);
border-radius: 16px;
margin-bottom: 20px;
transition: all 0.3s ease;
}
.process-section-secondary .content-card:hover .card-icon {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}
.process-section-secondary .card-icon i {
font-size: 28px;
color: var(--primary-500);
transition: color 0.3s ease;
}
.process-section-secondary .content-card:hover .card-icon i {
color: white;
}
.process-section-secondary .item-title {
font-size: 24px;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.process-section-secondary .item-description {
font-size: 16px;
line-height: 1.7;
color: var(--text-secondary);
margin: 0;
}
.process-section-secondary .card-accent {
position: absolute;
top: 0;
right: 0;
width: 60px;
height: 60px;
background: linear-gradient(135deg,
var(--primary-500) 0%,
transparent 70%
);
border-radius: 0 20px 0 0;
opacity: 0;
transition: opacity 0.3s ease;
}
.process-section-secondary .content-card:hover .card-accent {
opacity: 0.1;
}
.process-section-secondary .decorative-shapes {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 1;
}
.process-section-secondary .shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.process-section-secondary .shape-1 {
width: 400px;
height: 400px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
top: -100px;
right: -100px;
}
.process-section-secondary .shape-2 {
width: 300px;
height: 300px;
background: linear-gradient(225deg, var(--primary-500), var(--primary-700));
bottom: 100px;
left: -80px;
}
.process-section-secondary .shape-3 {
width: 200px;
height: 200px;
background: linear-gradient(315deg, var(--primary-300), var(--primary-500));
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
.process-section-secondary {
padding: 80px 0;
}
.process-section-secondary .section-title {
font-size: 36px;
}
.process-section-secondary .section-subtitle {
font-size: 18px;
}
.process-section-secondary .section-description {
font-size: 16px;
}
.process-section-secondary .timeline-line {
left: 40px;
}
.process-section-secondary .process-item,
.process-section-secondary .process-item.reverse {
flex-direction: row;
gap: 30px;
}
.process-section-secondary .item-number {
width: 80px;
justify-content: flex-start;
padding-right: 0;
padding-left: 0;
}
.process-section-secondary .process-item.reverse .item-number {
justify-content: flex-start;
padding-left: 0;
}
.process-section-secondary .number-bg {
width: 70px;
height: 70px;
font-size: 24px;
}
.process-section-secondary .item-content {
width: calc(100% - 110px);
}
.process-section-secondary .content-card {
padding: 28px;
}
.process-section-secondary .item-title {
font-size: 22px;
}
}
@media (max-width: 767px) {
.process-section-secondary {
padding: 60px 0;
}
.process-section-secondary .section-header {
margin-bottom: 60px;
}
.process-section-secondary .section-title {
font-size: 32px;
}
.process-section-secondary .section-subtitle {
font-size: 17px;
}
.process-section-secondary .section-description {
font-size: 15px;
}
.process-section-secondary .header-decorator {
gap: 12px;
}
.process-section-secondary .decorator-line {
width: 40px;
}
.process-section-secondary .header-decorator i {
font-size: 24px;
}
.process-section-secondary .timeline-line {
left: 30px;
}
.process-section-secondary .process-item {
margin-bottom: 40px;
gap: 20px;
}
.process-section-secondary .item-number {
width: 60px;
}
.process-section-secondary .number-bg {
width: 60px;
height: 60px;
font-size: 20px;
}
.process-section-secondary .item-content {
width: calc(100% - 80px);
}
.process-section-secondary .content-card {
padding: 24px;
border-radius: 16px;
}
.process-section-secondary .card-icon {
width: 48px;
height: 48px;
border-radius: 12px;
margin-bottom: 16px;
}
.process-section-secondary .card-icon i {
font-size: 24px;
}
.process-section-secondary .item-title {
font-size: 20px;
margin-bottom: 12px;
}
.process-section-secondary .item-description {
font-size: 15px;
}
.process-section-secondary .shape-1 {
width: 250px;
height: 250px;
}
.process-section-secondary .shape-2 {
width: 200px;
height: 200px;
}
.process-section-secondary .shape-3 {
width: 150px;
height: 150px;
}
}
@media (max-width: 480px) {
.process-section-secondary .section-title {
font-size: 28px;
}
.process-section-secondary .timeline-line {
left: 25px;
}
.process-section-secondary .item-number {
width: 50px;
}
.process-section-secondary .number-bg {
width: 50px;
height: 50px;
font-size: 18px;
}
.process-section-secondary .item-content {
width: calc(100% - 70px);
}
.process-section-secondary .content-card {
padding: 20px;
}
.process-section-secondary .item-title {
font-size: 18px;
}
.process-section-secondary .item-description {
font-size: 14px;
}
}
.timeline-section-secondary {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.timeline-section-secondary .timeline-header-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border-radius: 50%;
color: var(--primary-500);
font-size: 1.5rem;
margin-bottom: 1rem;
}
.timeline-section-secondary #timeline-title {
color: var(--text-primary);
line-height: 1.2;
}
.timeline-section-secondary #timeline-subtitle {
color: var(--primary-500);
font-weight: 500;
}
.timeline-section-secondary #timeline-desc {
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.timeline-section-secondary .timeline-wrapper {
padding: 3rem 0;
}
.timeline-section-secondary .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(
to bottom,
transparent,
var(--primary-300) 10%,
var(--primary-300) 90%,
transparent
);
transform: translateX(-50%);
z-index: 1;
}
.timeline-section-secondary .timeline-item-secondary {
margin-bottom: 4rem;
position: relative;
}
.timeline-section-secondary .timeline-item-secondary:last-child {
margin-bottom: 0;
}
.timeline-section-secondary .timeline-content-box {
background: var(--surface-secondary);
padding: 2.5rem;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
transition: all 0.4s ease;
height: 100%;
}
.timeline-section-secondary .timeline-content-box:hover {
box-shadow: 0 8px 30px rgba(var(--black-rgb), 0.1);
transform: translateY(-4px);
border-color: var(--primary-500);
}
.timeline-section-secondary .timeline-icon-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
background: var(--primary-500);
color: var(--light);
border-radius: 12px;
font-size: 1.5rem;
margin-bottom: 1.5rem;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.timeline-section-secondary .timeline-content-box h4 {
color: var(--text-primary);
margin-bottom: 1rem;
}
.timeline-section-secondary .timeline-content-box p {
color: var(--text-secondary);
line-height: 1.7;
}
.timeline-section-secondary .timeline-marker {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
min-height: 200px;
z-index: 2;
}
.timeline-section-secondary .marker-dot {
width: 24px;
height: 24px;
background: var(--primary-500);
border-radius: 50%;
border: 4px solid var(--surface-primary);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 20%, transparent);
position: relative;
z-index: 2;
}
.timeline-section-secondary .marker-pulse {
position: absolute;
width: 24px;
height: 24px;
background: var(--primary-500);
border-radius: 50%;
opacity: 0;
animation: pulse-animation 2s ease-out infinite;
}
.timeline-section-secondary .timeline-marker-current .marker-dot {
width: 32px;
height: 32px;
background: var(--primary-700);
box-shadow: 0 0 0 6px color-mix(in srgb, var(--primary-500) 25%, transparent),
0 4px 12px color-mix(in srgb, var(--primary-500) 40%, transparent);
}
@keyframes pulse-animation {
0% {
transform: scale(1);
opacity: 0.6;
}
100% {
transform: scale(3);
opacity: 0;
}
}
.timeline-section-secondary .timeline-image-placeholder {
position: relative;
height: 300px;
background: color-mix(in srgb, var(--primary-500) 8%, transparent);
border-radius: 16px;
overflow: hidden;
border: 2px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.timeline-section-secondary .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.6;
}
.timeline-section-secondary .shape-1 {
width: 120px;
height: 120px;
background: var(--primary-300);
top: 20%;
left: 10%;
animation: float-shape 6s ease-in-out infinite;
}
.timeline-section-secondary .shape-2 {
width: 90px;
height: 90px;
background: var(--primary-500);
bottom: 15%;
right: 15%;
animation: float-shape 7s ease-in-out infinite reverse;
}
.timeline-section-secondary .shape-3 {
width: 100px;
height: 100px;
background: var(--primary-300);
top: 30%;
right: 20%;
animation: float-shape 5s ease-in-out infinite;
}
.timeline-section-secondary .shape-4 {
width: 110px;
height: 110px;
background: var(--primary-500);
top: 25%;
left: 15%;
animation: float-shape 8s ease-in-out infinite;
}
.timeline-section-secondary .shape-5 {
width: 95px;
height: 95px;
background: var(--primary-300);
bottom: 20%;
right: 10%;
animation: float-shape 6.5s ease-in-out infinite reverse;
}
@keyframes float-shape {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(180deg);
}
}
.timeline-section-secondary .background-decoration-1 {
position: absolute;
width: 400px;
height: 400px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 8%, transparent) 0%, transparent 70%);
border-radius: 50%;
top: 10%;
left: -200px;
pointer-events: none;
}
.timeline-section-secondary .background-decoration-2 {
position: absolute;
width: 500px;
height: 500px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 6%, transparent) 0%, transparent 70%);
border-radius: 50%;
bottom: 10%;
right: -250px;
pointer-events: none;
}
@media (max-width: 991.98px) {
.timeline-section-secondary .timeline-line {
left: 30px;
}
.timeline-section-secondary .timeline-marker {
position: absolute;
left: 18px;
top: 0;
height: auto;
min-height: auto;
}
.timeline-section-secondary .timeline-item-secondary .row {
margin-left: 60px;
}
.timeline-section-secondary .timeline-content-box {
padding: 2rem;
}
.timeline-section-secondary .timeline-image-placeholder {
height: 250px;
margin-top: 1.5rem;
}
.timeline-section-secondary .marker-dot {
width: 20px;
height: 20px;
}
.timeline-section-secondary .timeline-marker-current .marker-dot {
width: 26px;
height: 26px;
}
}
@media (max-width: 767.98px) {
.timeline-section-secondary {
padding: 3rem 0;
}
.timeline-section-secondary .timeline-header-badge {
width: 50px;
height: 50px;
font-size: 1.25rem;
}
.timeline-section-secondary #timeline-title {
font-size: 2rem;
}
.timeline-section-secondary .timeline-content-box {
padding: 1.5rem;
}
.timeline-section-secondary .timeline-icon-wrapper {
width: 45px;
height: 45px;
font-size: 1.25rem;
}
.timeline-section-secondary .timeline-image-placeholder {
height: 200px;
}
.timeline-section-secondary .decorative-shape {
opacity: 0.4;
}
.timeline-section-secondary .shape-1, .timeline-section-secondary .shape-2, .timeline-section-secondary .shape-3, .timeline-section-secondary .shape-4, .timeline-section-secondary .shape-5 {
width: 60px;
height: 60px;
}
}
@media (max-width: 575.98px) {
.timeline-section-secondary #timeline-title {
font-size: 1.75rem;
}
.timeline-section-secondary .timeline-content-box {
padding: 1.25rem;
}
.timeline-section-secondary .timeline-item-secondary {
margin-bottom: 3rem;
}
}
.career-section-bold {
padding: 100px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
position: relative;
overflow: hidden;
}
.career-section-bold .decorative-line-top {
width: 60px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
margin: 0 auto 24px;
border-radius: 2px;
}
.career-section-bold .career-main-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
letter-spacing: -0.5px;
}
.career-section-bold .career-main-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
}
.career-section-bold .career-main-desc {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 32px;
}
.career-section-bold .decorative-icons-group {
display: flex;
justify-content: center;
gap: 24px;
margin-top: 32px;
}
.career-section-bold .decorative-icons-group i {
font-size: 2rem;
color: var(--primary-300);
opacity: 0.6;
transition: all 0.3s ease;
}
.career-section-bold .decorative-icons-group i:hover {
color: var(--primary-500);
opacity: 1;
transform: translateY(-4px);
}
.career-section-bold .career-card {
background: var(--light);
border-radius: 16px;
padding: 32px;
height: 100%;
position: relative;
overflow: hidden;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
transition: all 0.4s ease;
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
}
.career-section-bold .career-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-500);
}
.career-section-bold .card-icon-wrapper {
width: 64px;
height: 64px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
transition: all 0.3s ease;
}
.career-section-bold .career-card:hover .card-icon-wrapper {
transform: rotate(5deg) scale(1.05);
}
.career-section-bold .card-icon-wrapper i {
font-size: 1.75rem;
color: var(--light);
}
.career-section-bold .card-content {
position: relative;
z-index: 2;
}
.career-section-bold .career-item-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.career-section-bold .career-item-desc {
font-size: 1rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 24px;
}
.career-section-bold .career-role-badge {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 18px;
background: color-mix(in srgb, var(--primary-100) 60%, transparent);
border-radius: 50px;
border: 1px solid var(--primary-300);
}
.career-section-bold .career-role-badge i {
font-size: 0.875rem;
color: var(--primary-700);
}
.career-section-bold .career-item-role {
font-size: 0.875rem;
font-weight: 600;
color: var(--primary-700);
}
.career-section-bold .card-decorative-shape {
position: absolute;
bottom: -30px;
right: -30px;
width: 120px;
height: 120px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
border-radius: 50%;
opacity: 0.1;
transition: all 0.5s ease;
}
.career-section-bold .career-card:hover .card-decorative-shape {
transform: scale(1.3);
opacity: 0.15;
}
.career-section-bold .floating-blob {
position: absolute;
border-radius: 50%;
filter: blur(60px);
opacity: 0.15;
z-index: 0;
pointer-events: none;
}
.career-section-bold .blob-1 {
width: 300px;
height: 300px;
background: var(--primary-300);
top: 10%;
left: 5%;
animation: float 20s ease-in-out infinite;
}
.career-section-bold .blob-2 {
width: 250px;
height: 250px;
background: var(--primary-500);
bottom: 15%;
right: 10%;
animation: float 25s ease-in-out infinite reverse;
}
.career-section-bold .blob-3 {
width: 200px;
height: 200px;
background: var(--primary-700);
top: 50%;
left: 50%;
animation: float 30s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0);
}
33% {
transform: translate(30px, -30px);
}
66% {
transform: translate(-20px, 20px);
}
}
@media (max-width: 991px) {
.career-section-bold {
padding: 80px 0;
}
.career-section-bold .career-main-title {
font-size: 2rem;
}
.career-section-bold .career-main-subtitle {
font-size: 1.25rem;
}
.career-section-bold .career-item-title {
font-size: 1.25rem;
}
}
@media (max-width: 767px) {
.career-section-bold {
padding: 60px 0;
}
.career-section-bold .career-main-title {
font-size: 1.75rem;
}
.career-section-bold .career-main-subtitle {
font-size: 1.125rem;
}
.career-section-bold .career-main-desc {
font-size: 1rem;
}
.career-section-bold .career-card {
padding: 24px;
}
.career-section-bold .card-icon-wrapper {
width: 56px;
height: 56px;
}
.career-section-bold .card-icon-wrapper i {
font-size: 1.5rem;
}
.career-section-bold .decorative-icons-group {
gap: 16px;
}
.career-section-bold .decorative-icons-group i {
font-size: 1.5rem;
}
}
@media (max-width: 575px) {
.career-section-bold .career-role-badge {
padding: 8px 14px;
}
.career-section-bold .career-item-role {
font-size: 0.8125rem;
}
}
.coreinfo-section-primary {
position: relative;
padding: 120px 0;
background: var(--surface-primary);
overflow: hidden;
}
.coreinfo-section-primary .section-header {
position: relative;
margin-bottom: 60px;
}
.coreinfo-section-primary .header-decoration {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
}
.coreinfo-section-primary .decoration-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
}
.coreinfo-section-primary .decoration-line {
width: 60px;
height: 2px;
background: linear-gradient(
to right,
transparent,
var(--primary-500),
transparent
);
}
.coreinfo-section-primary .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.3;
margin-bottom: 0;
}
.coreinfo-section-primary .section-subtitle {
font-size: 1.35rem;
font-weight: 500;
color: var(--primary-700);
line-height: 1.5;
}
.coreinfo-section-primary .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 720px;
margin-left: auto;
margin-right: auto;
}
.coreinfo-section-primary .decorative-shape-top {
position: absolute;
top: -30px;
left: 50%;
transform: translateX(-50%);
width: 100px;
height: 100px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 10%, transparent),
transparent
);
border-radius: 50%;
z-index: 0;
}
.coreinfo-section-primary .feature-card {
position: relative;
height: 100%;
padding: 40px 32px;
background: var(--surface-secondary);
border: 2px solid var(--neutral-100);
border-radius: 16px;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.coreinfo-section-primary .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(
to right,
var(--primary-500),
var(--primary-700)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.coreinfo-section-primary .feature-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.coreinfo-section-primary .feature-card:hover::before {
transform: scaleX(1);
}
.coreinfo-section-primary .feature-icon-wrapper {
position: relative;
width: 72px;
height: 72px;
margin-bottom: 24px;
display: flex;
align-items: center;
justify-content: center;
}
.coreinfo-section-primary .icon-background {
position: absolute;
inset: 0;
background: linear-gradient(
135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 60%, var(--primary-50) 40%)
);
border-radius: 16px;
transition: all 0.4s ease;
}
.coreinfo-section-primary .feature-card:hover .icon-background {
background: linear-gradient(
135deg,
var(--primary-100),
var(--primary-300)
);
transform: rotate(10deg) scale(1.05);
}
.coreinfo-section-primary .feature-icon {
position: relative;
font-size: 32px;
color: var(--primary-700);
z-index: 1;
transition: all 0.4s ease;
}
.coreinfo-section-primary .feature-card:hover .feature-icon {
color: var(--primary-500);
transform: scale(1.1);
}
.coreinfo-section-primary .feature-content {
position: relative;
z-index: 1;
}
.coreinfo-section-primary .feature-title {
font-size: 1.35rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.4;
}
.coreinfo-section-primary .feature-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.coreinfo-section-primary .card-decoration {
position: absolute;
bottom: -20px;
right: -20px;
width: 120px;
height: 120px;
background: radial-gradient(
circle at center,
color-mix(in srgb, var(--primary-500) 5%, transparent),
transparent
);
border-radius: 50%;
pointer-events: none;
}
.coreinfo-section-primary .decorative-elements {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 0;
}
.coreinfo-section-primary .floating-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(
circle at center,
color-mix(in srgb, var(--primary-500) 8%, transparent),
transparent
);
animation: float 20s ease-in-out infinite;
}
.coreinfo-section-primary .circle-1 {
width: 300px;
height: 300px;
top: 10%;
left: 5%;
animation-delay: 0s;
}
.coreinfo-section-primary .circle-2 {
width: 200px;
height: 200px;
top: 60%;
right: 8%;
animation-delay: 5s;
}
.coreinfo-section-primary .circle-3 {
width: 150px;
height: 150px;
bottom: 15%;
left: 50%;
animation-delay: 10s;
}
.coreinfo-section-primary .section-background-pattern {
position: absolute;
inset: 0;
background-image:
radial-gradient(
circle at 20% 30%,
color-mix(in srgb, var(--primary-500) 3%, transparent) 0%,
transparent 50%
),
radial-gradient(
circle at 80% 70%,
color-mix(in srgb, var(--primary-500) 3%, transparent) 0%,
transparent 50%
);
pointer-events: none;
z-index: 0;
}
@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: 1199.98px) {
.coreinfo-section-primary {
padding: 100px 0;
}
.coreinfo-section-primary .section-title {
font-size: 2.25rem;
}
.coreinfo-section-primary .section-subtitle {
font-size: 1.25rem;
}
}
@media (max-width: 991.98px) {
.coreinfo-section-primary {
padding: 80px 0;
}
.coreinfo-section-primary .section-title {
font-size: 2rem;
}
.coreinfo-section-primary .section-subtitle {
font-size: 1.15rem;
}
.coreinfo-section-primary .section-description {
font-size: 1.0625rem;
}
.coreinfo-section-primary .feature-card {
padding: 32px 24px;
}
}
@media (max-width: 767.98px) {
.coreinfo-section-primary {
padding: 60px 0;
}
.coreinfo-section-primary .section-header {
margin-bottom: 40px;
}
.coreinfo-section-primary .section-title {
font-size: 1.75rem;
}
.coreinfo-section-primary .section-subtitle {
font-size: 1.0625rem;
}
.coreinfo-section-primary .section-description {
font-size: 1rem;
}
.coreinfo-section-primary .feature-icon-wrapper {
width: 64px;
height: 64px;
}
.coreinfo-section-primary .feature-icon {
font-size: 28px;
}
.coreinfo-section-primary .feature-title {
font-size: 1.25rem;
}
.coreinfo-section-primary .floating-circle {
opacity: 0.5;
}
.coreinfo-section-primary .circle-1 {
width: 200px;
height: 200px;
}
.coreinfo-section-primary .circle-2 {
width: 150px;
height: 150px;
}
.coreinfo-section-primary .circle-3 {
width: 100px;
height: 100px;
}
}
@media (max-width: 575.98px) {
.coreinfo-section-primary {
padding: 50px 0;
}
.coreinfo-section-primary .section-title {
font-size: 1.5rem;
}
.coreinfo-section-primary .decoration-line {
width: 40px;
}
.coreinfo-section-primary .feature-card {
padding: 28px 20px;
}
.coreinfo-section-primary .feature-title {
font-size: 1.15rem;
}
.coreinfo-section-primary .feature-description {
font-size: 0.9375rem;
}
}
@media (prefers-reduced-motion: reduce) {
.coreinfo-section-primary .feature-card,
.coreinfo-section-primary .feature-icon,
.coreinfo-section-primary .icon-background,
.coreinfo-section-primary .floating-circle {
animation: none;
transition: none;
}
.coreinfo-section-primary .feature-card:hover {
transform: none;
}
}
@media (prefers-contrast: high) {
.coreinfo-section-primary .feature-card {
border-width: 3px;
}
.coreinfo-section-primary .feature-card:hover {
border-color: var(--primary-500);
}
}
.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-featured {
position: relative;
background: linear-gradient(135deg,
var(--neutral-50) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--neutral-50) 70%) 100%
);
overflow: hidden;
}
.contact-section-featured .decorative-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
color: var(--light);
font-size: 2rem;
box-shadow: 0 10px 30px rgba(37, 99, 235, 0.2);
animation: pulse-badge 3s ease-in-out infinite;
}
@keyframes pulse-badge {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}
.contact-section-featured #contact-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.2;
}
.contact-section-featured #contact-subtitle {
color: var(--primary-700);
font-weight: 600;
}
.contact-section-featured #contact-desc {
color: var(--text-secondary);
line-height: 1.8;
}
.contact-section-featured .contact-form-wrapper {
position: relative;
background: var(--light);
border-radius: 20px;
padding: 3rem;
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.08);
border: 1px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
}
@media (max-width: 767px) {
.contact-section-featured .contact-form-wrapper {
padding: 2rem 1.5rem;
}
}
.contact-section-featured .form-control {
border: 2px solid var(--neutral-300);
border-radius: 12px;
padding: 1rem 1.25rem;
font-size: 1rem;
transition: all 0.3s ease;
background: var(--surface-primary);
}
.contact-section-featured .form-control:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
background: var(--light);
}
.contact-section-featured .form-floating > label {
color: var(--text-secondary);
font-weight: 500;
padding: 1rem 1.25rem;
}
.contact-section-featured .form-floating > .form-control:focus ~ label,
.contact-section-featured .form-floating > .form-control:not(:placeholder-shown) ~ label {
color: var(--primary-700);
}
.contact-section-featured .form-check-input {
width: 1.25rem;
height: 1.25rem;
border: 2px solid var(--neutral-300);
border-radius: 6px;
cursor: pointer;
}
.contact-section-featured .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.contact-section-featured .form-check-label {
color: var(--text-secondary);
font-size: 0.95rem;
margin-left: 0.5rem;
cursor: pointer;
}
.contact-section-featured .btn-submit {
background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
color: var(--light) !important;
border: none !important;
padding: 1rem 2.5rem;
font-size: 1.1rem;
font-weight: 600;
border-radius: 12px;
transition: all 0.3s ease;
box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3);
position: relative;
overflow: hidden;
}
.contact-section-featured .btn-submit:hover {
transform: translateY(-3px);
box-shadow: 0 15px 40px rgba(37, 99, 235, 0.4);
background: linear-gradient(135deg, #1d4ed8, #1e40af) !important;
}
.contact-section-featured .btn-submit:active {
transform: translateY(-1px);
}
.contact-section-featured .decorative-shape {
position: absolute;
border-radius: 50%;
z-index: 0;
opacity: 0.15;
}
.contact-section-featured .decorative-shape.shape-1 {
width: 200px;
height: 200px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
top: -50px;
right: -50px;
filter: blur(40px);
}
.contact-section-featured .decorative-shape.shape-2 {
width: 150px;
height: 150px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
bottom: -30px;
left: -30px;
filter: blur(35px);
}
.contact-section-featured .contact-form {
position: relative;
z-index: 1;
}
.contact-section-featured .contact-info-wrapper {
position: relative;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 20px;
padding: 3rem;
color: var(--light);
display: flex;
flex-direction: column;
gap: 2rem;
box-shadow: 0 20px 60px rgba(37, 99, 235, 0.3);
}
@media (max-width: 991px) {
.contact-section-featured .contact-info-wrapper {
margin-top: 2rem;
}
}
@media (max-width: 767px) {
.contact-section-featured .contact-info-wrapper {
padding: 2rem 1.5rem;
}
}
.contact-section-featured .decorative-icon-bg {
position: absolute;
top: -20px;
right: -20px;
font-size: 15rem;
color: rgba(var(--white-rgb), 0.05);
pointer-events: none;
z-index: 0;
}
.contact-section-featured .contact-info-item {
position: relative;
display: flex;
gap: 1.5rem;
padding: 1.5rem;
background: rgba(var(--white-rgb), 0.1);
border-radius: 15px;
backdrop-filter: blur(10px);
border: 1px solid rgba(var(--white-rgb), 0.2);
transition: all 0.3s ease;
z-index: 1;
}
.contact-section-featured .contact-info-item:hover {
background: rgba(var(--white-rgb), 0.15);
transform: translateX(5px);
}
.contact-section-featured .contact-info-item .icon-wrapper {
flex-shrink: 0;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(var(--white-rgb), 0.2);
border-radius: 12px;
font-size: 1.75rem;
}
.contact-section-featured .contact-info-item .info-content h3 {
color: var(--light);
margin-bottom: 0.5rem;
font-weight: 600;
}
.contact-section-featured .contact-info-item .info-content p {
color: rgba(var(--white-rgb), 0.9);
line-height: 1.7;
margin: 0;
}
.contact-section-featured .social-icons-decorative {
position: relative;
display: flex;
gap: 1rem;
z-index: 1;
}
.contact-section-featured .social-icon {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(var(--white-rgb), 0.2);
border-radius: 12px;
font-size: 1.5rem;
color: var(--light);
transition: all 0.3s ease;
cursor: pointer;
border: 1px solid rgba(var(--white-rgb), 0.3);
}
.contact-section-featured .social-icon:hover {
background: rgba(var(--white-rgb), 0.3);
transform: translateY(-5px);
}
.contact-section-featured .decorative-blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.1;
pointer-events: none;
}
.contact-section-featured .decorative-blob.blob-1 {
width: 500px;
height: 500px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
top: -250px;
left: -150px;
}
.contact-section-featured .decorative-blob.blob-2 {
width: 400px;
height: 400px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
bottom: -200px;
right: -100px;
}
.contact-section-featured .decorative-dots {
position: absolute;
width: 100px;
height: 100px;
background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
background-size: 20px 20px;
opacity: 0.2;
pointer-events: none;
}
.contact-section-featured .decorative-dots.dots-1 {
top: 10%;
right: 5%;
}
.contact-section-featured .decorative-dots.dots-2 {
bottom: 15%;
left: 8%;
}
@media (max-width: 1199px) {
.contact-section-featured .decorative-blob.blob-1 {
width: 400px;
height: 400px;
}
.contact-section-featured .decorative-blob.blob-2 {
width: 350px;
height: 350px;
}
}
@media (max-width: 767px) {
.contact-section-featured #contact-title {
font-size: 2rem;
}
.contact-section-featured #contact-subtitle {
font-size: 1.25rem;
}
.contact-section-featured .contact-info-item {
flex-direction: column;
text-align: center;
gap: 1rem;
}
.contact-section-featured .social-icons-decorative {
justify-content: center;
}
}
@keyframes float-up {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}
.contact-section-featured .icon-wrapper {
animation: float-up 3s ease-in-out infinite;
}
.contact-section-featured .contact-info-item:nth-child(2) .icon-wrapper {
animation-delay: 0.5s;
}
.contact-section-featured .contact-info-item:nth-child(3) .icon-wrapper {
animation-delay: 1s;
}
.blog-section-modern {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.blog-section-modern .decorative-line {
width: 60px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 2px;
}
.blog-section-modern .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.blog-section-modern .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.blog-section-modern .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.blog-section-modern .blog-card {
background: var(--light);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid var(--neutral-100);
}
.blog-section-modern .blog-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.blog-section-modern .blog-card-image-wrapper {
position: relative;
width: 100%;
height: 220px;
overflow: hidden;
background: var(--neutral-100);
}
.blog-section-modern .blog-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-section-modern .blog-card:hover .blog-image {
transform: scale(1.08);
}
.blog-section-modern .image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
180deg,
rgba(var(--black-rgb), 0) 0%,
rgba(var(--black-rgb), 0.3) 100%
);
opacity: 0;
transition: opacity 0.4s ease;
}
.blog-section-modern .blog-card:hover .image-overlay {
opacity: 1;
}
.blog-section-modern .category-badge {
position: absolute;
top: 16px;
left: 16px;
padding: 6px 16px;
background: var(--primary-500);
color: var(--light);
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
border-radius: 20px;
z-index: 2;
box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.15);
}
.blog-section-modern .blog-card-content {
padding: 1.75rem;
}
.blog-section-modern .blog-meta {
display: flex;
gap: 1.25rem;
flex-wrap: wrap;
}
.blog-section-modern .meta-date,
.blog-section-modern .meta-author {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 0.875rem;
color: var(--text-secondary);
font-weight: 500;
}
.blog-section-modern .meta-date i,
.blog-section-modern .meta-author i {
color: var(--primary-500);
font-size: 1rem;
}
.blog-section-modern .blog-card-title {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.3;
transition: color 0.3s ease;
}
.blog-section-modern .blog-card:hover .blog-card-title {
color: var(--primary-500);
}
.blog-section-modern .blog-card-excerpt {
font-size: 0.9375rem;
color: var(--text-secondary);
line-height: 1.7;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
.blog-section-modern .blog-card-link {
display: inline-flex;
align-items: center;
font-size: 0.9375rem;
font-weight: 600;
color: var(--primary-500);
text-decoration: none;
transition: all 0.3s ease;
position: relative;
}
.blog-section-modern .blog-card-link::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 2px;
background: var(--primary-500);
transition: width 0.3s ease;
}
.blog-section-modern .blog-card-link:hover {
color: var(--primary-700);
gap: 8px;
}
.blog-section-modern .blog-card-link:hover::after {
width: calc(100% - 30px);
}
.blog-section-modern .blog-card-link i {
transition: transform 0.3s ease;
}
.blog-section-modern .blog-card-link:hover i {
transform: translateX(4px);
}
.blog-section-modern .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.blog-section-modern .shape-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 15%, transparent),
color-mix(in srgb, var(--primary-500) 10%, transparent)
);
}
.blog-section-modern .shape-1 {
width: 300px;
height: 300px;
top: -100px;
right: -50px;
animation: float-shape 20s ease-in-out infinite;
}
.blog-section-modern .shape-2 {
width: 200px;
height: 200px;
bottom: -80px;
left: -60px;
animation: float-shape 15s ease-in-out infinite reverse;
}
.blog-section-modern .shape-blob {
position: absolute;
width: 400px;
height: 400px;
bottom: 10%;
right: 5%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 12%, transparent),
transparent 70%
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morph-shape 25s ease-in-out infinite;
}
@keyframes float-shape {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@keyframes morph-shape {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
50% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
}
@media (max-width: 991px) {
.blog-section-modern .section-title {
font-size: 2rem;
}
.blog-section-modern .section-subtitle {
font-size: 1.125rem;
}
.blog-section-modern .section-description {
font-size: 1rem;
}
.blog-section-modern .blog-card-title {
font-size: 1.25rem;
}
.blog-section-modern .blog-card-image-wrapper {
height: 200px;
}
}
@media (max-width: 767px) {
.blog-section-modern .section-title {
font-size: 1.75rem;
}
.blog-section-modern .section-subtitle {
font-size: 1rem;
}
.blog-section-modern .section-description {
font-size: 0.9375rem;
}
.blog-section-modern .blog-card-content {
padding: 1.5rem;
}
.blog-section-modern .blog-card-title {
font-size: 1.125rem;
}
.blog-section-modern .blog-card-excerpt {
font-size: 0.875rem;
-webkit-line-clamp: 3;
}
.blog-section-modern .blog-meta {
gap: 0.875rem;
font-size: 0.8125rem;
}
.blog-section-modern .shape-1,
.blog-section-modern .shape-2 {
display: none;
}
}
@media (max-width: 575px) {
.blog-section-modern .blog-card-image-wrapper {
height: 180px;
}
.blog-section-modern .category-badge {
font-size: 0.6875rem;
padding: 5px 12px;
}
.blog-section-modern .blog-card-content {
padding: 1.25rem;
}
}
.faq-section-standard {
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-standard .section-header {
position: relative;
z-index: 2;
}
.faq-section-standard .decorative-dot-pattern {
position: absolute;
top: -20px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 80px;
background-image: radial-gradient(
circle,
var(--primary-300) 2px,
transparent 2px
);
background-size: 16px 16px;
opacity: 0.4;
border-radius: 50%;
}
.faq-section-standard #faq-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
.faq-section-standard #faq-subtitle {
color: var(--primary-700);
font-weight: 600;
letter-spacing: 0.01em;
}
.faq-section-standard #faq-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.faq-section-standard .decorative-underline {
width: 60px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
border-radius: 2px;
margin-top: 1.5rem;
}
.faq-section-standard .faq-card {
background: var(--surface-primary);
border-radius: 16px;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
position: relative;
}
.faq-section-standard .faq-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);
}
.faq-section-standard .faq-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.1) !important;
}
.faq-section-standard .faq-card:hover::before {
transform: scaleX(1);
}
.faq-section-standard .card-header {
padding: 1.5rem 1.5rem 1rem;
}
.faq-section-standard .icon-wrapper {
width: 48px;
height: 48px;
min-width: 48px;
background: linear-gradient(
135deg,
var(--primary-100),
var(--primary-50)
);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.faq-section-standard .icon-wrapper i {
font-size: 1.5rem;
color: var(--primary-700);
transition: all 0.3s ease;
}
.faq-section-standard .faq-card:hover .icon-wrapper {
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
transform: scale(1.1) rotate(5deg);
}
.faq-section-standard .faq-card:hover .icon-wrapper i {
color: var(--light);
transform: scale(1.1);
}
.faq-section-standard .card-header h4 {
color: var(--text-primary);
font-weight: 600;
line-height: 1.4;
transition: color 0.3s ease;
}
.faq-section-standard .faq-card:hover .card-header h4 {
color: var(--primary-700);
}
.faq-section-standard .card-body {
padding: 1rem 1.5rem 1.5rem;
}
.faq-section-standard .card-body p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.95rem;
}
.faq-section-standard .decorative-circles {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.faq-section-standard .circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
transparent
);
opacity: 0.3;
}
.faq-section-standard .circle-1 {
width: 400px;
height: 400px;
top: -200px;
left: -100px;
animation: float-1 20s ease-in-out infinite;
}
.faq-section-standard .circle-2 {
width: 300px;
height: 300px;
bottom: -150px;
right: -50px;
animation: float-2 25s ease-in-out infinite;
}
.faq-section-standard .circle-3 {
width: 200px;
height: 200px;
top: 50%;
right: 10%;
animation: float-3 30s ease-in-out infinite;
}
@keyframes float-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(30px, 30px) scale(1.1);
}
}
@keyframes float-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(-40px, -20px) scale(1.15);
}
}
@keyframes float-3 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(20px, -30px) scale(1.2);
}
}
@media (max-width: 991.98px) {
.faq-section-standard #faq-title {
font-size: 2rem;
}
.faq-section-standard .icon-wrapper {
width: 40px;
height: 40px;
min-width: 40px;
}
.faq-section-standard .icon-wrapper i {
font-size: 1.25rem;
}
.faq-section-standard .card-header h4 {
font-size: 1.1rem;
}
}
@media (max-width: 767.98px) {
.faq-section-standard {
padding: 3rem 0 !important;
}
.faq-section-standard #faq-title {
font-size: 1.75rem;
}
.faq-section-standard #faq-subtitle {
font-size: 1rem;
}
.faq-section-standard #faq-desc {
font-size: 1rem;
}
.faq-section-standard .faq-card {
border-radius: 12px;
}
.faq-section-standard .card-header h4 {
font-size: 1rem;
}
.faq-section-standard .card-body p {
font-size: 0.9rem;
}
.faq-section-standard .circle {
opacity: 0.2;
}
}
@media (max-width: 575.98px) {
.faq-section-standard .icon-wrapper {
width: 36px;
height: 36px;
min-width: 36px;
margin-right: 0.75rem !important;
}
.faq-section-standard .icon-wrapper i {
font-size: 1.1rem;
}
.faq-section-standard .card-header {
padding: 1.25rem 1.25rem 0.75rem;
}
.faq-section-standard .card-body {
padding: 0.75rem 1.25rem 1.25rem;
}
}
@media (prefers-reduced-motion: reduce) {
.faq-section-standard .faq-card,
.faq-section-standard .icon-wrapper,
.faq-section-standard .icon-wrapper i {
transition: none;
}
.faq-section-standard .circle {
animation: none;
}
}
@media (prefers-contrast: high) {
.faq-section-standard .faq-card {
border: 2px solid var(--neutral-300);
}
.faq-section-standard .icon-wrapper {
border: 2px solid var(--primary-500);
}
}
.footer-bold {
position: relative;
padding: 80px 0 30px;
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);
overflow: hidden;
}
.footer-bold .footer-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: color-mix(in srgb, var(--neutral-900) 5%, transparent);
z-index: 1;
}
.footer-bold .container {
z-index: 2;
}
.footer-bold .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.1;
z-index: 1;
}
.footer-bold .shape-1 {
width: 300px;
height: 300px;
top: -100px;
right: -50px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 40%, transparent),
transparent
);
}
.footer-bold .shape-2 {
width: 200px;
height: 200px;
bottom: 100px;
left: -50px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 30%, transparent),
transparent
);
}
.footer-bold .decorative-dots {
position: absolute;
width: 100px;
height: 100px;
background-image: radial-gradient(
circle,
rgba(var(--white-rgb), 0.15) 2px,
transparent 2px
);
background-size: 20px 20px;
opacity: 0.3;
z-index: 1;
}
.footer-bold .dots-1 {
top: 50px;
left: 10%;
}
.footer-bold .dots-2 {
bottom: 150px;
right: 15%;
}
.footer-bold .footer-main {
margin-bottom: 40px;
}
.footer-bold .footer-brand {
padding-right: 20px;
}
.footer-bold .brand-name {
font-size: 28px;
font-weight: 700;
color: var(--light);
margin-bottom: 20px;
text-shadow: 0 2px 10px rgba(var(--black-rgb), 0.3);
}
.footer-bold .brand-description {
font-size: 15px;
line-height: 1.7;
color: rgba(var(--white-rgb), 0.9);
margin-bottom: 30px;
}
.footer-bold .brand-icons {
display: flex;
gap: 15px;
flex-wrap: wrap;
}
.footer-bold .brand-icons .icon-item {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--primary-300) 20%, transparent);
border-radius: 12px;
backdrop-filter: blur(10px);
transition: all 0.3s ease;
}
.footer-bold .brand-icons .icon-item:hover {
background: color-mix(in srgb, var(--primary-300) 30%, transparent);
transform: translateY(-5px);
}
.footer-bold .brand-icons .icon-item i {
font-size: 22px;
color: var(--light);
}
.footer-bold .footer-contact {
position: relative;
padding-left: 20px;
}
.footer-bold .footer-heading {
font-size: 20px;
font-weight: 600;
color: var(--light);
margin-bottom: 25px;
position: relative;
padding-bottom: 15px;
}
.footer-bold .footer-heading::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 50px;
height: 3px;
background: color-mix(in srgb, var(--primary-300) 70%, transparent);
border-radius: 2px;
}
.footer-bold .contact-items {
display: flex;
flex-direction: column;
gap: 20px;
}
.footer-bold .contact-item {
display: flex;
align-items: flex-start;
gap: 15px;
padding: 15px;
background: color-mix(in srgb, var(--neutral-900) 20%, transparent);
border-radius: 10px;
backdrop-filter: blur(5px);
transition: all 0.3s ease;
}
.footer-bold .contact-item:hover {
background: color-mix(in srgb, var(--neutral-900) 30%, transparent);
transform: translateX(5px);
}
.footer-bold .contact-icon {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--primary-500) 25%, transparent);
border-radius: 8px;
flex-shrink: 0;
}
.footer-bold .contact-icon i {
font-size: 18px;
color: var(--light);
}
.footer-bold .contact-content {
flex: 1;
}
.footer-bold .contact-text {
font-size: 15px;
line-height: 1.6;
color: rgba(var(--white-rgb), 0.9);
display: block;
}
.footer-bold .contact-decoration {
position: absolute;
bottom: -20px;
right: 0;
width: 150px;
height: 150px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 15%, transparent),
transparent
);
border-radius: 50%;
pointer-events: none;
}
.footer-bold .footer-legal {
position: relative;
padding-left: 20px;
}
.footer-bold .legal-nav {
display: flex;
flex-direction: column;
gap: 12px;
}
.footer-bold .legal-link {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 15px;
background: color-mix(in srgb, var(--neutral-900) 20%, transparent);
border-radius: 8px;
color: rgba(var(--white-rgb), 0.9);
text-decoration: none;
font-size: 14px;
transition: all 0.3s ease;
backdrop-filter: blur(5px);
}
.footer-bold .legal-link:hover {
background: color-mix(in srgb, var(--primary-500) 25%, transparent);
color: var(--light);
transform: translateX(5px);
}
.footer-bold .legal-link i {
font-size: 16px;
opacity: 0.8;
}
.footer-bold .legal-badge {
position: absolute;
top: -10px;
right: -10px;
width: 80px;
height: 80px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 20%, transparent),
transparent
);
border-radius: 50%;
pointer-events: none;
}
.footer-bold .footer-disclaimer {
display: flex;
gap: 20px;
padding: 30px;
background: color-mix(in srgb, var(--neutral-900) 25%, transparent);
border-radius: 15px;
backdrop-filter: blur(10px);
border: 1px solid color-mix(in srgb, var(--primary-300) 15%, transparent);
}
.footer-bold .disclaimer-icon {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--primary-500) 25%, transparent);
border-radius: 12px;
flex-shrink: 0;
}
.footer-bold .disclaimer-icon i {
font-size: 24px;
color: var(--light);
}
.footer-bold .disclaimer-text {
font-size: 13px;
line-height: 1.8;
color: rgba(var(--white-rgb), 0.85);
margin: 0;
}
.footer-bold .footer-bottom {
margin-top: 50px;
padding-top: 30px;
border-top: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
}
.footer-bold .copyright-wrapper {
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
}
.footer-bold .decorative-line {
width: 100px;
height: 2px;
background: linear-gradient(
to right,
transparent,
color-mix(in srgb, var(--primary-300) 50%, transparent),
transparent
);
}
.footer-bold .copyright-text {
font-size: 14px;
color: rgba(var(--white-rgb), 0.8);
margin: 0;
text-align: center;
}
.bg-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.05;
z-index: 1;
}
.footer-bold .decoration-1 {
width: 400px;
height: 400px;
top: 20%;
right: -200px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 60%, transparent),
transparent
);
}
.footer-bold .decoration-2 {
width: 300px;
height: 300px;
bottom: -100px;
left: 10%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 50%, transparent),
transparent
);
}
.footer-bold .decoration-3 {
width: 250px;
height: 250px;
top: 40%;
left: -100px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-700) 40%, transparent),
transparent
);
}
@media (max-width: 991px) {
.footer-bold {
padding: 60px 0 30px;
}
.footer-bold .brand-name {
font-size: 24px;
}
.footer-brand,
.footer-contact,
.footer-bold .footer-legal {
padding-left: 0;
padding-right: 0;
margin-bottom: 40px;
}
.shape-1,
.footer-bold .shape-2 {
width: 200px;
height: 200px;
}
}
@media (max-width: 767px) {
.footer-bold {
padding: 50px 0 20px;
}
.footer-bold .brand-icons {
gap: 10px;
}
.footer-bold .brand-icons .icon-item {
width: 45px;
height: 45px;
}
.footer-bold .footer-disclaimer {
flex-direction: column;
padding: 20px;
}
.footer-bold .disclaimer-icon {
width: 45px;
height: 45px;
}
.footer-bold .copyright-wrapper {
flex-direction: column;
gap: 15px;
}
.footer-bold .decorative-line {
width: 60px;
}
.decorative-shape,
.bg-decoration {
display: none;
}
}
@media (max-width: 575px) {
.footer-bold .contact-item {
flex-direction: column;
text-align: center;
}
.footer-bold .contact-icon {
margin: 0 auto;
}
.footer-bold .legal-link {
justify-content: center;
}
}
.additional-universal-modern {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-modern #add_page_1_sec_1_title {
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-modern #add_page_1_sec_1_subtitle {
color: var(--text-secondary);
font-weight: 500;
}
.additional-universal-modern #add_page_1_sec_1_desc {
color: var(--text-secondary);
line-height: 1.7;
}
.additional-universal-modern .feature-card {
position: relative;
padding: 2.5rem 2rem;
border-radius: 20px;
background: var(--surface-secondary);
border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
transition: all 0.3s ease;
overflow: hidden;
}
.additional-universal-modern .feature-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
border-color: var(--primary-500);
}
.additional-universal-modern .feature-card.featured {
background: color-mix(in srgb, var(--primary-500) 5%, var(--surface-secondary));
border-width: 2px;
}
.additional-universal-modern .card-icon-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
width: 70px;
height: 70px;
border-radius: 16px;
background: color-mix(in srgb, var(--primary-500) 15%, transparent);
color: var(--primary-500);
font-size: 2rem;
margin-bottom: 1.5rem;
transition: all 0.3s ease;
}
.additional-universal-modern .feature-card:hover .card-icon-wrapper {
transform: scale(1.1) rotate(5deg);
background: var(--primary-500);
color: white;
}
.additional-universal-modern .card-content h3 {
color: var(--text-primary);
margin-bottom: 1rem;
}
.additional-universal-modern .card-content p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 1rem;
margin-bottom: 0;
}
.additional-universal-modern .card-decoration {
position: absolute;
bottom: -30px;
right: -30px;
width: 150px;
height: 150px;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-500) 8%, transparent);
filter: blur(30px);
pointer-events: none;
}
.additional-universal-modern .featured-badge {
position: absolute;
top: 1.5rem;
right: 1.5rem;
width: 40px;
height: 40px;
border-radius: 50%;
background: var(--primary-500);
color: white;
display: flex;
align-items: center;
justify-content: center;
font-size: 1rem;
animation: pulse-v080 2s ease-in-out infinite;
}
.additional-universal-modern .floating-shape {
position: absolute;
opacity: 0.06;
pointer-events: none;
color: var(--primary-500);
}
.additional-universal-modern .shape-1 {
top: 15%;
left: 5%;
font-size: 8rem;
animation: float-v080 8s ease-in-out infinite;
}
.additional-universal-modern .shape-2 {
top: 50%;
right: 8%;
font-size: 6rem;
animation: float-v080 10s ease-in-out infinite reverse;
}
.additional-universal-modern .shape-3 {
bottom: 20%;
left: 10%;
font-size: 5rem;
animation: float-v080 12s ease-in-out infinite;
}
@keyframes float-v080 {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-30px) rotate(10deg);
}
}
@keyframes pulse-v080 {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
}
@media (max-width: 991.98px) {
.additional-universal-modern .feature-card {
padding: 2rem 1.5rem;
}
.additional-universal-modern .card-icon-wrapper {
width: 60px;
height: 60px;
font-size: 1.75rem;
}
}
@media (max-width: 575.98px) {
.additional-universal-modern #add_page_1_sec_1_title {
font-size: 2rem;
}
.additional-universal-modern .feature-card {
padding: 1.5rem 1.25rem;
}
.additional-universal-modern .floating-shape {
opacity: 0.03;
}
}
.additional-universal-section {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-section .header-content {
position: relative;
z-index: 2;
}
.additional-universal-section .accent-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
background: var(--primary-500);
border-radius: 10px;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.additional-universal-section .accent-badge i {
font-size: 1.25rem;
color: var(--light);
}
.additional-universal-section .section-title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-section .section-subtitle {
font-size: clamp(1.125rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.additional-universal-section .description-wrapper {
position: relative;
padding: 2rem;
background: var(--surface-secondary);
border-radius: 16px;
border-left: 4px solid var(--primary-500);
}
.additional-universal-section .section-description {
font-size: 1rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 0;
}
.additional-universal-section .description-decoration {
position: absolute;
bottom: -10px;
right: -10px;
width: 80px;
height: 80px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent
);
border-radius: 50%;
pointer-events: none;
}
.additional-universal-section .content-grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 1.5rem;
position: relative;
z-index: 2;
}
.additional-universal-section .content-item {
position: relative;
padding: 2rem;
background: var(--surface-secondary);
border-radius: 16px;
border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
transition: all 0.3s ease;
overflow: hidden;
}
.additional-universal-section .content-item:hover {
border-color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
transform: translateY(-4px);
}
.additional-universal-section .featured-item {
grid-column: span 7;
background: linear-gradient(
135deg,
var(--surface-secondary),
color-mix(in srgb, var(--primary-50) 50%, var(--surface-secondary) 50%)
);
}
.additional-universal-section .item-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: var(--primary-500);
border-radius: 12px;
margin-bottom: 1.5rem;
box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
}
.additional-universal-section .item-badge i {
font-size: 1.5rem;
color: var(--light);
}
.additional-universal-section .compact-item {
grid-column: span 5;
}
.additional-universal-section .compact-item:first-of-type {
grid-column: span 5;
}
.additional-universal-section .compact-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
background: linear-gradient(
135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 80%, var(--primary-50) 20%)
);
border-radius: 10px;
margin-bottom: 1rem;
}
.additional-universal-section .compact-icon i {
font-size: 1.25rem;
color: var(--primary-500);
}
.additional-universal-section .horizontal-item {
grid-column: span 6;
display: flex;
gap: 1.5rem;
align-items: flex-start;
}
.additional-universal-section .horizontal-icon {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: var(--primary-500);
border-radius: 14px;
box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.additional-universal-section .horizontal-icon i {
font-size: 1.5rem;
color: var(--light);
}
.additional-universal-section .horizontal-content {
flex: 1;
}
.additional-universal-section .item-title {
font-size: 1.25rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.3;
}
.additional-universal-section .item-description {
font-size: 0.9375rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 0;
}
.additional-universal-section .item-decoration {
position: absolute;
border-radius: 50%;
pointer-events: none;
}
.additional-universal-section .decoration-1 {
width: 150px;
height: 150px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 12%, transparent 88%),
transparent
);
bottom: -50px;
right: -50px;
}
.additional-universal-section .background-elements {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .floating-shape {
position: absolute;
border-radius: 50%;
opacity: 0.25;
}
.additional-universal-section .shape-1 {
width: 200px;
height: 200px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
transparent
);
top: 10%;
right: 10%;
animation: float-smooth 10s ease-in-out infinite;
}
.additional-universal-section .shape-2 {
width: 150px;
height: 150px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
transparent
);
bottom: 20%;
left: 5%;
animation: float-smooth 12s ease-in-out infinite 2s;
}
.additional-universal-section .shape-3 {
width: 100px;
height: 100px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 18%, transparent 82%),
transparent
);
top: 50%;
left: 50%;
animation: float-smooth 8s ease-in-out infinite 4s;
}
.additional-universal-section .gradient-overlay {
position: absolute;
top: 0;
right: 0;
width: 40%;
height: 100%;
background: linear-gradient(
90deg,
transparent,
color-mix(in srgb, var(--primary-50) 30%, transparent 70%)
);
opacity: 0.5;
}
@keyframes float-smooth {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(15px, -15px);
}
}
@media (max-width: 991.98px) {
.featured-item,
.compact-item,
.additional-universal-section .horizontal-item {
grid-column: span 12;
}
.additional-universal-section .description-wrapper {
padding: 1.5rem;
margin-top: 2rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.additional-universal-section .content-grid {
gap: 1rem;
}
.additional-universal-section .content-item {
padding: 1.5rem;
}
.additional-universal-section .horizontal-item {
flex-direction: column;
gap: 1rem;
}
.additional-universal-section .description-wrapper {
padding: 1.25rem;
}
.additional-universal-section .item-title {
font-size: 1.125rem;
}
}
.additional-universal-section.v-061 {
padding: 100px 0;
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.v-061 .section-header {
max-width: 800px;
margin: 0 auto 60px;
}
.v-061 .decorative-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.v-061 .decorative-badge i {
font-size: 28px;
color: white;
}
.v-061 .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.v-061 .section-subtitle {
font-size: 1.5rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.v-061 .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
}
.v-061 .cards-grid {
position: relative;
z-index: 2;
}
.v-061 .service-card {
background: white;
border: 1px solid var(--neutral-100);
border-radius: 16px;
padding: 40px 30px;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.v-061 .service-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);
}
.v-061 .service-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
border-color: var(--primary-300);
}
.v-061 .service-card:hover::before {
transform: scaleX(1);
}
.v-061 .service-card.featured {
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 5%, white),
color-mix(in srgb, var(--primary-300) 5%, white));
border: 2px solid var(--primary-300);
}
.v-061 .card-icon-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
width: 70px;
height: 70px;
background: color-mix(in srgb, var(--primary-500) 10%, white);
border-radius: 16px;
transition: all 0.4s ease;
}
.v-061 .card-icon-wrapper i {
font-size: 32px;
color: var(--primary-500);
transition: transform 0.4s ease;
}
.v-061 .service-card:hover .card-icon-wrapper {
background: var(--primary-500);
transform: rotate(10deg) scale(1.1);
}
.v-061 .service-card:hover .card-icon-wrapper i {
color: white;
transform: scale(1.1);
}
.v-061 .card-title {
font-size: 1.375rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.3;
margin-bottom: 15px;
}
.v-061 .card-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.v-061 .decorative-shapes {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
z-index: 1;
opacity: 0.4;
}
.v-061 .shape {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle, var(--primary-300), transparent);
opacity: 0.15;
}
.v-061 .shape-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.v-061 .shape-2 {
width: 300px;
height: 300px;
bottom: -80px;
left: -80px;
animation: float 25s ease-in-out infinite reverse;
}
.v-061 .shape-3 {
width: 200px;
height: 200px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: pulse 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);
}
}
@keyframes pulse {
0%, 100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.15;
}
50% {
transform: translate(-50%, -50%) scale(1.2);
opacity: 0.25;
}
}
@media (max-width: 991px) {
.v-061 {
padding: 80px 0;
}
.v-061 .section-title {
font-size: 2.25rem;
}
.v-061 .section-subtitle {
font-size: 1.25rem;
}
.v-061 .card-title {
font-size: 1.25rem;
}
}
@media (max-width: 767px) {
.v-061 {
padding: 60px 0;
}
.v-061 .section-header {
margin-bottom: 40px;
}
.v-061 .section-title {
font-size: 1.875rem;
}
.v-061 .section-subtitle {
font-size: 1.125rem;
}
.v-061 .service-card {
padding: 30px 25px;
}
.v-061 .card-icon-wrapper {
width: 60px;
height: 60px;
}
.v-061 .card-icon-wrapper i {
font-size: 28px;
}
}
.additional-universal-section.v-060 {
position: relative;
padding: 100px 0;
background: linear-gradient(180deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 15%, var(--surface-primary) 85%) 50%, var(--surface-primary) 100%);
overflow: hidden;
}
.v-060 .section-header {
position: relative;
z-index: 2;
}
.v-060 .header-dots {
display: flex;
gap: 12px;
justify-content: center;
margin-bottom: 30px;
}
.v-060 .header-dots .dot {
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
animation: dot-bounce 1.5s ease-in-out infinite;
}
.v-060 .header-dots .dot:nth-child(2) {
animation-delay: 0.2s;
}
.v-060 .header-dots .dot:nth-child(3) {
animation-delay: 0.4s;
}
@keyframes dot-bounce {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}
.v-060 .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 20px;
line-height: 1.2;
}
.v-060 .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.v-060 .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 900px;
margin: 0 auto;
}
.v-060 .split-content-wrapper {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
gap: 60px;
}
.v-060 .split-block {
position: relative;
}
.v-060 .content-box {
padding: 20px 0;
}
.v-060 .content-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
transition: transform 0.4s ease;
}
.v-060 .split-block:hover .content-icon {
transform: scale(1.1) rotate(5deg);
}
.v-060 .content-icon i {
font-size: 32px;
color: var(--light);
}
.v-060 .content-title {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.v-060 .content-description {
font-size: 1.0625rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.v-060 .visual-box {
position: relative;
height: 350px;
display: flex;
align-items: center;
justify-content: center;
}
.v-060 .visual-element {
width: 280px;
height: 280px;
position: relative;
}
.v-060 .visual-element.circle-pattern {
background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 15%, transparent 85%), color-mix(in srgb, var(--primary-700) 15%, transparent 85%));
border-radius: 50%;
border: 4px solid var(--primary-500);
animation: pulse-rotate 8s ease-in-out infinite;
}
.v-060 .visual-element.square-grid {
background-image:
linear-gradient(to right, var(--primary-500) 2px, transparent 2px),
linear-gradient(to bottom, var(--primary-500) 2px, transparent 2px);
background-size: 40px 40px;
opacity: 0.3;
border-radius: 20px;
animation: grid-shift 10s linear infinite;
}
.v-060 .visual-element.wave-pattern {
background:
radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--primary-500) 20%, transparent 80%) 0%, transparent 70%),
radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--primary-700) 20%, transparent 80%) 0%, transparent 70%);
background-size: 60% 60%, 100% 100%;
background-position: center;
border-radius: 50%;
animation: wave-pulse 6s ease-in-out infinite;
}
.v-060 .visual-element.dot-matrix {
background-image: radial-gradient(circle, var(--primary-500) 3px, transparent 3px);
background-size: 30px 30px;
opacity: 0.4;
border-radius: 50%;
animation: matrix-rotate 12s linear infinite;
}
@keyframes pulse-rotate {
0%, 100% {
transform: scale(1) rotate(0deg);
}
50% {
transform: scale(1.1) rotate(180deg);
}
}
@keyframes grid-shift {
0% {
background-position: 0 0;
}
100% {
background-position: 40px 40px;
}
}
@keyframes wave-pulse {
0%, 100% {
transform: scale(1);
opacity: 0.3;
}
50% {
transform: scale(1.2);
opacity: 0.5;
}
}
@keyframes matrix-rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.v-060 .visual-accent {
position: absolute;
width: 100px;
height: 100px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
opacity: 0.2;
border-radius: 20px;
z-index: -1;
}
.v-060 .visual-accent.accent-1 {
top: -20px;
right: -20px;
}
.v-060 .visual-accent.accent-2 {
bottom: -20px;
left: -20px;
}
.v-060 .visual-accent.accent-3 {
top: -20px;
left: -20px;
transform: rotate(45deg);
}
.v-060 .visual-accent.accent-4 {
bottom: -20px;
right: -20px;
transform: rotate(45deg);
}
.v-060 .featured-block {
margin: 40px 0;
}
.v-060 .featured-content {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 24px;
padding: 60px;
text-align: center;
position: relative;
overflow: hidden;
}
.v-060 .featured-icon-wrapper {
width: 90px;
height: 90px;
background: color-mix(in srgb, var(--light) 25%, transparent 75%);
backdrop-filter: blur(10px);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 28px;
}
.v-060 .featured-icon-wrapper i {
font-size: 42px;
color: var(--light);
}
.v-060 .featured-title {
font-size: 2rem;
font-weight: 700;
color: var(--light);
margin-bottom: 20px;
line-height: 1.3;
}
.v-060 .featured-description {
font-size: 1.125rem;
color: color-mix(in srgb, var(--light) 95%, transparent 5%);
line-height: 1.8;
max-width: 900px;
margin: 0 auto;
}
.v-060 .featured-pattern {
position: absolute;
top: -100px;
right: -100px;
width: 300px;
height: 300px;
background: radial-gradient(circle, color-mix(in srgb, var(--light) 15%, transparent 85%) 0%, transparent 70%);
border-radius: 50%;
pointer-events: none;
}
.v-060 .bg-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.v-060 .deco-float {
position: absolute;
width: 200px;
height: 200px;
background: color-mix(in srgb, var(--primary-300) 6%, transparent 94%);
border-radius: 50%;
animation: float-drift 20s ease-in-out infinite;
}
.v-060 .deco-float.float-1 {
top: 15%;
left: 5%;
}
.v-060 .deco-float.float-2 {
bottom: 20%;
right: 8%;
animation-delay: 10s;
}
@keyframes float-drift {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(30px, -30px);
}
}
.v-060 .deco-gradient {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 600px;
height: 600px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 5%, transparent 95%) 0%, transparent 70%);
pointer-events: none;
}
@media (max-width: 991px) {
.v-060 {
padding: 80px 0;
}
.v-060 .section-title {
font-size: 2.25rem;
}
.v-060 .section-subtitle {
font-size: 1.25rem;
}
.v-060 .split-content-wrapper {
gap: 50px;
}
.v-060 .visual-box {
height: 280px;
}
.v-060 .visual-element {
width: 220px;
height: 220px;
}
.v-060 .featured-content {
padding: 50px 40px;
}
.v-060 .featured-title {
font-size: 1.75rem;
}
}
@media (max-width: 767px) {
.v-060 {
padding: 60px 0;
}
.v-060 .section-title {
font-size: 1.875rem;
}
.v-060 .section-subtitle {
font-size: 1.125rem;
}
.v-060 .section-description {
font-size: 1rem;
}
.v-060 .split-content-wrapper {
gap: 40px;
}
.v-060 .content-icon {
width: 60px;
height: 60px;
}
.v-060 .content-icon i {
font-size: 28px;
}
.v-060 .content-title {
font-size: 1.5rem;
}
.v-060 .content-description {
font-size: 1rem;
}
.v-060 .visual-box {
height: 220px;
margin-top: 30px;
}
.v-060 .visual-element {
width: 180px;
height: 180px;
}
.v-060 .featured-content {
padding: 40px 28px;
}
.v-060 .featured-icon-wrapper {
width: 70px;
height: 70px;
}
.v-060 .featured-icon-wrapper i {
font-size: 32px;
}
.v-060 .featured-title {
font-size: 1.5rem;
}
.v-060 .featured-description {
font-size: 1rem;
}
}
.add_wrap {
padding: var(--section-py) 0;
background-color: var(--neutral-100);
}
.add_wrap .add_header {
margin-bottom: var(--space-12);
}
.add_wrap .add_title {
color: var(--text-primary);
margin-bottom: var(--space-4);
}
.add_wrap .add_subtitle {
color: var(--text-secondary);
margin-bottom: var(--space-6);
}
.add_wrap .add_description {
color: var(--text-body);
max-width: 600px;
margin: 0 auto;
}
.add_wrap .add_process_container {
max-width: 800px;
margin: 0 auto;
}
.add_wrap .add_process_step {
display: flex;
align-items: flex-start;
gap: var(--space-6);
margin-bottom: var(--space-10);
position: relative;
}
.add_wrap .add_process_step:last-child {
margin-bottom: 0;
}
.add_wrap .add_step_number {
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--neutral-100);
font-size: 1.5rem;
font-weight: bold;
flex-shrink: 0;
position: relative;
z-index: 2;
}
.add_wrap .add_step_content {
flex-grow: 1;
background-color: var(--neutral-50);
padding: var(--space-6);
border-radius: var(--radius-lg);
border: 1px solid var(--neutral-200);
position: relative;
top: var(--space-2);
}
.add_wrap .add_step_content:before {
content: '';
position: absolute;
left: -12px;
top: var(--space-6);
width: 0;
height: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-right: 12px solid var(--neutral-200);
}
.add_wrap .add_step_content:after {
content: '';
position: absolute;
left: -11px;
top: calc(var(--space-6) + 1px);
width: 0;
height: 0;
border-top: 11px solid transparent;
border-bottom: 11px solid transparent;
border-right: 11px solid var(--neutral-50);
}
.add_wrap .add_step_title {
color: var(--text-primary);
margin-bottom: var(--space-3);
font-size: 1.25rem;
font-weight: 600;
}
.add_wrap .add_step_desc {
color: var(--text-body);
margin-bottom: 0;
line-height: 1.6;
}
.add_wrap .add_step_connector {
position: absolute;
left: 39px;
top: 80px;
bottom: -40px;
width: 2px;
background: linear-gradient(to bottom, var(--primary-300), var(--primary-200));
z-index: 1;
}
.add_wrap .add_process_step:last-child .add_step_connector {
display: none;
}
.add_wrap .add_process_step:nth-child(even) .add_step_number {
background: linear-gradient(135deg, var(--primary-400), var(--primary-300));
}
.add_wrap .add_process_step:nth-child(even) .add_step_content {
background: linear-gradient(135deg, var(--neutral-50), var(--primary-50));
}
@media (max-width: 768px) {
.add_wrap .add_process_step {
gap: var(--space-4);
margin-bottom: var(--space-8);
}
.add_wrap .add_step_number {
width: 60px;
height: 60px;
font-size: 1.25rem;
}
.add_wrap .add_step_content {
padding: var(--space-4);
}
.add_wrap .add_step_content:before {
left: -8px;
border-right-width: 8px;
border-top-width: 8px;
border-bottom-width: 8px;
}
.add_wrap .add_step_content:after {
left: -7px;
border-right-width: 7px;
border-top-width: 7px;
border-bottom-width: 7px;
}
.add_wrap .add_step_connector {
left: 29px;
top: 60px;
bottom: -32px;
}
}