:root {
--primary-50: #fef4f7;
--primary-50-rgb: 254, 244, 247;
--primary-50-rgb: 254, 244, 247;
--primary-100: #fcdde8;
--primary-100-rgb: 252, 221, 232;
--primary-100-rgb: 252, 221, 232;
--primary-300: #f48fb1;
--primary-300-rgb: 244, 143, 177;
--primary-300-rgb: 244, 143, 177;
--primary-500: #e91e63;
--primary-500-rgb: 233, 30, 99;
--primary-500-rgb: 233, 30, 99;
--primary-700: #ba184f;
--primary-700-rgb: 186, 24, 79;
--primary-700-rgb: 186, 24, 79;
--primary-200: #f8b6cd;
--primary-200-rgb: 248, 182, 205;
--primary-200-rgb: 248, 182, 205;
--primary-400: #ef578a;
--primary-400-rgb: 239, 87, 138;
--primary-400-rgb: 239, 87, 138;
--primary-600: #d21b59;
--primary-600-rgb: 210, 27, 89;
--primary-600-rgb: 210, 27, 89;
--primary-800: #95133f;
--primary-800-rgb: 149, 19, 63;
--primary-800-rgb: 149, 19, 63;
--primary-900: #7f1036;
--primary-900-rgb: 127, 16, 54;
--primary-900-rgb: 127, 16, 54;
--primary-950: #590b26;
--primary-950-rgb: 89, 11, 38;
--primary-950-rgb: 89, 11, 38;
--primary-rgb: 233, 30, 99;
--neutral-50: #fafafa;
--neutral-50-rgb: 250, 250, 250;
--neutral-50-rgb: 250, 250, 250;
--neutral-100: #f5f5f5;
--neutral-100-rgb: 245, 245, 245;
--neutral-100-rgb: 245, 245, 245;
--neutral-300: #d4d4d4;
--neutral-300-rgb: 212, 212, 212;
--neutral-300-rgb: 212, 212, 212;
--neutral-500: #737373;
--neutral-500-rgb: 115, 115, 115;
--neutral-500-rgb: 115, 115, 115;
--neutral-700: #404040;
--neutral-700-rgb: 64, 64, 64;
--neutral-700-rgb: 64, 64, 64;
--neutral-900: #2b2b2b;
--neutral-900-rgb: 43, 43, 43;
--neutral-900-rgb: 43, 43, 43;
--neutral-200: #e5e5e5;
--neutral-200-rgb: 229, 229, 229;
--neutral-200-rgb: 229, 229, 229;
--neutral-400: #a4a4a4;
--neutral-400-rgb: 164, 164, 164;
--neutral-400-rgb: 164, 164, 164;
--neutral-600: #5a5a5a;
--neutral-600-rgb: 90, 90, 90;
--neutral-600-rgb: 90, 90, 90;
--neutral-800: #333333;
--neutral-800-rgb: 51, 51, 51;
--neutral-800-rgb: 51, 51, 51;
--neutral-950: #1e1e1e;
--neutral-950-rgb: 30, 30, 30;
--neutral-950-rgb: 30, 30, 30;
--surface-primary: #fce4ec;
--surface-primary-rgb: 252, 228, 236;
--surface-secondary: #f8bbd9;
--surface-secondary-rgb: 248, 187, 217;
--surface-accent: var(--primary-50);
--text-primary: #880e4f;
--text-primary-rgb: 136, 14, 79;
--text-secondary: #ad1457;
--text-secondary-rgb: 173, 20, 87;
--text-accent: var(--primary-500);
--button-primary-bg: var(--primary-500);
--button-primary-text: #ffffff;
--button-primary-text-rgb: 255, 255, 255;
--button-secondary-bg: var(--neutral-100);
--button-secondary-text: var(--neutral-900);
--border-light: var(--neutral-300);
--border-medium: var(--neutral-500);
--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
--accent-50: #fef6e1;
--accent-50-rgb: 254, 246, 225;
--accent-50-rgb: 254, 246, 225;
--accent-100: #fde2d3;
--accent-100-rgb: 253, 226, 211;
--accent-100-rgb: 253, 226, 211;
--accent-200: #fac1bb;
--accent-200-rgb: 250, 193, 187;
--accent-200-rgb: 250, 193, 187;
--accent-300: #f7a0a1;
--accent-300-rgb: 247, 160, 161;
--accent-300-rgb: 247, 160, 161;
--accent-400: #f4707e;
--accent-400-rgb: 244, 112, 126;
--accent-400-rgb: 244, 112, 126;
--accent-500: #f0405a;
--accent-500-rgb: 240, 64, 90;
--accent-500-rgb: 240, 64, 90;
--accent-600: #e03d51;
--accent-600-rgb: 224, 61, 81;
--accent-600-rgb: 224, 61, 81;
--accent-700: #cf3b48;
--accent-700-rgb: 207, 59, 72;
--accent-700-rgb: 207, 59, 72;
--accent-800: #b53639;
--accent-800-rgb: 181, 54, 57;
--accent-800-rgb: 181, 54, 57;
--accent-900: #a53431;
--accent-900-rgb: 165, 52, 49;
--accent-900-rgb: 165, 52, 49;
--accent-950: #8b3023;
--accent-950-rgb: 139, 48, 35;
--accent-950-rgb: 139, 48, 35;
--accent-rgb: 240, 64, 90;
--white-rgb: 255, 255, 255;
--black-rgb: 0, 0, 0;
--transparent-rgb: 0, 0, 0;
--overlay-light-rgb: 255, 255, 255;
--overlay-dark-rgb: 0, 0, 0;
--white-rgb: 255, 255, 255;
--black-rgb: 0, 0, 0;
--transparent-rgb: 0, 0, 0;
--text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
--text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
--text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
--text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
--text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
--text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
--text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
--text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
--text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
--text-6xl: clamp(3.75rem, 3rem + 3.75vw, 4.5rem);
--text-7xl: clamp(4.5rem, 3.5rem + 5vw, 6rem);
--text-8xl: clamp(6rem, 4.5rem + 7.5vw, 8rem);
--text-9xl: clamp(8rem, 6rem + 10vw, 12rem);
--font-light: 300;
--font-normal: 400;
--font-medium: 500;
--font-semibold: 600;
--font-bold: 700;
--font-extrabold: 800;
--leading-none: 1;
--leading-tight: 1.25;
--leading-snug: 1.375;
--leading-normal: 1.5;
--leading-relaxed: 1.625;
--leading-loose: 2;
--leading-extra_loose: 2.5;
--tracking-tighter: -0.05em;
--tracking-tight: -0.025em;
--tracking-normal: 0;
--tracking-wide: 0.025em;
--tracking-wider: 0.05em;
--tracking-widest: 0.1em;
--font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
--font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
--font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
--text-body: var(--text-primary);
--space-0: 0;
--space-1: 0.25rem;
--space-2: 0.5rem;
--space-3: 0.75rem;
--space-4: 1rem;
--space-5: 1.25rem;
--space-6: 1.5rem;
--space-7: 1.75rem;
--space-8: 2rem;
--space-9: 2.25rem;
--space-10: 2.5rem;
--space-11: 2.75rem;
--space-12: 3rem;
--space-14: 3.5rem;
--space-16: 4rem;
--space-20: 5rem;
--space-24: 6rem;
--space-28: 7rem;
--space-32: 8rem;
--space-36: 9rem;
--space-40: 10rem;
--space-44: 11rem;
--space-48: 12rem;
--space-52: 13rem;
--space-56: 14rem;
--space-60: 15rem;
--space-64: 16rem;
--space-72: 18rem;
--space-80: 20rem;
--space-96: 24rem;
--space-px: 1px;
--space-0.5: 0.125rem;
--space-1.5: 0.375rem;
--space-2.5: 0.625rem;
--space-3.5: 0.875rem;
--space-xs: 0.5rem;
--space-sm: 1rem;
--space-md: 1.5rem;
--space-lg: 2rem;
--space-xl: 3rem;
--space-2xl: 4rem;
--space-3xl: 6rem;
--space-4xl: 8rem;
--space-5xl: 12rem;
--space-6xl: 16rem;
--section-py: clamp(3rem, 5vw, 5rem);
--section-y-mobile: 3rem;
--section-y-tablet: 4rem;
--section-y-desktop: 5rem;
--section-y-hero: clamp(4rem, 10vw, 8rem);
--section-x: clamp(1rem, 3vw, 2rem);
--section-gap: clamp(1.5rem, 3vw, 2.5rem);
--card-padding: 1.5rem;
--card-gap: 1rem;
--button-padding-x: 1.5rem;
--button-padding-y: 0.75rem;
--form-gap: 1rem;
}
:root {
--shadow-none: none;
--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
--shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
--radius-none: 0;
--radius-xs: 0.125rem;
--radius-sm: 0.25rem;
--radius-md: 0.375rem;
--radius-lg: 0.5rem;
--radius-xl: 0.75rem;
--radius-2xl: 1rem;
--radius-3xl: 1.5rem;
--radius-full: 9999px;
--transition-fast: 0.15s ease;
--transition-normal: 0.3s ease;
--transition-slow: 0.5s ease;
--transition-all: all 0.3s ease;
--duration-fast: 0.15s;
--duration-normal: 0.3s;
--duration-slow: 0.5s;
--ease-smooth: ease-in-out;
--ease-spring: cubic-bezier(0.68, -0.55, 0.265, 1.55);
--opacity-disabled: 0.5;
--opacity-loading: 0.7;
--opacity-overlay: 0.8;
}
section {
padding-top: var(--section-y-mobile);
padding-bottom: var(--section-y-mobile);
padding-left: var(--section-x);
padding-right: var(--section-x);
}
@media (min-width: 768px) {
section {
padding-top: var(--section-y-tablet);
padding-bottom: var(--section-y-tablet);
}
}
@media (min-width: 1024px) {
section {
padding-top: var(--section-y-desktop);
padding-bottom: var(--section-y-desktop);
}
}
section[id="hero"] {
padding-top: var(--section-y-hero);
padding-bottom: var(--section-y-hero);
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
*, *::before, *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
@media (prefers-contrast: high) {
:root {
--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
}
}
@media print {
:root {
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: none;
--shadow-xl: none;
}
section {
padding-top: 1rem;
padding-bottom: 1rem;
break-inside: avoid;
}
}
html {
scroll-behavior: smooth;
scroll-padding-top: 6rem;
}
body {
overflow-x: hidden;
}
*:focus {
outline: 2px solid var(--border-interactive);
outline-offset: 2px;
border-radius: var(--radius-sm);
}
*:focus:not(:focus-visible) {
outline: none;
}
*:focus-visible {
outline: 2px solid var(--border-interactive);
outline-offset: 2px;
}
.layout_font_primary {
font-family: var(--font-primary);
}
.page_font_secondary {
font-family: var(--font-secondary);
}
.fresh_font_mono {
font-family: var(--font-mono);
}
.dark_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);
}
.elite_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);
}
.web_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);
}
.modern_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);
}
.top_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);
}
.main_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);
}
.clean_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);
}
.bold_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);
}
.custom_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);
}
.container_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);
}
.theme_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);
}
.company_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);
}
.minimal_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);
}
.new_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);
}
.pro_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);
}
.core_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;
}
.app_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);
}
.section_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);
}
.business_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);
}
.site_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);
}
.studio_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;
}
.best_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);
}
.ui_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);
}
.content_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);
}
.content_nav_link:hover,
.content_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.digital_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);
}
.style_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) {
.app_hero_title {
font-size: var(--text-4xl);
}
.business_section_title {
font-size: var(--text-3xl);
}
.dark_display_1 {
font-size: var(--text-5xl);
}
.elite_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.app_hero_title {
font-size: var(--text-3xl);
}
.business_section_title {
font-size: var(--text-2xl);
}
.dark_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);
}
.unique_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.prime_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.premium_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.brand_text_balance {
text-wrap: balance;
}
.bright_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.content_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.minimal_caption,
.new_overline,
.style_footer_text {
color: var(--text-secondary);
}
.section_hero_subtitle,
.site_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.app_hero_title,
.business_section_title,
.modern_heading_1,
.top_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.unique_text_gradient {
color: var(--text-primary);}
}
body {
font-family: var(--font-primary);
font-size: 1rem;
line-height: 1.6;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: var(--font-accent);
font-weight: 600;
line-height: 1.2;
margin-bottom: 0.5em;
}
h1, .h1 {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 700;
}
h2, .h2 {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
}
h3, .h3 {
font-size: clamp(1.5rem, 3vw, 2rem);
font-weight: 600;
}
h4, .h4 {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
}
h5, .h5 {
font-size: clamp(1.125rem, 2vw, 1.25rem);
font-weight: 500;
}
h6, .h6 {
font-size: 1rem;
font-weight: 500;
}
p {
font-family: var(--font-body);
margin-bottom: 1em;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
line-height: 1.7;
}
.text-accent,
.hero-title,
.section-title,
.card-title {
font-family: var(--font-accent);
}
.subtitle,
.section-subtitle {
font-family: var(--font-primary);
font-weight: 500;
}
blockquote {
font-family: var(--font-accent);
font-style: italic;
font-size: 1.125rem;
border-left: 3px solid currentColor;
padding-left: 1.5rem;
margin: 1.5rem 0;
}
.navbar,
.nav-link,
.navbar-brand {
font-family: var(--font-primary);
font-weight: 500;
}
.btn,
button {
font-family: var(--font-primary);
font-weight: 600;
letter-spacing: 0.025em;
}
input,
textarea,
select,
.form-control,
.form-label {
font-family: var(--font-primary);
}
.form-label {
font-weight: 500;
}
.card {
font-family: var(--font-primary);
}
.card-header,
.card-title {
font-family: var(--font-accent);
font-weight: 600;
}
.badge,
.label,
.tag {
font-family: var(--font-primary);
font-weight: 600;
font-size: 0.875rem;
}
footer,
.footer {
font-family: var(--font-primary);
font-size: 0.9rem;
}
footer h1, footer h2, footer h3,
footer h4, footer h5, footer h6,
.footer h1, .footer h2, .footer h3,
.footer h4, .footer h5, .footer h6 {
font-family: var(--font-accent);
}
code,
pre,
kbd,
samp {
font-family: var(--font-mono);
font-size: 0.9em;
}
.font-primary {
font-family: var(--font-primary) !important;
}
.font-accent {
font-family: var(--font-accent) !important;
}
.font-heading {
font-family: var(--font-heading) !important;
}
.font-body {
font-family: var(--font-body) !important;
}
@media (max-width: 768px) {
body {
font-size: 0.95rem;
}
.lead {
font-size: 1.125rem;
}
}
@media print {
body {
font-family: var(--font-primary);
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-accent);
page-break-after: avoid;
}
}
.light_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.agency_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.design_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.creative_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.base_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.smart_stack {
display: flex;
flex-direction: column;
}
.section51_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.elite40_full_height {
min-height: 100vh;
}
.design1_section_height {
min-height: 80vh;
}
.unique28_hero_height {
min-height: 90vh;
}
.container54_m_0 { margin: 0; }
.elite6_m_1 { margin: var(--space-1); }
.layout46_m_2 { margin: var(--space-2); }
.brand53_m_3 { margin: var(--space-3); }
.theme97_m_4 { margin: var(--space-4); }
.ui24_m_6 { margin: var(--space-6); }
.web38_m_8 { margin: var(--space-8); }
.prime88_m_12 { margin: var(--space-12); }
.base97_m_16 { margin: var(--space-16); }
.unique67_mx_auto { margin-left: auto; margin-right: auto; }
.page78_my_auto { margin-top: auto; margin-bottom: auto; }
.light3_mt_0 { margin-top: 0; }
.smart76_mt_4 { margin-top: var(--space-4); }
.digital70_mt_8 { margin-top: var(--space-8); }
.business12_mt_12 { margin-top: var(--space-12); }
.site24_mb_0 { margin-bottom: 0; }
.smart15_mb_4 { margin-bottom: var(--space-4); }
.app56_mb_8 { margin-bottom: var(--space-8); }
.modern22_mb_12 { margin-bottom: var(--space-12); }
.dark25_p_0 { padding: 0; }
.content13_p_1 { padding: var(--space-1); }
.company89_p_2 { padding: var(--space-2); }
.elite17_p_3 { padding: var(--space-3); }
.prime64_p_4 { padding: var(--space-4); }
.unique38_p_6 { padding: var(--space-6); }
.design33_p_8 { padding: var(--space-8); }
.creative4_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.base53_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.bright52_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.ui95_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.core86_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.studio69_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.main52_gap_1 { gap: var(--space-1); }
.custom22_gap_2 { gap: var(--space-2); }
.bold41_gap_3 { gap: var(--space-3); }
.best14_gap_4 { gap: var(--space-4); }
.agency27_gap_6 { gap: var(--space-6); }
.section40_gap_8 { gap: var(--space-8); }
.main69_shadow_none { box-shadow: var(--shadow-none); }
.agency59_shadow_xs { box-shadow: var(--shadow-xs); }
.bold87_shadow_sm { box-shadow: var(--shadow-sm); }
.bright77_shadow_md { box-shadow: var(--shadow-md); }
.site0_shadow_lg { box-shadow: var(--shadow-lg); }
.prime68_shadow_xl { box-shadow: var(--shadow-xl); }
.prime62_shadow_2xl { box-shadow: var(--shadow-2xl); }
.business25_shadow_inner { box-shadow: var(--shadow-inner); }
.premium0_shadow_colored { box-shadow: var(--shadow-colored); }
.page11_radius_none { border-radius: var(--radius-none); }
.main79_radius_xs { border-radius: var(--radius-xs); }
.best34_radius_sm { border-radius: var(--radius-sm); }
.app50_radius_md { border-radius: var(--radius-md); }
.premium58_radius_lg { border-radius: var(--radius-lg); }
.custom78_radius_xl { border-radius: var(--radius-xl); }
.digital5_radius_2xl { border-radius: var(--radius-2xl); }
.minimal64_radius_3xl { border-radius: var(--radius-3xl); }
.container0_radius_full { border-radius: var(--radius-full); }
.top57_gradient_primary {
background: var(--gradient-primary);
}
.custom96_gradient_secondary {
background: var(--gradient-secondary);
}
.theme48_gradient_hero {
background: var(--gradient-hero);
}
.minimal62_gradient_card {
background: var(--gradient-card);
}
.elite29_gradient_overlay {
position: relative;
}
.elite29_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;
}
.elite29_gradient_overlay > * {
position: relative;
z-index: 2;
}
.agency33_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.agency33_hover_lift:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.brand21_hover_scale {
transition: transform var(--transition-normal);
}
.brand21_hover_scale:hover {
transform: scale(1.02);
}
.company55_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.company55_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.web50_hover_fade {
transition: opacity var(--transition-normal);
}
.web50_hover_fade:hover {
opacity: var(--opacity-loading);
}
.digital38_focus_ring {
transition: box-shadow var(--transition-fast);
}
.digital38_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.top43_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.content94_hero_content {
position: relative;
z-index: 2;
}
.design16_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.clean19_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.bright44_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.web17_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.custom85_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: var(--space-6);
}
.fresh38_timeline {
position: relative;
}
.fresh38_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.premium54_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.premium54_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.premium54_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.app51_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.core42_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;
}
}
.agency8_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;
}
}
.bright32_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;
}
}
.creative69_transition_all {
transition: var(--transition-all);
}
.studio83_transition_fast {
transition: all var(--transition-fast);
}
.layout19_transition_normal {
transition: all var(--transition-normal);
}
.top99_transition_slow {
transition: all var(--transition-slow);
}
.fresh71_bg_primary { background-color: var(--bg-primary); }
.page96_bg_secondary { background-color: var(--bg-secondary); }
.core15_bg_muted { background-color: var(--bg-muted); }
.base81_bg_glass { background-color: var(--bg-glass); }
.base84_text_primary { color: var(--text-primary); }
.bold99_text_secondary { color: var(--text-secondary); }
.bold38_text_muted { color: var(--text-muted); }
.bright27_text_inverse { color: var(--text-inverse); }
.business44_text_link { color: var(--text-link); }
.web69_border_light { border-color: var(--border-light); }
.smart73_border_medium { border-color: var(--border-medium); }
.main43_border_strong { border-color: var(--border-strong); }
.style59_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 768px) {
.design16_services_grid,
.bright44_features_grid,
.clean19_team_grid,
.custom85_pricing_grid {
grid-template-columns: 1fr;
}
.web17_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.fresh38_timeline::before {
left: 30px;
}
.premium54_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.design1_section_height {
min-height: 60vh;
}
.unique28_hero_height {
min-height: 70vh;
}
}
@media (max-width: 480px) {
.web17_gallery_grid {
grid-template-columns: 1fr;
}
.premium54_timeline_item {
padding-left: var(--space-12) !important;
}
}
.company22_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;
}
.unique84_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.digital97_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);
}
.digital97_skip_link:focus {
top: 6px;
}
@media print {
.bright75_no_print {
display: none !important;
}
.core3_print_only {
display: block !important;
}
.agency59_shadow_xs,
.bold87_shadow_sm,
.bright77_shadow_md,
.site0_shadow_lg,
.prime68_shadow_xl,
.prime62_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) {
.app51_fade_in,
.core42_slide_up,
.agency8_slide_in_left,
.bright32_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.agency33_hover_lift,
.brand21_hover_scale,
.company55_hover_shadow,
.web50_hover_fade,
.creative69_transition_all,
.studio83_transition_fast,
.layout19_transition_normal,
.top99_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
.header-alt {
position: relative;
background: var(--surface-primary);
box-shadow: 0 2px 12px rgba(var(--black-rgb), 0.05);
z-index: 1000;
}
.header-alt .navbar {
padding: 1rem 0;
transition: all 0.3s ease;
}
.header-alt .navbar-brand {
font-size: 1.125rem;
font-weight: 700;
color: var(--primary-700);
display: flex;
align-items: center;
gap: 0.75rem;
transition: all 0.3s ease;
position: relative;
z-index: 10004;
}
.header-alt .navbar-brand:hover {
color: var(--primary-500);
transform: translateY(-2px);
}
.header-alt .brand-icon {
width: 36px;
height: 36px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
}
.header-alt .brand-icon::before {
content: '';
position: absolute;
width: 12px;
height: 12px;
background: var(--light);
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: pulse-icon-242 2s ease-in-out infinite;
}
@keyframes pulse-icon-242 {
0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
50% { transform: translate(-50%, -50%) scale(1.3); opacity: 0.7; }
}
.header-alt .nav-toggle-input {
display: none;
}
.header-alt .hamburger-toggle {
display: none;
flex-direction: column;
justify-content: space-between;
width: 32px;
height: 26px;
cursor: pointer;
position: relative;
z-index: 10003;
padding: 4px 0;
}
.header-alt .hamburger-line {
width: 100%;
height: 3px;
background: #334155;
border-radius: 3px;
transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transform-origin: center;
}
.header-alt .nav-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(1) {
transform: translateY(10px) rotate(45deg);
}
.header-alt .nav-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(2) {
opacity: 0;
transform: scaleX(0);
}
.header-alt .nav-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(3) {
transform: translateY(-10px) rotate(-45deg);
}
.header-alt .nav-backdrop {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(var(--black-rgb), 0.5);
backdrop-filter: blur(4px);
opacity: 0;
transition: opacity 0.4s ease;
z-index: -1;
}
.header-alt .navbar-nav {
display: flex;
align-items: center;
gap: 2rem;
}
.header-alt .nav-link {
color: var(--text-primary);
font-size: 0.75rem;
font-weight: 500;
padding: 0.5rem 0;
position: relative;
transition: all 0.3s ease;
}
.header-alt .nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--primary-500);
transition: width 0.3s ease;
}
.header-alt .nav-link:hover {
color: var(--primary-500);
}
.header-alt .nav-link:hover::after {
width: 100%;
}
.header-alt .header-decoration {
position: absolute;
top: 0;
right: 0;
width: 200px;
height: 100%;
pointer-events: none;
overflow: hidden;
}
.header-alt .deco-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
opacity: 0.4;
}
.header-alt .deco-circle-1 {
width: 80px;
height: 80px;
top: -20px;
right: 20px;
animation: float-circle-1-242 6s ease-in-out infinite;
}
.header-alt .deco-circle-2 {
width: 50px;
height: 50px;
top: 40px;
right: 100px;
animation: float-circle-2-242 8s ease-in-out infinite;
}
.header-alt .deco-line {
position: absolute;
width: 2px;
height: 60%;
background: linear-gradient(to bottom, var(--primary-300), transparent);
top: 20%;
right: 60px;
opacity: 0.3;
}
@keyframes float-circle-1-242 {
0%, 100% { transform: translateY(0) rotate(0deg); }
50% { transform: translateY(-15px) rotate(180deg); }
}
@keyframes float-circle-2-242 {
0%, 100% { transform: translateY(0) rotate(0deg); }
50% { transform: translateY(15px) rotate(-180deg); }
}
@media (max-width: 991.98px) {
.header-alt .hamburger-toggle {
display: flex;
}
.header-alt .navbar-collapse {
position: fixed;
top: 0;
right: -100%;
width: 280px;
height: 100vh;
background: var(--surface-primary);
padding: 6rem 2rem 2rem;
transition: right 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
box-shadow: -4px 0 20px rgba(var(--black-rgb), 0.1);
z-index: 10;
}
.header-alt .nav-toggle-input:checked ~ .navbar-collapse {
right: 0;
}
.header-alt .nav-toggle-input:checked ~ .nav-backdrop {
display: block;
opacity: 1;
}
.header-alt .navbar-nav {
flex-direction: column;
align-items: flex-start;
gap: 0;
}
.header-alt .nav-item {
width: 100%;
opacity: 0;
transform: translateX(30px);
animation: none;
}
.header-alt .nav-toggle-input:checked ~ .navbar-collapse .nav-item {
animation: slideInMenu-242 0.5s ease forwards;
}
.header-alt .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(1) {
animation-delay: 0.1s;
}
.header-alt .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(2) {
animation-delay: 0.2s;
}
.header-alt .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(3) {
animation-delay: 0.3s;
}
.header-alt .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(4) {
animation-delay: 0.4s;
}
@keyframes slideInMenu-242 {
to {
opacity: 1;
transform: translateX(0);
}
}
.header-alt .nav-link {
width: 100%;
padding: 1rem 0;
font-size: 1.125rem;
border-bottom: 1px solid var(--neutral-100);
}
.header-alt .nav-link::after {
bottom: -1px;
}
.header-alt .header-decoration {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.header-alt .navbar-collapse {
width: 320px;
}
.header-alt .nav-link {
font-size: 0.875rem;
}
}
@media (min-width: 1400px) {
.header-alt .navbar-nav {
gap: 3rem;
}
.header-alt .navbar-brand {
font-size: 1.125rem;
}
.header-alt .brand-icon {
width: 42px;
height: 42px;
}
}
@media (prefers-reduced-motion: reduce) {
.header-alt *,
.header-alt *::before,
.header-alt *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
@media (prefers-contrast: high) {
.header-alt .navbar {
border-bottom: 2px solid var(--neutral-900);
}
.header-alt .nav-link {
font-weight: 600;
}
.header-alt .hamburger-line {
background: #1e293b;
height: 4px;
}
}
.hero-section-modern {
position: relative;
padding: 100px 0 120px;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
);
overflow: hidden;
}
.hero-section-modern .hero-content {
position: relative;
z-index: 2;
}
.hero-section-modern .hero-badge {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 24px;
}
.badge-dot {
width: 12px;
height: 12px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
animation: pulse-badge 2s ease-in-out infinite;
}
.badge-line {
width: 60px;
height: 3px;
background: linear-gradient(90deg, var(--primary-500), transparent);
border-radius: 2px;
}
@keyframes pulse-badge {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.2);
opacity: 0.8;
}
}
.hero-section-modern .hero-title {
font-size: 3rem;
font-weight: 800;
line-height: 1.15;
color: var(--text-primary);
margin-bottom: 20px;
letter-spacing: -0.02em;
}
.hero-section-modern .hero-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-700);
margin-bottom: 24px;
line-height: 1.4;
}
.hero-section-modern .hero-description {
font-size: 1.125rem;
line-height: 1.75;
color: var(--text-secondary);
margin-bottom: 40px;
max-width: 580px;
}
.hero-section-modern .hero-features-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
max-width: 400px;
margin-top: 40px;
}
.hero-section-modern .feature-icon-item {
display: flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
background: var(--surface-primary);
border: 2px solid color-mix(in srgb, var(--primary-300) 40%, transparent 60%);
border-radius: 16px;
transition: all 0.3s ease;
}
.hero-section-modern .feature-icon-item i {
font-size: 1.75rem;
color: var(--primary-500);
transition: all 0.3s ease;
}
.hero-section-modern .feature-icon-item:hover {
background: var(--primary-50);
border-color: var(--primary-500);
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.08);
}
.hero-section-modern .feature-icon-item:hover i {
color: var(--primary-700);
transform: scale(1.1);
}
.hero-section-modern .hero-image-wrapper {
position: relative;
z-index: 1;
}
.hero-section-modern .hero-image-container {
position: relative;
border-radius: 24px;
overflow: hidden;
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.12);
}
.hero-section-modern .hero-image {
width: 100%;
height: auto;
display: block;
border-radius: 24px;
}
.hero-section-modern .shape-circle-1 {
position: absolute;
width: 280px;
height: 280px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 30%, transparent 70%),
transparent
);
border-radius: 50%;
top: -60px;
right: -60px;
z-index: -1;
animation: float-shape 6s ease-in-out infinite;
}
.hero-section-modern .shape-circle-2 {
position: absolute;
width: 180px;
height: 180px;
background: linear-gradient(225deg,
color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
transparent
);
border-radius: 50%;
bottom: -40px;
left: -40px;
z-index: -1;
animation: float-shape 8s ease-in-out infinite reverse;
}
.hero-section-modern .shape-blob-1 {
position: absolute;
width: 320px;
height: 320px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 25%, transparent 75%),
transparent
);
border-radius: 60% 40% 50% 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: -2;
animation: morph-blob 10s ease-in-out infinite;
}
@keyframes float-shape {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(180deg);
}
}
@keyframes morph-blob {
0%, 100% {
border-radius: 60% 40% 50% 50%;
}
50% {
border-radius: 40% 60% 40% 60%;
}
}
.hero-section-modern .floating-element {
position: absolute;
width: 56px;
height: 56px;
background: var(--surface-primary);
border: 2px solid var(--primary-300);
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.1);
animation: float-element 4s ease-in-out infinite;
}
.hero-section-modern .floating-element i {
font-size: 1.5rem;
color: var(--primary-700);
}
.hero-section-modern .floating-1 {
top: 10%;
left: -28px;
animation-delay: 0s;
}
.hero-section-modern .floating-2 {
bottom: 15%;
right: -28px;
animation-delay: 1s;
}
.hero-section-modern .floating-3 {
top: 50%;
right: -28px;
animation-delay: 2s;
}
@keyframes float-element {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-15px);
}
}
.hero-section-modern .corner-accent {
position: absolute;
width: 100px;
height: 100px;
bottom: 0;
right: 0;
border-bottom: 4px solid var(--primary-500);
border-right: 4px solid var(--primary-500);
border-bottom-right-radius: 24px;
opacity: 0.3;
}
.bg-decoration-1 {
position: absolute;
width: 400px;
height: 400px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent
);
border-radius: 50%;
top: -100px;
left: -100px;
z-index: 0;
pointer-events: none;
}
.bg-decoration-2 {
position: absolute;
width: 350px;
height: 350px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 12%, transparent 88%),
transparent
);
border-radius: 50%;
bottom: -80px;
right: -80px;
z-index: 0;
pointer-events: none;
}
.bg-decoration-grid {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image:
linear-gradient(color-mix(in srgb, var(--neutral-300) 8%, transparent 92%) 1px, transparent 1px),
linear-gradient(90deg, color-mix(in srgb, var(--neutral-300) 8%, transparent 92%) 1px, transparent 1px);
background-size: 50px 50px;
z-index: 0;
pointer-events: none;
opacity: 0.4;
}
@media (max-width: 1199px) {
.hero-section-modern .hero-title {
font-size: 2.5rem;
}
.hero-section-modern .hero-subtitle {
font-size: 1.35rem;
}
}
@media (max-width: 991px) {
.hero-section-modern {
padding: 80px 0 100px;
}
.hero-section-modern .hero-title {
font-size: 2.25rem;
}
.hero-section-modern .hero-subtitle {
font-size: 1.25rem;
}
.hero-section-modern .hero-description {
font-size: 1.0625rem;
}
.hero-section-modern .hero-features-grid {
grid-template-columns: repeat(4, 1fr);
max-width: 100%;
}
.hero-section-modern .feature-icon-item {
width: 56px;
height: 56px;
}
.hero-section-modern .feature-icon-item i {
font-size: 1.5rem;
}
.shape-circle-1,
.hero-section-modern .shape-circle-2 {
width: 200px;
height: 200px;
}
}
@media (max-width: 767px) {
.hero-section-modern {
padding: 60px 0 80px;
}
.hero-section-modern .hero-title {
font-size: 2rem;
}
.hero-section-modern .hero-subtitle {
font-size: 1.15rem;
margin-bottom: 20px;
}
.hero-section-modern .hero-description {
font-size: 1rem;
margin-bottom: 32px;
}
.hero-section-modern .hero-features-grid {
grid-template-columns: repeat(4, 1fr);
gap: 12px;
margin-top: 32px;
}
.hero-section-modern .feature-icon-item {
width: 52px;
height: 52px;
}
.hero-section-modern .feature-icon-item i {
font-size: 1.35rem;
}
.hero-section-modern .floating-element {
width: 48px;
height: 48px;
}
.hero-section-modern .floating-element i {
font-size: 1.25rem;
}
.floating-1,
.floating-2,
.hero-section-modern .floating-3 {
display: none;
}
}
@media (max-width: 575px) {
.hero-section-modern .hero-title {
font-size: 1.75rem;
}
.hero-section-modern .hero-subtitle {
font-size: 1.0625rem;
}
.hero-section-modern .hero-features-grid {
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
.bg-decoration-1,
.bg-decoration-2 {
width: 250px;
height: 250px;
}
}
@media (prefers-reduced-motion: reduce) {
.hero-section-modern *,
.hero-section-modern *::before,
.hero-section-modern *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
.hero-section-modern .feature-icon-item:focus-visible {
outline: 3px solid var(--primary-700);
outline-offset: 2px;
}
.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-minimal {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.about-section-minimal .images-grid {
position: relative;
height: 600px;
}
.about-section-minimal .main-image {
position: absolute;
top: 0;
left: 0;
width: 70%;
z-index: 2;
transition: transform 0.4s ease;
}
.about-section-minimal .main-image:hover {
transform: scale(1.02);
}
.about-section-minimal .main-image img {
width: 100%;
height: auto;
object-fit: cover;
border: 4px solid var(--surface-primary);
}
.about-section-minimal .secondary-images {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 45%;
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.about-section-minimal .image-item {
position: relative;
transition: transform 0.4s ease;
}
.about-section-minimal .image-item:hover {
transform: translateX(-10px) scale(1.05);
}
.about-section-minimal .img-top {
z-index: 3;
}
.about-section-minimal .img-bottom {
z-index: 1;
}
.about-section-minimal .image-item img {
width: 100%;
height: auto;
object-fit: cover;
border: 3px solid var(--surface-primary);
}
.about-section-minimal .decorative-shape {
position: absolute;
z-index: -1;
}
.about-section-minimal .shape-1 {
width: 120px;
height: 120px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
bottom: -30px;
right: -30px;
opacity: 0.8;
animation: morphShape 8s ease-in-out infinite;
}
.about-section-minimal .shape-2 {
width: 80px;
height: 80px;
background: var(--primary-500);
border-radius: 50%;
top: -20px;
right: -20px;
opacity: 0.7;
}
.about-section-minimal .decorative-dot-pattern {
position: absolute;
bottom: -15px;
left: -15px;
width: 60px;
height: 60px;
background-image: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
background-size: 12px 12px;
opacity: 0.6;
z-index: -1;
}
.about-section-minimal .decorative-blob {
position: absolute;
bottom: 10%;
left: -50px;
width: 200px;
height: 200px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 40%, transparent),
color-mix(in srgb, var(--primary-500) 30%, transparent));
border-radius: 45% 55% 60% 40% / 55% 45% 55% 45%;
filter: blur(40px);
z-index: 0;
animation: blobFloat 10s ease-in-out infinite;
}
.about-section-minimal .floating-icon {
position: absolute;
width: 60px;
height: 60px;
background: var(--surface-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.1);
z-index: 4;
animation: floatUpDown 3s ease-in-out infinite;
}
.about-section-minimal .floating-icon i {
font-size: 1.5rem;
color: var(--primary-500);
}
.about-section-minimal .icon-1 {
top: 15%;
right: 5%;
animation-delay: 0s;
}
.about-section-minimal .icon-2 {
bottom: 20%;
left: 10%;
animation-delay: 1.5s;
}
.about-section-minimal .content-wrapper {
padding-left: 2rem;
}
.about-section-minimal .subtitle {
color: var(--primary-500);
font-size: 0.875rem;
letter-spacing: 2px;
}
.about-section-minimal .section-header h1 {
color: var(--text-primary);
line-height: 1.2;
}
.about-section-minimal .section-header .lead {
font-size: 1.1rem;
line-height: 1.7;
}
.about-section-minimal .features-grid {
display: grid;
grid-template-columns: 1fr;
gap: 1.5rem;
}
.about-section-minimal .feature-card {
display: flex;
gap: 1.25rem;
padding: 1.5rem;
background: var(--surface-secondary);
border-radius: 12px;
border: 1px solid var(--neutral-100);
transition: all 0.3s ease;
}
.about-section-minimal .feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.08);
border-color: var(--primary-300);
}
.about-section-minimal .feature-icon {
flex-shrink: 0;
width: 56px;
height: 56px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.5rem;
}
.about-section-minimal .feature-content h3 {
color: var(--text-primary);
margin-bottom: 0.5rem;
}
.about-section-minimal .feature-content p {
font-size: 0.95rem;
line-height: 1.6;
}
.about-section-minimal .decorative-icons {
display: flex;
gap: 1rem;
padding-top: 1rem;
}
.about-section-minimal .dec-icon {
width: 40px;
height: 40px;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-500);
font-size: 1.1rem;
transition: all 0.3s ease;
}
.about-section-minimal .dec-icon:hover {
background: var(--primary-500);
color: var(--light);
transform: rotate(15deg) scale(1.1);
}
.about-section-minimal .background-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.bg-shape {
position: absolute;
border-radius: 50%;
}
.about-section-minimal .shape-circle-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent),
transparent 70%);
top: -100px;
right: -100px;
animation: rotateShape 20s linear infinite;
}
.about-section-minimal .shape-circle-2 {
width: 300px;
height: 300px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 10%, transparent),
transparent 70%);
bottom: -80px;
left: -80px;
animation: rotateShape 25s linear infinite reverse;
}
.bg-gradient-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-50) 50%, transparent) 0%,
transparent 50%,
color-mix(in srgb, var(--primary-100) 30%, transparent) 100%);
}
@keyframes floatUpDown {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
}
@keyframes morphShape {
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 blobFloat {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@keyframes rotateShape {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@media (max-width: 991.98px) {
.about-section-minimal .images-grid {
height: 500px;
margin-bottom: 3rem;
}
.about-section-minimal .main-image {
width: 65%;
}
.about-section-minimal .secondary-images {
width: 50%;
}
.about-section-minimal .content-wrapper {
padding-left: 0;
}
.about-section-minimal .features-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 767.98px) {
.about-section-minimal .images-grid {
height: 450px;
}
.about-section-minimal .main-image {
width: 100%;
position: relative;
}
.about-section-minimal .secondary-images {
position: relative;
width: 100%;
top: auto;
transform: none;
margin-top: 1rem;
flex-direction: row;
justify-content: space-between;
}
.about-section-minimal .image-item {
width: 48%;
}
.about-section-minimal .section-header h1 {
font-size: 2rem;
}
.about-section-minimal .feature-card {
flex-direction: column;
text-align: center;
}
.about-section-minimal .feature-icon {
margin: 0 auto;
}
.about-section-minimal .floating-icon {
width: 50px;
height: 50px;
}
.about-section-minimal .floating-icon i {
font-size: 1.25rem;
}
.about-section-minimal .decorative-blob {
width: 150px;
height: 150px;
}
}
@media (max-width: 575.98px) {
.about-section-minimal {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.about-section-minimal .images-grid {
height: auto;
}
.about-section-minimal .secondary-images {
flex-direction: column;
gap: 1rem;
}
.about-section-minimal .image-item {
width: 100%;
}
.about-section-minimal .section-header h1 {
font-size: 1.75rem;
}
.about-section-minimal .section-header .lead {
font-size: 1rem;
}
.about-section-minimal .feature-card {
padding: 1.25rem;
}
.about-section-minimal .decorative-icons {
justify-content: center;
}
}
.features-section-secondary {
position: relative;
background: linear-gradient(
180deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.features-section-secondary .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
letter-spacing: -0.02em;
line-height: 1.2;
}
.features-section-secondary .section-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.features-section-secondary .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.features-section-secondary .feature-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2.5rem 2rem;
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.features-section-secondary .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.features-section-secondary .feature-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow:
0 20px 40px rgba(var(--black-rgb), 0.08),
0 0 0 1px color-mix(in srgb, var(--primary-500) 10%, transparent 90%);
}
.features-section-secondary .feature-card:hover::before {
transform: scaleX(1);
}
.features-section-secondary .feature-icon-wrapper {
width: 72px;
height: 72px;
border-radius: 16px;
background: linear-gradient(
135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
}
.features-section-secondary .feature-icon-wrapper::after {
content: '';
position: absolute;
inset: -4px;
border-radius: 18px;
background: linear-gradient(
135deg,
var(--primary-300),
var(--primary-500)
);
opacity: 0;
z-index: -1;
transition: opacity 0.4s ease;
}
.features-section-secondary .feature-card:hover .feature-icon-wrapper {
transform: scale(1.1) rotate(5deg);
}
.features-section-secondary .feature-card:hover .feature-icon-wrapper::after {
opacity: 0.2;
}
.features-section-secondary .feature-icon-wrapper i {
font-size: 2rem;
color: var(--light);
}
.features-section-secondary .feature-content {
position: relative;
z-index: 1;
}
.features-section-secondary .feature-title {
font-size: 1.5rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
transition: color 0.3s ease;
}
.features-section-secondary .feature-card:hover .feature-title {
color: var(--primary-500);
}
.features-section-secondary .feature-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.features-section-secondary .feature-decoration {
position: absolute;
bottom: -30px;
right: -30px;
width: 120px;
height: 120px;
border-radius: 50%;
background: radial-gradient(
circle at center,
color-mix(in srgb, var(--primary-300) 10%, transparent 90%),
transparent 70%
);
pointer-events: none;
transition: all 0.4s ease;
}
.features-section-secondary .feature-card:hover .feature-decoration {
transform: scale(1.3);
opacity: 0.5;
}
.features-section-secondary .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.03;
pointer-events: none;
z-index: 0;
}
.features-section-secondary .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
right: -100px;
animation: float-blob-1 20s ease-in-out infinite;
}
.features-section-secondary .blob-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: -80px;
left: -80px;
animation: float-blob-2 25s ease-in-out infinite;
}
@keyframes float-blob-1 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@keyframes float-blob-2 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(-40px, 30px) rotate(120deg);
}
66% {
transform: translate(30px, -30px) rotate(240deg);
}
}
@media (max-width: 991px) {
.features-section-secondary .section-title {
font-size: 2rem;
}
.features-section-secondary .section-subtitle {
font-size: 1.125rem;
}
.features-section-secondary .section-description {
font-size: 1rem;
}
}
@media (max-width: 767px) {
.features-section-secondary .section-title {
font-size: 1.75rem;
}
.features-section-secondary .section-subtitle {
font-size: 1rem;
}
.features-section-secondary .feature-card {
padding: 2rem 1.5rem;
}
.features-section-secondary .feature-icon-wrapper {
width: 64px;
height: 64px;
}
.features-section-secondary .feature-icon-wrapper i {
font-size: 1.75rem;
}
.features-section-secondary .feature-title {
font-size: 1.25rem;
}
.features-section-secondary .blob-1,
.features-section-secondary .blob-2 {
opacity: 0.02;
}
}
@media (max-width: 575px) {
.features-section-secondary .section-title {
font-size: 1.5rem;
}
.features-section-secondary .feature-card {
padding: 1.5rem 1.25rem;
}
}
@media (prefers-reduced-motion: reduce) {
.features-section-secondary .feature-card,
.features-section-secondary .feature-icon-wrapper,
.features-section-secondary .feature-decoration {
transition: none;
}
.features-section-secondary .blob-1,
.features-section-secondary .blob-2 {
animation: none;
}
}
@media (prefers-contrast: high) {
.features-section-secondary .feature-card {
border-width: 3px;
border-color: var(--primary-500);
}
.features-section-secondary .feature-title {
font-weight: 700;
}
}
.services-section-special {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.services-section-special .section-header-wrapper {
position: relative;
}
.services-section-special .decorative-line-top,
.services-section-special .decorative-line-bottom {
width: 60px;
height: 3px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
margin: 0 auto 1.5rem;
border-radius: 3px;
}
.services-section-special .decorative-line-bottom {
margin: 1.5rem auto 0;
}
.services-section-special .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.3;
}
.services-section-special .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
letter-spacing: 0.5px;
}
.services-section-special .section-description {
font-size: 1.05rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.services-section-special .service-card {
position: relative;
height: 100%;
background: var(--light);
border-radius: 16px;
padding: 2rem;
box-shadow: 0 4px 6px rgba(var(--black-rgb), 0.05);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
overflow: hidden;
}
.services-section-special .service-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 24px rgba(var(--black-rgb), 0.1);
border-color: var(--primary-300);
}
.services-section-special .service-card-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 1.5rem;
position: relative;
}
.services-section-special .icon-wrapper {
width: 70px;
height: 70px;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent);
transition: transform 0.3s ease;
}
.services-section-special .service-card:hover .icon-wrapper {
transform: rotate(5deg) scale(1.05);
}
.services-section-special .icon-wrapper i {
font-size: 2rem;
color: var(--light);
}
.services-section-special .card-badge {
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.services-section-special .service-name {
font-size: 1.4rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.4;
}
.services-section-special .service-description {
font-size: 0.95rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 1.5rem;
}
.services-section-special .service-features {
font-size: 0.875rem;
color: var(--text-secondary);
line-height: 1.8;
padding: 1rem;
background: var(--surface-secondary);
border-radius: 10px;
border-left: 3px solid var(--primary-500);
margin-bottom: 1.5rem;
}
.services-section-special .service-footer {
padding-top: 1.5rem;
border-top: 1px solid var(--neutral-300);
}
.services-section-special .service-price {
font-size: 1.25rem;
font-weight: 700;
color: var(--primary-500);
display: flex;
align-items: center;
}
.services-section-special .card-decoration {
position: absolute;
bottom: -30px;
right: -30px;
width: 120px;
height: 120px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 10%, transparent),
transparent
);
border-radius: 50%;
pointer-events: none;
}
.services-section-special .floating-shape {
position: absolute;
border-radius: 50%;
opacity: 0.15;
pointer-events: none;
animation: float 20s infinite ease-in-out;
}
.services-section-special .shape-1 {
width: 300px;
height: 300px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
top: -100px;
left: -100px;
animation-delay: 0s;
}
.services-section-special .shape-2 {
width: 200px;
height: 200px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
bottom: -80px;
right: 10%;
animation-delay: 5s;
}
.services-section-special .shape-3 {
width: 150px;
height: 150px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
top: 50%;
right: -50px;
animation-delay: 10s;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@media (max-width: 991px) {
.services-section-special .section-title {
font-size: 2rem;
}
.services-section-special .section-subtitle {
font-size: 1.1rem;
}
.services-section-special .service-card {
padding: 1.5rem;
}
.services-section-special .icon-wrapper {
width: 60px;
height: 60px;
}
.services-section-special .icon-wrapper i {
font-size: 1.75rem;
}
.services-section-special .service-name {
font-size: 1.25rem;
}
}
@media (max-width: 767px) {
.services-section-special .section-title {
font-size: 1.75rem;
}
.services-section-special .section-subtitle {
font-size: 1rem;
}
.services-section-special .section-description {
font-size: 0.95rem;
}
.services-section-special .service-card {
margin-bottom: 1rem;
}
.services-section-special .floating-shape {
opacity: 0.08;
}
}
@media (max-width: 575px) {
.services-section-special .service-card {
padding: 1.25rem;
}
.services-section-special .service-name {
font-size: 1.15rem;
}
.services-section-special .service-description {
font-size: 0.9rem;
}
.services-section-special .service-features {
font-size: 0.8rem;
padding: 0.875rem;
}
.services-section-special .service-price {
font-size: 1.1rem;
}
}
.priceplan-section-style {
position: relative;
padding: 100px 0;
background: linear-gradient(180deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.priceplan-section-style .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.priceplan-section-style .shape-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 20%, transparent),
color-mix(in srgb, var(--primary-500) 10%, transparent)
);
filter: blur(60px);
}
.priceplan-section-style .shape-circle-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
animation: float-shape 20s ease-in-out infinite;
}
.priceplan-section-style .shape-circle-2 {
width: 300px;
height: 300px;
bottom: -80px;
left: -80px;
animation: float-shape 25s ease-in-out infinite reverse;
}
.priceplan-section-style .shape-blob {
position: absolute;
width: 500px;
height: 500px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-100) 15%, transparent),
transparent 70%
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morph-blob 30s ease-in-out infinite;
filter: blur(40px);
}
@keyframes float-shape {
0%, 100% { transform: translate(0, 0) scale(1); }
50% { transform: translate(30px, 30px) scale(1.1); }
}
@keyframes morph-blob {
0%, 100% { border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; }
25% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
50% { border-radius: 30% 60% 50% 40% / 50% 60% 30% 60%; }
75% { border-radius: 50% 40% 60% 40% / 40% 70% 50% 30%; }
}
.priceplan-section-style .section-header {
margin-bottom: 60px;
position: relative;
z-index: 1;
}
.priceplan-section-style .section-title {
font-size: 2.75rem;
font-weight: 800;
color: var(--text-primary);
margin-bottom: 16px;
letter-spacing: -0.02em;
line-height: 1.2;
}
.priceplan-section-style .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
letter-spacing: -0.01em;
}
.priceplan-section-style .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.priceplan-section-style .pricing-cards-wrapper {
position: relative;
z-index: 1;
}
.priceplan-section-style .pricing-card {
background: var(--surface-primary);
border-radius: 24px;
padding: 40px 32px;
height: 100%;
display: flex;
flex-direction: column;
position: relative;
border: 2px solid var(--neutral-100);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.priceplan-section-style .pricing-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--primary-300), var(--primary-500));
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.priceplan-section-style .pricing-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 20px 60px color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.priceplan-section-style .pricing-card:hover::before {
transform: scaleX(1);
}
.priceplan-section-style .featured-card {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary)) 100%
);
border: 2px solid var(--primary-500);
box-shadow: 0 12px 48px color-mix(in srgb, var(--primary-500) 20%, transparent);
transform: scale(1.05);
}
.priceplan-section-style .featured-card:hover {
transform: scale(1.05) translateY(-8px);
}
.priceplan-section-style .featured-badge {
position: absolute;
top: 24px;
right: 24px;
width: 48px;
height: 48px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 40%, transparent);
}
.priceplan-section-style .featured-badge i {
font-size: 1.25rem;
color: var(--light);
}
.priceplan-section-style .pricing-icon-wrapper {
width: 72px;
height: 72px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 28px;
transition: all 0.4s ease;
}
.priceplan-section-style .pricing-card:hover .pricing-icon-wrapper {
transform: rotate(5deg) scale(1.1);
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.priceplan-section-style .pricing-icon-wrapper i {
font-size: 2rem;
color: var(--light);
}
.priceplan-section-style .pricing-header {
margin-bottom: 28px;
}
.priceplan-section-style .plan-name {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 12px;
letter-spacing: -0.01em;
}
.priceplan-section-style .plan-description {
font-size: 0.95rem;
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
}
.priceplan-section-style .pricing-amount {
margin-bottom: 32px;
padding-bottom: 32px;
border-bottom: 1px solid var(--neutral-100);
}
.priceplan-section-style .price {
font-size: 3.5rem;
font-weight: 800;
color: var(--primary-500);
letter-spacing: -0.03em;
line-height: 1;
display: inline-block;
}
.priceplan-section-style .period {
font-size: 1.125rem;
font-weight: 500;
color: var(--text-secondary);
margin-left: 8px;
}
.priceplan-section-style .pricing-features {
flex: 1;
}
.priceplan-section-style .features-list {
display: flex;
flex-direction: column;
gap: 16px;
}
.priceplan-section-style .feature-item {
display: flex;
align-items: flex-start;
gap: 12px;
font-size: 0.95rem;
color: var(--text-primary);
line-height: 1.5;
}
.priceplan-section-style .feature-item i {
font-size: 1.125rem;
color: var(--primary-500);
flex-shrink: 0;
margin-top: 2px;
}
.priceplan-section-style .featured-card .feature-item i {
color: var(--primary-700);
}
.card-accent-line {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg,
transparent,
var(--primary-300),
var(--primary-500),
var(--primary-300),
transparent
);
opacity: 0;
transition: opacity 0.4s ease;
}
.priceplan-section-style .pricing-card:hover .card-accent-line {
opacity: 1;
}
.priceplan-section-style .trust-indicators {
display: flex;
justify-content: center;
align-items: center;
gap: 48px;
padding: 40px 0;
flex-wrap: wrap;
}
.priceplan-section-style .trust-item {
width: 64px;
height: 64px;
background: var(--surface-primary);
border: 2px solid var(--neutral-100);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.priceplan-section-style .trust-item:hover {
border-color: var(--primary-300);
transform: translateY(-4px);
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.priceplan-section-style .trust-item i {
font-size: 1.75rem;
color: var(--primary-500);
}
@media (max-width: 1199px) {
.priceplan-section-style .featured-card {
transform: scale(1);
}
.priceplan-section-style .featured-card:hover {
transform: translateY(-8px);
}
}
@media (max-width: 991px) {
.priceplan-section-style {
padding: 80px 0;
}
.priceplan-section-style .section-title {
font-size: 2.25rem;
}
.priceplan-section-style .section-subtitle {
font-size: 1.125rem;
}
.priceplan-section-style .section-description {
font-size: 1rem;
}
.priceplan-section-style .pricing-card {
padding: 36px 28px;
}
.priceplan-section-style .price {
font-size: 3rem;
}
}
@media (max-width: 767px) {
.priceplan-section-style {
padding: 60px 0;
}
.priceplan-section-style .section-header {
margin-bottom: 40px;
}
.priceplan-section-style .section-title {
font-size: 2rem;
}
.priceplan-section-style .section-subtitle {
font-size: 1rem;
}
.priceplan-section-style .section-description {
font-size: 0.95rem;
}
.priceplan-section-style .pricing-card {
padding: 32px 24px;
}
.priceplan-section-style .pricing-icon-wrapper {
width: 64px;
height: 64px;
}
.priceplan-section-style .pricing-icon-wrapper i {
font-size: 1.75rem;
}
.priceplan-section-style .plan-name {
font-size: 1.5rem;
}
.priceplan-section-style .price {
font-size: 2.5rem;
}
.priceplan-section-style .period {
font-size: 1rem;
}
.priceplan-section-style .trust-indicators {
gap: 32px;
}
.priceplan-section-style .trust-item {
width: 56px;
height: 56px;
}
.priceplan-section-style .trust-item i {
font-size: 1.5rem;
}
.shape-circle-1,
.priceplan-section-style .shape-circle-2 {
width: 250px;
height: 250px;
}
.priceplan-section-style .shape-blob {
width: 350px;
height: 350px;
}
}
@media (max-width: 575px) {
.priceplan-section-style .section-title {
font-size: 1.75rem;
}
.priceplan-section-style .pricing-card {
padding: 28px 20px;
}
.priceplan-section-style .featured-badge {
width: 40px;
height: 40px;
top: 20px;
right: 20px;
}
.priceplan-section-style .featured-badge i {
font-size: 1rem;
}
.priceplan-section-style .pricing-amount {
margin-bottom: 24px;
padding-bottom: 24px;
}
.priceplan-section-style .price {
font-size: 2.25rem;
}
.priceplan-section-style .features-list {
gap: 14px;
}
.priceplan-section-style .feature-item {
font-size: 0.9rem;
}
}
.team-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;
}
.team-section-secondary .section-header-wrapper {
position: relative;
padding: 2rem 0;
}
.team-section-secondary .decorative-line-top,
.team-section-secondary .decorative-line-bottom {
width: 60px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-300)
);
margin: 0 auto;
border-radius: 2px;
}
.team-section-secondary .decorative-line-top {
margin-bottom: 1.5rem;
}
.team-section-secondary .decorative-line-bottom {
margin-top: 1.5rem;
}
.team-section-secondary .section-subtitle {
font-size: 1rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
color: var(--primary-500);
margin-bottom: 1rem;
}
.team-section-secondary .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1.5rem;
line-height: 1.2;
}
.team-section-secondary .section-description {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.team-section-secondary .team-card {
background: var(--surface-primary);
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-secondary .team-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
}
.team-section-secondary .team-image-wrapper {
position: relative;
overflow: hidden;
aspect-ratio: 1 / 1;
background: linear-gradient(135deg,
var(--primary-100),
var(--primary-50)
);
}
.team-section-secondary .image-frame {
position: relative;
width: 100%;
height: 100%;
z-index: 2;
}
.team-section-secondary .team-member-photo {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-section-secondary .team-card:hover .team-member-photo {
transform: scale(1.08);
}
.team-section-secondary .decorative-shape {
position: absolute;
width: 100px;
height: 100px;
border-radius: 50%;
opacity: 0.6;
z-index: 1;
transition: all 0.5s ease;
}
.team-section-secondary .decorative-shape.shape-1 {
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
top: -30px;
right: -30px;
}
.team-section-secondary .decorative-shape.shape-2 {
background: linear-gradient(225deg, var(--primary-300), var(--primary-500));
bottom: -30px;
left: -30px;
}
.team-section-secondary .decorative-shape.shape-3 {
background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
top: -30px;
left: -30px;
}
.team-section-secondary .decorative-shape.shape-4 {
background: linear-gradient(315deg, var(--primary-300), var(--primary-500));
bottom: -30px;
right: -30px;
}
.team-section-secondary .decorative-shape.shape-5 {
background: linear-gradient(45deg, var(--primary-500), var(--primary-300));
top: 50%;
right: -40px;
transform: translateY(-50%);
}
.team-section-secondary .team-card:hover .decorative-shape {
opacity: 0.8;
transform: scale(1.2);
}
.team-section-secondary .team-info {
padding: 2rem 1.5rem;
text-align: center;
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.team-section-secondary .member-name {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 0.5rem;
line-height: 1.3;
}
.team-section-secondary .member-role {
font-size: 1rem;
color: var(--primary-500);
font-weight: 500;
margin: 0;
line-height: 1.5;
}
.team-section-secondary .decorative-icon-group {
display: flex;
flex-direction: column;
align-items: center;
gap: 2rem;
opacity: 0.15;
}
.team-section-secondary .decorative-icon-group i {
font-size: 4rem;
color: var(--primary-500);
}
.team-section-secondary .background-decoration {
position: absolute;
width: 300px;
height: 300px;
border-radius: 50%;
opacity: 0.05;
pointer-events: none;
}
.team-section-secondary .decoration-top-left {
background: radial-gradient(circle, var(--primary-500), transparent);
top: -100px;
left: -100px;
}
.team-section-secondary .decoration-bottom-right {
background: radial-gradient(circle, var(--primary-500), transparent);
bottom: -100px;
right: -100px;
}
@media (max-width: 991.98px) {
.team-section-secondary .section-title {
font-size: 2.25rem;
}
.team-section-secondary .section-description {
font-size: 1rem;
}
.team-section-secondary .member-name {
font-size: 1.35rem;
}
}
@media (max-width: 767.98px) {
.team-section-secondary .section-title {
font-size: 2rem;
}
.team-section-secondary .section-subtitle {
font-size: 0.9rem;
}
.team-section-secondary .team-info {
padding: 1.5rem 1rem;
}
.team-section-secondary .member-name {
font-size: 1.25rem;
}
.team-section-secondary .member-role {
font-size: 0.95rem;
}
}
@media (max-width: 575.98px) {
.team-section-secondary .section-title {
font-size: 1.75rem;
}
.team-section-secondary .decorative-line-top,
.team-section-secondary .decorative-line-bottom {
width: 50px;
height: 3px;
}
}
@media (prefers-reduced-motion: reduce) {
.team-section-secondary .team-card,
.team-section-secondary .team-member-photo,
.team-section-secondary .decorative-shape {
transition: none;
}
}
@media (prefers-contrast: high) {
.team-section-secondary .team-card {
border: 2px solid var(--neutral-700);
}
.team-section-secondary .section-title,
.team-section-secondary .member-name {
color: var(--neutral-900);
}
}
.reviews-section-featured {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
overflow: hidden;
}
.reviews-section-featured .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.08;
z-index: 1;
pointer-events: none;
}
.reviews-section-featured .decorative-blob-1 {
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-500), transparent);
top: -150px;
right: -200px;
animation: float 20s ease-in-out infinite;
}
.reviews-section-featured .decorative-blob-2 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-700), transparent);
bottom: -100px;
left: -150px;
animation: float 25s ease-in-out infinite reverse;
}
.reviews-section-featured .decorative-circle {
position: absolute;
border: 2px solid var(--primary-300);
border-radius: 50%;
opacity: 0.15;
z-index: 1;
pointer-events: none;
}
.reviews-section-featured .decorative-circle-1 {
width: 300px;
height: 300px;
top: 20%;
left: 5%;
animation: pulse 8s ease-in-out infinite;
}
.reviews-section-featured .decorative-circle-2 {
width: 200px;
height: 200px;
bottom: 15%;
right: 10%;
animation: pulse 10s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@keyframes pulse {
0%, 100% {
transform: scale(1);
opacity: 0.15;
}
50% {
transform: scale(1.1);
opacity: 0.25;
}
}
.reviews-section-featured .container {
position: relative;
z-index: 2;
}
.reviews-section-featured .section-header {
margin-bottom: 60px;
}
.reviews-section-featured .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.reviews-section-featured .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-700);
margin-bottom: 20px;
line-height: 1.4;
}
.reviews-section-featured .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
margin: 0 auto;
}
.reviews-section-featured .reviews-grid {
position: relative;
z-index: 2;
}
.reviews-section-featured .review-card {
position: relative;
background: var(--surface-primary);
border-radius: 20px;
padding: 40px;
height: 100%;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
overflow: hidden;
}
.reviews-section-featured .review-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 5px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s ease;
}
.reviews-section-featured .review-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.15);
border-color: var(--primary-300);
}
.reviews-section-featured .review-card:hover::before {
transform: scaleX(1);
}
.reviews-section-featured .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: 2px solid var(--primary-300);
}
.reviews-section-featured .review-card-featured::before {
height: 6px;
}
.reviews-section-featured .quote-icon {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
margin-bottom: 24px;
box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.reviews-section-featured .quote-icon i {
font-size: 28px;
color: var(--light);
}
.reviews-section-featured .review-card-featured .quote-icon {
width: 70px;
height: 70px;
}
.reviews-section-featured .review-card-featured .quote-icon i {
font-size: 32px;
}
.reviews-section-featured .review-content {
margin-bottom: 30px;
}
.reviews-section-featured .review-text {
font-size: 1.05rem;
line-height: 1.8;
color: var(--text-secondary);
margin: 0;
position: relative;
}
.reviews-section-featured .review-card-featured .review-text {
font-size: 1.15rem;
line-height: 1.9;
color: var(--text-primary);
}
.reviews-section-featured .review-author {
display: flex;
align-items: center;
gap: 16px;
}
.reviews-section-featured .author-avatar {
width: 56px;
height: 56px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
border: 3px solid var(--surface-primary);
}
.reviews-section-featured .author-avatar-large {
width: 64px;
height: 64px;
}
.reviews-section-featured .avatar-initials {
font-size: 1.25rem;
font-weight: 700;
color: var(--light);
letter-spacing: 1px;
}
.reviews-section-featured .author-avatar-large .avatar-initials {
font-size: 1.4rem;
}
.reviews-section-featured .author-info {
flex: 1;
}
.reviews-section-featured .author-name {
font-size: 1rem;
font-weight: 600;
color: var(--text-primary);
margin: 0;
line-height: 1.5;
}
.reviews-section-featured .review-card-featured .author-name {
font-size: 1.1rem;
}
.reviews-section-featured .decorative-accent {
position: absolute;
bottom: 0;
right: 0;
width: 120px;
height: 120px;
background: radial-gradient(circle at bottom right,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent);
pointer-events: none;
border-radius: 20px;
}
.reviews-section-featured .floating-icons {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 1;
}
.reviews-section-featured .floating-icon {
position: absolute;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
border-radius: 50%;
animation: float-icon 6s ease-in-out infinite;
}
.reviews-section-featured .floating-icon:nth-child(2) {
animation-delay: 2s;
animation-duration: 7s;
}
.reviews-section-featured .floating-icon:nth-child(3) {
animation-delay: 4s;
animation-duration: 8s;
}
.reviews-section-featured .floating-icon i {
font-size: 24px;
color: var(--primary-500);
}
@keyframes float-icon {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(10deg);
}
}
@media (max-width: 991px) {
.reviews-section-featured {
padding: 80px 0;
}
.reviews-section-featured .section-title {
font-size: 2.25rem;
}
.reviews-section-featured .section-subtitle {
font-size: 1.25rem;
}
.reviews-section-featured .section-description {
font-size: 1rem;
}
.reviews-section-featured .review-card {
padding: 32px;
}
.decorative-blob-1,
.reviews-section-featured .decorative-blob-2 {
display: none;
}
}
@media (max-width: 767px) {
.reviews-section-featured {
padding: 60px 0;
}
.reviews-section-featured .section-header {
margin-bottom: 40px;
}
.reviews-section-featured .section-title {
font-size: 1.875rem;
}
.reviews-section-featured .section-subtitle {
font-size: 1.125rem;
}
.reviews-section-featured .review-card {
padding: 28px;
}
.reviews-section-featured .quote-icon {
width: 50px;
height: 50px;
}
.reviews-section-featured .quote-icon i {
font-size: 24px;
}
.reviews-section-featured .review-card-featured .quote-icon {
width: 56px;
height: 56px;
}
.reviews-section-featured .author-avatar {
width: 48px;
height: 48px;
}
.reviews-section-featured .author-avatar-large {
width: 56px;
height: 56px;
}
.reviews-section-featured .avatar-initials {
font-size: 1.1rem;
}
.reviews-section-featured .author-name {
font-size: 0.95rem;
}
.reviews-section-featured .floating-icons {
display: none;
}
.reviews-section-featured .decorative-circle {
display: none;
}
}
@media (max-width: 575px) {
.reviews-section-featured .section-title {
font-size: 1.625rem;
}
.reviews-section-featured .review-card {
padding: 24px;
}
.reviews-section-featured .review-text {
font-size: 1rem;
}
}
.reviews-section-featured .review-card:focus-within {
outline: 2px solid var(--primary-500);
outline-offset: 4px;
}
@media print {
.reviews-section-featured {
background: white;
padding: 40px 0;
}
.decorative-blob,
.decorative-circle,
.reviews-section-featured .floating-icons {
display: none;
}
.reviews-section-featured .review-card {
break-inside: avoid;
box-shadow: none;
border: 1px solid #ddd;
margin-bottom: 20px;
}
}
.casestudy-section-secondary {
padding: 100px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
position: relative;
overflow: hidden;
}
.casestudy-section-secondary .decorative-line-top {
width: 60px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
margin: 0 auto 24px;
border-radius: 2px;
}
.casestudy-section-secondary .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.casestudy-section-secondary .subtitle-wrapper {
margin-bottom: 20px;
}
.casestudy-section-secondary .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-700);
margin: 0;
}
.casestudy-section-secondary .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
margin: 0;
}
.casestudy-section-secondary .casestudy-card {
background: var(--light);
border-radius: 16px;
overflow: hidden;
transition: all 0.4s ease;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
height: 100%;
display: flex;
flex-direction: column;
position: relative;
}
.casestudy-section-secondary .casestudy-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.15);
}
.casestudy-section-secondary .card-visual-wrapper {
position: relative;
height: 240px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
overflow: hidden;
}
.casestudy-section-secondary .image-placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 90%, var(--light) 10%),
color-mix(in srgb, var(--primary-700) 90%, var(--light) 10%)
);
}
.casestudy-section-secondary .placeholder-icon {
font-size: 4rem;
color: var(--light);
opacity: 0.9;
}
.casestudy-section-secondary .decorative-corner {
position: absolute;
top: -20px;
right: -20px;
width: 100px;
height: 100px;
background: var(--light);
opacity: 0.1;
border-radius: 50%;
}
.casestudy-section-secondary .card-content {
padding: 32px 28px;
flex: 1;
display: flex;
flex-direction: column;
}
.casestudy-section-secondary .card-number {
display: inline-block;
width: 48px;
height: 48px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: var(--light);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.25rem;
font-weight: 700;
margin-bottom: 20px;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
}
.casestudy-section-secondary .card-title {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.4;
}
.casestudy-section-secondary .card-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 24px;
flex: 1;
}
.casestudy-section-secondary .card-footer {
border-top: 2px solid var(--neutral-100);
padding-top: 20px;
margin-top: auto;
}
.casestudy-section-secondary .icon-tags {
display: flex;
gap: 16px;
align-items: center;
}
.casestudy-section-secondary .icon-tags i {
font-size: 1.5rem;
color: var(--primary-500);
transition: all 0.3s ease;
}
.casestudy-section-secondary .casestudy-card:hover .icon-tags i {
color: var(--primary-700);
transform: scale(1.1);
}
.casestudy-section-secondary .decorative-elements {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.casestudy-section-secondary .blob-shape {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
color-mix(in srgb, var(--primary-500) 10%, transparent 90%)
);
filter: blur(60px);
}
.casestudy-section-secondary .blob-1 {
width: 400px;
height: 400px;
top: -100px;
left: -100px;
}
.casestudy-section-secondary .blob-2 {
width: 500px;
height: 500px;
bottom: -150px;
right: -150px;
}
.casestudy-section-secondary .accent-circle {
position: absolute;
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
opacity: 0.6;
}
.casestudy-section-secondary .circle-1 {
top: 15%;
right: 10%;
}
.casestudy-section-secondary .circle-2 {
bottom: 20%;
left: 8%;
}
.casestudy-section-secondary .container {
position: relative;
z-index: 1;
}
@media (max-width: 991px) {
.casestudy-section-secondary {
padding: 80px 0;
}
.casestudy-section-secondary .section-title {
font-size: 2.25rem;
}
.casestudy-section-secondary .section-subtitle {
font-size: 1.25rem;
}
.casestudy-section-secondary .card-visual-wrapper {
height: 200px;
}
}
@media (max-width: 767px) {
.casestudy-section-secondary {
padding: 60px 0;
}
.casestudy-section-secondary .section-title {
font-size: 1.875rem;
}
.casestudy-section-secondary .section-subtitle {
font-size: 1.125rem;
}
.casestudy-section-secondary .section-description {
font-size: 1rem;
}
.casestudy-section-secondary .card-content {
padding: 24px 20px;
}
.casestudy-section-secondary .card-title {
font-size: 1.25rem;
}
.casestudy-section-secondary .card-description {
font-size: 0.9375rem;
}
.casestudy-section-secondary .card-visual-wrapper {
height: 180px;
}
.casestudy-section-secondary .placeholder-icon {
font-size: 3rem;
}
}
@media (max-width: 575px) {
.casestudy-section-secondary .section-title {
font-size: 1.625rem;
}
.casestudy-section-secondary .icon-tags i {
font-size: 1.25rem;
}
}
.process-section-classic {
position: relative;
padding: 100px 0;
background: var(--surface-primary);
overflow: hidden;
}
.process-section-classic .process-header {
margin-bottom: 60px;
}
.process-section-classic .process-subtitle {
font-size: 0.875rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
color: var(--primary-500);
margin-bottom: 12px;
}
.process-section-classic .process-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 24px;
line-height: 1.2;
}
.process-section-classic .process-desc {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
margin: 0;
}
.process-section-classic .process-timeline {
position: relative;
padding: 40px 0;
}
.process-section-classic .process-item {
position: relative;
display: flex;
align-items: flex-start;
margin-bottom: 80px;
padding-left: 80px;
}
.process-section-classic .process-item:last-child {
margin-bottom: 0;
}
.process-section-classic .process-item:last-child .process-connector {
display: none;
}
.process-section-classic .process-number {
position: absolute;
left: 0;
top: 0;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
box-shadow: 0 4px 20px color-mix(in srgb, var(--primary-500) 30%, transparent);
z-index: 2;
transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.process-section-classic .process-number span {
font-size: 1.25rem;
font-weight: 700;
color: var(--light);
}
.process-section-classic .process-item:hover .process-number {
transform: scale(1.1) rotate(5deg);
}
.process-section-classic .process-connector {
position: absolute;
left: 29px;
top: 60px;
width: 2px;
height: calc(100% + 80px);
background: linear-gradient(to bottom,
var(--primary-300),
color-mix(in srgb, var(--primary-300) 50%, transparent)
);
z-index: 1;
}
.process-section-classic .process-content {
display: flex;
align-items: flex-start;
gap: 24px;
background: var(--surface-secondary);
padding: 32px;
border-radius: 16px;
border: 1px solid var(--neutral-100);
box-shadow: 0 2px 12px color-mix(in srgb, var(--neutral-900) 5%, transparent);
transition: all 0.4s ease;
flex: 1;
}
.process-section-classic .process-item:hover .process-content {
transform: translateX(8px);
box-shadow: 0 8px 32px color-mix(in srgb, var(--primary-500) 15%, transparent);
border-color: var(--primary-300);
}
.process-section-classic .process-icon-wrapper {
flex-shrink: 0;
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 10%, var(--surface-primary)),
color-mix(in srgb, var(--primary-300) 15%, var(--surface-primary))
);
border-radius: 12px;
color: var(--primary-700);
font-size: 1.75rem;
transition: all 0.3s ease;
}
.process-section-classic .process-item:hover .process-icon-wrapper {
background: var(--primary-500);
color: var(--light);
transform: rotate(-5deg) scale(1.05);
}
.process-section-classic .process-text {
flex: 1;
}
.process-section-classic .process-item-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 12px;
line-height: 1.3;
}
.process-section-classic .process-item-desc {
font-size: 1rem;
line-height: 1.7;
color: var(--text-secondary);
margin: 0;
}
.process-section-classic .process-item.reverse .process-content {
flex-direction: row-reverse;
}
.process-section-classic .process-item.reverse:hover .process-content {
transform: translateX(-8px);
}
.process-section-classic .process-decoration {
position: absolute;
width: 120px;
height: 120px;
border-radius: 50%;
opacity: 0.06;
pointer-events: none;
z-index: 0;
}
.process-section-classic .decoration-1 {
background: radial-gradient(circle, var(--primary-500), transparent);
top: -20px;
right: -40px;
}
.process-section-classic .decoration-2 {
background: radial-gradient(circle, var(--primary-700), transparent);
bottom: -20px;
left: -40px;
}
.process-section-classic .decoration-3 {
background: radial-gradient(circle, var(--primary-500), transparent);
top: 50%;
right: -50px;
transform: translateY(-50%);
}
.process-section-classic .decoration-4 {
background: radial-gradient(circle, var(--primary-300), transparent);
top: -30px;
left: -50px;
}
.process-section-classic .decoration-5 {
background: radial-gradient(circle, var(--primary-500), transparent);
bottom: -30px;
right: -40px;
}
.process-section-classic .process-bg-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.process-section-classic .process-bg-shapes .shape {
position: absolute;
border-radius: 50%;
opacity: 0.03;
}
.process-section-classic .shape-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500), transparent);
top: 10%;
right: -100px;
}
.process-section-classic .shape-2 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-700), transparent);
bottom: 20%;
left: -80px;
}
.process-section-classic .shape-3 {
width: 200px;
height: 200px;
background: radial-gradient(circle, var(--primary-300), transparent);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
.process-section-classic {
padding: 80px 0;
}
.process-section-classic .process-title {
font-size: 2.25rem;
}
.process-section-classic .process-desc {
font-size: 1rem;
}
.process-section-classic .process-item {
padding-left: 70px;
margin-bottom: 60px;
}
.process-section-classic .process-number {
width: 50px;
height: 50px;
}
.process-section-classic .process-number span {
font-size: 1.125rem;
}
.process-section-classic .process-connector {
left: 24px;
height: calc(100% + 60px);
}
.process-section-classic .process-content {
padding: 24px;
gap: 20px;
}
.process-section-classic .process-icon-wrapper {
width: 48px;
height: 48px;
font-size: 1.5rem;
}
.process-section-classic .process-item-title {
font-size: 1.375rem;
}
}
@media (max-width: 767px) {
.process-section-classic {
padding: 60px 0;
}
.process-section-classic .process-header {
margin-bottom: 40px;
}
.process-section-classic .process-title {
font-size: 1.875rem;
}
.process-section-classic .process-desc {
font-size: 0.9375rem;
}
.process-section-classic .process-item {
padding-left: 60px;
margin-bottom: 50px;
}
.process-section-classic .process-number {
width: 44px;
height: 44px;
}
.process-section-classic .process-number span {
font-size: 1rem;
}
.process-section-classic .process-connector {
left: 21px;
height: calc(100% + 50px);
}
.process-section-classic .process-content {
flex-direction: column;
padding: 20px;
gap: 16px;
}
.process-section-classic .process-item.reverse .process-content {
flex-direction: column;
}
.process-section-classic .process-item:hover .process-content {
transform: translateY(-4px);
}
.process-section-classic .process-item.reverse:hover .process-content {
transform: translateY(-4px);
}
.process-section-classic .process-icon-wrapper {
width: 44px;
height: 44px;
font-size: 1.375rem;
}
.process-section-classic .process-item-title {
font-size: 1.25rem;
}
.process-section-classic .process-item-desc {
font-size: 0.9375rem;
}
.process-section-classic .process-decoration {
display: none;
}
.shape-1,
.process-section-classic .shape-2 {
display: none;
}
}
@media (max-width: 575px) {
.process-section-classic .process-title {
font-size: 1.625rem;
}
.process-section-classic .process-item {
padding-left: 50px;
}
.process-section-classic .process-number {
width: 40px;
height: 40px;
}
.process-section-classic .process-number span {
font-size: 0.875rem;
}
.process-section-classic .process-connector {
left: 19px;
}
.process-section-classic .process-content {
padding: 16px;
}
.process-section-classic .process-icon-wrapper {
width: 40px;
height: 40px;
font-size: 1.25rem;
}
.process-section-classic .process-item-title {
font-size: 1.125rem;
}
.process-section-classic .process-item-desc {
font-size: 0.875rem;
}
}
.timeline-section-style {
position: relative;
padding: 100px 0;
background: linear-gradient(180deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.timeline-section-style .section-header {
position: relative;
z-index: 2;
}
.timeline-section-style #timeline-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
.timeline-section-style #timeline-subtitle {
color: var(--primary-500);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.timeline-section-style #timeline-desc {
color: var(--text-secondary);
font-size: 1.125rem;
line-height: 1.8;
max-width: 700px;
margin: 0 auto;
}
.timeline-section-style .timeline-wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 60px 0;
}
.timeline-section-style .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(180deg,
transparent 0%,
var(--primary-300) 10%,
var(--primary-500) 50%,
var(--primary-300) 90%,
transparent 100%
);
transform: translateX(-50%);
z-index: 0;
}
.timeline-section-style .timeline-item-wrapper {
position: relative;
margin-bottom: 80px;
z-index: 1;
}
.timeline-section-style .timeline-item-wrapper:last-child {
margin-bottom: 0;
}
.timeline-section-style .timeline-content {
position: relative;
padding: 0 30px;
}
.timeline-section-style .timeline-card {
background: var(--light);
border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
border-radius: 16px;
padding: 32px;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.06);
transition: all 0.4s ease;
position: relative;
}
.timeline-section-style .timeline-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 16px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-100) 50%, transparent),
transparent
);
opacity: 0;
transition: opacity 0.4s ease;
pointer-events: none;
}
.timeline-section-style .timeline-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-500);
}
.timeline-section-style .timeline-card:hover::before {
opacity: 1;
}
.timeline-section-style .timeline-card h4 {
color: var(--text-primary);
font-weight: 600;
position: relative;
z-index: 1;
}
.timeline-section-style .timeline-card p {
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
position: relative;
z-index: 1;
}
.timeline-section-style .timeline-badge {
position: absolute;
top: 30px;
right: -20px;
width: 48px;
height: 48px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.25rem;
box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 40%, transparent);
z-index: 2;
}
.timeline-section-style .timeline-badge-right {
left: -20px;
right: auto;
}
.timeline-section-style .timeline-dot-wrapper {
position: relative;
z-index: 2;
}
.timeline-section-style .timeline-dot {
width: 24px;
height: 24px;
background: var(--primary-500);
border: 5px solid var(--light);
border-radius: 50%;
margin: 0 auto;
box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-300) 20%, transparent);
transition: all 0.4s ease;
}
.timeline-section-style .timeline-dot-current {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
0%, 100% {
box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-300) 20%, transparent);
}
50% {
box-shadow: 0 0 0 16px color-mix(in srgb, var(--primary-300) 10%, transparent);
}
}
.timeline-section-style .timeline-image-placeholder {
background: linear-gradient(135deg,
var(--primary-100),
color-mix(in srgb, var(--primary-300) 50%, var(--neutral-100))
);
border-radius: 16px;
aspect-ratio: 4/3;
display: flex;
align-items: center;
justify-content: center;
margin: 0 30px;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
transition: all 0.4s ease;
}
.timeline-section-style .timeline-image-placeholder i {
font-size: 4rem;
color: var(--primary-500);
opacity: 0.6;
}
.timeline-section-style .timeline-image-placeholder:hover {
transform: scale(1.05);
box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.12);
}
.timeline-section-style .timeline-decoration {
position: absolute;
width: 120px;
height: 120px;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 30%, transparent),
transparent
);
pointer-events: none;
z-index: 0;
}
.timeline-section-style .decoration-top-left {
top: 100px;
left: 10%;
animation: float-slow 8s ease-in-out infinite;
}
.timeline-section-style .decoration-bottom-right {
bottom: 100px;
right: 10%;
animation: float-slow 8s ease-in-out infinite reverse;
}
.timeline-section-style .decorative-icons-grid {
display: flex;
justify-content: center;
gap: 40px;
margin-top: 80px;
opacity: 0.4;
}
.timeline-section-style .decorative-icon-item {
width: 60px;
height: 60px;
border: 2px solid var(--primary-300);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.4s ease;
}
.timeline-section-style .decorative-icon-item i {
font-size: 1.5rem;
color: var(--primary-500);
}
.timeline-section-style .decorative-icon-item:hover {
background: var(--primary-500);
border-color: var(--primary-500);
transform: translateY(-5px);
}
.timeline-section-style .decorative-icon-item:hover i {
color: var(--light);
}
.timeline-section-style .decorative-shape {
position: absolute;
pointer-events: none;
z-index: 0;
}
.timeline-section-style .shape-circle-1 {
width: 300px;
height: 300px;
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
border-radius: 50%;
top: 10%;
right: 5%;
animation: rotate-slow 30s linear infinite;
}
.timeline-section-style .shape-circle-2 {
width: 200px;
height: 200px;
border: 2px solid color-mix(in srgb, var(--primary-300) 15%, transparent);
border-radius: 50%;
bottom: 15%;
left: 5%;
animation: rotate-slow 25s linear infinite reverse;
}
.timeline-section-style .decorative-blob {
position: absolute;
width: 400px;
height: 400px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-100) 40%, transparent),
transparent
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
filter: blur(60px);
pointer-events: none;
z-index: 0;
}
.timeline-section-style .blob-1 {
top: 20%;
left: -10%;
animation: blob-morph 15s ease-in-out infinite;
}
.timeline-section-style .blob-2 {
bottom: 10%;
right: -10%;
animation: blob-morph 15s ease-in-out infinite reverse;
}
@keyframes float-slow {
0%, 100% {
transform: translateY(0) scale(1);
}
50% {
transform: translateY(-20px) scale(1.1);
}
}
@keyframes rotate-slow {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blob-morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
50% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
}
@media (max-width: 991.98px) {
.timeline-section-style {
padding: 80px 0;
}
.timeline-section-style .timeline-line {
left: 30px;
}
.timeline-section-style .timeline-dot-wrapper {
position: absolute;
left: 0;
top: 30px;
}
.timeline-section-style .timeline-content {
padding-left: 80px;
padding-right: 0;
}
.timeline-section-style .timeline-content-right {
padding-left: 80px;
}
.timeline-section-style .timeline-badge {
right: auto;
left: -20px;
}
.timeline-section-style .timeline-image-placeholder {
margin: 30px 0 0 80px;
order: 4 !important;
}
.timeline-section-style .decorative-icons-grid {
gap: 20px;
flex-wrap: wrap;
}
.timeline-section-style .decorative-icon-item {
width: 50px;
height: 50px;
}
.timeline-section-style .decorative-icon-item i {
font-size: 1.25rem;
}
}
@media (max-width: 767.98px) {
.timeline-section-style {
padding: 60px 0;
}
.timeline-section-style #timeline-title {
font-size: 2rem;
}
.timeline-section-style #timeline-subtitle {
font-size: 1rem;
}
.timeline-section-style #timeline-desc {
font-size: 1rem;
}
.timeline-section-style .timeline-item-wrapper {
margin-bottom: 50px;
}
.timeline-section-style .timeline-card {
padding: 24px;
}
.timeline-section-style .timeline-badge {
width: 40px;
height: 40px;
font-size: 1rem;
}
.timeline-section-style .timeline-image-placeholder {
aspect-ratio: 16/10;
}
.timeline-section-style .timeline-image-placeholder i {
font-size: 3rem;
}
.timeline-section-style .shape-circle-1,
.timeline-section-style .shape-circle-2 {
display: none;
}
.timeline-section-style .decorative-blob {
width: 250px;
height: 250px;
}
}
@media (max-width: 575.98px) {
.timeline-section-style .timeline-line {
left: 20px;
}
.timeline-section-style .timeline-dot-wrapper {
left: -10px;
}
.timeline-section-style .timeline-content {
padding-left: 60px;
}
.timeline-section-style .timeline-image-placeholder {
margin-left: 60px;
}
.timeline-section-style .decorative-icons-grid {
gap: 15px;
}
.timeline-section-style .decorative-icon-item {
width: 45px;
height: 45px;
}
}
.career-section-bold {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.career-section-bold .decorative-dot-pattern {
width: 60px;
height: 6px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-500) 33%,
transparent 33%,
transparent 66%,
var(--primary-500) 66%
);
background-size: 20px 6px;
margin: 0 auto;
border-radius: 3px;
}
.career-section-bold .decorative-line {
width: 80px;
height: 3px;
background: linear-gradient(90deg,
transparent,
var(--primary-300),
transparent
);
margin: 0 auto;
border-radius: 2px;
}
.career-section-bold .timeline-wrapper {
padding: 2rem 0;
}
.career-section-bold .timeline-line {
position: absolute;
left: 2rem;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg,
transparent 0%,
var(--primary-300) 10%,
var(--primary-300) 90%,
transparent 100%
);
z-index: 1;
}
.career-section-bold .timeline-item {
position: relative;
padding-left: 5rem;
margin-bottom: 3rem;
z-index: 2;
}
.career-section-bold .timeline-item:last-child {
margin-bottom: 0;
}
.career-section-bold .timeline-marker {
position: absolute;
left: 0;
top: 1.5rem;
width: 4rem;
height: 4rem;
display: flex;
align-items: center;
justify-content: center;
z-index: 3;
}
.career-section-bold .marker-dot {
width: 1.5rem;
height: 1.5rem;
background: var(--primary-500);
border: 4px solid var(--surface-primary);
border-radius: 50%;
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 20%, transparent);
transition: all 0.3s ease;
}
.career-section-bold .timeline-item:hover .marker-dot {
transform: scale(1.2);
box-shadow: 0 0 0 6px color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.career-section-bold .timeline-card {
background: var(--surface-primary);
border-radius: 12px;
transition: all 0.3s ease;
border-left: 3px solid var(--primary-300);
}
.career-section-bold .timeline-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 28px rgba(var(--black-rgb), 0.12) !important;
border-left-color: var(--primary-500);
}
.position-icon {
width: 3rem;
height: 3rem;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
color: var(--primary-500);
border-radius: 10px;
font-size: 1.5rem;
flex-shrink: 0;
transition: all 0.3s ease;
}
.career-section-bold .timeline-card:hover .position-icon {
background: var(--primary-500);
color: white;
transform: scale(1.1);
}
.badge.bg-primary-subtle {
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.5px;
border-radius: 6px;
}
.career-section-bold .tech-badges {
display: flex;
gap: 0.5rem;
flex-wrap: wrap;
}
.career-section-bold .tech-badge {
width: 2rem;
height: 2rem;
display: inline-flex;
align-items: center;
justify-content: center;
background: var(--surface-secondary);
color: var(--primary-500);
border-radius: 6px;
font-size: 0.875rem;
transition: all 0.3s ease;
}
.career-section-bold .timeline-card:hover .tech-badge {
background: color-mix(in srgb, var(--primary-500) 15%, transparent);
transform: translateY(-2px);
}
.career-section-bold .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.03;
pointer-events: none;
}
.career-section-bold .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: 10%;
right: -100px;
}
.career-section-bold .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: 10%;
left: -80px;
}
.career-section-bold .decorative-blob {
position: absolute;
width: 250px;
height: 250px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 20%, transparent),
color-mix(in srgb, var(--primary-500) 20%, transparent)
);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
opacity: 0.4;
filter: blur(40px);
pointer-events: none;
}
.career-section-bold .blob-1 {
top: 20%;
left: 10%;
animation: blob-float 8s ease-in-out infinite;
}
@keyframes blob-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) {
.career-section-bold .timeline-line {
left: 1.5rem;
}
.career-section-bold .timeline-item {
padding-left: 4rem;
}
.career-section-bold .timeline-marker {
width: 3rem;
height: 3rem;
}
.career-section-bold .marker-dot {
width: 1.2rem;
height: 1.2rem;
}
}
@media (max-width: 767.98px) {
.career-section-bold .timeline-line {
left: 1rem;
}
.career-section-bold .timeline-item {
padding-left: 3rem;
margin-bottom: 2rem;
}
.career-section-bold .timeline-marker {
left: -0.25rem;
width: 2.5rem;
height: 2.5rem;
top: 1rem;
}
.career-section-bold .marker-dot {
width: 1rem;
height: 1rem;
border-width: 3px;
}
.position-icon {
width: 2.5rem;
height: 2.5rem;
font-size: 1.25rem;
}
.career-section-bold .decorative-shape {
opacity: 0.02;
}
.career-section-bold .shape-1 {
width: 250px;
height: 250px;
right: -80px;
}
.career-section-bold .shape-2 {
width: 200px;
height: 200px;
left: -60px;
}
}
@media (max-width: 575.98px) {
.career-section-bold {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.career-section-bold .timeline-card .card-body {
padding: 1.5rem !important;
}
.career-section-bold .tech-badges {
gap: 0.375rem;
}
.career-section-bold .tech-badge {
width: 1.75rem;
height: 1.75rem;
font-size: 0.75rem;
}
}
.coreinfo-section-style {
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-style .header-decoration {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
}
.coreinfo-section-style .decoration-line {
width: 50px;
height: 2px;
background: linear-gradient(
90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
}
.coreinfo-section-style .decoration-icon {
font-size: 1.5rem;
color: var(--primary-500);
animation: iconPulse 2s ease-in-out infinite;
}
@keyframes iconPulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.1);
opacity: 0.8;
}
}
#coreinfo-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
#coreinfo-subtitle {
color: var(--text-secondary);
font-weight: 500;
line-height: 1.4;
}
#coreinfo-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.coreinfo-section-style .info-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 2.5rem 2rem;
position: relative;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
box-shadow: 0 4px 16px rgba(var(--black-rgb), 0.04);
overflow: hidden;
}
.coreinfo-section-style .info-card:hover {
transform: translateY(-8px);
box-shadow:
0 12px 32px rgba(var(--black-rgb), 0.08),
0 0 0 1px var(--primary-300);
border-color: var(--primary-300);
}
.card-icon-wrapper {
position: relative;
width: 70px;
height: 70px;
margin-bottom: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
}
.coreinfo-section-style .icon-background {
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
var(--primary-50) 0%,
color-mix(in srgb, var(--primary-100) 80%, var(--primary-300) 20%) 100%
);
border-radius: 16px;
transition: all 0.4s ease;
}
.coreinfo-section-style .info-card:hover .icon-background {
transform: rotate(8deg) scale(1.05);
background: linear-gradient(
135deg,
var(--primary-100) 0%,
var(--primary-300) 100%
);
}
.card-icon {
font-size: 2rem;
color: var(--primary-700);
position: relative;
z-index: 1;
transition: all 0.4s ease;
}
.coreinfo-section-style .info-card:hover .card-icon {
transform: scale(1.1);
color: var(--primary-700);
}
.card-content {
position: relative;
z-index: 2;
}
.card-title {
color: var(--text-primary);
font-weight: 600;
font-size: 1.25rem;
line-height: 1.3;
margin-bottom: 1rem;
transition: color 0.3s ease;
}
.coreinfo-section-style .info-card:hover .card-title {
color: var(--primary-700);
}
.card-description {
color: var(--text-secondary);
font-size: 0.95rem;
line-height: 1.7;
margin-bottom: 0;
}
.card-accent {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 3px;
background: linear-gradient(
90deg,
var(--primary-500) 0%,
var(--primary-700) 100%
);
transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border-radius: 3px 0 0 0;
}
.coreinfo-section-style .info-card:hover .card-accent {
width: 100%;
}
.coreinfo-section-style .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.coreinfo-section-style .shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
transparent 70%
);
animation: floatShape 20s ease-in-out infinite;
}
.coreinfo-section-style .shape-1 {
width: 400px;
height: 400px;
top: -200px;
right: -100px;
animation-delay: 0s;
}
.coreinfo-section-style .shape-2 {
width: 300px;
height: 300px;
bottom: -150px;
left: -80px;
animation-delay: 3s;
}
.coreinfo-section-style .shape-blob {
position: absolute;
width: 500px;
height: 500px;
bottom: -250px;
right: -150px;
background: radial-gradient(
ellipse at center,
color-mix(in srgb, var(--primary-100) 20%, transparent 80%) 0%,
transparent 60%
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morphBlob 15s ease-in-out infinite;
opacity: 0.6;
}
@keyframes floatShape {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(20px, -20px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@keyframes morphBlob {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: rotate(0deg);
}
50% {
border-radius: 70% 30% 50% 50% / 60% 40% 60% 40%;
transform: rotate(180deg);
}
}
@media (max-width: 991.98px) {
#coreinfo-title {
font-size: 2rem;
}
#coreinfo-subtitle {
font-size: 1.25rem;
}
.coreinfo-section-style .info-card {
padding: 2rem 1.5rem;
}
.shape-1,
.coreinfo-section-style .shape-2 {
width: 250px;
height: 250px;
}
.coreinfo-section-style .shape-blob {
width: 350px;
height: 350px;
}
}
@media (max-width: 767.98px) {
.coreinfo-section-style {
padding: 3rem 0;
}
#coreinfo-title {
font-size: 1.75rem;
}
#coreinfo-subtitle {
font-size: 1.1rem;
}
.coreinfo-section-style .decoration-line {
width: 30px;
}
.coreinfo-section-style .decoration-icon {
font-size: 1.25rem;
}
.card-icon-wrapper {
width: 60px;
height: 60px;
}
.card-icon {
font-size: 1.75rem;
}
.card-title {
font-size: 1.15rem;
}
.coreinfo-section-style .info-card {
padding: 1.75rem 1.25rem;
}
}
@media (max-width: 575.98px) {
.coreinfo-section-style .header-decoration {
gap: 0.5rem;
}
.coreinfo-section-style .decoration-line {
width: 20px;
}
#coreinfo-title {
font-size: 1.5rem;
}
#coreinfo-subtitle {
font-size: 1rem;
}
.coreinfo-section-style .info-card {
padding: 1.5rem 1rem;
}
}
@media (prefers-contrast: high) {
.coreinfo-section-style .info-card {
border-width: 2px;
border-color: var(--primary-500);
}
.card-title {
font-weight: 700;
}
.card-description {
color: var(--text-primary);
}
}
@media (prefers-reduced-motion: reduce) {
.info-card,
.icon-background,
.card-icon,
.card-accent {
transition: none;
}
.shape-circle,
.shape-blob,
.coreinfo-section-style .decoration-icon {
animation: none;
}
.coreinfo-section-style .info-card:hover {
transform: none;
}
}
@media print {
.coreinfo-section-style .decorative-shapes {
display: none;
}
.coreinfo-section-style .info-card {
box-shadow: none;
border: 1px solid var(--neutral-300);
break-inside: avoid;
}
}
.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-custom {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.contact-section-custom .section-header-custom {
position: relative;
z-index: 2;
}
.contact-section-custom .decorative-line-top {
width: 60px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
margin: 0 auto 1.5rem;
border-radius: 2px;
}
#contact-title {
color: var(--text-primary);
margin-bottom: 1rem;
}
#contact-subtitle {
color: var(--primary-500);
font-weight: 600;
letter-spacing: 2px;
}
#contact-desc {
color: var(--text-secondary);
line-height: 1.8;
}
.contact-section-custom .decorative-dots {
display: flex;
gap: 8px;
justify-content: center;
margin-top: 2rem;
}
.contact-section-custom .decorative-dots .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-300);
}
.form-card-custom {
position: relative;
background: var(--light);
border-radius: 16px;
padding: 3rem;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
}
.form-header-decoration {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 6px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
border-radius: 16px 16px 0 0;
}
.form-floating-custom {
position: relative;
margin-bottom: 1.5rem;
}
.form-floating-custom .form-control {
padding: 1rem 1rem 1rem 3rem;
border: 2px solid var(--neutral-300);
border-radius: 12px;
background: var(--light);
color: var(--text-primary);
font-size: 1rem;
transition: all 0.3s ease;
}
.form-floating-custom .form-control:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, transparent);
outline: none;
}
.form-floating-custom label {
position: absolute;
top: 50%;
left: 3rem;
transform: translateY(-50%);
color: var(--text-secondary);
font-size: 1rem;
pointer-events: none;
transition: all 0.3s ease;
background: var(--light);
padding: 0 0.5rem;
}
.form-floating-custom .form-control:focus ~ label,
.form-floating-custom .form-control:not(:placeholder-shown) ~ label {
top: -0.5rem;
left: 2.5rem;
font-size: 0.75rem;
color: var(--primary-500);
}
.form-floating-custom textarea.form-control ~ label {
top: 1.5rem;
transform: none;
}
.form-floating-custom textarea.form-control:focus ~ label,
.form-floating-custom textarea.form-control:not(:placeholder-shown) ~ label {
top: -0.5rem;
transform: none;
}
.input-icon {
position: absolute;
left: 1rem;
top: 50%;
transform: translateY(-50%);
color: var(--primary-500);
font-size: 1.25rem;
z-index: 1;
}
.form-floating-custom textarea ~ .input-icon {
top: 1.5rem;
transform: none;
}
.form-check-custom {
padding-left: 2rem;
}
.form-check-custom .form-check-input {
width: 1.25rem;
height: 1.25rem;
border: 2px solid var(--neutral-300);
border-radius: 6px;
cursor: pointer;
margin-top: 0.25rem;
}
.form-check-custom .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.form-check-custom .form-check-label {
color: var(--text-secondary);
font-size: 0.9rem;
line-height: 1.6;
cursor: pointer;
}
.btn-submit-custom {
width: 100%;
padding: 1rem 2rem;
background: linear-gradient(135deg, #2563eb, #0284c7) !important;
color: var(--light) !important;
border: none;
border-radius: 12px;
font-size: 1.1rem;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
text-transform: uppercase;
letter-spacing: 1px;
}
.btn-submit-custom:hover {
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
}
.btn-submit-custom:active {
transform: translateY(0);
}
.contact-section-custom .contact-info-wrapper-custom {
position: relative;
z-index: 2;
}
.contact-section-custom .info-card-custom {
background: var(--light);
border-radius: 16px;
padding: 2rem;
margin-bottom: 1.5rem;
display: flex;
gap: 1.5rem;
box-shadow: 0 6px 24px rgba(var(--black-rgb), 0.06);
border: 1px solid var(--neutral-100);
transition: all 0.3s ease;
}
.contact-section-custom .info-card-custom:hover {
transform: translateX(-5px);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.1);
border-color: var(--primary-300);
}
.contact-section-custom .icon-wrapper-custom {
flex-shrink: 0;
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;
color: var(--light);
font-size: 1.5rem;
}
.contact-section-custom .info-content-custom {
flex: 1;
}
.contact-section-custom .info-label {
font-size: 1rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 0.5rem;
text-transform: uppercase;
letter-spacing: 1px;
}
.contact-section-custom .info-value {
font-size: 1.15rem;
color: var(--primary-700);
margin-bottom: 0.5rem;
font-weight: 600;
}
.contact-section-custom .info-hint {
display: block;
font-size: 0.85rem;
color: var(--text-secondary);
line-height: 1.5;
}
.contact-section-custom .decorative-shapes-custom {
position: absolute;
top: -20px;
right: -20px;
z-index: -1;
opacity: 0.1;
}
.contact-section-custom .shape-circle {
width: 120px;
height: 120px;
border-radius: 50%;
background: var(--primary-500);
position: absolute;
top: 0;
right: 0;
}
.contact-section-custom .shape-square {
width: 80px;
height: 80px;
background: var(--primary-700);
position: absolute;
top: 60px;
right: 80px;
transform: rotate(45deg);
}
.contact-section-custom .shape-triangle {
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-bottom: 87px solid var(--primary-300);
position: absolute;
top: 100px;
right: 20px;
}
.contact-section-custom .social-icons-custom {
display: flex;
gap: 1rem;
justify-content: center;
}
.contact-section-custom .social-icon {
width: 48px;
height: 48px;
border-radius: 12px;
background: var(--surface-secondary);
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-500);
font-size: 1.25rem;
transition: all 0.3s ease;
cursor: pointer;
border: 2px solid var(--neutral-100);
}
.contact-section-custom .social-icon:hover {
background: var(--primary-500);
color: var(--light);
transform: translateY(-4px);
box-shadow: 0 6px 16px rgba(37, 99, 235, 0.25);
}
.contact-section-custom .decorative-bg-custom {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
overflow: hidden;
pointer-events: none;
}
.bg-blob-1 {
position: absolute;
top: -100px;
left: -100px;
width: 400px;
height: 400px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent 70%);
border-radius: 50%;
}
.bg-blob-2 {
position: absolute;
bottom: -150px;
right: -150px;
width: 500px;
height: 500px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 10%, transparent), transparent 70%);
border-radius: 50%;
}
.bg-grid {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image:
linear-gradient(var(--neutral-100) 1px, transparent 1px),
linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.3;
}
@media (max-width: 991px) {
.form-card-custom {
padding: 2rem;
margin-bottom: 2rem;
}
.contact-section-custom .info-card-custom {
padding: 1.5rem;
}
.contact-section-custom .icon-wrapper-custom {
width: 50px;
height: 50px;
font-size: 1.25rem;
}
}
@media (max-width: 767px) {
.form-card-custom {
padding: 1.5rem;
}
#contact-title {
font-size: 2rem;
}
.contact-section-custom .info-card-custom {
flex-direction: column;
text-align: center;
gap: 1rem;
}
.contact-section-custom .icon-wrapper-custom {
margin: 0 auto;
}
.contact-section-custom .social-icons-custom {
flex-wrap: wrap;
}
}
@media (max-width: 575px) {
.form-floating-custom .form-control {
font-size: 0.9rem;
}
.btn-submit-custom {
font-size: 1rem;
padding: 0.875rem 1.5rem;
}
.contact-section-custom .decorative-shapes-custom {
display: none;
}
}
.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-secondary {
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;
padding: 5rem 0;
}
.faq-section-secondary .faq-header {
position: relative;
z-index: 2;
max-width: 800px;
margin: 0 auto;
}
.faq-section-secondary .decorative-dots {
display: flex;
justify-content: center;
gap: 0.5rem;
}
.faq-section-secondary .decorative-dots .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
display: inline-block;
animation: pulse-dot 2s ease-in-out infinite;
}
.faq-section-secondary .decorative-dots .dot:nth-child(2) {
animation-delay: 0.3s;
}
.faq-section-secondary .decorative-dots .dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes pulse-dot {
0%, 100% { opacity: 0.4; transform: scale(1); }
50% { opacity: 1; transform: scale(1.3); }
}
.faq-section-secondary .faq-main-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
letter-spacing: -0.02em;
line-height: 1.2;
}
.faq-section-secondary .faq-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-700);
letter-spacing: -0.01em;
}
.faq-section-secondary .faq-description {
font-size: 1.05rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
}
.faq-section-secondary .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%);
border-radius: 2px;
}
.faq-section-secondary .faq-card {
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
border-radius: 16px;
background: var(--surface-primary);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.04);
}
.faq-section-secondary .faq-card:hover {
border-color: var(--primary-500);
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
transform: translateY(-4px);
}
.faq-section-secondary .faq-card-header {
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary) 50%) 0%,
var(--surface-primary) 100%);
border-bottom: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
padding: 1.5rem;
transition: background 0.3s ease;
}
.faq-section-secondary .faq-card:hover .faq-card-header {
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-100) 60%, var(--surface-primary) 40%) 0%,
var(--surface-primary) 100%);
}
.faq-section-secondary .faq-icon-wrapper {
width: 48px;
height: 48px;
min-width: 48px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-500);
color: var(--light);
border-radius: 12px;
font-size: 1.5rem;
transition: all 0.3s ease;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.faq-section-secondary .faq-card:hover .faq-icon-wrapper {
transform: scale(1.1) rotate(5deg);
box-shadow: 0 6px 16px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.faq-section-secondary .faq-question {
font-size: 1.125rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.4;
margin: 0;
}
.faq-section-secondary .faq-card-body {
padding: 1.5rem;
background: var(--surface-primary);
}
.faq-section-secondary .faq-answer {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.faq-section-secondary .faq-bottom-decoration {
position: relative;
height: 100px;
margin-top: 3rem;
}
.faq-section-secondary .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.08;
animation: float-shape 8s ease-in-out infinite;
}
.faq-section-secondary .decorative-shape.shape-1 {
width: 120px;
height: 120px;
background: var(--primary-500);
left: 10%;
top: 0;
animation-delay: 0s;
}
.faq-section-secondary .decorative-shape.shape-2 {
width: 80px;
height: 80px;
background: var(--primary-700);
right: 20%;
top: 20px;
animation-delay: 1s;
}
.faq-section-secondary .decorative-shape.shape-3 {
width: 100px;
height: 100px;
background: var(--primary-300);
left: 50%;
top: 40px;
animation-delay: 2s;
}
@keyframes float-shape {
0%, 100% { transform: translateY(0) rotate(0deg); }
25% { transform: translateY(-15px) rotate(5deg); }
75% { transform: translateY(15px) rotate(-5deg); }
}
@media (max-width: 991.98px) {
.faq-section-secondary {
padding: 4rem 0;
}
.faq-section-secondary .faq-main-title {
font-size: 2rem;
}
.faq-section-secondary .faq-subtitle {
font-size: 1.125rem;
}
.faq-section-secondary .faq-description {
font-size: 1rem;
}
.faq-section-secondary .faq-icon-wrapper {
width: 42px;
height: 42px;
min-width: 42px;
font-size: 1.25rem;
}
.faq-section-secondary .faq-question {
font-size: 1.0625rem;
}
}
@media (max-width: 767.98px) {
.faq-section-secondary {
padding: 3rem 0;
}
.faq-section-secondary .faq-main-title {
font-size: 1.75rem;
}
.faq-section-secondary .faq-subtitle {
font-size: 1rem;
}
.faq-card-header,
.faq-section-secondary .faq-card-body {
padding: 1.25rem;
}
.faq-section-secondary .faq-icon-wrapper {
width: 38px;
height: 38px;
min-width: 38px;
font-size: 1.125rem;
}
.faq-section-secondary .faq-question {
font-size: 1rem;
}
.faq-section-secondary .faq-answer {
font-size: 0.9375rem;
}
.faq-section-secondary .decorative-shape {
display: none;
}
}
@media (max-width: 575.98px) {
.faq-section-secondary .faq-main-title {
font-size: 1.5rem;
}
.faq-section-secondary .faq-subtitle {
font-size: 0.9375rem;
}
.faq-section-secondary .faq-description {
font-size: 0.9375rem;
}
.faq-section-secondary .faq-card-header {
padding: 1rem;
}
.faq-section-secondary .faq-card-body {
padding: 1rem;
}
.faq-section-secondary .faq-icon-wrapper {
width: 36px;
height: 36px;
min-width: 36px;
font-size: 1rem;
margin-right: 0.75rem !important;
}
.faq-section-secondary .faq-question {
font-size: 0.9375rem;
}
.faq-section-secondary .faq-answer {
font-size: 0.875rem;
}
}
.faq-section-secondary .faq-card:focus-within {
outline: 3px solid var(--primary-500);
outline-offset: 2px;
}
@media print {
.faq-section-secondary {
background: white;
}
.faq-section-secondary .faq-card {
break-inside: avoid;
page-break-inside: avoid;
}
.decorative-dots,
.decorative-line,
.faq-section-secondary .decorative-shape {
display: none;
}
}
.footer-clean {
position: relative;
padding: 80px 0 40px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
), url('assets/images/footer_bg.webp');
background-size: cover;
background-position: center;
background-attachment: fixed;
color: var(--light);
overflow: hidden;
}
.footer-clean .footer-background-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: color-mix(in srgb, var(--primary-700) 85%, transparent);
z-index: 1;
}
.footer-clean .container {
position: relative;
z-index: 2;
}
.footer-clean .footer-brand {
padding-right: 20px;
}
.footer-clean .footer-site-name {
font-size: 2rem;
font-weight: 700;
color: var(--light);
margin-bottom: 20px;
letter-spacing: -0.5px;
}
.footer-clean .footer-site-desc {
font-size: 0.95rem;
line-height: 1.7;
color: rgba(var(--white-rgb), 0.9);
margin-bottom: 0;
}
.footer-clean .footer-section-title {
font-size: 1.25rem;
font-weight: 600;
color: var(--light);
margin-bottom: 25px;
padding-bottom: 15px;
border-bottom: 2px solid color-mix(in srgb, var(--primary-300) 50%, transparent);
position: relative;
}
.footer-clean .footer-section-title::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 50px;
height: 2px;
background: var(--primary-300);
}
.footer-clean .footer-links-list {
list-style: none;
padding: 0;
margin: 0;
}
.footer-clean .footer-links-list li {
margin-bottom: 15px;
}
.footer-clean .footer-link {
color: rgba(var(--white-rgb), 0.9);
text-decoration: none;
font-size: 0.95rem;
display: inline-flex;
align-items: center;
transition: all 0.3s ease;
position: relative;
padding-left: 0;
}
.footer-clean .footer-link:hover {
color: var(--light);
padding-left: 8px;
transform: translateX(5px);
}
.footer-clean .footer-link i {
font-size: 1rem;
opacity: 0.8;
}
.footer-clean .footer-contact-info {
display: flex;
flex-direction: column;
gap: 20px;
}
.footer-clean .contact-item {
display: flex;
align-items: flex-start;
gap: 15px;
padding: 15px;
background: color-mix(in srgb, var(--neutral-900) 30%, transparent);
border-radius: 8px;
transition: all 0.3s ease;
}
.footer-clean .contact-item:hover {
background: color-mix(in srgb, var(--neutral-900) 40%, transparent);
transform: translateY(-2px);
}
.footer-clean .contact-item i {
font-size: 1.25rem;
color: var(--primary-300);
margin-top: 2px;
flex-shrink: 0;
}
.footer-clean .contact-text {
color: rgba(var(--white-rgb), 0.9);
font-size: 0.95rem;
line-height: 1.6;
}
.footer-clean .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
overflow: hidden;
}
.footer-clean .shape {
position: absolute;
border-radius: 50%;
opacity: 0.1;
background: var(--primary-300);
}
.footer-clean .shape-1 {
width: 300px;
height: 300px;
top: -150px;
right: -100px;
}
.footer-clean .shape-2 {
width: 200px;
height: 200px;
bottom: 50px;
left: -50px;
}
.footer-clean .shape-3 {
width: 150px;
height: 150px;
top: 50%;
right: 10%;
transform: translateY(-50%);
}
.footer-clean .footer-bottom {
border-top: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
padding-top: 30px;
margin-top: 50px;
}
.footer-clean .disclaimer-section {
padding: 20px;
background: color-mix(in srgb, var(--neutral-900) 20%, transparent);
border-radius: 8px;
border-left: 4px solid var(--primary-300);
}
.footer-clean .footer-disclaimer {
font-size: 0.875rem;
line-height: 1.6;
color: rgba(var(--white-rgb), 0.85);
margin-bottom: 0;
}
.footer-clean .copyright-section {
padding: 15px 0;
}
.footer-clean .footer-copyright {
font-size: 0.875rem;
color: rgba(var(--white-rgb), 0.8);
letter-spacing: 0.3px;
}
.footer-clean .footer-icon-grid {
position: absolute;
top: 30px;
right: 30px;
display: flex;
gap: 20px;
z-index: 1;
}
.footer-clean .icon-decoration {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--primary-300) 20%, transparent);
border-radius: 50%;
animation: float 3s ease-in-out infinite;
}
.footer-clean .icon-decoration:nth-child(2) {
animation-delay: 0.5s;
}
.footer-clean .icon-decoration:nth-child(3) {
animation-delay: 1s;
}
.footer-clean .icon-decoration i {
font-size: 1.5rem;
color: var(--primary-300);
}
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}
@media (max-width: 991px) {
.footer-clean {
padding: 60px 0 30px;
}
.footer-clean .footer-brand {
padding-right: 0;
margin-bottom: 30px;
}
.footer-clean .footer-site-name {
font-size: 1.75rem;
}
.footer-clean .shape-1 {
width: 200px;
height: 200px;
}
.footer-clean .shape-2 {
width: 150px;
height: 150px;
}
.footer-clean .footer-icon-grid {
top: 15px;
right: 15px;
gap: 10px;
}
.footer-clean .icon-decoration {
width: 40px;
height: 40px;
}
.footer-clean .icon-decoration i {
font-size: 1.25rem;
}
}
@media (max-width: 767px) {
.footer-clean {
padding: 50px 0 25px;
background-attachment: scroll;
}
.footer-clean .footer-site-name {
font-size: 1.5rem;
margin-bottom: 15px;
}
.footer-clean .footer-site-desc {
font-size: 0.9rem;
}
.footer-clean .footer-section-title {
font-size: 1.1rem;
margin-bottom: 20px;
padding-bottom: 12px;
}
.footer-clean .contact-item {
padding: 12px;
}
.footer-clean .footer-bottom {
margin-top: 40px;
padding-top: 25px;
}
.footer-clean .disclaimer-section {
padding: 15px;
}
.footer-clean .footer-disclaimer {
font-size: 0.8rem;
}
.footer-clean .footer-copyright {
font-size: 0.8rem;
}
.footer-clean .shape {
opacity: 0.05;
}
.footer-clean .footer-icon-grid {
display: none;
}
}
@media (max-width: 575px) {
.footer-clean {
padding: 40px 0 20px;
}
.footer-clean .footer-link {
font-size: 0.9rem;
}
.footer-clean .contact-item {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.footer-clean .contact-text {
font-size: 0.9rem;
}
}