:root {
--primary-50: #fffbeb;
--primary-50-rgb: 255, 251, 235;
--primary-50-rgb: 255, 251, 235;
--primary-100: #fef3c7;
--primary-100-rgb: 254, 243, 199;
--primary-100-rgb: 254, 243, 199;
--primary-300: #fcd34d;
--primary-300-rgb: 252, 211, 77;
--primary-300-rgb: 252, 211, 77;
--primary-500: #d97706;
--primary-500-rgb: 217, 119, 6;
--primary-500-rgb: 217, 119, 6;
--primary-700: #b45309;
--primary-700-rgb: 180, 83, 9;
--primary-700-rgb: 180, 83, 9;
--primary-200: #fde38a;
--primary-200-rgb: 253, 227, 138;
--primary-200-rgb: 253, 227, 138;
--primary-400: #eba52a;
--primary-400-rgb: 235, 165, 42;
--primary-400-rgb: 235, 165, 42;
--primary-600: #c76508;
--primary-600-rgb: 199, 101, 8;
--primary-600-rgb: 199, 101, 8;
--primary-800: #904207;
--primary-800-rgb: 144, 66, 7;
--primary-800-rgb: 144, 66, 7;
--primary-900: #7a3806;
--primary-900-rgb: 122, 56, 6;
--primary-900-rgb: 122, 56, 6;
--primary-950: #552704;
--primary-950-rgb: 85, 39, 4;
--primary-950-rgb: 85, 39, 4;
--primary-rgb: 217, 119, 6;
--neutral-50: #fafaf9;
--neutral-50-rgb: 250, 250, 249;
--neutral-50-rgb: 250, 250, 249;
--neutral-100: #f5f5f4;
--neutral-100-rgb: 245, 245, 244;
--neutral-100-rgb: 245, 245, 244;
--neutral-300: #d6d3d1;
--neutral-300-rgb: 214, 211, 209;
--neutral-300-rgb: 214, 211, 209;
--neutral-500: #78716c;
--neutral-500-rgb: 120, 113, 108;
--neutral-500-rgb: 120, 113, 108;
--neutral-700: #44403c;
--neutral-700-rgb: 68, 64, 60;
--neutral-700-rgb: 68, 64, 60;
--neutral-900: #2e2b29;
--neutral-900-rgb: 46, 43, 41;
--neutral-900-rgb: 46, 43, 41;
--neutral-200: #e6e4e3;
--neutral-200-rgb: 230, 228, 227;
--neutral-200-rgb: 230, 228, 227;
--neutral-400: #a7a29f;
--neutral-400-rgb: 167, 162, 159;
--neutral-400-rgb: 167, 162, 159;
--neutral-600: #5e5954;
--neutral-600-rgb: 94, 89, 84;
--neutral-600-rgb: 94, 89, 84;
--neutral-800: #363330;
--neutral-800-rgb: 54, 51, 48;
--neutral-800-rgb: 54, 51, 48;
--neutral-950: #201e1d;
--neutral-950-rgb: 32, 30, 29;
--neutral-950-rgb: 32, 30, 29;
--surface-primary: var(--neutral-50);
--surface-secondary: var(--neutral-100);
--surface-accent: var(--primary-50);
--text-primary: var(--neutral-900);
--text-secondary: var(--neutral-700);
--text-accent: var(--primary-500);
--button-primary-bg: var(--primary-500);
--button-primary-text: #000000;
--button-primary-text-rgb: 0, 0, 0;
--button-secondary-bg: var(--neutral-100);
--button-secondary-text: var(--neutral-900);
--border-light: var(--neutral-300);
--border-medium: var(--neutral-500);
--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
--accent-50: #fffcd6;
--accent-50-rgb: 255, 252, 214;
--accent-50-rgb: 255, 252, 214;
--accent-100: #fef5b5;
--accent-100-rgb: 254, 245, 181;
--accent-100-rgb: 254, 245, 181;
--accent-200: #fee77e;
--accent-200-rgb: 254, 231, 126;
--accent-200-rgb: 254, 231, 126;
--accent-300: #fdda46;
--accent-300-rgb: 253, 218, 70;
--accent-300-rgb: 253, 218, 70;
--accent-400: #f1b326;
--accent-400-rgb: 241, 179, 38;
--accent-400-rgb: 241, 179, 38;
--accent-500: #e48b05;
--accent-500-rgb: 228, 139, 5;
--accent-500-rgb: 228, 139, 5;
--accent-600: #d87c07;
--accent-600-rgb: 216, 124, 7;
--accent-600-rgb: 216, 124, 7;
--accent-700: #cb6d08;
--accent-700-rgb: 203, 109, 8;
--accent-700-rgb: 203, 109, 8;
--accent-800: #b15e06;
--accent-800-rgb: 177, 94, 6;
--accent-800-rgb: 177, 94, 6;
--accent-900: #a25605;
--accent-900-rgb: 162, 86, 5;
--accent-900-rgb: 162, 86, 5;
--accent-950: #884704;
--accent-950-rgb: 136, 71, 4;
--accent-950-rgb: 136, 71, 4;
--accent-rgb: 228, 139, 5;
--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;
}
.business_font_primary {
font-family: var(--font-primary);
}
.page_font_secondary {
font-family: var(--font-secondary);
}
.core_font_mono {
font-family: var(--font-mono);
}
.unique_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);
}
.premium_display_2 {
font-family: var(--font-secondary);
font-size: var(--text-5xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
}
.layout_display_3 {
font-family: var(--font-secondary);
font-size: var(--text-4xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
}
.elite_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);
}
.prime_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);
}
.digital_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);
}
.design_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);
}
.bright_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);
}
.web_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);
}
.fresh_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);
}
.company_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);
}
.new_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);
}
.container_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);
}
.app_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);
}
.top_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;
}
.site_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);
}
.smart_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);
}
.section_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);
}
.best_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;
}
.base_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);
}
.main_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);
}
.modern_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);
}
.modern_nav_link:hover,
.modern_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.brand_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);
}
.agency_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) {
.site_hero_title {
font-size: var(--text-4xl);
}
.smart_section_title {
font-size: var(--text-3xl);
}
.unique_display_1 {
font-size: var(--text-5xl);
}
.premium_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.site_hero_title {
font-size: var(--text-3xl);
}
.smart_section_title {
font-size: var(--text-2xl);
}
.unique_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);
}
.dark_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.minimal_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.custom_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.creative_text_balance {
text-wrap: balance;
}
.bold_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.modern_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.container_caption,
.studio_overline,
.agency_footer_text {
color: var(--text-secondary);
}
.light_hero_subtitle,
.section_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.site_hero_title,
.smart_section_title,
.elite_heading_1,
.prime_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.dark_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;
}
}
.style_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.content_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.theme_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.ui_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.pro_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.clean_stack {
display: flex;
flex-direction: column;
}
.minimal45_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.clean18_full_height {
min-height: 100vh;
}
.design83_section_height {
min-height: 80vh;
}
.container58_hero_height {
min-height: 90vh;
}
.page63_m_0 { margin: 0; }
.pro90_m_1 { margin: var(--space-1); }
.agency53_m_2 { margin: var(--space-2); }
.ui50_m_3 { margin: var(--space-3); }
.elite36_m_4 { margin: var(--space-4); }
.business60_m_6 { margin: var(--space-6); }
.design28_m_8 { margin: var(--space-8); }
.bright47_m_12 { margin: var(--space-12); }
.brand77_m_16 { margin: var(--space-16); }
.fresh77_mx_auto { margin-left: auto; margin-right: auto; }
.light80_my_auto { margin-top: auto; margin-bottom: auto; }
.premium68_mt_0 { margin-top: 0; }
.clean96_mt_4 { margin-top: var(--space-4); }
.prime4_mt_8 { margin-top: var(--space-8); }
.base62_mt_12 { margin-top: var(--space-12); }
.page12_mb_0 { margin-bottom: 0; }
.creative12_mb_4 { margin-bottom: var(--space-4); }
.section96_mb_8 { margin-bottom: var(--space-8); }
.content77_mb_12 { margin-bottom: var(--space-12); }
.fresh21_p_0 { padding: 0; }
.business21_p_1 { padding: var(--space-1); }
.studio30_p_2 { padding: var(--space-2); }
.layout93_p_3 { padding: var(--space-3); }
.modern49_p_4 { padding: var(--space-4); }
.brand16_p_6 { padding: var(--space-6); }
.dark21_p_8 { padding: var(--space-8); }
.page26_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.theme98_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.business22_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.new12_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.top63_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.section23_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.web90_gap_1 { gap: var(--space-1); }
.premium69_gap_2 { gap: var(--space-2); }
.new70_gap_3 { gap: var(--space-3); }
.light70_gap_4 { gap: var(--space-4); }
.unique21_gap_6 { gap: var(--space-6); }
.page58_gap_8 { gap: var(--space-8); }
.theme81_shadow_none { box-shadow: var(--shadow-none); }
.new11_shadow_xs { box-shadow: var(--shadow-xs); }
.light27_shadow_sm { box-shadow: var(--shadow-sm); }
.modern81_shadow_md { box-shadow: var(--shadow-md); }
.studio64_shadow_lg { box-shadow: var(--shadow-lg); }
.smart87_shadow_xl { box-shadow: var(--shadow-xl); }
.clean4_shadow_2xl { box-shadow: var(--shadow-2xl); }
.premium46_shadow_inner { box-shadow: var(--shadow-inner); }
.bright74_shadow_colored { box-shadow: var(--shadow-colored); }
.company96_radius_none { border-radius: var(--radius-none); }
.style10_radius_xs { border-radius: var(--radius-xs); }
.fresh57_radius_sm { border-radius: var(--radius-sm); }
.bright51_radius_md { border-radius: var(--radius-md); }
.dark26_radius_lg { border-radius: var(--radius-lg); }
.brand85_radius_xl { border-radius: var(--radius-xl); }
.clean87_radius_2xl { border-radius: var(--radius-2xl); }
.unique78_radius_3xl { border-radius: var(--radius-3xl); }
.unique5_radius_full { border-radius: var(--radius-full); }
.fresh32_gradient_primary {
background: var(--gradient-primary);
}
.digital64_gradient_secondary {
background: var(--gradient-secondary);
}
.company30_gradient_hero {
background: var(--gradient-hero);
}
.ui69_gradient_card {
background: var(--gradient-card);
}
.pro14_gradient_overlay {
position: relative;
}
.pro14_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;
}
.pro14_gradient_overlay > * {
position: relative;
z-index: 2;
}
.dark20_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.dark20_hover_lift:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.new35_hover_scale {
transition: transform var(--transition-normal);
}
.new35_hover_scale:hover {
transform: scale(1.02);
}
.theme38_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.theme38_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.minimal88_hover_fade {
transition: opacity var(--transition-normal);
}
.minimal88_hover_fade:hover {
opacity: var(--opacity-loading);
}
.web47_focus_ring {
transition: box-shadow var(--transition-fast);
}
.web47_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.fresh84_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.main61_hero_content {
position: relative;
z-index: 2;
}
.creative2_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.digital62_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.smart85_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.minimal49_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.dark44_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: var(--space-6);
}
.layout49_timeline {
position: relative;
}
.layout49_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.agency15_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.agency15_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.agency15_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.ui39_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.bold56_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;
}
}
.best73_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;
}
}
.theme80_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;
}
}
.elite5_transition_all {
transition: var(--transition-all);
}
.prime24_transition_fast {
transition: all var(--transition-fast);
}
.prime44_transition_normal {
transition: all var(--transition-normal);
}
.container90_transition_slow {
transition: all var(--transition-slow);
}
.agency4_bg_primary { background-color: var(--bg-primary); }
.bold49_bg_secondary { background-color: var(--bg-secondary); }
.dark78_bg_muted { background-color: var(--bg-muted); }
.best37_bg_glass { background-color: var(--bg-glass); }
.premium5_text_primary { color: var(--text-primary); }
.core55_text_secondary { color: var(--text-secondary); }
.ui21_text_muted { color: var(--text-muted); }
.best7_text_inverse { color: var(--text-inverse); }
.creative5_text_link { color: var(--text-link); }
.agency46_border_light { border-color: var(--border-light); }
.light37_border_medium { border-color: var(--border-medium); }
.bold13_border_strong { border-color: var(--border-strong); }
.prime31_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 768px) {
.creative2_services_grid,
.smart85_features_grid,
.digital62_team_grid,
.dark44_pricing_grid {
grid-template-columns: 1fr;
}
.minimal49_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.layout49_timeline::before {
left: 30px;
}
.agency15_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.design83_section_height {
min-height: 60vh;
}
.container58_hero_height {
min-height: 70vh;
}
}
@media (max-width: 480px) {
.minimal49_gallery_grid {
grid-template-columns: 1fr;
}
.agency15_timeline_item {
padding-left: var(--space-12) !important;
}
}
.content29_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;
}
.agency10_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.company36_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);
}
.company36_skip_link:focus {
top: 6px;
}
@media print {
.main73_no_print {
display: none !important;
}
.theme27_print_only {
display: block !important;
}
.new11_shadow_xs,
.light27_shadow_sm,
.modern81_shadow_md,
.studio64_shadow_lg,
.smart87_shadow_xl,
.clean4_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) {
.ui39_fade_in,
.bold56_slide_up,
.best73_slide_in_left,
.theme80_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.dark20_hover_lift,
.new35_hover_scale,
.theme38_hover_shadow,
.minimal88_hover_fade,
.elite5_transition_all,
.prime24_transition_fast,
.prime44_transition_normal,
.container90_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
.header-primary {
position: relative;
background: var(--surface-primary);
box-shadow: 0 2px 12px color-mix(in srgb, var(--neutral-900) 8%, transparent);
z-index: 1000;
}
.header-primary .navbar {
padding: 1rem 0;
position: relative;
}
.header-primary .navbar-brand {
font-size: 1.125rem;
font-weight: 700;
color: var(--primary-700);
text-decoration: none;
transition: color 0.3s ease, transform 0.3s ease;
letter-spacing: -0.02em;
}
.header-primary .navbar-brand:hover {
color: var(--primary-500);
transform: translateY(-2px);
}
.header-primary .nav-link {
color: var(--text-primary);
font-size: 0.75rem;
font-weight: 500;
padding: 0.5rem 1rem;
margin: 0 0.25rem;
transition: color 0.3s ease, background-color 0.3s ease;
border-radius: 6px;
text-decoration: none;
}
.header-primary .nav-link:hover {
color: var(--primary-500);
background-color: color-mix(in srgb, var(--primary-50) 50%, transparent);
}
.header-primary .menu-toggle-checkbox {
display: none;
}
.header-primary .hamburger-toggle {
display: none;
flex-direction: column;
justify-content: space-between;
width: 30px;
height: 24px;
cursor: pointer;
z-index: 10003;
position: relative;
transition: transform 0.3s ease;
}
.header-primary .hamburger-line {
display: block;
width: 100%;
height: 3px;
background: #334155;
border-radius: 3px;
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transform-origin: center;
}
.header-primary .menu-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(1) {
transform: translateY(10.5px) rotate(45deg);
}
.header-primary .menu-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(2) {
opacity: 0;
transform: scaleX(0);
}
.header-primary .menu-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(3) {
transform: translateY(-10.5px) rotate(-45deg);
}
.header-primary .header-decoration {
position: absolute;
top: 0;
right: 0;
width: 200px;
height: 100%;
overflow: hidden;
pointer-events: none;
z-index: 0;
}
.header-primary .deco-circle {
position: absolute;
border-radius: 50%;
opacity: 0.08;
}
.header-primary .deco-circle-1 {
width: 120px;
height: 120px;
background: var(--primary-500);
top: -40px;
right: -20px;
animation: float-v240-1 6s ease-in-out infinite;
}
.header-primary .deco-circle-2 {
width: 80px;
height: 80px;
background: var(--primary-300);
top: 20px;
right: 80px;
animation: float-v240-2 8s ease-in-out infinite;
}
@keyframes float-v240-1 {
0%, 100% { transform: translateY(0) scale(1); }
50% { transform: translateY(-15px) scale(1.05); }
}
@keyframes float-v240-2 {
0%, 100% { transform: translateY(0) scale(1); }
50% { transform: translateY(12px) scale(0.95); }
}
@media (min-width: 992px) {
.header-primary .navbar-nav {
display: flex;
flex-direction: row;
align-items: center;
}
.header-primary .navbar-collapse {
display: flex !important;
}
.header-primary .menu-backdrop {
display: none;
}
}
@media (max-width: 991.98px) {
.header-primary .hamburger-toggle {
display: flex;
}
.header-primary .navbar-collapse {
position: fixed;
top: 0;
right: -100%;
width: 280px;
height: 100vh;
background: var(--surface-primary);
padding: 5rem 2rem 2rem;
transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
box-shadow: -4px 0 20px color-mix(in srgb, var(--neutral-900) 15%, transparent);
z-index: 10;
overflow-y: auto;
}
.header-primary .menu-toggle-checkbox:checked ~ .navbar-collapse {
right: 0;
}
.header-primary .menu-backdrop {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: color-mix(in srgb, var(--neutral-900) 50%, transparent);
backdrop-filter: blur(4px);
z-index: -1;
opacity: 0;
transition: opacity 0.4s ease;
}
.header-primary .menu-toggle-checkbox:checked ~ .navbar-collapse .menu-backdrop {
display: block;
opacity: 1;
}
.header-primary .navbar-nav {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.header-primary .nav-item {
width: 100%;
opacity: 0;
transform: translateX(30px);
animation: slideInNav-v240 0.4s ease forwards;
}
.header-primary .menu-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(1) {
animation-delay: 0.1s;
}
.header-primary .menu-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(2) {
animation-delay: 0.15s;
}
.header-primary .menu-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(3) {
animation-delay: 0.2s;
}
.header-primary .menu-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(4) {
animation-delay: 0.25s;
}
.header-primary .nav-link {
width: 100%;
text-align: left;
padding: 0.75rem 1rem;
margin: 0;
border-radius: 8px;
}
@keyframes slideInNav-v240 {
to {
opacity: 1;
transform: translateX(0);
}
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.header-primary .navbar-collapse {
width: 320px;
}
}
@media (max-width: 575.98px) {
.header-primary .navbar-brand {
font-size: 1.125rem;
}
.header-primary .navbar-collapse {
width: 260px;
}
.header-primary .header-decoration {
width: 150px;
}
.header-primary .deco-circle-1 {
width: 90px;
height: 90px;
}
.header-primary .deco-circle-2 {
width: 60px;
height: 60px;
}
}
@media (prefers-reduced-motion: reduce) {
.header-primary .hamburger-line,
.header-primary .navbar-collapse,
.header-primary .nav-link,
.header-primary .navbar-brand,
.header-primary .menu-backdrop {
transition: none;
animation: none;
}
}
.header-primary .nav-link:focus,
.header-primary .navbar-brand:focus,
.header-primary .hamburger-toggle:focus {
outline: 2px solid var(--primary-500);
outline-offset: 3px;
}
@media print {
.header-primary .hamburger-toggle,
.header-primary .header-decoration {
display: none;
}
.header-primary .navbar-collapse {
position: static;
width: auto;
height: auto;
box-shadow: none;
}
}
.hero-pro {
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
);
position: relative;
padding-top: 80px;
padding-bottom: 80px;
}
.hero-pro .decorative-blob-1 {
position: absolute;
top: -10%;
right: -5%;
width: 600px;
height: 600px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
transparent 70%
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: float 20s ease-in-out infinite;
z-index: 0;
}
.hero-pro .decorative-blob-2 {
position: absolute;
bottom: -15%;
left: -8%;
width: 500px;
height: 500px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
transparent 70%
);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
animation: float 25s ease-in-out infinite reverse;
z-index: 0;
}
.hero-pro .decorative-grid {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(color-mix(in srgb, var(--primary-300) 8%, transparent 92%) 1px, transparent 1px),
linear-gradient(90deg, color-mix(in srgb, var(--primary-300) 8%, transparent 92%) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.4;
z-index: 0;
}
.hero-pro .hero-content {
position: relative;
z-index: 2;
}
.hero-pro .badge-wrapper {
display: flex;
align-items: center;
gap: 12px;
}
.hero-pro .decorative-dot {
width: 12px;
height: 12px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
box-shadow: 0 0 20px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
animation: pulse 2s ease-in-out infinite;
}
.hero-pro .decorative-line {
width: 60px;
height: 2px;
background: linear-gradient(90deg, var(--primary-500), transparent);
}
.hero-pro .hero-title {
font-size: clamp(2.5rem, 5vw, 3.75rem);
font-weight: 800;
line-height: 1.2;
color: var(--text-primary);
letter-spacing: -0.02em;
margin-bottom: 1.5rem;
}
.hero-pro .hero-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.75rem);
font-weight: 600;
color: var(--primary-700);
line-height: 1.4;
margin-bottom: 1.5rem;
}
.hero-pro .hero-description {
font-size: clamp(1rem, 1.5vw, 1.125rem);
line-height: 1.8;
color: var(--text-secondary);
max-width: 540px;
}
.hero-pro .feature-icons-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
max-width: 400px;
margin-top: 3rem;
}
.hero-pro .icon-item {
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
border-radius: 16px;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 12px color-mix(in srgb, var(--neutral-900) 5%, transparent 95%);
}
.hero-pro .icon-item:hover {
transform: translateY(-8px) scale(1.05);
background: linear-gradient(135deg, var(--primary-50), var(--surface-primary));
border-color: var(--primary-500);
box-shadow: 0 12px 24px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
}
.hero-pro .icon-item i {
font-size: 28px;
color: var(--primary-700);
transition: all 0.3s ease;
}
.hero-pro .icon-item:hover i {
color: var(--primary-500);
transform: scale(1.15);
}
.hero-pro .hero-image-wrapper {
position: relative;
z-index: 2;
}
.hero-pro .hero-image-container {
position: relative;
border-radius: 24px;
overflow: hidden;
box-shadow:
0 20px 60px color-mix(in srgb, var(--neutral-900) 15%, transparent 85%),
0 0 0 1px color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-pro .hero-image-container:hover {
transform: translateY(-8px);
box-shadow:
0 30px 80px color-mix(in srgb, var(--neutral-900) 20%, transparent 80%),
0 0 0 1px var(--primary-500);
}
.hero-pro .hero-image {
width: 100%;
height: auto;
display: block;
transition: transform 0.5s ease;
}
.hero-pro .hero-image-container:hover .hero-image {
transform: scale(1.05);
}
.hero-pro .decorative-shape {
position: absolute;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
opacity: 0.15;
border-radius: 50%;
z-index: 1;
}
.hero-pro .shape-1 {
width: 200px;
height: 200px;
top: -50px;
right: -50px;
animation: rotate 30s linear infinite;
}
.hero-pro .shape-2 {
width: 150px;
height: 150px;
bottom: -40px;
left: -40px;
animation: rotate 25s linear infinite reverse;
}
.hero-pro .decorative-circle {
position: absolute;
border: 2px solid color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
border-radius: 50%;
z-index: 1;
}
.hero-pro .circle-1 {
width: 120px;
height: 120px;
top: 20%;
left: -30px;
animation: pulse-border 3s ease-in-out infinite;
}
.hero-pro .circle-2 {
width: 80px;
height: 80px;
bottom: 25%;
right: -20px;
animation: pulse-border 3s ease-in-out infinite 1.5s;
}
.hero-pro .floating-element {
position: absolute;
width: 60px;
height: 60px;
background: var(--surface-primary);
border: 2px solid var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
z-index: 3;
animation: float-element 4s ease-in-out infinite;
}
.hero-pro .floating-element i {
font-size: 24px;
color: var(--primary-700);
}
.hero-pro .element-1 {
top: 10%;
right: 10%;
animation-delay: 0s;
}
.hero-pro .element-2 {
bottom: 15%;
left: 5%;
animation-delay: 1.5s;
}
.hero-pro .element-3 {
top: 50%;
right: -20px;
animation-delay: 3s;
}
.hero-pro .bottom-wave {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100px;
background: linear-gradient(
180deg,
transparent 0%,
color-mix(in srgb, var(--primary-50) 30%, transparent 70%) 100%
);
clip-path: polygon(0 40%, 100% 0%, 100% 100%, 0% 100%);
}
@keyframes float {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
33% { transform: translate(30px, -30px) rotate(5deg); }
66% { transform: translate(-20px, 20px) rotate(-5deg); }
}
@keyframes float-element {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
}
@keyframes pulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.2);
opacity: 0.7;
}
}
@keyframes pulse-border {
0%, 100% {
transform: scale(1);
opacity: 0.5;
}
50% {
transform: scale(1.1);
opacity: 0.8;
}
}
@keyframes rotate {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@media (max-width: 991px) {
.hero-pro .hero-image-wrapper {
max-width: 500px;
margin: 0 auto;
}
.hero-pro .feature-icons-grid {
grid-template-columns: repeat(4, 1fr);
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
.hero-pro .floating-element {
width: 50px;
height: 50px;
}
.hero-pro .floating-element i {
font-size: 20px;
}
}
@media (max-width: 767px) {
.hero-pro {
padding-top: 60px;
padding-bottom: 60px;
}
.hero-pro .decorative-blob-1,
.hero-pro .decorative-blob-2 {
width: 300px;
height: 300px;
}
.hero-pro .feature-icons-grid {
grid-template-columns: repeat(4, 1fr);
gap: 12px;
}
.hero-pro .icon-item {
width: 60px;
height: 60px;
}
.hero-pro .icon-item i {
font-size: 24px;
}
.hero-pro .hero-description {
font-size: 1rem;
}
.hero-pro .decorative-shape {
display: none;
}
.hero-pro .floating-element {
display: none;
}
}
@media (max-width: 575px) {
.hero-pro .feature-icons-grid {
grid-template-columns: repeat(2, 1fr);
gap: 16px;
max-width: 200px;
}
.hero-pro .icon-item {
width: 70px;
height: 70px;
}
}
.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-pro {
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-pro .section-bg-decoration {
position: absolute;
top: -10%;
right: -5%;
width: 600px;
height: 600px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-100) 20%, transparent 80%) 0%,
transparent 70%
);
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.about-section-pro .container {
position: relative;
z-index: 1;
}
.about-section-pro .content-wrapper {
padding-right: 2rem;
}
@media (max-width: 991px) {
.about-section-pro .content-wrapper {
padding-right: 0;
}
}
.about-section-pro .title-block {
position: relative;
}
#about-title {
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1.5rem;
}
#about-subtitle {
color: var(--text-secondary);
font-weight: 400;
line-height: 1.5;
}
.about-section-pro .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
border-radius: 2px;
margin-top: 1rem;
}
#about-desc {
color: var(--text-secondary);
line-height: 1.8;
font-size: 1.125rem;
}
.about-section-pro .features-grid {
display: grid;
grid-template-columns: 1fr;
gap: 1.5rem;
}
@media (min-width: 768px) {
.about-section-pro .features-grid {
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
}
}
.about-section-pro .feature-card {
display: flex;
gap: 1.25rem;
padding: 1.5rem;
background: var(--surface-primary);
border-radius: 1rem;
border: 1px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
transition: all 0.3s ease;
}
.about-section-pro .feature-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
border-color: var(--primary-300);
}
.about-section-pro .feature-icon {
flex-shrink: 0;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(
135deg,
var(--primary-100) 0%,
var(--primary-50) 100%
);
border-radius: 12px;
color: var(--primary-700);
font-size: 1.5rem;
transition: all 0.3s ease;
}
.about-section-pro .feature-card:hover .feature-icon {
background: linear-gradient(
135deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
color: var(--light);
transform: scale(1.1);
}
.about-section-pro .feature-content h4 {
color: var(--text-primary);
margin-bottom: 0.5rem;
}
.about-section-pro .feature-content p {
color: var(--text-secondary);
line-height: 1.6;
font-size: 0.9375rem;
}
.about-section-pro .images-wrapper {
position: relative;
padding: 2rem 0;
}
@media (max-width: 991px) {
.about-section-pro .images-wrapper {
padding: 3rem 0;
}
}
.decorative-shape-1,
.about-section-pro .decorative-shape-2 {
position: absolute;
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.about-section-pro .decorative-shape-1 {
top: 0;
right: 10%;
width: 200px;
height: 200px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
transparent 70%
);
animation: float 6s ease-in-out infinite;
}
.about-section-pro .decorative-shape-2 {
bottom: 10%;
left: 5%;
width: 150px;
height: 150px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-100) 20%, transparent 80%) 0%,
transparent 70%
);
animation: float 8s ease-in-out infinite reverse;
}
@keyframes float {
0%, 100% {
transform: translateY(0) scale(1);
}
50% {
transform: translateY(-20px) scale(1.05);
}
}
.about-section-pro .image-grid {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: 1fr;
gap: 1.5rem;
}
@media (min-width: 576px) {
.about-section-pro .image-grid {
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto;
}
}
.about-section-pro .image-primary {
position: relative;
grid-column: 1 / -1;
}
@media (min-width: 576px) {
.about-section-pro .image-primary {
grid-column: 1 / 2;
grid-row: 1 / 3;
}
}
.about-section-pro .image-primary img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.5s ease;
}
.about-section-pro .image-primary:hover img {
transform: scale(1.02);
filter: brightness(1.05);
}
.about-section-pro .image-badge {
position: absolute;
bottom: 1.5rem;
right: 1.5rem;
width: 60px;
height: 60px;
background: var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.75rem;
box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-700) 40%, transparent 60%);
animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
}
.about-section-pro .images-secondary {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
@media (min-width: 576px) {
.about-section-pro .images-secondary {
grid-column: 2 / 3;
grid-row: 1 / 3;
}
}
.about-section-pro .image-secondary-item {
position: relative;
overflow: hidden;
border-radius: 1rem;
}
.about-section-pro .image-secondary-item img {
width: 100%;
height: 250px;
object-fit: cover;
transition: all 0.5s ease;
}
@media (min-width: 768px) {
.about-section-pro .image-secondary-item img {
height: 220px;
}
}
.about-section-pro .image-secondary-item:hover img {
transform: scale(1.05);
filter: brightness(1.08);
}
.about-section-pro .floating-icons {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 2;
}
.about-section-pro .floating-icon {
position: absolute;
width: 50px;
height: 50px;
background: var(--surface-primary);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-500);
font-size: 1.5rem;
box-shadow: 0 4px 12px color-mix(in srgb, var(--neutral-900) 15%, transparent 85%);
border: 2px solid var(--primary-100);
}
.about-section-pro .floating-icon.icon-1 {
top: 15%;
left: -5%;
animation: float 5s ease-in-out infinite;
}
.about-section-pro .floating-icon.icon-2 {
top: 50%;
right: -8%;
animation: float 7s ease-in-out infinite reverse;
}
.about-section-pro .floating-icon.icon-3 {
bottom: 15%;
left: 10%;
animation: float 6s ease-in-out infinite;
animation-delay: 1s;
}
@media (max-width: 991px) {
.about-section-pro .floating-icon.icon-1 {
left: 0;
}
.about-section-pro .floating-icon.icon-2 {
right: 0;
}
}
@media (max-width: 991px) {
#about-title {
font-size: 2.25rem;
}
#about-subtitle {
font-size: 1.25rem;
}
#about-desc {
font-size: 1rem;
}
}
@media (max-width: 575px) {
#about-title {
font-size: 1.875rem;
}
.about-section-pro .feature-card {
flex-direction: column;
text-align: center;
}
.about-section-pro .feature-icon {
margin: 0 auto;
}
.about-section-pro .image-badge {
width: 50px;
height: 50px;
font-size: 1.5rem;
bottom: 1rem;
right: 1rem;
}
}
.features-section-classic {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.features-section-classic .features-header {
position: relative;
z-index: 2;
}
.features-section-classic #features-title {
color: var(--text-primary);
letter-spacing: -0.02em;
line-height: 1.2;
}
.features-section-classic #features-subtitle {
color: var(--primary-500);
font-weight: 600;
letter-spacing: -0.01em;
}
.features-section-classic #features-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.features-section-classic .feature-card {
position: relative;
background: var(--surface-secondary);
border-radius: 16px;
padding: 2.5rem;
border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.features-section-classic .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 60%, var(--primary-300))
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.features-section-classic .feature-card:hover {
transform: translateY(-8px);
box-shadow:
0 12px 40px color-mix(in srgb, var(--primary-500) 15%, transparent),
0 0 0 1px color-mix(in srgb, var(--primary-500) 25%, transparent);
}
.features-section-classic .feature-card:hover::before {
transform: scaleX(1);
}
.features-section-classic .feature-icon-wrapper {
position: relative;
width: 72px;
height: 72px;
margin-bottom: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
}
.features-section-classic .feature-icon-wrapper i {
font-size: 2rem;
color: var(--primary-500);
position: relative;
z-index: 2;
transition: all 0.4s ease;
}
.features-section-classic .icon-bg-effect {
position: absolute;
inset: 0;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border-radius: 50%;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.features-section-classic .feature-card:hover .icon-bg-effect {
transform: scale(1.2);
background: color-mix(in srgb, var(--primary-500) 18%, transparent);
}
.features-section-classic .feature-card:hover .feature-icon-wrapper i {
transform: scale(1.1) rotate(5deg);
color: var(--primary-700);
}
.features-section-classic .feature-content h4 {
color: var(--text-primary);
margin-bottom: 1rem;
transition: color 0.3s ease;
}
.features-section-classic .feature-card:hover .feature-content h4 {
color: var(--primary-700);
}
.features-section-classic .feature-content p {
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.features-section-classic .feature-accent-line {
position: absolute;
bottom: 0;
left: 2.5rem;
right: 2.5rem;
height: 1px;
background: linear-gradient(
90deg,
transparent,
color-mix(in srgb, var(--primary-500) 30%, transparent),
transparent
);
}
.features-section-classic .decorative-shapes-top {
position: absolute;
top: -100px;
right: -100px;
width: 400px;
height: 400px;
pointer-events: none;
z-index: 1;
}
.features-section-classic .shape-circle-1 {
position: absolute;
top: 0;
right: 0;
width: 300px;
height: 300px;
border-radius: 50%;
background: radial-gradient(
circle at center,
color-mix(in srgb, var(--primary-300) 8%, transparent),
transparent 70%
);
animation: float-slow 15s ease-in-out infinite;
}
.features-section-classic .shape-circle-2 {
position: absolute;
top: 100px;
right: 50px;
width: 200px;
height: 200px;
border-radius: 50%;
background: radial-gradient(
circle at center,
color-mix(in srgb, var(--primary-500) 6%, transparent),
transparent 70%
);
animation: float-slow 18s ease-in-out infinite reverse;
}
.features-section-classic .decorative-shapes-bottom {
position: absolute;
bottom: -80px;
left: -80px;
width: 300px;
height: 300px;
pointer-events: none;
z-index: 1;
}
.features-section-classic .shape-blob-1 {
position: absolute;
bottom: 0;
left: 0;
width: 250px;
height: 250px;
background: color-mix(in srgb, var(--primary-500) 5%, transparent);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
animation: morph-blob 20s ease-in-out infinite;
}
.features-section-classic .shape-blob-2 {
position: absolute;
bottom: 50px;
left: 100px;
width: 180px;
height: 180px;
background: color-mix(in srgb, var(--primary-300) 7%, transparent);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
animation: morph-blob 18s ease-in-out infinite reverse;
}
.features-section-classic .decorative-icon-grid {
display: flex;
justify-content: center;
gap: 3rem;
flex-wrap: wrap;
opacity: 0.15;
pointer-events: none;
}
.features-section-classic .icon-grid-item {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 12px;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
animation: pulse-icon 3s ease-in-out infinite;
}
.features-section-classic .icon-grid-item i {
font-size: 1.5rem;
color: var(--primary-500);
}
.features-section-classic .icon-grid-item:nth-child(2) {
animation-delay: 0.5s;
}
.features-section-classic .icon-grid-item:nth-child(3) {
animation-delay: 1s;
}
.features-section-classic .icon-grid-item:nth-child(4) {
animation-delay: 1.5s;
}
@keyframes float-slow {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(5deg);
}
66% {
transform: translate(-20px, 20px) rotate(-5deg);
}
}
@keyframes morph-blob {
0%, 100% {
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
25% {
border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
}
50% {
border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
}
75% {
border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
}
}
@keyframes pulse-icon {
0%, 100% {
transform: scale(1);
opacity: 0.15;
}
50% {
transform: scale(1.1);
opacity: 0.25;
}
}
@media (max-width: 991.98px) {
.features-section-classic .feature-card {
padding: 2rem;
}
.features-section-classic #features-title {
font-size: 2rem;
}
.features-section-classic .decorative-shapes-top,
.features-section-classic .decorative-shapes-bottom {
display: none;
}
}
@media (max-width: 767.98px) {
.features-section-classic .feature-card {
padding: 1.5rem;
}
.features-section-classic .feature-icon-wrapper {
width: 60px;
height: 60px;
}
.features-section-classic .feature-icon-wrapper i {
font-size: 1.75rem;
}
.features-section-classic #features-title {
font-size: 1.75rem;
}
.features-section-classic .decorative-icon-grid {
gap: 1.5rem;
}
.features-section-classic .icon-grid-item {
width: 40px;
height: 40px;
}
.features-section-classic .icon-grid-item i {
font-size: 1.25rem;
}
}
@media (max-width: 575.98px) {
.features-section-classic {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.features-section-classic .feature-accent-line {
left: 1.5rem;
right: 1.5rem;
}
}
@media (prefers-reduced-motion: reduce) {
.features-section-classic .feature-card,
.features-section-classic .feature-icon-wrapper i,
.features-section-classic .icon-bg-effect {
transition: none;
}
.features-section-classic .shape-circle-1,
.features-section-classic .shape-circle-2,
.features-section-classic .shape-blob-1,
.features-section-classic .shape-blob-2,
.features-section-classic .icon-grid-item {
animation: none;
}
}
@media (prefers-contrast: high) {
.features-section-classic .feature-card {
border: 2px solid var(--primary-700);
}
.features-section-classic .feature-icon-wrapper i {
color: var(--primary-700);
}
.features-section-classic #features-subtitle,
.features-section-classic .feature-content h4 {
color: var(--primary-700);
}
}
.services-variant {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.services-variant .service-card {
background: var(--light);
border-radius: 16px;
padding: 2rem;
position: relative;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
overflow: hidden;
}
.services-variant .service-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.services-variant .service-card:hover {
transform: translateY(-12px);
border-color: var(--primary-300);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.1);
}
.services-variant .service-card:hover::before {
transform: scaleX(1);
}
.services-variant .featured-card {
background: linear-gradient(135deg,
var(--light) 0%,
color-mix(in srgb, var(--primary-50) 20%, var(--light) 80%) 100%
);
border-color: var(--primary-500);
}
.services-variant .featured-badge {
position: absolute;
top: 1.5rem;
right: 1.5rem;
background: var(--primary-500);
color: var(--light);
padding: 0.5rem 1rem;
border-radius: 50px;
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
z-index: 2;
}
.services-variant .service-icon-wrapper {
position: relative;
margin-bottom: 1.5rem;
display: inline-block;
}
.services-variant .service-icon {
width: 80px;
height: 80px;
border-radius: 20px;
background: linear-gradient(135deg,
var(--primary-500) 0%,
var(--primary-700) 100%
);
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 2;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.services-variant .service-icon i {
font-size: 2rem;
color: var(--light);
}
.services-variant .icon-background {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100px;
height: 100px;
border-radius: 25px;
background: color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
z-index: 1;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.services-variant .service-card:hover .service-icon {
transform: scale(1.1) rotate(5deg);
}
.services-variant .service-card:hover .icon-background {
transform: translate(-50%, -50%) scale(1.2) rotate(-5deg);
}
.services-variant .service-content {
position: relative;
z-index: 2;
}
.services-variant .service-name {
color: var(--text-primary);
font-weight: 700;
font-size: 1.5rem;
line-height: 1.3;
transition: color 0.3s ease;
}
.services-variant .service-card:hover .service-name {
color: var(--primary-700);
}
.services-variant .service-description {
font-size: 1rem;
line-height: 1.7;
color: var(--text-secondary);
}
.services-variant .service-features {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.services-variant .feature-badge {
background: color-mix(in srgb, var(--primary-100) 60%, var(--light) 40%);
color: var(--primary-700);
padding: 0.5rem 1rem;
border-radius: 50px;
font-size: 0.875rem;
font-weight: 500;
transition: all 0.3s ease;
}
.services-variant .service-card:hover .feature-badge {
background: var(--primary-500);
color: var(--light);
transform: translateY(-2px);
}
.services-variant .service-price-wrapper {
padding-top: 1rem;
border-top: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
}
.services-variant .price-label {
font-size: 0.875rem;
color: var(--text-secondary);
display: block;
margin-bottom: 0.5rem;
}
.services-variant .service-price {
color: var(--primary-700);
font-weight: 700;
font-size: 1.75rem;
}
.services-variant .card-decorative-element {
position: absolute;
bottom: -50px;
right: -50px;
width: 150px;
height: 150px;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%,
transparent 70%
);
transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.services-variant .service-card:hover .card-decorative-element {
bottom: -30px;
right: -30px;
width: 180px;
height: 180px;
}
.services-variant .floating-shape {
position: absolute;
border-radius: 50%;
opacity: 0.1;
animation: float 20s infinite ease-in-out;
}
.services-variant .shape-1 {
width: 300px;
height: 300px;
background: linear-gradient(135deg,
var(--primary-300) 0%,
var(--primary-500) 100%
);
top: 10%;
left: -5%;
animation-delay: 0s;
}
.services-variant .shape-2 {
width: 200px;
height: 200px;
background: linear-gradient(135deg,
var(--primary-500) 0%,
var(--primary-700) 100%
);
top: 60%;
right: -3%;
animation-delay: 5s;
}
.services-variant .shape-3 {
width: 150px;
height: 150px;
background: linear-gradient(135deg,
var(--primary-300) 0%,
var(--primary-500) 100%
);
bottom: 15%;
left: 10%;
animation-delay: 10s;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
25% {
transform: translate(30px, -30px) rotate(90deg);
}
50% {
transform: translate(0, -60px) rotate(180deg);
}
75% {
transform: translate(-30px, -30px) rotate(270deg);
}
}
@media (max-width: 991.98px) {
.services-variant .service-card {
padding: 1.75rem;
}
.services-variant .service-icon {
width: 70px;
height: 70px;
}
.services-variant .service-icon i {
font-size: 1.75rem;
}
.services-variant .service-name {
font-size: 1.35rem;
}
}
@media (max-width: 767.98px) {
.services-variant .service-card {
padding: 1.5rem;
}
.services-variant .service-icon {
width: 60px;
height: 60px;
border-radius: 15px;
}
.services-variant .service-icon i {
font-size: 1.5rem;
}
.services-variant .icon-background {
width: 80px;
height: 80px;
border-radius: 20px;
}
.services-variant .service-name {
font-size: 1.25rem;
}
.services-variant .service-description {
font-size: 0.95rem;
}
.services-variant .feature-badge {
font-size: 0.8rem;
padding: 0.4rem 0.8rem;
}
.services-variant .service-price {
font-size: 1.5rem;
}
.services-variant .featured-badge {
font-size: 0.7rem;
padding: 0.4rem 0.8rem;
}
.services-variant .floating-shape {
opacity: 0.05;
}
}
@media (max-width: 575.98px) {
.services-variant {
padding: 3rem 0;
}
.services-variant .service-card {
padding: 1.25rem;
}
}
@media (prefers-reduced-motion: reduce) {
.services-variant .service-card,
.services-variant .service-icon,
.services-variant .icon-background,
.services-variant .feature-badge,
.services-variant .card-decorative-element {
transition: none;
}
.services-variant .floating-shape {
animation: none;
}
}
@media (prefers-contrast: high) {
.services-variant .service-card {
border-width: 3px;
border-color: var(--primary-700);
}
.services-variant .feature-badge {
border: 2px solid var(--primary-700);
}
}
.priceplan-bold {
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;
}
.priceplan-bold .decorative-blob-top {
position: absolute;
top: -100px;
right: -100px;
width: 400px;
height: 400px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%,
transparent 70%
);
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.priceplan-bold .decorative-blob-bottom {
position: absolute;
bottom: -150px;
left: -150px;
width: 500px;
height: 500px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 15%, transparent 85%) 0%,
transparent 70%
);
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.priceplan-bold .section-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: 16px;
color: var(--light);
font-size: 1.5rem;
box-shadow: 0 10px 30px rgba(var(--black-rgb), 0.1);
margin-bottom: 1rem;
}
.priceplan-bold #priceplan-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
}
.priceplan-bold #priceplan-subtitle {
color: var(--primary-700);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: 0.875rem;
}
.priceplan-bold #priceplan-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.priceplan-bold .pricing-card {
position: relative;
background: var(--surface-primary);
border-radius: 24px;
padding: 48px 36px;
height: 100%;
display: flex;
flex-direction: column;
border: 2px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.05);
z-index: 1;
}
.priceplan-bold .pricing-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-500);
}
.priceplan-bold .pricing-card.featured {
border: 3px solid var(--primary-500);
background: linear-gradient(180deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%
);
transform: scale(1.05);
z-index: 2;
}
.priceplan-bold .pricing-card.featured:hover {
transform: scale(1.05) translateY(-8px);
}
.priceplan-bold .featured-badge {
position: absolute;
top: -16px;
right: 32px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: var(--light);
padding: 8px 24px;
border-radius: 20px;
font-size: 0.875rem;
font-weight: 700;
box-shadow: 0 4px 16px rgba(var(--black-rgb), 0.15);
display: flex;
align-items: center;
gap: 6px;
}
.priceplan-bold .pricing-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 72px;
height: 72px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 30%, transparent 70%),
color-mix(in srgb, var(--primary-500) 30%, transparent 70%)
);
border-radius: 20px;
color: var(--primary-700);
font-size: 2rem;
margin-bottom: 24px;
transition: all 0.3s ease;
}
.priceplan-bold .pricing-card:hover .pricing-icon {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: var(--light);
transform: rotate(5deg) scale(1.1);
}
.priceplan-bold .pricing-name {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
letter-spacing: -0.01em;
}
.priceplan-bold .pricing-description {
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 32px;
font-size: 0.95rem;
}
.priceplan-bold .pricing-amount {
margin-bottom: 32px;
}
.priceplan-bold .price {
font-size: 3rem;
font-weight: 800;
color: var(--primary-700);
letter-spacing: -0.02em;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.priceplan-bold .pricing-features {
flex-grow: 1;
margin-bottom: 32px;
}
.priceplan-bold .features-list {
display: flex;
flex-direction: column;
gap: 16px;
}
.priceplan-bold .feature-item {
display: flex;
align-items: flex-start;
gap: 12px;
color: var(--text-secondary);
font-size: 0.95rem;
line-height: 1.5;
}
.priceplan-bold .feature-item i {
color: var(--primary-500);
font-size: 1.25rem;
flex-shrink: 0;
margin-top: 2px;
}
.priceplan-bold .feature-item span {
flex: 1;
}
.priceplan-bold .pricing-cta {
margin-top: auto;
}
.priceplan-bold .cta-button-placeholder {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 56px;
background: color-mix(in srgb, var(--neutral-100) 50%, var(--surface-primary) 50%);
border: 2px solid var(--neutral-300);
border-radius: 16px;
color: var(--text-primary);
font-size: 1.5rem;
transition: all 0.3s ease;
cursor: pointer;
}
.priceplan-bold .cta-button-placeholder:hover {
background: var(--neutral-100);
border-color: var(--primary-500);
color: var(--primary-700);
transform: translateX(4px);
}
.priceplan-bold .cta-button-placeholder.primary {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border: none;
color: var(--light);
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.priceplan-bold .cta-button-placeholder.primary:hover {
background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
transform: translateX(4px);
}
.priceplan-bold .trust-icons {
display: flex;
align-items: center;
justify-content: center;
gap: 48px;
flex-wrap: wrap;
opacity: 0.4;
}
.priceplan-bold .trust-icons i {
font-size: 2.5rem;
color: var(--neutral-500);
transition: all 0.3s ease;
}
.priceplan-bold .trust-icons i:hover {
color: var(--primary-500);
opacity: 1;
transform: scale(1.2);
}
@media (max-width: 991.98px) {
.priceplan-bold {
padding: 80px 0;
}
.priceplan-bold .pricing-card.featured {
transform: scale(1);
}
.priceplan-bold .pricing-card.featured:hover {
transform: scale(1) translateY(-8px);
}
.priceplan-bold .price {
font-size: 2.5rem;
}
.priceplan-bold .trust-icons {
gap: 32px;
}
.priceplan-bold .trust-icons i {
font-size: 2rem;
}
}
@media (max-width: 767.98px) {
.priceplan-bold {
padding: 60px 0;
}
.priceplan-bold #priceplan-title {
font-size: 2rem;
}
.priceplan-bold .pricing-card {
padding: 36px 24px;
}
.priceplan-bold .pricing-icon {
width: 64px;
height: 64px;
font-size: 1.75rem;
}
.priceplan-bold .pricing-name {
font-size: 1.5rem;
}
.priceplan-bold .price {
font-size: 2rem;
}
.priceplan-bold .decorative-blob-top,
.priceplan-bold .decorative-blob-bottom {
display: none;
}
}
@media (max-width: 575.98px) {
.priceplan-bold .trust-icons {
gap: 24px;
}
.priceplan-bold .trust-icons i {
font-size: 1.5rem;
}
.priceplan-bold .featured-badge {
top: -12px;
right: 16px;
padding: 6px 16px;
font-size: 0.75rem;
}
}
.team-section-pro {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.team-section-pro .section-header {
position: relative;
z-index: 2;
}
.team-section-pro #team-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.5px;
}
.team-section-pro #team-subtitle {
color: var(--primary-500);
font-weight: 600;
letter-spacing: 1px;
}
.team-section-pro #team-desc {
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
margin: 0 auto;
}
.team-section-pro .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
margin: 1.5rem auto 0;
border-radius: 2px;
}
.team-section-pro .team-card {
background: var(--surface-secondary);
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);
height: 100%;
display: flex;
flex-direction: column;
}
.team-section-pro .team-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.15);
}
.team-section-pro .team-image-wrapper {
position: relative;
width: 100%;
padding-top: 100%;
overflow: hidden;
background: color-mix(in srgb, var(--primary-50) 50%, var(--neutral-50) 50%);
}
.team-section-pro .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-pro .team-card:hover .team-member-photo {
transform: scale(1.08);
}
.team-section-pro .image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
180deg,
transparent 0%,
transparent 50%,
color-mix(in srgb, var(--primary-700) 40%, transparent 60%) 100%
);
opacity: 0;
transition: opacity 0.4s ease;
pointer-events: none;
}
.team-section-pro .team-card:hover .image-overlay {
opacity: 1;
}
.team-section-pro .decorative-corner {
position: absolute;
width: 40px;
height: 40px;
border-style: solid;
border-color: var(--primary-500);
opacity: 0;
transition: all 0.4s ease;
}
.team-section-pro .decorative-corner.top-left {
top: 12px;
left: 12px;
border-width: 2px 0 0 2px;
}
.team-section-pro .decorative-corner.bottom-right {
bottom: 12px;
right: 12px;
border-width: 0 2px 2px 0;
}
.team-section-pro .team-card:hover .decorative-corner {
opacity: 1;
}
.team-section-pro .team-card:hover .decorative-corner.top-left {
top: 20px;
left: 20px;
}
.team-section-pro .team-card:hover .decorative-corner.bottom-right {
bottom: 20px;
right: 20px;
}
.team-section-pro .team-info {
padding: 2rem 1.5rem;
text-align: center;
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.team-section-pro .member-name {
color: var(--text-primary);
font-size: 1.375rem;
font-weight: 700;
margin-bottom: 0.5rem;
transition: color 0.3s ease;
}
.team-section-pro .team-card:hover .member-name {
color: var(--primary-500);
}
.team-section-pro .member-role {
color: var(--text-secondary);
font-size: 0.95rem;
font-weight: 500;
margin-bottom: 0;
letter-spacing: 0.3px;
}
.team-section-pro .decorative-card {
background: linear-gradient(
135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 70%, var(--primary-300) 30%)
);
border: 2px dashed color-mix(in srgb, var(--primary-300) 50%, transparent 50%);
display: flex;
align-items: center;
justify-content: center;
min-height: 400px;
}
.team-section-pro .decorative-content {
position: relative;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.team-section-pro .icon-wrapper {
font-size: 5rem;
color: var(--primary-300);
opacity: 0.4;
z-index: 1;
}
.team-section-pro .decorative-shapes {
position: absolute;
inset: 0;
pointer-events: none;
}
.team-section-pro .shape {
position: absolute;
border-radius: 50%;
background: var(--primary-500);
opacity: 0.1;
animation: float 8s ease-in-out infinite;
}
.team-section-pro .shape-1 {
width: 80px;
height: 80px;
top: 20%;
left: 15%;
animation-delay: 0s;
}
.team-section-pro .shape-2 {
width: 60px;
height: 60px;
top: 60%;
right: 20%;
animation-delay: 2s;
}
.team-section-pro .shape-3 {
width: 100px;
height: 100px;
bottom: 15%;
left: 25%;
animation-delay: 4s;
}
.team-section-pro .bg-decorations {
position: absolute;
inset: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.team-section-pro .blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.15;
animation: blobMove 20s ease-in-out infinite;
}
.team-section-pro .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-300);
top: -100px;
right: -100px;
animation-delay: 0s;
}
.team-section-pro .blob-2 {
width: 500px;
height: 500px;
background: var(--primary-500);
bottom: -150px;
left: -150px;
animation-delay: 10s;
}
.team-section-pro .grid-pattern {
position: absolute;
inset: 0;
background-image:
linear-gradient(color-mix(in srgb, var(--primary-100) 20%, transparent 80%) 1px, transparent 1px),
linear-gradient(90deg, color-mix(in srgb, var(--primary-100) 20%, transparent 80%) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.5;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(180deg);
}
}
@keyframes blobMove {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -50px) scale(1.1);
}
66% {
transform: translate(-20px, 30px) scale(0.9);
}
}
@media (max-width: 991.98px) {
.team-section-pro #team-title {
font-size: 2.25rem;
}
.team-section-pro .decorative-card {
display: none;
}
}
@media (max-width: 767.98px) {
.team-section-pro #team-title {
font-size: 1.875rem;
}
.team-section-pro #team-subtitle {
font-size: 1rem;
}
.team-section-pro .team-info {
padding: 1.5rem 1rem;
}
.team-section-pro .member-name {
font-size: 1.25rem;
}
.team-section-pro .blob {
filter: blur(60px);
}
}
@media (max-width: 575.98px) {
.team-section-pro {
padding: 3rem 0;
}
.team-section-pro #team-title {
font-size: 1.625rem;
}
.team-section-pro .decorative-corner {
width: 30px;
height: 30px;
}
}
.reviews-section-primary {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
position: relative;
overflow: hidden;
}
.reviews-section-primary .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.reviews-section-primary .section-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
letter-spacing: 0.5px;
}
.reviews-section-primary .section-description {
font-size: 1.1rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.reviews-section-primary .review-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
height: 100%;
position: relative;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.05);
overflow: hidden;
}
.reviews-section-primary .review-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.1);
border-color: var(--primary-300);
}
.reviews-section-primary .review-card.featured {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%
);
border-color: var(--primary-300);
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.08);
}
.reviews-section-primary .review-card.featured:hover {
box-shadow: 0 16px 40px rgba(var(--black-rgb), 0.15);
}
.reviews-section-primary .featured-badge {
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: 1.2rem;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.reviews-section-primary .quote-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.reviews-section-primary .quote-icon i {
font-size: 2rem;
color: var(--light);
}
.reviews-section-primary .review-content {
margin-bottom: 1.5rem;
}
.reviews-section-primary .review-text {
font-size: 1rem;
line-height: 1.7;
color: var(--text-secondary);
font-style: italic;
margin: 0;
}
.reviews-section-primary .review-author {
display: flex;
align-items: center;
gap: 1rem;
padding-top: 1.5rem;
border-top: 2px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
}
.reviews-section-primary .author-avatar {
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.reviews-section-primary .author-avatar i {
font-size: 2rem;
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.4;
}
.reviews-section-primary .card-decoration {
position: absolute;
bottom: -30px;
right: -30px;
width: 120px;
height: 120px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
transparent 70%
);
border-radius: 50%;
pointer-events: none;
}
.reviews-section-primary .review-card.horizontal {
display: flex;
flex-direction: column;
}
.reviews-section-primary .decorative-elements {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.reviews-section-primary .blob-shape {
position: absolute;
border-radius: 50%;
filter: blur(60px);
opacity: 0.3;
animation: float 20s ease-in-out infinite;
}
.reviews-section-primary .blob-1 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-300), transparent);
top: 10%;
left: -100px;
animation-delay: 0s;
}
.reviews-section-primary .blob-2 {
width: 250px;
height: 250px;
background: radial-gradient(circle, var(--primary-500), transparent);
bottom: 10%;
right: -80px;
animation-delay: 3s;
}
.reviews-section-primary .floating-icon {
position: absolute;
width: 60px;
height: 60px;
background: color-mix(in srgb, var(--surface-primary) 90%, var(--primary-300) 10%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
color: var(--primary-500);
animation: float 15s ease-in-out infinite;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.05);
border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}
.reviews-section-primary .icon-1 {
top: 15%;
right: 10%;
animation-delay: 0s;
}
.reviews-section-primary .icon-2 {
bottom: 25%;
left: 8%;
animation-delay: 2s;
}
.reviews-section-primary .icon-3 {
top: 45%;
right: 5%;
animation-delay: 4s;
}
.reviews-section-primary .container {
position: relative;
z-index: 1;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
33% {
transform: translateY(-20px) rotate(5deg);
}
66% {
transform: translateY(-10px) rotate(-5deg);
}
}
@media (max-width: 991px) {
.reviews-section-primary .section-title {
font-size: 2rem;
}
.reviews-section-primary .section-subtitle {
font-size: 1.1rem;
}
.reviews-section-primary .review-card.horizontal {
flex-direction: column;
}
}
@media (max-width: 767px) {
.reviews-section-primary .section-title {
font-size: 1.75rem;
}
.reviews-section-primary .section-subtitle {
font-size: 1rem;
}
.reviews-section-primary .section-description {
font-size: 1rem;
}
.reviews-section-primary .review-card {
padding: 1.5rem;
}
.reviews-section-primary .quote-icon {
width: 50px;
height: 50px;
margin-bottom: 1rem;
}
.reviews-section-primary .quote-icon i {
font-size: 1.5rem;
}
.reviews-section-primary .floating-icon {
width: 40px;
height: 40px;
font-size: 1rem;
}
}
@media (max-width: 575px) {
.reviews-section-primary .section-title {
font-size: 1.5rem;
}
.reviews-section-primary .review-text {
font-size: 0.95rem;
}
.reviews-section-primary .author-name {
font-size: 0.875rem;
}
}
.casestudy-featured {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
overflow: hidden;
}
.casestudy-featured .section-header {
position: relative;
z-index: 2;
}
.casestudy-featured #casestudy-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
.casestudy-featured #casestudy-subtitle {
color: var(--primary-500);
font-weight: 600;
letter-spacing: -0.01em;
}
.casestudy-featured #casestudy-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 100%;
}
.casestudy-featured .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-300) 100%);
border-radius: 2px;
margin-top: 1.5rem;
margin-bottom: 1rem;
}
.casestudy-featured .decorative-dots {
display: flex;
gap: 0.5rem;
justify-content: center;
margin-top: 1rem;
}
.casestudy-featured .decorative-dots .dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
display: inline-block;
animation: dotPulse 2s ease-in-out infinite;
}
.casestudy-featured .decorative-dots .dot:nth-child(2) {
animation-delay: 0.3s;
}
.casestudy-featured .decorative-dots .dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes dotPulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.6;
}
}
.casestudy-featured .case-card {
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 6px rgba(var(--black-rgb), 0.05),
0 1px 3px rgba(var(--black-rgb), 0.03);
border: 1px solid color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
position: relative;
}
.casestudy-featured .case-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-300) 100%);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s ease;
}
.casestudy-featured .case-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 24px rgba(var(--black-rgb), 0.1),
0 6px 12px rgba(var(--black-rgb), 0.06);
border-color: color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.casestudy-featured .case-card:hover::before {
transform: scaleX(1);
}
.casestudy-featured .case-image-wrapper {
position: relative;
overflow: hidden;
height: 220px;
}
.casestudy-featured .case-image-placeholder {
width: 100%;
height: 100%;
background: linear-gradient(135deg,
var(--primary-100) 0%,
var(--primary-300) 100%);
display: flex;
align-items: center;
justify-content: center;
position: relative;
transition: transform 0.4s ease;
}
.casestudy-featured .case-card:hover .case-image-placeholder {
transform: scale(1.05);
}
.casestudy-featured .image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: color-mix(in srgb, var(--primary-700) 40%, transparent 60%);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.4s ease;
}
.casestudy-featured .case-card:hover .image-overlay {
opacity: 1;
}
.casestudy-featured .image-overlay i {
font-size: 3rem;
color: var(--light);
transform: scale(0.8);
transition: transform 0.3s ease;
}
.casestudy-featured .case-card:hover .image-overlay i {
transform: scale(1);
}
.casestudy-featured .case-badge {
position: absolute;
top: 1rem;
right: 1rem;
width: 48px;
height: 48px;
background: var(--surface-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.1);
z-index: 2;
}
.casestudy-featured .case-badge i {
font-size: 1.25rem;
color: var(--primary-500);
}
.casestudy-featured .case-content {
padding: 2rem;
}
.casestudy-featured .case-icons {
display: flex;
gap: 1rem;
margin-bottom: 1rem;
}
.casestudy-featured .case-icons i {
font-size: 1.5rem;
color: var(--primary-500);
opacity: 0.7;
transition: all 0.3s ease;
}
.casestudy-featured .case-card:hover .case-icons i {
opacity: 1;
transform: translateY(-2px);
}
.casestudy-featured .case-icons i:nth-child(2) {
transition-delay: 0.1s;
}
.casestudy-featured .case-icons i:nth-child(3) {
transition-delay: 0.2s;
}
.casestudy-featured .case-title {
color: var(--text-primary);
font-weight: 700;
font-size: 1.25rem;
line-height: 1.4;
margin-bottom: 1rem;
transition: color 0.3s ease;
}
.casestudy-featured .case-card:hover .case-title {
color: var(--primary-500);
}
.casestudy-featured .case-description {
color: var(--text-secondary);
font-size: 0.95rem;
line-height: 1.7;
margin-bottom: 1.5rem;
}
.casestudy-featured .case-meta {
display: flex;
gap: 1rem;
padding-top: 1.5rem;
border-top: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
}
.casestudy-featured .meta-item {
display: flex;
align-items: center;
gap: 0.5rem;
}
.casestudy-featured .meta-item i {
font-size: 1rem;
color: var(--primary-500);
}
.casestudy-featured .background-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
pointer-events: none;
z-index: 0;
}
.casestudy-featured .shape {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%,
transparent 70%);
}
.casestudy-featured .shape-1 {
width: 400px;
height: 400px;
top: -200px;
left: -100px;
animation: float 20s ease-in-out infinite;
}
.casestudy-featured .shape-2 {
width: 300px;
height: 300px;
bottom: -150px;
right: -50px;
animation: float 25s ease-in-out infinite reverse;
}
.casestudy-featured .shape-3 {
width: 250px;
height: 250px;
top: 50%;
right: 10%;
animation: float 30s ease-in-out infinite;
animation-delay: 5s;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@media (max-width: 991.98px) {
.casestudy-featured #casestudy-title {
font-size: 2rem;
}
.casestudy-featured .case-content {
padding: 1.5rem;
}
.casestudy-featured .case-image-wrapper {
height: 200px;
}
}
@media (max-width: 767.98px) {
.casestudy-featured #casestudy-title {
font-size: 1.75rem;
}
.casestudy-featured #casestudy-subtitle {
font-size: 1.1rem;
}
.casestudy-featured .case-icons {
gap: 0.75rem;
}
.casestudy-featured .case-icons i {
font-size: 1.25rem;
}
.casestudy-featured .case-meta {
flex-wrap: wrap;
}
}
@media (max-width: 575.98px) {
.casestudy-featured {
padding-top: 3rem;
padding-bottom: 3rem;
}
.casestudy-featured .case-image-wrapper {
height: 180px;
}
.casestudy-featured .case-content {
padding: 1.25rem;
}
.casestudy-featured .case-title {
font-size: 1.1rem;
}
.casestudy-featured .case-description {
font-size: 0.9rem;
}
}
.process-section-bold {
padding: 100px 0;
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.process-section-bold .section-header {
margin-bottom: 80px;
position: relative;
z-index: 2;
}
.process-section-bold .decorative-line-top {
width: 60px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
margin: 0 auto 24px;
border-radius: 2px;
}
.process-section-bold .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.process-section-bold .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 24px;
line-height: 1.4;
}
.process-section-bold .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
margin-bottom: 0;
}
.process-section-bold .process-timeline {
position: relative;
z-index: 2;
}
.process-section-bold .timeline-line {
position: absolute;
left: calc(8.333% + 60px);
top: 60px;
bottom: 60px;
width: 2px;
background: linear-gradient(180deg,
var(--primary-300) 0%,
var(--primary-500) 50%,
var(--primary-300) 100%);
z-index: 1;
}
.process-section-bold .process-step {
margin-bottom: 60px;
position: relative;
}
.process-section-bold .process-step:last-child {
margin-bottom: 0;
}
.process-section-bold .step-number-wrapper {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
min-height: 120px;
}
.process-section-bold .step-circle {
width: 120px;
height: 120px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 3;
box-shadow: 0 10px 30px rgba(var(--black-rgb), 0.1);
transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.process-section-bold .step-circle::before {
content: '';
position: absolute;
inset: -4px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
z-index: -1;
opacity: 0;
transition: opacity 0.4s ease;
}
.process-section-bold .process-step:hover .step-circle {
transform: scale(1.1);
box-shadow: 0 15px 40px rgba(var(--black-rgb), 0.15);
}
.process-section-bold .process-step:hover .step-circle::before {
opacity: 1;
}
.process-section-bold .step-circle.success {
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 70%, #10b981 30%),
color-mix(in srgb, var(--primary-700) 70%, #059669 30%));
}
.process-section-bold .step-number {
font-size: 2rem;
font-weight: 700;
color: var(--light);
}
.process-section-bold .decorative-dot {
position: absolute;
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
top: 50%;
right: -30px;
transform: translateY(-50%);
box-shadow: 0 0 0 4px var(--surface-primary);
z-index: 2;
}
.process-section-bold .step-content {
background: var(--light);
border-radius: 16px;
padding: 40px;
position: relative;
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
transition: all 0.4s ease;
}
.process-section-bold .step-content::before {
content: '';
position: absolute;
top: 50%;
left: -20px;
transform: translateY(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 12px 20px 12px 0;
border-color: transparent var(--light) transparent transparent;
transition: border-color 0.4s ease;
}
.process-section-bold .process-step:hover .step-content {
background: var(--surface-secondary);
border-color: var(--primary-500);
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
transform: translateX(8px);
}
.process-section-bold .process-step:hover .step-content::before {
border-color: transparent var(--surface-secondary) transparent transparent;
}
.process-section-bold .step-icon {
width: 56px;
height: 56px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 40%, transparent 60%),
color-mix(in srgb, var(--primary-500) 40%, transparent 60%));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
transition: all 0.4s ease;
}
.process-section-bold .step-icon i {
font-size: 1.75rem;
color: var(--primary-700);
}
.process-section-bold .process-step:hover .step-icon {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
transform: rotate(5deg) scale(1.1);
}
.process-section-bold .process-step:hover .step-icon i {
color: var(--light);
}
.process-section-bold .step-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.process-section-bold .step-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.8;
margin-bottom: 0;
}
.process-section-bold .step-decoration {
position: absolute;
bottom: 0;
right: 0;
width: 80px;
height: 80px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
transparent 70%);
border-radius: 16px 0 16px 0;
pointer-events: none;
}
.process-section-bold .decorative-blob {
position: absolute;
border-radius: 50%;
filter: blur(60px);
opacity: 0.15;
pointer-events: none;
z-index: 1;
}
.process-section-bold .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-300);
top: 10%;
right: 5%;
animation: float 20s ease-in-out infinite;
}
.process-section-bold .blob-2 {
width: 350px;
height: 350px;
background: var(--primary-500);
bottom: 15%;
left: 5%;
animation: float 25s ease-in-out infinite reverse;
}
.process-section-bold .decorative-shape {
position: absolute;
pointer-events: none;
z-index: 1;
}
.process-section-bold .shape-1 {
width: 120px;
height: 120px;
border: 3px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
border-radius: 50%;
top: 20%;
left: 10%;
animation: rotate 30s linear infinite;
}
.process-section-bold .shape-2 {
width: 80px;
height: 80px;
border: 3px solid color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
border-radius: 12px;
bottom: 25%;
right: 15%;
animation: rotate 25s linear 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 rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@media (max-width: 991.98px) {
.process-section-bold {
padding: 80px 0;
}
.process-section-bold .section-header {
margin-bottom: 60px;
}
.process-section-bold .section-title {
font-size: 2.25rem;
}
.process-section-bold .section-subtitle {
font-size: 1.25rem;
}
.process-section-bold .timeline-line {
left: 60px;
}
.process-section-bold .step-circle {
width: 100px;
height: 100px;
}
.process-section-bold .step-number {
font-size: 1.75rem;
}
.process-section-bold .step-content {
padding: 32px;
}
.process-section-bold .step-content::before {
left: -15px;
border-width: 10px 15px 10px 0;
}
.process-section-bold .step-title {
font-size: 1.35rem;
}
}
@media (max-width: 767.98px) {
.process-section-bold {
padding: 60px 0;
}
.process-section-bold .section-header {
margin-bottom: 50px;
}
.process-section-bold .section-title {
font-size: 1.875rem;
}
.process-section-bold .section-subtitle {
font-size: 1.125rem;
}
.process-section-bold .section-description {
font-size: 1rem;
}
.process-section-bold .timeline-line {
left: 50px;
top: 40px;
bottom: 40px;
}
.process-section-bold .process-step {
margin-bottom: 40px;
}
.process-section-bold .step-number-wrapper {
min-height: 80px;
margin-bottom: 20px;
}
.process-section-bold .step-circle {
width: 80px;
height: 80px;
}
.process-section-bold .step-number {
font-size: 1.5rem;
}
.process-section-bold .decorative-dot {
width: 10px;
height: 10px;
right: -25px;
}
.process-section-bold .step-content {
padding: 24px;
}
.process-section-bold .step-content::before {
display: none;
}
.process-section-bold .step-icon {
width: 48px;
height: 48px;
}
.process-section-bold .step-icon i {
font-size: 1.5rem;
}
.process-section-bold .step-title {
font-size: 1.25rem;
}
.process-section-bold .step-description {
font-size: 0.9375rem;
}
.process-section-bold .process-step:hover .step-content {
transform: translateX(0);
}
.process-section-bold .blob-1,
.process-section-bold .blob-2 {
width: 250px;
height: 250px;
}
.process-section-bold .shape-1 {
width: 80px;
height: 80px;
}
.process-section-bold .shape-2 {
width: 60px;
height: 60px;
}
}
@media (max-width: 575.98px) {
.process-section-bold {
padding: 50px 0;
}
.process-section-bold .section-title {
font-size: 1.625rem;
}
.process-section-bold .timeline-line {
left: 40px;
}
.process-section-bold .step-circle {
width: 70px;
height: 70px;
}
.process-section-bold .step-number {
font-size: 1.25rem;
}
.process-section-bold .step-content {
padding: 20px;
}
.process-section-bold .step-title {
font-size: 1.125rem;
}
}
.timeline-section-bold {
position: relative;
overflow: hidden;
background: var(--surface-primary);
padding: 80px 0;
}
.timeline-section-bold .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.2;
}
.timeline-section-bold .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 1.5rem;
}
.timeline-section-bold .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.timeline-section-bold .timeline-wrapper {
position: relative;
padding: 60px 0;
margin: 0 auto;
max-width: 1200px;
}
.timeline-section-bold .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 60px;
width: 4px;
background: linear-gradient(
to bottom,
var(--primary-300),
var(--primary-500)
);
transform: translateX(-50%);
border-radius: 2px;
z-index: 1;
}
.timeline-section-bold .timeline-item {
position: relative;
margin-bottom: 60px;
width: 100%;
}
.timeline-section-bold .timeline-content {
position: relative;
width: 50%;
padding: 0 40px;
}
.timeline-section-bold .timeline-left .timeline-content {
margin-left: 0;
padding-right: 60px;
text-align: right;
}
.timeline-section-bold .timeline-right .timeline-content {
margin-left: 50%;
padding-left: 60px;
text-align: left;
}
.timeline-section-bold .timeline-marker {
position: absolute;
top: 20px;
width: 56px;
height: 56px;
background: var(--primary-500);
border: 4px solid var(--surface-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
transition: all 0.3s ease;
}
.timeline-section-bold .timeline-left .timeline-marker {
right: -28px;
}
.timeline-section-bold .timeline-right .timeline-marker {
left: -28px;
}
.timeline-section-bold .timeline-marker i {
font-size: 1.5rem;
color: var(--light);
}
.timeline-section-bold .timeline-marker:hover {
transform: scale(1.15);
background: var(--primary-700);
box-shadow: 0 6px 20px rgba(var(--black-rgb), 0.25);
}
.timeline-section-bold .timeline-card {
position: relative;
background: var(--surface-secondary);
border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
border-radius: 16px;
padding: 32px;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.08);
transition: all 0.3s ease;
}
.timeline-section-bold .timeline-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-500);
}
.timeline-section-bold .timeline-card-header {
margin-bottom: 16px;
}
.timeline-section-bold .timeline-number {
display: inline-block;
font-size: 0.875rem;
font-weight: 700;
color: var(--primary-500);
background: color-mix(in srgb, var(--primary-100) 50%, transparent);
padding: 6px 16px;
border-radius: 20px;
letter-spacing: 0.5px;
}
.timeline-section-bold .timeline-card-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 12px;
line-height: 1.3;
}
.timeline-section-bold .timeline-card-desc {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 16px;
}
.timeline-section-bold .timeline-icon-accent {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: var(--primary-50);
color: var(--primary-500);
border-radius: 10px;
font-size: 1.25rem;
transition: all 0.3s ease;
}
.timeline-section-bold .timeline-card:hover .timeline-icon-accent {
background: var(--primary-500);
color: var(--light);
transform: rotate(10deg) scale(1.1);
}
.timeline-section-bold .timeline-end-marker {
position: relative;
text-align: center;
margin-top: 40px;
}
.end-marker-circle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border: 6px solid var(--surface-primary);
border-radius: 50%;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.15);
position: relative;
z-index: 2;
animation: pulse-glow 2s ease-in-out infinite;
}
.end-marker-circle i {
font-size: 2rem;
color: var(--light);
}
@keyframes pulse-glow {
0%, 100% {
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.15);
}
50% {
box-shadow: 0 8px 32px color-mix(in srgb, var(--primary-500) 40%, transparent);
}
}
.timeline-section-bold .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.05;
z-index: 0;
pointer-events: none;
}
.timeline-section-bold .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: 10%;
left: -5%;
filter: blur(80px);
}
.timeline-section-bold .blob-2 {
width: 350px;
height: 350px;
background: var(--primary-700);
bottom: 15%;
right: -5%;
filter: blur(70px);
}
.timeline-section-bold .decorative-shape {
position: absolute;
opacity: 0.08;
z-index: 0;
pointer-events: none;
}
.timeline-section-bold .shape-1 {
width: 200px;
height: 200px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
top: 20%;
right: 5%;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
animation: float-shape 8s ease-in-out infinite;
}
.timeline-section-bold .shape-2 {
width: 150px;
height: 150px;
background: linear-gradient(225deg, var(--primary-500), var(--primary-300));
bottom: 25%;
left: 5%;
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
animation: float-shape 10s ease-in-out infinite reverse;
}
@keyframes float-shape {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(20px, -20px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@media (max-width: 991px) {
.timeline-section-bold {
padding: 60px 0;
}
.timeline-section-bold .section-title {
font-size: 2rem;
}
.timeline-section-bold .section-subtitle {
font-size: 1.25rem;
}
.timeline-section-bold .timeline-line {
left: 30px;
}
.timeline-section-bold .timeline-content {
width: 100%;
padding-left: 80px !important;
padding-right: 20px !important;
text-align: left !important;
}
.timeline-left .timeline-content,
.timeline-section-bold .timeline-right .timeline-content {
margin-left: 0;
}
.timeline-section-bold .timeline-marker {
left: 2px !important;
right: auto !important;
}
.timeline-section-bold .timeline-card-title {
font-size: 1.25rem;
}
.blob-1,
.timeline-section-bold .blob-2 {
display: none;
}
}
@media (max-width: 767px) {
.timeline-section-bold {
padding: 40px 0;
}
.timeline-section-bold .section-title {
font-size: 1.75rem;
}
.timeline-section-bold .section-description {
font-size: 1rem;
}
.timeline-section-bold .timeline-wrapper {
padding: 40px 0;
}
.timeline-section-bold .timeline-item {
margin-bottom: 40px;
}
.timeline-section-bold .timeline-content {
padding-left: 70px !important;
}
.timeline-section-bold .timeline-marker {
width: 48px;
height: 48px;
}
.timeline-section-bold .timeline-marker i {
font-size: 1.25rem;
}
.timeline-section-bold .timeline-card {
padding: 24px;
}
.timeline-section-bold .timeline-card-title {
font-size: 1.125rem;
}
.timeline-section-bold .timeline-card-desc {
font-size: 0.9375rem;
}
.end-marker-circle {
width: 64px;
height: 64px;
}
.end-marker-circle i {
font-size: 1.5rem;
}
}
@media (max-width: 575px) {
.timeline-section-bold .section-title {
font-size: 1.5rem;
}
.timeline-section-bold .timeline-content {
padding-left: 60px !important;
}
.timeline-section-bold .timeline-marker {
width: 40px;
height: 40px;
}
.timeline-section-bold .timeline-marker i {
font-size: 1rem;
}
.timeline-section-bold .timeline-card {
padding: 20px;
}
.timeline-section-bold .timeline-number {
font-size: 0.75rem;
padding: 4px 12px;
}
}
.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-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;
}
.coreinfo-section-minimal .section-header {
position: relative;
z-index: 2;
}
.coreinfo-section-minimal .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.coreinfo-section-minimal .section-subtitle {
font-size: 1.5rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
margin-bottom: 1.5rem;
}
.coreinfo-section-minimal .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.coreinfo-section-minimal .coreinfo-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
height: 100%;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
border: 1px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.coreinfo-section-minimal .coreinfo-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.15);
border-color: var(--primary-300);
}
.coreinfo-section-minimal .card-icon-wrapper {
width: 72px;
height: 72px;
border-radius: 16px;
background: linear-gradient(
135deg,
var(--primary-500) 0%,
color-mix(in srgb, var(--primary-700) 80%, var(--primary-500) 20%) 100%
);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
transition: all 0.4s ease;
box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.coreinfo-section-minimal .coreinfo-card:hover .card-icon-wrapper {
transform: scale(1.1) rotate(5deg);
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.coreinfo-section-minimal .card-icon-wrapper i {
font-size: 2rem;
color: var(--light);
}
.coreinfo-section-minimal .card-content {
position: relative;
z-index: 2;
}
.coreinfo-section-minimal .card-title {
font-size: 1.5rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
transition: color 0.3s ease;
}
.coreinfo-section-minimal .coreinfo-card:hover .card-title {
color: var(--primary-500);
}
.coreinfo-section-minimal .card-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.coreinfo-section-minimal .card-decoration {
position: absolute;
bottom: -40px;
right: -40px;
width: 120px;
height: 120px;
border-radius: 50%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
transparent 70%
);
opacity: 0;
transition: all 0.5s ease;
pointer-events: none;
}
.coreinfo-section-minimal .coreinfo-card:hover .card-decoration {
opacity: 1;
transform: scale(1.5);
}
.coreinfo-section-minimal .decorative-blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.3;
pointer-events: none;
z-index: 1;
}
.coreinfo-section-minimal .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-300);
top: -100px;
left: -100px;
animation: float 20s ease-in-out infinite;
}
.coreinfo-section-minimal .blob-2 {
width: 350px;
height: 350px;
background: color-mix(in srgb, var(--primary-500) 60%, var(--primary-300) 40%);
bottom: -80px;
right: -80px;
animation: float 25s ease-in-out infinite reverse;
}
@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: 991px) {
.coreinfo-section-minimal .section-title {
font-size: 2rem;
}
.coreinfo-section-minimal .section-subtitle {
font-size: 1.25rem;
}
.coreinfo-section-minimal .section-description {
font-size: 1rem;
}
.coreinfo-section-minimal .coreinfo-card {
padding: 1.75rem;
}
.coreinfo-section-minimal .card-icon-wrapper {
width: 64px;
height: 64px;
}
.coreinfo-section-minimal .card-icon-wrapper i {
font-size: 1.75rem;
}
.coreinfo-section-minimal .card-title {
font-size: 1.375rem;
}
}
@media (max-width: 767px) {
.coreinfo-section-minimal .section-title {
font-size: 1.75rem;
}
.coreinfo-section-minimal .section-subtitle {
font-size: 1.125rem;
}
.coreinfo-section-minimal .coreinfo-card {
padding: 1.5rem;
}
.coreinfo-section-minimal .card-icon-wrapper {
width: 56px;
height: 56px;
}
.coreinfo-section-minimal .card-icon-wrapper i {
font-size: 1.5rem;
}
.coreinfo-section-minimal .card-title {
font-size: 1.25rem;
}
.coreinfo-section-minimal .card-description {
font-size: 0.9375rem;
}
.coreinfo-section-minimal .blob-1,
.coreinfo-section-minimal .blob-2 {
display: none;
}
}
@media (max-width: 575px) {
.coreinfo-section-minimal .section-title {
font-size: 1.5rem;
}
.coreinfo-section-minimal .section-subtitle {
font-size: 1rem;
}
.coreinfo-section-minimal .section-description {
font-size: 0.9375rem;
}
}
@media (prefers-reduced-motion: reduce) {
.coreinfo-section-minimal .coreinfo-card,
.coreinfo-section-minimal .card-icon-wrapper,
.coreinfo-section-minimal .card-decoration {
transition: none;
}
.coreinfo-section-minimal .blob-1,
.coreinfo-section-minimal .blob-2 {
animation: none;
}
}
@media (prefers-contrast: high) {
.coreinfo-section-minimal .coreinfo-card {
border: 2px solid var(--primary-500);
}
.coreinfo-section-minimal .card-title {
font-weight: 700;
}
}
.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-alt {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.contact-section-alt .decorative-dot-accent {
width: 60px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
margin: 0 auto;
border-radius: 2px;
}
.contact-section-alt .section-title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.contact-section-alt .section-subtitle {
font-size: clamp(1rem, 2vw, 1.25rem);
font-weight: 600;
color: var(--primary-500);
}
.contact-section-alt .section-description {
font-size: 1rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.contact-section-alt .contact-form-wrapper {
position: relative;
background: var(--surface-primary);
border-radius: 20px;
padding: 2.5rem;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
transition: all 0.4s ease;
}
.contact-section-alt .contact-form-wrapper:hover {
box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.12);
transform: translateY(-5px);
}
.contact-section-alt .decorative-shape-top {
position: absolute;
top: -2px;
right: -2px;
width: 100px;
height: 100px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-100));
border-radius: 0 20px 0 100%;
opacity: 0.3;
}
.contact-section-alt .decorative-shape-bottom {
position: absolute;
bottom: -2px;
left: -2px;
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
border-radius: 100% 0 0 20px;
opacity: 0.3;
}
.contact-section-alt .form-control,
.contact-section-alt .form-select {
border: 2px solid var(--neutral-100);
border-radius: 12px;
padding: 0.875rem 1rem;
font-size: 0.95rem;
background: var(--surface-primary);
transition: all 0.3s ease;
}
.contact-section-alt .form-control:focus,
.contact-section-alt .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-300) 20%, transparent);
background: var(--surface-primary);
}
.contact-section-alt .form-floating > label {
color: var(--text-secondary);
padding: 1rem 1rem;
}
.contact-section-alt .form-floating > .form-control:focus ~ label,
.contact-section-alt .form-floating > .form-control:not(:placeholder-shown) ~ label {
color: var(--primary-500);
}
.contact-section-alt .form-check-input {
width: 1.25rem;
height: 1.25rem;
border: 2px solid var(--neutral-300);
border-radius: 6px;
cursor: pointer;
}
.contact-section-alt .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.contact-section-alt .form-check-label {
color: var(--text-secondary);
font-size: 0.9rem;
margin-left: 0.5rem;
cursor: pointer;
}
.contact-section-alt .btn-submit {
background: linear-gradient(135deg, #2563eb, #0284c7) !important;
color: var(--light) !important;
border: none !important;
padding: 1rem 2rem;
font-size: 1rem;
font-weight: 600;
border-radius: 12px;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}
.contact-section-alt .btn-submit:hover {
transform: translateY(-2px);
box-shadow: 0 6px 25px rgba(37, 99, 235, 0.4);
}
.contact-section-alt .btn-submit:active {
transform: translateY(0);
}
.contact-section-alt .contact-info-wrapper {
position: relative;
background: linear-gradient(135deg, var(--primary-50), var(--surface-primary));
border-radius: 20px;
padding: 2.5rem;
border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
display: flex;
flex-direction: column;
gap: 2rem;
}
.contact-section-alt .decorative-circle-accent {
position: absolute;
top: 20px;
right: 20px;
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
border-radius: 50%;
opacity: 0.15;
}
.contact-section-alt .contact-info-item {
display: flex;
align-items: flex-start;
gap: 1.25rem;
padding: 1.5rem;
background: var(--surface-primary);
border-radius: 15px;
transition: all 0.3s ease;
border: 1px solid var(--neutral-100);
}
.contact-section-alt .contact-info-item:hover {
transform: translateX(5px);
box-shadow: 0 5px 20px rgba(var(--black-rgb), 0.08);
border-color: var(--primary-300);
}
.contact-section-alt .icon-wrapper {
flex-shrink: 0;
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.25rem;
}
.contact-section-alt .info-content {
flex: 1;
}
.contact-section-alt .info-title {
font-size: 1rem;
font-weight: 600;
color: var(--text-primary);
margin: 0;
line-height: 1.5;
}
.contact-section-alt .decorative-line {
width: 40px;
height: 3px;
background: linear-gradient(90deg, var(--primary-500), transparent);
margin-top: 0.75rem;
border-radius: 2px;
}
.contact-section-alt .decorative-icons-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1rem;
margin-top: auto;
}
.contact-section-alt .decorative-icons-grid .icon-item {
aspect-ratio: 1;
background: var(--surface-primary);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-500);
font-size: 1.5rem;
border: 1px solid var(--neutral-100);
transition: all 0.3s ease;
}
.contact-section-alt .decorative-icons-grid .icon-item:hover {
background: var(--primary-50);
border-color: var(--primary-300);
transform: scale(1.1);
}
.contact-section-alt .bg-decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.05;
z-index: 0;
pointer-events: none;
}
.contact-section-alt .bg-decorative-blob.blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
left: -100px;
}
.contact-section-alt .bg-decorative-blob.blob-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: -80px;
right: -80px;
}
@media (max-width: 991.98px) {
.contact-section-alt .contact-form-wrapper,
.contact-section-alt .contact-info-wrapper {
padding: 2rem;
}
.contact-section-alt .section-title {
font-size: 1.75rem;
}
.contact-section-alt .decorative-icons-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 575.98px) {
.contact-section-alt .contact-form-wrapper,
.contact-section-alt .contact-info-wrapper {
padding: 1.5rem;
}
.contact-section-alt .contact-info-item {
flex-direction: column;
text-align: center;
}
.contact-section-alt .icon-wrapper {
margin: 0 auto;
}
.contact-section-alt .decorative-line {
margin: 0.75rem auto 0;
}
}
.blog-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;
}
.blog-section-secondary .decorative-dot-pattern {
width: 60px;
height: 6px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-500) 20%,
transparent 20%,
transparent 40%,
var(--primary-500) 40%,
var(--primary-500) 60%,
transparent 60%,
transparent 80%,
var(--primary-500) 80%
);
margin: 0 auto;
border-radius: 3px;
}
.blog-section-secondary .decorative-line-accent {
width: 80px;
height: 3px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
opacity: 0.6;
}
.blog-section-secondary .blog-card-secondary {
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
background: var(--surface-primary);
border-radius: 16px;
overflow: hidden;
}
.blog-section-secondary .blog-card-secondary:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.12) !important;
}
.blog-section-secondary .blog-image-wrapper {
height: 220px;
background: linear-gradient(135deg,
var(--primary-100) 0%,
var(--primary-50) 100%
);
}
.blog-section-secondary .blog-image {
width: 100%;
height: 220px;
object-fit: cover;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-section-secondary .blog-card-secondary:hover .blog-image {
transform: scale(1.08);
}
.blog-section-secondary .image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(180deg,
transparent 0%,
rgba(var(--black-rgb), 0.05) 100%
);
opacity: 0;
transition: opacity 0.4s ease;
}
.blog-section-secondary .blog-card-secondary:hover .image-overlay {
opacity: 1;
}
.blog-section-secondary .category-badge {
top: 16px;
right: 16px;
background: var(--surface-primary);
color: var(--primary-500);
padding: 8px 12px;
border-radius: 8px;
font-size: 0.875rem;
font-weight: 600;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.1);
transition: all 0.3s ease;
}
.blog-section-secondary .blog-card-secondary:hover .category-badge {
background: var(--primary-500);
color: var(--surface-primary);
transform: scale(1.05);
}
.blog-section-secondary .blog-meta {
display: flex;
align-items: center;
gap: 4px;
}
.blog-section-secondary .meta-icon {
display: inline-flex;
align-items: center;
color: var(--text-secondary);
font-size: 0.875rem;
transition: color 0.3s ease;
}
.blog-section-secondary .meta-icon i {
font-size: 1rem;
}
.blog-section-secondary .blog-card-secondary:hover .meta-icon {
color: var(--primary-500);
}
.blog-section-secondary .blog-card-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.4;
transition: color 0.3s ease;
}
.blog-section-secondary .blog-card-secondary:hover .blog-card-title {
color: var(--primary-500);
}
.blog-section-secondary .blog-card-excerpt {
font-size: 0.95rem;
line-height: 1.7;
color: var(--text-secondary);
}
.blog-section-secondary .blog-card-link {
font-size: 0.9375rem;
text-decoration: none;
cursor: pointer;
transition: all 0.3s ease;
letter-spacing: 0.3px;
}
.blog-section-secondary .blog-card-link:hover {
color: var(--primary-700) !important;
gap: 8px;
}
.blog-section-secondary .arrow-icon {
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
font-size: 1.1rem;
}
.blog-section-secondary .blog-card-secondary:hover .arrow-icon {
transform: translateX(6px);
}
.blog-section-secondary .decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.blog-section-secondary .shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%,
transparent 70%
);
opacity: 0.4;
}
.blog-section-secondary .shape-1 {
width: 300px;
height: 300px;
top: -100px;
left: -50px;
animation: float-1 20s ease-in-out infinite;
}
.blog-section-secondary .shape-2 {
width: 250px;
height: 250px;
bottom: -80px;
right: -60px;
animation: float-2 18s ease-in-out infinite;
}
.blog-section-secondary .shape-blob {
position: absolute;
width: 400px;
height: 400px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(ellipse,
color-mix(in srgb, var(--primary-100) 15%, transparent 85%) 0%,
transparent 70%
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.3;
animation: blob-morph 25s ease-in-out infinite;
}
.blog-section-secondary .container {
position: relative;
z-index: 1;
}
@keyframes float-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
@keyframes float-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(-25px, 25px) scale(0.95);
}
66% {
transform: translate(20px, -20px) scale(1.05);
}
}
@keyframes blob-morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: translate(-50%, -50%) rotate(0deg);
}
25% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
transform: translate(-50%, -50%) rotate(90deg);
}
50% {
border-radius: 30% 70% 60% 40% / 50% 60% 40% 50%;
transform: translate(-50%, -50%) rotate(180deg);
}
75% {
border-radius: 70% 30% 40% 60% / 40% 70% 30% 60%;
transform: translate(-50%, -50%) rotate(270deg);
}
}
@media (max-width: 991.98px) {
.blog-section-secondary .display-5 {
font-size: 2rem;
}
.blog-image-wrapper,
.blog-section-secondary .blog-image {
height: 200px;
}
.shape-1,
.blog-section-secondary .shape-2 {
width: 200px;
height: 200px;
}
.blog-section-secondary .shape-blob {
width: 300px;
height: 300px;
}
}
@media (max-width: 767.98px) {
.blog-section-secondary {
padding: 3rem 0;
}
.blog-section-secondary .display-5 {
font-size: 1.75rem;
}
.blog-section-secondary .lead {
font-size: 1rem;
}
.blog-image-wrapper,
.blog-section-secondary .blog-image {
height: 180px;
}
.blog-section-secondary .blog-card-secondary {
margin-bottom: 1rem;
}
.blog-section-secondary .shape-1 {
width: 150px;
height: 150px;
top: -50px;
left: -30px;
}
.blog-section-secondary .shape-2 {
width: 150px;
height: 150px;
bottom: -50px;
right: -30px;
}
.blog-section-secondary .shape-blob {
width: 250px;
height: 250px;
}
}
@media (max-width: 575.98px) {
.blog-section-secondary .blog-card-title {
font-size: 1.1rem;
}
.blog-section-secondary .blog-card-excerpt {
font-size: 0.9rem;
}
.blog-section-secondary .category-badge {
padding: 6px 10px;
font-size: 0.8125rem;
}
}
@media (prefers-reduced-motion: reduce) {
.blog-card-secondary,
.blog-image,
.arrow-icon,
.category-badge,
.meta-icon,
.blog-section-secondary .image-overlay {
transition: none;
}
.shape-1,
.shape-2,
.blog-section-secondary .shape-blob {
animation: none;
}
}
@media (prefers-contrast: high) {
.blog-section-secondary .blog-card-secondary {
border: 2px solid var(--neutral-700);
}
.blog-card-title,
.blog-section-secondary .blog-card-link {
font-weight: 800;
}
.blog-section-secondary .image-overlay {
display: none;
}
}
.faq-section-bold {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.faq-section-bold .section-header-wrapper {
position: relative;
}
.faq-section-bold .decorative-dots-top {
width: 60px;
height: 8px;
background-image: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
background-size: 12px 12px;
margin: 0 auto 1.5rem;
opacity: 0.6;
}
.faq-section-bold .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.faq-section-bold .section-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.faq-section-bold .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.faq-section-bold .decorative-line {
width: 80px;
height: 3px;
background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
margin: 2rem auto 0;
}
.faq-section-bold .faq-card {
border: 2px solid var(--neutral-100);
border-radius: 16px;
background: var(--light);
transition: all 0.3s ease;
overflow: hidden;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.05);
}
.faq-section-bold .faq-card:hover {
transform: translateY(-4px);
border-color: var(--primary-300);
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.faq-section-bold .faq-card .card-header {
background: linear-gradient(135deg,
var(--primary-50) 0%,
color-mix(in srgb, var(--primary-50) 50%, var(--light)) 100%);
border-bottom: 2px solid var(--primary-100);
padding: 1.75rem;
display: flex;
align-items: flex-start;
gap: 1rem;
border-radius: 0;
}
.faq-section-bold .faq-icon-wrapper {
flex-shrink: 0;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-500);
border-radius: 12px;
color: var(--light);
font-size: 1.5rem;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 25%, transparent);
}
.faq-section-bold .faq-question {
font-size: 1.25rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.4;
margin-top: 0.5rem;
}
.faq-section-bold .faq-card .card-body {
padding: 1.75rem;
background: var(--light);
}
.faq-section-bold .faq-answer {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
}
.faq-section-bold .decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.faq-section-bold .shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent) 0%,
transparent 70%);
}
.faq-section-bold .shape-1 {
width: 300px;
height: 300px;
top: -100px;
left: -100px;
}
.faq-section-bold .shape-2 {
width: 400px;
height: 400px;
bottom: -150px;
right: -150px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 10%, transparent) 0%,
transparent 70%);
}
.faq-section-bold .shape-square {
position: absolute;
width: 200px;
height: 200px;
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
border-radius: 24px;
transform: rotate(45deg);
}
.faq-section-bold .shape-3 {
top: 50%;
right: 5%;
opacity: 0.3;
}
.faq-section-bold .container {
position: relative;
z-index: 1;
}
@media (max-width: 991px) {
.faq-section-bold .section-title {
font-size: 2rem;
}
.faq-section-bold .section-subtitle {
font-size: 1.125rem;
}
.faq-section-bold .faq-question {
font-size: 1.125rem;
}
.faq-section-bold .faq-card .card-header {
padding: 1.5rem;
}
.faq-section-bold .faq-card .card-body {
padding: 1.5rem;
}
.faq-section-bold .faq-icon-wrapper {
width: 40px;
height: 40px;
font-size: 1.25rem;
}
}
@media (max-width: 767px) {
.faq-section-bold .section-title {
font-size: 1.75rem;
}
.faq-section-bold .section-subtitle {
font-size: 1rem;
}
.faq-section-bold .section-description {
font-size: 1rem;
}
.faq-section-bold .faq-question {
font-size: 1rem;
}
.faq-section-bold .faq-answer {
font-size: 0.9375rem;
}
.faq-section-bold .faq-card .card-header {
flex-direction: column;
align-items: center;
text-align: center;
gap: 0.75rem;
padding: 1.25rem;
}
.faq-section-bold .faq-card .card-body {
padding: 1.25rem;
}
.faq-section-bold .faq-question {
margin-top: 0;
}
.faq-section-bold .shape-1,
.faq-section-bold .shape-2,
.faq-section-bold .shape-3 {
display: none;
}
}
@media (max-width: 575px) {
.faq-section-bold {
padding: 3rem 0;
}
.faq-section-bold .section-title {
font-size: 1.5rem;
}
.faq-section-bold .decorative-dots-top {
width: 48px;
height: 6px;
background-size: 10px 10px;
}
.faq-section-bold .decorative-line {
width: 60px;
height: 2px;
}
}
@media print {
.faq-section-bold .decorative-shapes {
display: none;
}
.faq-section-bold .faq-card {
break-inside: avoid;
box-shadow: none;
border: 1px solid var(--neutral-300);
}
}
@media (prefers-contrast: high) {
.faq-section-bold .faq-card {
border-width: 3px;
}
.faq-section-bold .faq-icon-wrapper {
border: 2px solid var(--text-primary);
}
}
@media (prefers-reduced-motion: reduce) {
.faq-section-bold .faq-card {
transition: none;
}
.faq-section-bold .faq-card:hover {
transform: none;
}
}
.footer-minimal {
position: relative;
padding: 80px 0 40px;
overflow: hidden;
background:
linear-gradient(
135deg,
color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
),
url('assets/images/footer_bg.webp');
background-size: cover;
background-position: center;
background-attachment: fixed;
color: var(--light);
}
.footer-minimal .footer-background-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: color-mix(in srgb, var(--primary-700) 5%, transparent);
pointer-events: none;
z-index: 1;
}
.footer-minimal .container {
z-index: 2;
}
.footer-minimal .footer-content {
margin-bottom: 60px;
}
.footer-minimal .footer-brand {
padding-right: 20px;
}
.footer-minimal .brand-logo-wrapper {
display: inline-block;
}
.footer-minimal .brand-icon {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(var(--white-rgb), 0.1);
border-radius: 12px;
backdrop-filter: blur(10px);
border: 1px solid rgba(var(--white-rgb), 0.2);
transition: all 0.3s ease;
}
.footer-minimal .brand-icon:hover {
background: rgba(var(--white-rgb), 0.15);
transform: translateY(-3px);
}
.footer-minimal .brand-icon i {
font-size: 32px;
color: var(--light);
}
.footer-minimal .footer-sitename {
font-size: 24px;
font-weight: 700;
color: var(--light);
margin-bottom: 16px;
line-height: 1.3;
}
.footer-minimal .footer-sitedesc {
font-size: 15px;
line-height: 1.7;
color: rgba(var(--white-rgb), 0.85);
margin: 0;
}
.footer-minimal .footer-decorative-line {
width: 60px;
height: 3px;
background: linear-gradient(
90deg,
rgba(var(--white-rgb), 0.8) 0%,
rgba(var(--white-rgb), 0.2) 100%
);
border-radius: 2px;
}
.footer-minimal .footer-links-section {
padding-left: 20px;
}
.footer-minimal .footer-section-title {
font-size: 18px;
font-weight: 600;
color: var(--light);
margin-bottom: 24px;
text-transform: uppercase;
letter-spacing: 0.5px;
position: relative;
padding-bottom: 12px;
}
.footer-minimal .footer-section-title::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 40px;
height: 2px;
background: rgba(var(--white-rgb), 0.5);
}
.footer-minimal .footer-links-list {
list-style: none;
padding: 0;
margin: 0;
}
.footer-minimal .footer-links-list li {
margin-bottom: 12px;
}
.footer-minimal .footer-link {
display: flex;
align-items: center;
gap: 8px;
color: rgba(var(--white-rgb), 0.85);
text-decoration: none;
font-size: 15px;
transition: all 0.3s ease;
padding: 6px 0;
}
.footer-minimal .footer-link:hover {
color: var(--light);
padding-left: 8px;
}
.footer-minimal .footer-link i {
font-size: 12px;
transition: transform 0.3s ease;
}
.footer-minimal .footer-link:hover i {
transform: translateX(3px);
}
.footer-minimal .footer-contact-section {
padding-left: 20px;
}
.footer-minimal .contact-info-list {
display: flex;
flex-direction: column;
gap: 20px;
}
.footer-minimal .contact-info-item {
display: flex;
align-items: flex-start;
gap: 15px;
padding: 15px;
background: rgba(var(--white-rgb), 0.05);
border-radius: 10px;
border: 1px solid rgba(var(--white-rgb), 0.1);
transition: all 0.3s ease;
}
.footer-minimal .contact-info-item:hover {
background: rgba(var(--white-rgb), 0.08);
transform: translateX(5px);
}
.footer-minimal .contact-icon {
width: 40px;
height: 40px;
min-width: 40px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(var(--white-rgb), 0.1);
border-radius: 8px;
}
.footer-minimal .contact-icon i {
font-size: 18px;
color: var(--light);
}
.footer-minimal .contact-details {
display: flex;
flex-direction: column;
gap: 4px;
}
.footer-minimal .contact-label {
font-size: 12px;
color: rgba(var(--white-rgb), 0.6);
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 600;
}
.footer-minimal .contact-value {
font-size: 15px;
color: rgba(var(--white-rgb), 0.9);
line-height: 1.5;
}
.footer-minimal .footer-decorative-section {
padding-left: 20px;
}
.footer-minimal .decorative-icon-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 15px;
margin-bottom: 30px;
}
.footer-minimal .decorative-icon-item {
aspect-ratio: 1;
display: flex;
align-items: center;
justify-content: center;
background: rgba(var(--white-rgb), 0.08);
border-radius: 12px;
border: 1px solid rgba(var(--white-rgb), 0.15);
transition: all 0.4s ease;
}
.footer-minimal .decorative-icon-item:hover {
background: rgba(var(--white-rgb), 0.12);
transform: translateY(-5px) rotate(5deg);
border-color: rgba(var(--white-rgb), 0.25);
}
.footer-minimal .decorative-icon-item i {
font-size: 24px;
color: rgba(var(--white-rgb), 0.8);
}
.footer-minimal .decorative-shapes {
position: relative;
height: 100px;
margin-top: 30px;
}
.footer-minimal .decorative-shapes > div {
position: absolute;
background: rgba(var(--white-rgb), 0.05);
border: 2px solid rgba(var(--white-rgb), 0.1);
}
.footer-minimal .shape-circle {
width: 60px;
height: 60px;
border-radius: 50%;
top: 0;
left: 20%;
animation: float 6s ease-in-out infinite;
}
.footer-minimal .shape-square {
width: 50px;
height: 50px;
border-radius: 8px;
top: 30px;
right: 30%;
animation: float 8s ease-in-out infinite;
animation-delay: 1s;
}
.footer-minimal .shape-triangle {
width: 0;
height: 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-bottom: 52px solid rgba(var(--white-rgb), 0.05);
background: transparent;
border-top: none;
top: 10px;
right: 10%;
animation: float 7s ease-in-out infinite;
animation-delay: 2s;
}
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
}
.footer-minimal .footer-bottom {
padding-top: 40px;
border-top: 1px solid rgba(var(--white-rgb), 0.15);
}
.footer-minimal .footer-disclaimer {
font-size: 13px;
line-height: 1.6;
color: rgba(var(--white-rgb), 0.7);
margin: 0;
}
.footer-minimal .footer-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
background: rgba(var(--white-rgb), 0.1);
border-radius: 50%;
border: 2px solid rgba(var(--white-rgb), 0.2);
}
.footer-minimal .footer-badge i {
font-size: 24px;
color: var(--light);
}
.footer-minimal .footer-copyright-wrapper {
margin-top: 30px;
padding-top: 25px;
border-top: 1px solid rgba(var(--white-rgb), 0.1);
text-align: center;
}
.footer-minimal .footer-copyright {
font-size: 14px;
color: rgba(var(--white-rgb), 0.75);
margin: 0;
}
.footer-minimal .footer-bg-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 1;
overflow: hidden;
}
.bg-shape {
position: absolute;
border-radius: 50%;
background: rgba(var(--white-rgb), 0.03);
border: 1px solid rgba(var(--white-rgb), 0.05);
}
.bg-shape-1 {
width: 300px;
height: 300px;
top: -100px;
right: -100px;
animation: rotate 20s linear infinite;
}
.bg-shape-2 {
width: 200px;
height: 200px;
bottom: -50px;
left: 10%;
animation: rotate 15s linear infinite reverse;
}
.bg-shape-3 {
width: 150px;
height: 150px;
top: 50%;
right: 15%;
animation: rotate 25s linear infinite;
}
@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@media (max-width: 991px) {
.footer-minimal {
padding: 60px 0 30px;
}
.footer-minimal .footer-content {
margin-bottom: 40px;
}
.footer-brand,
.footer-links-section,
.footer-contact-section,
.footer-minimal .footer-decorative-section {
padding-left: 0;
padding-right: 0;
margin-bottom: 40px;
}
.footer-minimal .decorative-icon-grid {
grid-template-columns: repeat(6, 1fr);
max-width: 400px;
}
.footer-minimal .decorative-shapes {
display: none;
}
}
@media (max-width: 767px) {
.footer-minimal {
padding: 50px 0 25px;
background-attachment: scroll;
}
.footer-minimal .footer-sitename {
font-size: 22px;
}
.footer-minimal .footer-sitedesc {
font-size: 14px;
}
.footer-minimal .footer-section-title {
font-size: 16px;
}
.footer-minimal .contact-info-item {
padding: 12px;
}
.footer-minimal .decorative-icon-grid {
grid-template-columns: repeat(3, 1fr);
gap: 12px;
}
.footer-minimal .decorative-icon-item i {
font-size: 20px;
}
.footer-minimal .footer-bottom {
padding-top: 30px;
}
.footer-minimal .footer-badge {
width: 45px;
height: 45px;
}
.footer-minimal .footer-badge i {
font-size: 20px;
}
.bg-shape-1,
.bg-shape-2,
.bg-shape-3 {
display: none;
}
}
@media (max-width: 575px) {
.footer-minimal {
padding: 40px 0 20px;
}
.footer-minimal .brand-icon {
width: 50px;
height: 50px;
}
.footer-minimal .brand-icon i {
font-size: 26px;
}
.footer-minimal .footer-sitename {
font-size: 20px;
}
.footer-minimal .contact-icon {
width: 35px;
height: 35px;
min-width: 35px;
}
.footer-minimal .contact-icon i {
font-size: 16px;
}
.footer-minimal .footer-copyright-wrapper {
margin-top: 20px;
padding-top: 20px;
}
.footer-minimal .footer-copyright {
font-size: 13px;
}
}


/* Footer Social Links - Simple Style */
.footer-social-links {
    margin: 20px 0;
    padding: 15px 0;
    text-align: center;
}

.footer-social-grid {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-social-link {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    position: relative;
}

.footer-social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    color: white;
    text-decoration: none;
}

/* Social Network Colors */
.footer-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.footer-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.footer-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.footer-x-link {
    background: linear-gradient(135deg, #000000, #333333);
}

.footer-x-link i {
    display: none;
}

.footer-x-link .x-symbol {
    font-weight: bold;
    font-size: 20px;
}

.footer-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.footer-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.footer-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.footer-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

@media (max-width: 768px) {
    .footer-social-grid {
        gap: 12px;
    }
    
    .footer-social-link {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}
