:root {
--primary-50: #f5f3ff;
--primary-50-rgb: 245, 243, 255;
--primary-50-rgb: 245, 243, 255;
--primary-100: #ede9fe;
--primary-100-rgb: 237, 233, 254;
--primary-100-rgb: 237, 233, 254;
--primary-300: #c4b5fd;
--primary-300-rgb: 196, 181, 253;
--primary-300-rgb: 196, 181, 253;
--primary-500: #7c3aed;
--primary-500-rgb: 124, 58, 237;
--primary-500-rgb: 124, 58, 237;
--primary-700: #6d28d9;
--primary-700-rgb: 109, 40, 217;
--primary-700-rgb: 109, 40, 217;
--primary-200: #d9cffe;
--primary-200-rgb: 217, 207, 254;
--primary-200-rgb: 217, 207, 254;
--primary-400: #a078f5;
--primary-400-rgb: 160, 120, 245;
--primary-400-rgb: 160, 120, 245;
--primary-600: #7531e3;
--primary-600-rgb: 117, 49, 227;
--primary-600-rgb: 117, 49, 227;
--primary-800: #5720ae;
--primary-800-rgb: 87, 32, 174;
--primary-800-rgb: 87, 32, 174;
--primary-900: #4a1b94;
--primary-900-rgb: 74, 27, 148;
--primary-900-rgb: 74, 27, 148;
--primary-950: #341368;
--primary-950-rgb: 52, 19, 104;
--primary-950-rgb: 52, 19, 104;
--primary-rgb: 124, 58, 237;
--neutral-50: #f8fafc;
--neutral-50-rgb: 248, 250, 252;
--neutral-50-rgb: 248, 250, 252;
--neutral-100: #f1f5f9;
--neutral-100-rgb: 241, 245, 249;
--neutral-100-rgb: 241, 245, 249;
--neutral-300: #cbd5e1;
--neutral-300-rgb: 203, 213, 225;
--neutral-300-rgb: 203, 213, 225;
--neutral-500: #64748b;
--neutral-500-rgb: 100, 116, 139;
--neutral-500-rgb: 100, 116, 139;
--neutral-700: #475569;
--neutral-700-rgb: 71, 85, 105;
--neutral-700-rgb: 71, 85, 105;
--neutral-900: #303a47;
--neutral-900-rgb: 48, 58, 71;
--neutral-900-rgb: 48, 58, 71;
--neutral-200: #dee5ed;
--neutral-200-rgb: 222, 229, 237;
--neutral-200-rgb: 222, 229, 237;
--neutral-400: #98a5b6;
--neutral-400-rgb: 152, 165, 182;
--neutral-400-rgb: 152, 165, 182;
--neutral-600: #56657a;
--neutral-600-rgb: 86, 101, 122;
--neutral-600-rgb: 86, 101, 122;
--neutral-800: #394454;
--neutral-800-rgb: 57, 68, 84;
--neutral-800-rgb: 57, 68, 84;
--neutral-950: #222932;
--neutral-950-rgb: 34, 41, 50;
--neutral-950-rgb: 34, 41, 50;
--surface-primary: var(--neutral-50);
--surface-secondary: var(--neutral-100);
--surface-accent: var(--primary-50);
--text-primary: var(--neutral-900);
--text-secondary: var(--neutral-700);
--text-accent: var(--primary-500);
--button-primary-bg: var(--primary-500);
--button-primary-text: #000000;
--button-primary-text-rgb: 0, 0, 0;
--button-secondary-bg: var(--neutral-100);
--button-secondary-text: var(--neutral-900);
--border-light: var(--neutral-300);
--border-medium: var(--neutral-500);
--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
--accent-50: #f8f5e8;
--accent-50-rgb: 248, 245, 232;
--accent-50-rgb: 248, 245, 232;
--accent-100: #f2ece7;
--accent-100-rgb: 242, 236, 231;
--accent-100-rgb: 242, 236, 231;
--accent-200: #e4d6e7;
--accent-200-rgb: 228, 214, 231;
--accent-200-rgb: 228, 214, 231;
--accent-300: #d6c0e6;
--accent-300-rgb: 214, 192, 230;
--accent-300-rgb: 214, 192, 230;
--accent-400: #bd8cdf;
--accent-400-rgb: 189, 140, 223;
--accent-400-rgb: 189, 140, 223;
--accent-500: #a358d8;
--accent-500-rgb: 163, 88, 216;
--accent-500-rgb: 163, 88, 216;
--accent-600: #9e50cf;
--accent-600-rgb: 158, 80, 207;
--accent-600-rgb: 158, 80, 207;
--accent-700: #9948c5;
--accent-700-rgb: 153, 72, 197;
--accent-700-rgb: 153, 72, 197;
--accent-800: #89419e;
--accent-800-rgb: 137, 65, 158;
--accent-800-rgb: 137, 65, 158;
--accent-900: #803d87;
--accent-900-rgb: 128, 61, 135;
--accent-900-rgb: 128, 61, 135;
--accent-950: #71365f;
--accent-950-rgb: 113, 54, 95;
--accent-950-rgb: 113, 54, 95;
--accent-rgb: 163, 88, 216;
--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;
}
.web_font_primary {
font-family: var(--font-primary);
}
.container_font_secondary {
font-family: var(--font-secondary);
}
.smart_font_mono {
font-family: var(--font-mono);
}
.design_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);
}
.fresh_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);
}
.pro_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);
}
.premium_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);
}
.section_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);
}
.minimal_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);
}
.style_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);
}
.agency_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);
}
.layout_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);
}
.page_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);
}
.dark_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);
}
.bold_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);
}
.custom_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);
}
.site_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);
}
.base_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);
}
.modern_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;
}
.content_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);
}
.elite_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);
}
.core_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);
}
.creative_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);
}
.digital_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;
}
.ui_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);
}
.best_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);
}
.main_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);
}
.main_nav_link:hover,
.main_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.company_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);
}
.studio_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) {
.content_hero_title {
font-size: var(--text-4xl);
}
.core_section_title {
font-size: var(--text-3xl);
}
.design_display_1 {
font-size: var(--text-5xl);
}
.fresh_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.content_hero_title {
font-size: var(--text-3xl);
}
.core_section_title {
font-size: var(--text-2xl);
}
.design_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);
}
.top_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.app_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.bright_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.clean_text_balance {
text-wrap: balance;
}
.unique_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.main_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.custom_caption,
.site_overline,
.studio_footer_text {
color: var(--text-secondary);
}
.elite_hero_subtitle,
.creative_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.content_hero_title,
.core_section_title,
.premium_heading_1,
.section_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.top_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;
}
}
.brand_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.light_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.business_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.new_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.theme_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.prime_stack {
display: flex;
flex-direction: column;
}
.container87_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.brand63_full_height {
min-height: 100vh;
}
.premium6_section_height {
min-height: 80vh;
}
.web21_hero_height {
min-height: 90vh;
}
.bold7_m_0 { margin: 0; }
.top57_m_1 { margin: var(--space-1); }
.company61_m_2 { margin: var(--space-2); }
.dark16_m_3 { margin: var(--space-3); }
.base45_m_4 { margin: var(--space-4); }
.style6_m_6 { margin: var(--space-6); }
.container5_m_8 { margin: var(--space-8); }
.creative83_m_12 { margin: var(--space-12); }
.minimal43_m_16 { margin: var(--space-16); }
.digital35_mx_auto { margin-left: auto; margin-right: auto; }
.design87_my_auto { margin-top: auto; margin-bottom: auto; }
.elite96_mt_0 { margin-top: 0; }
.app4_mt_4 { margin-top: var(--space-4); }
.bold35_mt_8 { margin-top: var(--space-8); }
.new40_mt_12 { margin-top: var(--space-12); }
.base41_mb_0 { margin-bottom: 0; }
.new95_mb_4 { margin-bottom: var(--space-4); }
.pro44_mb_8 { margin-bottom: var(--space-8); }
.core54_mb_12 { margin-bottom: var(--space-12); }
.light29_p_0 { padding: 0; }
.custom12_p_1 { padding: var(--space-1); }
.brand12_p_2 { padding: var(--space-2); }
.unique40_p_3 { padding: var(--space-3); }
.section43_p_4 { padding: var(--space-4); }
.style2_p_6 { padding: var(--space-6); }
.smart17_p_8 { padding: var(--space-8); }
.company67_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.core6_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.site74_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.page63_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.unique27_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.business81_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.clean52_gap_1 { gap: var(--space-1); }
.design92_gap_2 { gap: var(--space-2); }
.content97_gap_3 { gap: var(--space-3); }
.layout93_gap_4 { gap: var(--space-4); }
.light17_gap_6 { gap: var(--space-6); }
.base48_gap_8 { gap: var(--space-8); }
.top61_shadow_none { box-shadow: var(--shadow-none); }
.style29_shadow_xs { box-shadow: var(--shadow-xs); }
.prime19_shadow_sm { box-shadow: var(--shadow-sm); }
.container34_shadow_md { box-shadow: var(--shadow-md); }
.modern85_shadow_lg { box-shadow: var(--shadow-lg); }
.business28_shadow_xl { box-shadow: var(--shadow-xl); }
.new75_shadow_2xl { box-shadow: var(--shadow-2xl); }
.bright77_shadow_inner { box-shadow: var(--shadow-inner); }
.new39_shadow_colored { box-shadow: var(--shadow-colored); }
.company21_radius_none { border-radius: var(--radius-none); }
.app1_radius_xs { border-radius: var(--radius-xs); }
.dark30_radius_sm { border-radius: var(--radius-sm); }
.web24_radius_md { border-radius: var(--radius-md); }
.light21_radius_lg { border-radius: var(--radius-lg); }
.design29_radius_xl { border-radius: var(--radius-xl); }
.creative8_radius_2xl { border-radius: var(--radius-2xl); }
.web38_radius_3xl { border-radius: var(--radius-3xl); }
.minimal9_radius_full { border-radius: var(--radius-full); }
.layout18_gradient_primary {
background: var(--gradient-primary);
}
.web4_gradient_secondary {
background: var(--gradient-secondary);
}
.smart57_gradient_hero {
background: var(--gradient-hero);
}
.digital89_gradient_card {
background: var(--gradient-card);
}
.core13_gradient_overlay {
position: relative;
}
.core13_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;
}
.core13_gradient_overlay > * {
position: relative;
z-index: 2;
}
.app94_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.app94_hover_lift:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.studio31_hover_scale {
transition: transform var(--transition-normal);
}
.studio31_hover_scale:hover {
transform: scale(1.02);
}
.light85_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.light85_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.content43_hover_fade {
transition: opacity var(--transition-normal);
}
.content43_hover_fade:hover {
opacity: var(--opacity-loading);
}
.app82_focus_ring {
transition: box-shadow var(--transition-fast);
}
.app82_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.clean27_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.new54_hero_content {
position: relative;
z-index: 2;
}
.light24_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.core29_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.layout69_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.dark93_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.digital94_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: var(--space-6);
}
.custom58_timeline {
position: relative;
}
.custom58_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.minimal4_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.minimal4_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.minimal4_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.app86_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.layout85_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;
}
}
.ui90_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;
}
}
.style62_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;
}
}
.site24_transition_all {
transition: var(--transition-all);
}
.dark17_transition_fast {
transition: all var(--transition-fast);
}
.dark42_transition_normal {
transition: all var(--transition-normal);
}
.business88_transition_slow {
transition: all var(--transition-slow);
}
.smart34_bg_primary { background-color: var(--bg-primary); }
.bright47_bg_secondary { background-color: var(--bg-secondary); }
.app21_bg_muted { background-color: var(--bg-muted); }
.container30_bg_glass { background-color: var(--bg-glass); }
.bright56_text_primary { color: var(--text-primary); }
.style4_text_secondary { color: var(--text-secondary); }
.prime33_text_muted { color: var(--text-muted); }
.theme12_text_inverse { color: var(--text-inverse); }
.business7_text_link { color: var(--text-link); }
.design37_border_light { border-color: var(--border-light); }
.site72_border_medium { border-color: var(--border-medium); }
.pro80_border_strong { border-color: var(--border-strong); }
.agency3_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 768px) {
.light24_services_grid,
.layout69_features_grid,
.core29_team_grid,
.digital94_pricing_grid {
grid-template-columns: 1fr;
}
.dark93_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.custom58_timeline::before {
left: 30px;
}
.minimal4_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.premium6_section_height {
min-height: 60vh;
}
.web21_hero_height {
min-height: 70vh;
}
}
@media (max-width: 480px) {
.dark93_gallery_grid {
grid-template-columns: 1fr;
}
.minimal4_timeline_item {
padding-left: var(--space-12) !important;
}
}
.fresh94_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;
}
.core17_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.clean80_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);
}
.clean80_skip_link:focus {
top: 6px;
}
@media print {
.clean68_no_print {
display: none !important;
}
.main75_print_only {
display: block !important;
}
.style29_shadow_xs,
.prime19_shadow_sm,
.container34_shadow_md,
.modern85_shadow_lg,
.business28_shadow_xl,
.new75_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) {
.app86_fade_in,
.layout85_slide_up,
.ui90_slide_in_left,
.style62_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.app94_hover_lift,
.studio31_hover_scale,
.light85_hover_shadow,
.content43_hover_fade,
.site24_transition_all,
.dark17_transition_fast,
.dark42_transition_normal,
.business88_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
.header-primary {
position: relative;
background: var(--surface-primary);
border-bottom: 1px solid var(--neutral-100);
z-index: 1000;
}
.header-primary .navbar {
padding: 1.25rem 0;
transition: all 0.3s ease;
}
.header-primary .container {
position: relative;
}
.header-primary .navbar-brand {
font-size: 1.125rem;
font-weight: 700;
color: var(--primary-700);
letter-spacing: -0.02em;
transition: all 0.3s ease;
position: relative;
z-index: 10004;
}
.header-primary .navbar-brand:hover {
color: var(--primary-500);
transform: translateY(-2px);
}
.header-primary .nav-link {
color: var(--text-primary);
font-size: 0.75rem;
font-weight: 500;
padding: 0.5rem 1rem;
margin: 0 0.25rem;
transition: all 0.3s ease;
position: relative;
}
.header-primary .nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 2px;
background: var(--primary-500);
transform: translateX(-50%);
transition: width 0.3s ease;
}
.header-primary .nav-link:hover {
color: var(--primary-500);
}
.header-primary .nav-link:hover::after {
width: 80%;
}
.header-primary .menu-toggle-input {
display: none;
}
.header-primary .hamburger-toggle {
display: none;
flex-direction: column;
justify-content: space-between;
width: 30px;
height: 24px;
cursor: pointer;
position: relative;
z-index: 10003;
transition: transform 0.3s ease;
}
.header-primary .hamburger-line {
width: 100%;
height: 3px;
background: #334155;
border-radius: 2px;
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transform-origin: center;
}
.header-primary .menu-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(1) {
transform: translateY(10.5px) rotate(45deg);
}
.header-primary .menu-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(2) {
opacity: 0;
transform: scaleX(0);
}
.header-primary .menu-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(3) {
transform: translateY(-10.5px) rotate(-45deg);
}
.header-primary .menu-toggle-input:checked ~ .hamburger-toggle {
transform: rotate(180deg);
}
.header-primary .menu-backdrop {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: rgba(var(--black-rgb), 0.5);
backdrop-filter: blur(4px);
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
z-index: -1;
}
.header-primary .menu-toggle-input:checked ~ .menu-backdrop {
opacity: 1;
visibility: visible;
}
.header-primary .header-decorative-circle {
position: absolute;
top: -20px;
right: 10%;
width: 60px;
height: 60px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-300) 0%, var(--primary-100) 100%);
opacity: 0.3;
pointer-events: none;
animation: float-gentle 6s ease-in-out infinite;
}
.header-primary .header-decorative-line {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-300) 20%,
var(--primary-500) 50%,
var(--primary-300) 80%,
transparent 100%);
opacity: 0.4;
}
@keyframes float-gentle {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-15px) rotate(10deg);
}
}
@media (min-width: 992px) {
.header-primary .navbar-nav {
display: flex;
flex-direction: row;
align-items: center;
}
.header-primary .navbar-collapse {
display: block !important;
}
}
@media (max-width: 991.98px) {
.header-primary .hamburger-toggle {
display: flex;
}
.header-primary .navbar-collapse {
position: fixed;
top: 0;
right: -100%;
width: 280px;
height: 100vh;
background: var(--surface-primary);
padding: 5rem 2rem 2rem;
box-shadow: -4px 0 20px rgba(var(--black-rgb), 0.1);
transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
z-index: 10;
overflow-y: auto;
}
.header-primary .menu-toggle-input:checked ~ .navbar-collapse {
right: 0;
}
.header-primary .navbar-nav {
flex-direction: column;
align-items: flex-start;
gap: 0.5rem;
}
.header-primary .nav-item {
width: 100%;
opacity: 0;
transform: translateX(30px);
animation: slideInNav 0.4s ease forwards;
}
.header-primary .menu-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(1) {
animation-delay: 0.1s;
}
.header-primary .menu-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(2) {
animation-delay: 0.2s;
}
.header-primary .menu-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(3) {
animation-delay: 0.3s;
}
.header-primary .menu-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(4) {
animation-delay: 0.4s;
}
.header-primary .nav-link {
width: 100%;
padding: 1rem;
border-radius: 8px;
background: var(--surface-secondary);
margin: 0;
}
.header-primary .nav-link::after {
display: none;
}
.header-primary .nav-link:hover {
background: color-mix(in srgb, var(--primary-500) 10%, var(--surface-secondary));
}
}
@keyframes slideInNav {
to {
opacity: 1;
transform: translateX(0);
}
}
@media (max-width: 575.98px) {
.header-primary .navbar-brand {
font-size: 1.125rem;
}
.header-primary .navbar-collapse {
width: 100%;
right: -100%;
}
.header-primary .header-decorative-circle {
width: 40px;
height: 40px;
}
}
@media (prefers-reduced-motion: reduce) {
.header-primary * {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
.hero-featured {
position: relative;
padding: 80px 0 100px;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
);
overflow: hidden;
}
.hero-featured .hero-content {
position: relative;
z-index: 2;
}
.hero-featured .decorative-badge {
display: inline-flex;
align-items: center;
margin-bottom: 1.5rem;
padding: 0.5rem 1.25rem;
background: color-mix(in srgb, var(--primary-500) 10%, transparent 90%);
border: 2px solid var(--primary-300);
border-radius: 50px;
animation: pulse-badge 2s ease-in-out infinite;
}
.hero-featured .badge-dot {
display: inline-block;
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
box-shadow: 0 0 10px var(--primary-500);
animation: pulse-dot 1.5s ease-in-out infinite;
}
.hero-featured .hero-title {
font-size: 3rem;
font-weight: 800;
line-height: 1.2;
color: var(--text-primary);
margin-bottom: 1.25rem;
letter-spacing: -0.02em;
}
.hero-featured .hero-subtitle {
font-size: 1.5rem;
font-weight: 600;
line-height: 1.4;
color: var(--primary-700);
margin-bottom: 1.5rem;
}
.hero-featured .hero-description {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 2rem;
max-width: 540px;
}
.hero-featured .decorative-icons {
display: flex;
gap: 1rem;
margin-top: 2.5rem;
}
.hero-featured .decorative-icons .icon-item {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border: 2px solid var(--primary-300);
border-radius: 12px;
color: var(--primary-500);
font-size: 1.5rem;
transition: all 0.3s ease;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
}
.hero-featured .decorative-icons .icon-item:hover {
transform: translateY(-5px);
background: var(--primary-500);
color: var(--light);
border-color: var(--primary-500);
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.hero-featured .hero-image-wrapper {
position: relative;
z-index: 1;
}
.hero-featured .hero-image-container {
position: relative;
border-radius: 24px;
overflow: hidden;
box-shadow:
0 20px 60px color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
0 0 0 1px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
background: var(--surface-primary);
transform: perspective(1000px) rotateY(-5deg);
transition: transform 0.5s ease;
}
.hero-featured .hero-image-container:hover {
transform: perspective(1000px) rotateY(0deg);
}
.hero-featured .hero-image {
width: 100%;
height: auto;
display: block;
}
.hero-featured .shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 40%, transparent 60%),
transparent 70%
);
z-index: -1;
animation: float 6s ease-in-out infinite;
}
.hero-featured .shape-1 {
width: 300px;
height: 300px;
top: -50px;
right: -50px;
}
.hero-featured .shape-2 {
width: 200px;
height: 200px;
bottom: -30px;
left: -30px;
animation-delay: 1s;
}
.hero-featured .shape-blob {
position: absolute;
width: 400px;
height: 400px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
color-mix(in srgb, var(--primary-500) 15%, transparent 85%)
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
z-index: -2;
animation: blob-morph 8s ease-in-out infinite;
}
.hero-featured .floating-icon {
position: absolute;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border: 2px solid var(--primary-300);
border-radius: 50%;
color: var(--primary-500);
font-size: 1.25rem;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
animation: float-icon 3s ease-in-out infinite;
}
.hero-featured .floating-1 {
top: 10%;
left: 10%;
animation-delay: 0s;
}
.hero-featured .floating-2 {
top: 70%;
right: 5%;
animation-delay: 1s;
}
.hero-featured .floating-3 {
bottom: 15%;
left: 5%;
animation-delay: 2s;
}
.hero-featured .background-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 0;
pointer-events: none;
}
.hero-featured .bg-shape {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent 70%
);
}
.hero-featured .bg-shape-1 {
width: 500px;
height: 500px;
top: -200px;
left: -100px;
animation: float 10s ease-in-out infinite;
}
.hero-featured .bg-shape-2 {
width: 400px;
height: 400px;
top: 40%;
right: -150px;
animation: float 12s ease-in-out infinite reverse;
}
.hero-featured .bg-shape-3 {
width: 350px;
height: 350px;
bottom: -100px;
left: 30%;
animation: float 15s ease-in-out infinite;
animation-delay: 2s;
}
@keyframes pulse-badge {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}
@keyframes pulse-dot {
0%, 100% { transform: scale(1); opacity: 1; }
50% { transform: scale(1.3); opacity: 0.7; }
}
@keyframes float {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
}
@keyframes float-icon {
0%, 100% { transform: translateY(0px) rotate(0deg); }
50% { transform: translateY(-15px) rotate(5deg); }
}
@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) {
.hero-featured {
padding: 60px 0 80px;
}
.hero-featured .hero-title {
font-size: 2.25rem;
}
.hero-featured .hero-subtitle {
font-size: 1.25rem;
}
.hero-featured .hero-description {
font-size: 1rem;
}
.hero-featured .hero-image-container {
transform: perspective(1000px) rotateY(0deg);
}
.hero-featured .shape-1,
.hero-featured .shape-2 {
width: 200px;
height: 200px;
}
.hero-featured .floating-icon {
width: 40px;
height: 40px;
font-size: 1rem;
}
}
@media (max-width: 767.98px) {
.hero-featured {
padding: 50px 0 60px;
}
.hero-featured .hero-title {
font-size: 2rem;
}
.hero-featured .hero-subtitle {
font-size: 1.125rem;
}
.hero-featured .decorative-icons {
gap: 0.75rem;
}
.hero-featured .decorative-icons .icon-item {
width: 44px;
height: 44px;
font-size: 1.25rem;
}
.hero-featured .bg-shape-1,
.hero-featured .bg-shape-2,
.hero-featured .bg-shape-3 {
width: 250px;
height: 250px;
}
}
@media (max-width: 575.98px) {
.hero-featured .hero-title {
font-size: 1.75rem;
}
.hero-featured .decorative-icons {
flex-wrap: wrap;
}
.hero-featured .floating-1,
.hero-featured .floating-3 {
display: none;
}
}
.usp-secondary {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 50%, white 50%) 100%
);
position: relative;
padding: 80px 0;
--usp-item-icon-size: 64px;
--usp-item-gap: 20px;
--usp-item-padding: 32px;
}
.usp-secondary__bg-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
pointer-events: none;
z-index: 0;
}
.usp-secondary__shape {
position: absolute;
border-radius: 50%;
opacity: 0.06;
}
.usp-secondary__shape--1 {
width: 500px;
height: 500px;
background: var(--primary-500);
top: -150px;
right: -100px;
animation: float 18s ease-in-out infinite;
}
.usp-secondary__shape--2 {
width: 400px;
height: 400px;
background: var(--primary-300);
bottom: -150px;
left: -100px;
animation: float 15s ease-in-out infinite reverse;
}
.usp-secondary__header {
position: relative;
z-index: 2;
}
.usp-secondary__badge {
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
}
.usp-secondary__badge-dot {
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
display: block;
animation: pulse-grow 2s ease-out infinite;
}
.usp-secondary__title {
color: var(--text-primary);
line-height: 1.2;
font-weight: 800;
letter-spacing: -0.01em;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__subtitle {
color: var(--primary-700);
font-weight: 600;
line-height: 1.4;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__description {
color: var(--text-secondary);
line-height: 1.6;
max-width: 680px;
margin-left: auto;
margin-right: auto;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__item {
background: white;
border-radius: 16px;
padding: var(--usp-item-padding);
height: 100%;
display: flex;
gap: var(--usp-item-gap);
box-shadow: 0 4px 16px rgba(var(--black-rgb), 0.06);
transition: all 0.3s ease;
position: relative;
z-index: 2;
border: 1px solid rgba(var(--primary-rgb), 0.1);
min-width: 0;
overflow: hidden;
}
.usp-secondary__item:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.usp-secondary__item-icon {
flex-shrink: 0;
width: var(--usp-item-icon-size);
height: var(--usp-item-icon-size);
min-width: 48px;
min-height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
border-radius: 16px;
box-shadow: 0 8px 16px rgba(var(--primary-rgb), 0.3);
transition: all 0.3s ease;
}
.usp-secondary__item:hover .usp-secondary__item-icon {
transform: scale(1.05);
box-shadow: 0 12px 24px rgba(var(--primary-rgb), 0.4);
}
.usp-secondary__item-icon i {
font-size: 28px;
color: white;
}
.usp-secondary__item-content {
flex: 1;
min-width: 0;
}
.usp-secondary__item-header {
margin-bottom: 12px;
gap: 12px;
flex-wrap: wrap;
align-items: flex-start;
}
.usp-secondary__item-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.3;
margin: 0;
flex: 1 1 auto;
min-width: 0;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__item-badge {
display: inline-block;
padding: 6px 14px;
background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
color: var(--primary-700);
border-radius: 20px;
font-size: 0.875rem;
font-weight: 700;
white-space: normal;
border: 1px solid var(--primary-200);
flex-shrink: 0;
text-align: center;
max-width: 100%;
word-break: break-word;
}
.usp-secondary__item-text {
color: var(--text-secondary);
line-height: 1.6;
font-size: 0.9375rem;
word-wrap: break-word;
overflow-wrap: break-word;
hyphens: auto;
}
.usp-secondary__accent-line {
height: 4px;
width: 100px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
border-radius: 2px;
margin: 0 auto;
position: relative;
z-index: 2;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(3deg);
}
}
@keyframes pulse-grow {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(2);
opacity: 0;
}
}
@media (max-width: 1399px) {
.usp-secondary {
--usp-item-padding: 28px;
--usp-item-gap: 18px;
}
.usp-secondary__item-header {
gap: 8px;
}
}
@media (max-width: 1199px) {
.usp-secondary {
--usp-item-icon-size: 56px;
--usp-item-padding: 24px;
--usp-item-gap: 16px;
}
.usp-secondary__item-header {
gap: 10px;
}
.usp-secondary__item-title {
font-size: 1.125rem;
}
.usp-secondary__item-badge {
font-size: 0.8125rem;
padding: 5px 12px;
}
}
@media (max-width: 991px) {
.usp-secondary {
padding: 60px 0;
--usp-item-icon-size: 56px;
}
.usp-secondary__title {
font-size: 2rem;
}
.usp-secondary__subtitle {
font-size: 1.125rem;
}
.usp-secondary__item {
gap: 16px;
}
.usp-secondary__item-icon i {
font-size: 24px;
}
.usp-secondary__item-header {
gap: 10px;
}
.usp-secondary__shape--1,
.usp-secondary__shape--2 {
width: 300px;
height: 300px;
}
}
@media (max-width: 767px) {
.usp-secondary {
--usp-item-icon-size: 48px;
--usp-item-padding: 20px;
--usp-item-gap: 16px;
}
.usp-secondary__title {
font-size: 1.75rem;
}
.usp-secondary__subtitle {
font-size: 1rem;
}
.usp-secondary__description {
font-size: 0.9375rem;
}
.usp-secondary__item {
flex-direction: column;
text-align: center;
}
.usp-secondary__item-header {
flex-direction: column;
gap: 8px;
align-items: center;
}
.usp-secondary__item-title {
text-align: center;
}
.usp-secondary__item-icon {
margin: 0 auto;
}
.usp-secondary__item-icon i {
font-size: 22px;
}
.usp-secondary__item-badge {
font-size: 0.8125rem;
padding: 5px 12px;
}
.usp-secondary__shape--1,
.usp-secondary__shape--2 {
display: none;
}
}
@media (max-width: 575px) {
.usp-secondary {
padding: 40px 0;
--usp-item-padding: 16px;
--usp-item-gap: 12px;
}
.usp-secondary__title {
font-size: 1.5rem;
}
.usp-secondary__item-header {
gap: 6px;
margin-bottom: 8px;
}
.usp-secondary__item-badge {
padding: 4px 10px;
font-size: 0.75rem;
}
.usp-secondary__item-text {
font-size: 0.875rem;
}
}
.about-section-standard {
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;
}
.about-section-standard .about-content {
padding-right: 2rem;
}
.about-section-standard #about-title {
color: var(--text-primary);
line-height: 1.2;
font-weight: 700;
}
.about-section-standard #about-subtitle {
color: var(--primary-500);
font-size: 1.25rem;
font-weight: 500;
}
.about-section-standard #about-desc {
font-size: 1.05rem;
line-height: 1.8;
}
.about-section-standard .about-image-grid {
position: relative;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto;
gap: 1.5rem;
min-height: 500px;
}
.about-section-standard .image-main {
grid-column: 1 / 3;
grid-row: 1;
position: relative;
z-index: 2;
}
.about-section-standard .image-secondary {
grid-column: 2;
grid-row: 2;
position: relative;
margin-top: -100px;
z-index: 3;
}
.about-section-standard .about-image-grid img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.4s ease;
}
.about-section-standard .about-image-grid img:hover {
transform: scale(1.03);
filter: brightness(1.05);
}
.about-section-standard .decorative-blob {
position: absolute;
border-radius: 50%;
z-index: 1;
opacity: 0.15;
pointer-events: none;
}
.about-section-standard .blob-1 {
width: 200px;
height: 200px;
background: var(--primary-500);
top: -50px;
right: -50px;
}
.about-section-standard .blob-2 {
width: 150px;
height: 150px;
background: var(--primary-700);
bottom: -40px;
left: -40px;
}
.about-section-standard .feature-card {
background: var(--surface-primary);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
border-radius: 1rem;
padding: 2rem 1.5rem;
text-align: center;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.about-section-standard .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s ease;
}
.about-section-standard .feature-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.about-section-standard .feature-card:hover::before {
transform: scaleX(1);
}
.about-section-standard .feature-icon-wrapper {
width: 80px;
height: 80px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(
135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 50%, var(--primary-50) 50%)
);
border-radius: 20px;
transition: all 0.3s ease;
}
.about-section-standard .feature-card:hover .feature-icon-wrapper {
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-300)
);
transform: rotateY(360deg);
}
.about-section-standard .feature-icon-wrapper i {
font-size: 2rem;
color: var(--primary-500);
transition: color 0.3s ease;
}
.about-section-standard .feature-card:hover .feature-icon-wrapper i {
color: var(--light);
}
.about-section-standard .feature-title {
color: var(--text-primary);
font-size: 1.25rem;
font-weight: 600;
}
.about-section-standard .feature-description {
font-size: 0.95rem;
line-height: 1.7;
margin-bottom: 0;
}
.about-section-standard .about-image-banner {
margin-top: 3rem;
}
.about-section-standard .about-image-banner img {
max-height: 400px;
object-fit: cover;
transition: all 0.4s ease;
}
.about-section-standard .about-image-banner:hover img {
transform: scale(1.02);
}
.about-section-standard .decorative-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 10%, transparent 90%) 0%,
transparent 50%,
color-mix(in srgb, var(--primary-700) 10%, transparent 90%) 100%
);
border-radius: 1rem;
pointer-events: none;
}
.about-section-standard .decorative-shape {
position: absolute;
background: var(--primary-300);
opacity: 0.2;
border-radius: 50%;
}
.about-section-standard .shape-1 {
width: 100px;
height: 100px;
top: -30px;
left: -30px;
}
.about-section-standard .shape-2 {
width: 80px;
height: 80px;
bottom: -20px;
right: -20px;
}
.about-section-standard .floating-elements {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.about-section-standard .float-icon {
position: absolute;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--primary-50) 80%, transparent 20%);
border-radius: 50%;
animation: float 6s ease-in-out infinite;
}
.about-section-standard .float-icon i {
font-size: 1.5rem;
color: var(--primary-500);
}
.about-section-standard .icon-1 {
top: 10%;
left: 5%;
animation-delay: 0s;
}
.about-section-standard .icon-2 {
top: 60%;
right: 8%;
animation-delay: 2s;
}
.about-section-standard .icon-3 {
bottom: 15%;
left: 10%;
animation-delay: 4s;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(10deg);
}
}
@media (max-width: 991.98px) {
.about-section-standard .about-content {
padding-right: 0;
margin-bottom: 3rem;
}
.about-section-standard .about-image-grid {
min-height: 400px;
}
.about-section-standard .image-secondary {
margin-top: -80px;
}
}
@media (max-width: 767.98px) {
.about-section-standard #about-title {
font-size: 2rem;
}
.about-section-standard .about-image-grid {
grid-template-columns: 1fr;
gap: 1rem;
min-height: auto;
}
.about-section-standard .image-main {
grid-column: 1;
}
.about-section-standard .image-secondary {
grid-column: 1;
grid-row: 2;
margin-top: 0;
}
.about-section-standard .feature-card {
padding: 1.5rem 1rem;
}
.about-section-standard .about-image-banner img {
max-height: 300px;
}
.about-section-standard .float-icon {
width: 45px;
height: 45px;
}
.about-section-standard .float-icon i {
font-size: 1.2rem;
}
}
@media (max-width: 575.98px) {
.about-section-standard #about-title {
font-size: 1.75rem;
}
.about-section-standard #about-subtitle {
font-size: 1.1rem;
}
.about-section-standard .feature-icon-wrapper {
width: 70px;
height: 70px;
}
.about-section-standard .feature-icon-wrapper i {
font-size: 1.75rem;
}
}
.features-section-style {
position: relative;
background: var(--light);
overflow: hidden;
}
.features-section-style .section-header {
position: relative;
z-index: 2;
}
.features-section-style .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.features-section-style .section-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.features-section-style .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.features-section-style .feature-card {
position: relative;
height: 100%;
padding: 2.5rem;
background: var(--surface-primary);
border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
border-radius: 16px;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.features-section-style .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-style .feature-card:hover {
transform: translateY(-8px);
border-color: var(--primary-500);
box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.features-section-style .feature-card:hover::before {
transform: scaleX(1);
}
.features-section-style .feature-icon-wrapper {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
}
.features-section-style .icon-background {
position: absolute;
inset: 0;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 10%, transparent),
color-mix(in srgb, var(--primary-300) 5%, transparent)
);
border-radius: 20px;
transition: all 0.4s ease;
}
.features-section-style .feature-card:hover .icon-background {
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 15%, transparent),
color-mix(in srgb, var(--primary-300) 10%, transparent)
);
transform: rotate(5deg) scale(1.1);
}
.features-section-style .feature-icon {
position: relative;
font-size: 2.5rem;
color: var(--primary-500);
z-index: 1;
transition: all 0.4s ease;
}
.features-section-style .feature-card:hover .feature-icon {
transform: scale(1.1);
color: var(--primary-700);
}
.features-section-style .feature-content {
position: relative;
z-index: 1;
}
.features-section-style .feature-name {
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-style .feature-card:hover .feature-name {
color: var(--primary-700);
}
.features-section-style .feature-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.features-section-style .feature-decoration {
position: absolute;
bottom: 0;
right: 0;
width: 120px;
height: 120px;
background: radial-gradient(
circle at center,
color-mix(in srgb, var(--primary-500) 3%, transparent),
transparent 70%
);
border-radius: 50%;
transform: translate(40%, 40%);
transition: all 0.4s ease;
}
.features-section-style .feature-card:hover .feature-decoration {
transform: translate(30%, 30%) scale(1.2);
background: radial-gradient(
circle at center,
color-mix(in srgb, var(--primary-500) 5%, transparent),
transparent 70%
);
}
.features-section-style .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.03;
z-index: 0;
pointer-events: none;
}
.features-section-style .blob-1 {
width: 500px;
height: 500px;
background: radial-gradient(
circle,
var(--primary-500),
transparent 70%
);
top: -100px;
left: -100px;
animation: float 20s ease-in-out infinite;
}
.features-section-style .blob-2 {
width: 400px;
height: 400px;
background: radial-gradient(
circle,
var(--primary-300),
transparent 70%
);
bottom: -150px;
right: -100px;
animation: float 25s ease-in-out infinite reverse;
}
.features-section-style .decorative-circle {
position: absolute;
border: 2px solid color-mix(in srgb, var(--primary-500) 8%, transparent);
border-radius: 50%;
z-index: 0;
pointer-events: none;
}
.features-section-style .circle-1 {
width: 300px;
height: 300px;
top: 10%;
right: 5%;
animation: rotate 30s linear infinite;
}
.features-section-style .circle-2 {
width: 200px;
height: 200px;
bottom: 15%;
left: 8%;
animation: rotate 40s linear infinite reverse;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(30px, -30px) scale(1.1);
}
}
@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@media (max-width: 991.98px) {
.features-section-style .section-title {
font-size: 2rem;
}
.features-section-style .section-subtitle {
font-size: 1.125rem;
}
.features-section-style .section-description {
font-size: 1rem;
}
.features-section-style .feature-card {
padding: 2rem;
}
.features-section-style .feature-name {
font-size: 1.25rem;
}
.features-section-style .blob-1,
.features-section-style .blob-2 {
width: 300px;
height: 300px;
}
}
@media (max-width: 767.98px) {
.features-section-style .section-title {
font-size: 1.75rem;
}
.features-section-style .section-subtitle {
font-size: 1rem;
}
.features-section-style .feature-card {
padding: 1.5rem;
}
.features-section-style .feature-icon-wrapper {
width: 70px;
height: 70px;
margin-bottom: 1.25rem;
}
.features-section-style .feature-icon {
font-size: 2rem;
}
.features-section-style .feature-name {
font-size: 1.125rem;
}
.features-section-style .decorative-circle {
display: none;
}
}
@media (max-width: 575.98px) {
.features-section-style .section-title {
font-size: 1.5rem;
}
.features-section-style .feature-card {
padding: 1.25rem;
}
}
@media (prefers-reduced-motion: reduce) {
.features-section-style .feature-card,
.features-section-style .feature-icon,
.features-section-style .icon-background,
.features-section-style .feature-decoration {
transition: none;
}
.features-section-style .blob-1,
.features-section-style .blob-2,
.features-section-style .circle-1,
.features-section-style .circle-2 {
animation: none;
}
}
@media (prefers-contrast: high) {
.features-section-style .feature-card {
border-width: 2px;
border-color: var(--primary-500);
}
.features-section-style .feature-icon {
color: var(--primary-700);
}
}
.services-section-minimal {
position: relative;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.services-section-minimal .section-header-minimal {
position: relative;
padding: 2rem 0;
}
.services-section-minimal .decorative-line-top {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-700)
);
margin: 0 auto 1.5rem;
border-radius: 2px;
}
.services-section-minimal .section-title-minimal {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.services-section-minimal .section-subtitle-minimal {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-700);
line-height: 1.4;
}
.services-section-minimal .section-description-minimal {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.services-section-minimal .decorative-dots-minimal {
display: flex;
gap: 0.5rem;
justify-content: center;
margin-top: 1.5rem;
}
.services-section-minimal .decorative-dots-minimal .dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-dot-v204 2s ease-in-out infinite;
}
.services-section-minimal .decorative-dots-minimal .dot:nth-child(2) {
animation-delay: 0.3s;
}
.services-section-minimal .decorative-dots-minimal .dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes pulse-dot-v204 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.services-section-minimal .service-card-minimal {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
box-shadow:
0 4px 6px rgba(var(--black-rgb), 0.05),
0 10px 25px rgba(var(--black-rgb), 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
overflow: hidden;
}
.services-section-minimal .service-card-minimal:hover {
transform: translateY(-8px);
box-shadow:
0 12px 24px rgba(var(--black-rgb), 0.1),
0 20px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.services-section-minimal .service-card-minimal.featured-service {
border-color: var(--primary-500);
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%
);
}
.services-section-minimal .featured-badge-minimal {
position: absolute;
top: 1rem;
right: 1rem;
width: 40px;
height: 40px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1rem;
animation: rotate-badge-v204 10s linear infinite;
z-index: 2;
}
@keyframes rotate-badge-v204 {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.card-decorative-element {
position: absolute;
bottom: -50px;
right: -50px;
width: 150px;
height: 150px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent 70%
);
border-radius: 50%;
pointer-events: none;
transition: all 0.5s ease;
}
.services-section-minimal .service-card-minimal:hover .card-decorative-element {
bottom: -30px;
right: -30px;
transform: scale(1.2);
}
.services-section-minimal .service-icon-wrapper-minimal {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
}
.services-section-minimal .service-icon-wrapper-minimal i {
font-size: 2.5rem;
color: var(--primary-500);
z-index: 2;
position: relative;
transition: all 0.3s ease;
}
.services-section-minimal .service-card-minimal:hover .service-icon-wrapper-minimal i {
color: var(--primary-700);
transform: scale(1.1);
}
.services-section-minimal .icon-bg-effect {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 70px;
height: 70px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-100) 50%, transparent 50%),
color-mix(in srgb, var(--primary-300) 30%, transparent 70%)
);
border-radius: 50%;
transition: all 0.4s ease;
}
.services-section-minimal .service-card-minimal:hover .icon-bg-effect {
width: 85px;
height: 85px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 60%, transparent 40%),
color-mix(in srgb, var(--primary-500) 40%, transparent 60%)
);
}
.services-section-minimal .service-content-minimal {
position: relative;
z-index: 2;
}
.services-section-minimal .service-name-minimal {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.services-section-minimal .service-desc-minimal {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 1.5rem;
}
.services-section-minimal .service-features-wrapper-minimal {
margin-bottom: 1.5rem;
padding: 1rem;
background: color-mix(in srgb, var(--primary-50) 40%, transparent 60%);
border-radius: 8px;
border-left: 3px solid var(--primary-500);
}
.services-section-minimal .service-features-minimal {
font-size: 0.9rem;
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
font-weight: 500;
}
.services-section-minimal .service-pricing-minimal {
margin-top: auto;
padding-top: 1rem;
border-top: 2px solid color-mix(in srgb, var(--neutral-100) 60%, transparent 40%);
}
.services-section-minimal .price-tag-minimal {
display: inline-block;
padding: 0.75rem 1.5rem;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 25px;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
transition: all 0.3s ease;
}
.services-section-minimal .service-card-minimal:hover .price-tag-minimal {
transform: scale(1.05);
box-shadow: 0 6px 18px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.services-section-minimal .price-value-minimal {
font-size: 1.125rem;
font-weight: 700;
color: var(--light);
letter-spacing: 0.02em;
}
.services-section-minimal .decorative-blob-minimal {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.15;
pointer-events: none;
z-index: 0;
}
.services-section-minimal .decorative-blob-minimal.blob-1 {
width: 500px;
height: 500px;
top: -150px;
left: -150px;
background: radial-gradient(circle, var(--primary-300), transparent 70%);
animation: float-blob-1-v204 20s ease-in-out infinite;
}
.services-section-minimal .decorative-blob-minimal.blob-2 {
width: 400px;
height: 400px;
bottom: -100px;
right: -100px;
background: radial-gradient(circle, var(--primary-500), transparent 70%);
animation: float-blob-2-v204 18s ease-in-out infinite;
}
@keyframes float-blob-1-v204 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(50px, 30px) scale(1.1);
}
}
@keyframes float-blob-2-v204 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(-40px, -40px) scale(1.15);
}
}
.services-section-minimal .floating-icons-minimal {
position: absolute;
top: 20%;
right: 5%;
display: flex;
flex-direction: column;
gap: 2rem;
opacity: 0.1;
pointer-events: none;
}
.services-section-minimal .floating-icons-minimal i {
font-size: 3rem;
color: var(--primary-500);
animation: float-icon-v204 4s ease-in-out infinite;
}
.services-section-minimal .floating-icons-minimal i:nth-child(2) {
animation-delay: 1s;
}
.services-section-minimal .floating-icons-minimal i:nth-child(3) {
animation-delay: 2s;
}
@keyframes float-icon-v204 {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
}
@media (max-width: 991.98px) {
.services-section-minimal .section-title-minimal {
font-size: 2rem;
}
.services-section-minimal .section-subtitle-minimal {
font-size: 1.25rem;
}
.services-section-minimal .section-description-minimal {
font-size: 1rem;
}
.services-section-minimal .service-card-minimal {
padding: 1.5rem;
}
.services-section-minimal .floating-icons-minimal {
display: none;
}
}
@media (max-width: 767.98px) {
.services-section-minimal .section-title-minimal {
font-size: 1.75rem;
}
.services-section-minimal .section-subtitle-minimal {
font-size: 1.125rem;
}
.services-section-minimal .service-name-minimal {
font-size: 1.25rem;
}
.services-section-minimal .service-icon-wrapper-minimal {
width: 60px;
height: 60px;
}
.services-section-minimal .service-icon-wrapper-minimal i {
font-size: 2rem;
}
.services-section-minimal .icon-bg-effect {
width: 55px;
height: 55px;
}
.decorative-blob-minimal.blob-1,
.services-section-minimal .decorative-blob-minimal.blob-2 {
filter: blur(60px);
}
}
@media (max-width: 575.98px) {
.services-section-minimal {
padding: 3rem 0 !important;
}
.services-section-minimal .section-header-minimal {
padding: 1rem 0;
}
.services-section-minimal .section-title-minimal {
font-size: 1.5rem;
}
.services-section-minimal .service-card-minimal {
padding: 1.25rem;
}
.services-section-minimal .price-tag-minimal {
padding: 0.6rem 1.2rem;
}
.services-section-minimal .price-value-minimal {
font-size: 1rem;
}
}
.priceplan-section-variant {
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;
}
.priceplan-section-variant .section-header {
max-width: 800px;
margin: 0 auto 4rem;
z-index: 2;
}
.priceplan-section-variant .section-title {
font-size: clamp(2rem, 4vw, 2.75rem);
font-weight: 700;
color: var(--text-primary);
letter-spacing: -0.02em;
line-height: 1.2;
}
.priceplan-section-variant .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-500);
letter-spacing: -0.01em;
}
.priceplan-section-variant .section-description {
font-size: 1.125rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 700px;
}
.priceplan-section-variant .decorative-underline {
width: 80px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
border-radius: 2px;
margin-top: 1.5rem;
}
.priceplan-section-variant .decorative-circle-top {
position: absolute;
top: -80px;
right: 10%;
width: 160px;
height: 160px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%,
transparent 70%
);
border-radius: 50%;
z-index: 1;
}
.priceplan-section-variant .decorative-dots-pattern {
position: absolute;
top: 20px;
left: 5%;
width: 100px;
height: 100px;
background-image: radial-gradient(
circle,
var(--primary-300) 2px,
transparent 2px
);
background-size: 20px 20px;
opacity: 0.3;
z-index: 1;
}
.priceplan-section-variant .price-card {
background: var(--surface-primary);
border-radius: 20px;
padding: 2.5rem 2rem;
box-shadow:
0 4px 6px rgba(var(--black-rgb), 0.05),
0 10px 20px rgba(var(--black-rgb), 0.03);
border: 1px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
position: relative;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.priceplan-section-variant .price-card:hover {
transform: translateY(-8px);
box-shadow:
0 12px 24px rgba(var(--black-rgb), 0.08),
0 20px 40px rgba(var(--black-rgb), 0.06);
border-color: var(--primary-300);
}
.priceplan-section-variant .price-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-500);
transform: scale(1.05);
z-index: 2;
}
.priceplan-section-variant .price-card-featured:hover {
transform: scale(1.05) translateY(-8px);
}
.priceplan-section-variant .featured-badge {
position: absolute;
top: 20px;
right: 20px;
width: 50px;
height: 50px;
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 4px 12px rgba(var(--black-rgb), 0.15);
animation: pulse-badge 2s ease-in-out infinite;
}
@keyframes pulse-badge {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.1); }
}
.priceplan-section-variant .card-decorative-corner {
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 60px;
background: linear-gradient(135deg,
var(--primary-100) 0%,
transparent 70%
);
border-radius: 20px 0 0 0;
opacity: 0.5;
}
.priceplan-section-variant .price-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;
margin-bottom: 1.5rem;
font-size: 2rem;
color: var(--light);
box-shadow: 0 6px 16px rgba(var(--black-rgb), 0.12);
transition: transform 0.3s ease;
}
.priceplan-section-variant .price-card:hover .price-icon-wrapper {
transform: scale(1.1) rotate(5deg);
}
.priceplan-section-variant .plan-name {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
letter-spacing: -0.01em;
}
.priceplan-section-variant .price-display {
margin-bottom: 1.5rem;
}
.priceplan-section-variant .price-amount {
display: block;
font-size: 2.5rem;
font-weight: 800;
color: var(--primary-500);
line-height: 1;
margin-bottom: 0.75rem;
}
.priceplan-section-variant .price-divider {
width: 50px;
height: 3px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-300)
);
border-radius: 2px;
}
.priceplan-section-variant .plan-description {
font-size: 1rem;
line-height: 1.6;
color: var(--text-secondary);
margin-bottom: 2rem;
min-height: 80px;
}
.priceplan-section-variant .plan-features {
display: flex;
flex-direction: column;
gap: 0.875rem;
margin-top: 2rem;
}
.priceplan-section-variant .feature-item {
display: flex;
align-items: center;
gap: 0.75rem;
font-size: 0.95rem;
color: var(--text-primary);
}
.priceplan-section-variant .feature-item i {
font-size: 1.25rem;
color: var(--primary-500);
flex-shrink: 0;
}
.priceplan-section-variant .feature-spacer {
flex: 1;
height: 2px;
background: linear-gradient(90deg,
var(--neutral-300) 0%,
transparent 100%
);
opacity: 0.4;
}
.priceplan-section-variant .card-decorative-shape {
position: absolute;
bottom: -40px;
right: -40px;
width: 120px;
height: 120px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-100) 30%, transparent 70%) 0%,
transparent 70%
);
border-radius: 50%;
pointer-events: none;
}
.priceplan-section-variant .featured-glow {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 120%;
height: 120%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
transparent 70%
);
pointer-events: none;
opacity: 0;
transition: opacity 0.4s ease;
}
.priceplan-section-variant .price-card-featured:hover .featured-glow {
opacity: 1;
}
.priceplan-section-variant .decorative-wave-bottom {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100px;
background: linear-gradient(180deg,
transparent 0%,
color-mix(in srgb, var(--primary-50) 20%, transparent 80%) 100%
);
pointer-events: none;
}
.priceplan-section-variant .decorative-circle-bottom {
position: absolute;
bottom: -60px;
left: 15%;
width: 120px;
height: 120px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 25%, transparent 75%) 0%,
transparent 70%
);
border-radius: 50%;
pointer-events: none;
}
@media (max-width: 991.98px) {
.priceplan-section-variant .price-card-featured {
transform: scale(1);
}
.priceplan-section-variant .price-card-featured:hover {
transform: scale(1) translateY(-8px);
}
.priceplan-section-variant .section-header {
margin-bottom: 3rem;
}
}
@media (max-width: 767.98px) {
.priceplan-section-variant .price-card {
padding: 2rem 1.5rem;
}
.priceplan-section-variant .plan-name {
font-size: 1.5rem;
}
.priceplan-section-variant .price-amount {
font-size: 2rem;
}
.priceplan-section-variant .plan-description {
min-height: auto;
}
.priceplan-section-variant .decorative-circle-top,
.priceplan-section-variant .decorative-dots-pattern {
display: none;
}
}
@media (max-width: 575.98px) {
.priceplan-section-variant .price-icon-wrapper {
width: 60px;
height: 60px;
font-size: 1.75rem;
}
.priceplan-section-variant .featured-badge {
width: 40px;
height: 40px;
font-size: 1rem;
}
}
@media (prefers-reduced-motion: reduce) {
.priceplan-section-variant .price-card,
.priceplan-section-variant .price-icon-wrapper,
.priceplan-section-variant .featured-glow {
transition: none;
}
.priceplan-section-variant .featured-badge {
animation: none;
}
}
@media (prefers-contrast: high) {
.priceplan-section-variant .price-card {
border: 2px solid var(--neutral-700);
}
.priceplan-section-variant .price-card-featured {
border: 3px solid var(--primary-700);
}
}
.team-section-modern {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.team-section-modern .decorative-line {
width: 60px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
border-radius: 2px;
}
.team-section-modern #team-title {
color: var(--text-primary);
letter-spacing: -0.5px;
}
.team-section-modern #team-subtitle {
color: var(--primary-500);
font-weight: 600;
letter-spacing: 1px;
}
.team-section-modern #team-desc {
color: var(--text-secondary);
line-height: 1.7;
}
.team-section-modern .team-card {
background: var(--surface-secondary);
border-radius: 16px;
padding: 2rem;
height: 100%;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
}
.team-section-modern .team-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
border-color: var(--primary-500);
}
.team-section-modern .team-image-wrapper {
position: relative;
margin-bottom: 1.5rem;
}
.team-section-modern .image-frame {
position: relative;
overflow: hidden;
border-radius: 12px;
aspect-ratio: 1;
background: color-mix(in srgb, var(--primary-500) 5%, var(--neutral-50));
}
.team-section-modern .team-member-photo {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-section-modern .team-card:hover .team-member-photo {
transform: scale(1.08);
}
.team-section-modern .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.6;
transition: all 0.4s ease;
}
.team-section-modern .shape-1 {
width: 40px;
height: 40px;
background: var(--primary-300);
top: -10px;
right: -10px;
}
.team-section-modern .shape-2 {
width: 30px;
height: 30px;
background: var(--primary-500);
bottom: -8px;
left: -8px;
}
.team-section-modern .shape-3 {
width: 35px;
height: 35px;
background: var(--primary-300);
top: -12px;
left: -12px;
}
.team-section-modern .shape-4 {
width: 45px;
height: 45px;
background: var(--primary-500);
bottom: -15px;
right: -15px;
}
.team-section-modern .shape-5 {
width: 38px;
height: 38px;
background: var(--primary-300);
top: -10px;
right: -10px;
}
.team-section-modern .team-card:hover .decorative-shape {
opacity: 1;
transform: scale(1.2);
}
.team-section-modern .team-info {
text-align: center;
}
.team-section-modern .team-info h4 {
color: var(--text-primary);
margin-bottom: 0.5rem;
transition: color 0.3s ease;
}
.team-section-modern .team-card:hover .team-info h4 {
color: var(--primary-500);
}
.team-section-modern .team-role {
color: var(--text-secondary);
font-size: 0.95rem;
font-weight: 500;
}
.team-section-modern .team-card-join {
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 10%, transparent),
color-mix(in srgb, var(--primary-300) 8%, transparent)
);
border: 2px dashed var(--primary-500);
border-radius: 16px;
padding: 2rem;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.4s ease;
}
.team-section-modern .team-card-join:hover {
transform: translateY(-8px);
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 15%, transparent),
color-mix(in srgb, var(--primary-300) 12%, transparent)
);
}
.team-section-modern .join-content {
text-align: center;
}
.team-section-modern .icon-wrapper {
width: 80px;
height: 80px;
margin: 0 auto;
background: var(--surface-secondary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.team-section-modern .icon-wrapper i {
font-size: 2.5rem;
color: var(--primary-500);
}
.team-section-modern .decorative-dots {
width: 100%;
height: 60px;
background-image: radial-gradient(
circle,
var(--primary-500) 2px,
transparent 2px
);
background-size: 20px 20px;
opacity: 0.3;
}
.team-section-modern .bg-decoration {
position: absolute;
width: 300px;
height: 300px;
border-radius: 50%;
opacity: 0.03;
pointer-events: none;
}
.team-section-modern .decoration-top-left {
background: var(--primary-500);
top: -100px;
left: -100px;
}
.team-section-modern .decoration-bottom-right {
background: var(--primary-300);
bottom: -100px;
right: -100px;
}
@media (max-width: 991.98px) {
.team-section-modern .team-card {
padding: 1.5rem;
}
.team-section-modern #team-title {
font-size: 2rem;
}
.team-section-modern #team-desc {
font-size: 1rem;
}
}
@media (max-width: 767.98px) {
.team-section-modern {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.team-section-modern .team-card {
padding: 1.25rem;
}
.team-section-modern #team-title {
font-size: 1.75rem;
}
.team-section-modern #team-subtitle {
font-size: 1rem;
}
}
@media (max-width: 575.98px) {
.team-section-modern .decorative-line {
width: 50px;
height: 3px;
}
.team-section-modern .team-info h4 {
font-size: 1.15rem;
}
.team-section-modern .team-role {
font-size: 0.875rem;
}
.team-section-modern .bg-decoration {
width: 200px;
height: 200px;
}
}
@media print {
.team-section-modern .decorative-shape,
.team-section-modern .bg-decoration {
display: none;
}
.team-section-modern .team-card {
break-inside: avoid;
}
}
@media (prefers-reduced-motion: reduce) {
.team-section-modern .team-card,
.team-section-modern .team-member-photo,
.team-section-modern .decorative-shape {
transition: none;
}
}
@media (prefers-contrast: high) {
.team-section-modern .team-card {
border: 3px solid var(--text-primary);
}
.team-section-modern .team-card-join {
border-width: 3px;
}
}
.reviews-section-pro {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.reviews-section-pro .reviews-header {
max-width: 800px;
margin: 0 auto 60px;
position: relative;
z-index: 2;
}
.reviews-section-pro .reviews-main-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
letter-spacing: -0.5px;
}
.reviews-section-pro .reviews-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 24px;
letter-spacing: -0.3px;
}
.reviews-section-pro .reviews-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
margin-bottom: 0;
}
.reviews-section-pro .decorative-divider {
width: 80px;
height: 4px;
background: linear-gradient(90deg, var(--primary-300), var(--primary-500));
margin: 0 auto 60px;
border-radius: 2px;
position: relative;
}
.decorative-divider::before,
.reviews-section-pro .decorative-divider::after {
content: '';
position: absolute;
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
top: -2px;
}
.reviews-section-pro .decorative-divider::before {
left: -12px;
}
.reviews-section-pro .decorative-divider::after {
right: -12px;
}
.reviews-section-pro .reviews-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 32px;
position: relative;
z-index: 2;
}
.reviews-section-pro .review-card {
background: var(--light);
border-radius: 16px;
padding: 40px 32px;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
}
.reviews-section-pro .review-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.reviews-section-pro .quote-icon {
width: 56px;
height: 56px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
position: relative;
z-index: 1;
}
.reviews-section-pro .quote-icon i {
font-size: 28px;
color: var(--light);
}
.reviews-section-pro .review-content {
margin-bottom: 32px;
position: relative;
}
.reviews-section-pro .review-text {
font-size: 1rem;
line-height: 1.8;
color: var(--text-secondary);
margin: 0;
position: relative;
z-index: 1;
}
.reviews-section-pro .review-author {
display: flex;
align-items: center;
gap: 16px;
position: relative;
z-index: 1;
}
.reviews-section-pro .author-avatar {
width: 56px;
height: 56px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.1);
position: relative;
overflow: hidden;
}
.reviews-section-pro .avatar-initial {
font-size: 1.25rem;
font-weight: 700;
color: var(--light);
letter-spacing: 1px;
}
.reviews-section-pro .author-info {
flex: 1;
}
.reviews-section-pro .author-name {
font-size: 1rem;
font-weight: 600;
color: var(--text-primary);
margin: 0;
line-height: 1.5;
}
.card-accent {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.reviews-section-pro .review-card:hover .card-accent {
transform: scaleX(1);
}
.reviews-section-pro .background-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.reviews-section-pro .shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.reviews-section-pro .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.reviews-section-pro .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: -50px;
left: -50px;
animation: float 25s ease-in-out infinite reverse;
}
.reviews-section-pro .shape-3 {
width: 200px;
height: 200px;
background: var(--primary-700);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: float 30s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-30px, 30px) rotate(240deg);
}
}
@media (max-width: 1200px) {
.reviews-section-pro {
padding: 80px 0;
}
.reviews-section-pro .reviews-grid {
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 28px;
}
}
@media (max-width: 768px) {
.reviews-section-pro {
padding: 60px 0;
}
.reviews-section-pro .reviews-main-title {
font-size: 2rem;
}
.reviews-section-pro .reviews-subtitle {
font-size: 1.25rem;
}
.reviews-section-pro .reviews-description {
font-size: 1rem;
}
.reviews-section-pro .reviews-grid {
grid-template-columns: 1fr;
gap: 24px;
}
.reviews-section-pro .review-card {
padding: 32px 24px;
}
.reviews-section-pro .quote-icon {
width: 48px;
height: 48px;
margin-bottom: 20px;
}
.reviews-section-pro .quote-icon i {
font-size: 24px;
}
.reviews-section-pro .review-text {
font-size: 0.9375rem;
}
.reviews-section-pro .author-avatar {
width: 48px;
height: 48px;
}
.reviews-section-pro .avatar-initial {
font-size: 1.125rem;
}
.reviews-section-pro .author-name {
font-size: 0.9375rem;
}
.reviews-section-pro .shape-1 {
width: 250px;
height: 250px;
}
.reviews-section-pro .shape-2 {
width: 200px;
height: 200px;
}
.reviews-section-pro .shape-3 {
width: 150px;
height: 150px;
}
}
@media (max-width: 576px) {
.reviews-section-pro .reviews-header {
margin-bottom: 40px;
}
.reviews-section-pro .reviews-main-title {
font-size: 1.75rem;
}
.reviews-section-pro .reviews-subtitle {
font-size: 1.125rem;
}
.reviews-section-pro .decorative-divider {
margin-bottom: 40px;
}
.reviews-section-pro .review-card {
padding: 28px 20px;
}
.reviews-section-pro .review-content {
margin-bottom: 24px;
}
}
.casestudy-section-standard {
position: relative;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.casestudy-section-standard .section-header {
position: relative;
z-index: 2;
}
.casestudy-section-standard .decorative-line {
width: 60px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
border-radius: 2px;
}
.casestudy-section-standard .section-title {
font-size: clamp(1.875rem, 4vw, 2.5rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.casestudy-section-standard .section-subtitle {
font-size: clamp(1.125rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.casestudy-section-standard .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.casestudy-section-standard .casestudy-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
border: 1px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
padding: 2rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow:
0 4px 6px rgba(var(--black-rgb), 0.05),
0 10px 20px rgba(var(--black-rgb), 0.03);
}
.casestudy-section-standard .casestudy-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow:
0 12px 24px rgba(var(--black-rgb), 0.08),
0 20px 40px rgba(var(--black-rgb), 0.06);
}
.casestudy-section-standard .card-decorative-top {
position: absolute;
top: -10px;
right: 20px;
display: flex;
gap: 8px;
align-items: center;
}
.casestudy-section-standard .decorative-circle {
width: 20px;
height: 20px;
border-radius: 50%;
background: linear-gradient(
135deg,
var(--primary-300),
var(--primary-500)
);
opacity: 0.7;
}
.casestudy-section-standard .decorative-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
}
.casestudy-section-standard .card-image-wrapper {
position: relative;
margin-bottom: 1.5rem;
}
.casestudy-section-standard .image-placeholder {
width: 100%;
height: 200px;
background: linear-gradient(
135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 60%, var(--primary-50) 40%)
);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
transition: all 0.3s ease;
}
.casestudy-section-standard .image-placeholder i {
font-size: 3.5rem;
color: var(--primary-500);
opacity: 0.6;
transition: all 0.3s ease;
}
.casestudy-section-standard .casestudy-card:hover .image-placeholder {
background: linear-gradient(
135deg,
var(--primary-100),
var(--primary-300)
);
}
.casestudy-section-standard .casestudy-card:hover .image-placeholder i {
opacity: 0.9;
transform: scale(1.1);
}
.casestudy-section-standard .card-badge {
position: absolute;
top: 12px;
right: 12px;
width: 48px;
height: 48px;
background: var(--surface-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.1);
transition: all 0.3s ease;
}
.casestudy-section-standard .card-badge i {
font-size: 1.25rem;
color: var(--primary-500);
}
.casestudy-section-standard .casestudy-card:hover .card-badge {
transform: rotate(15deg) scale(1.1);
background: var(--primary-500);
}
.casestudy-section-standard .casestudy-card:hover .card-badge i {
color: var(--surface-primary);
}
.casestudy-section-standard .card-content {
position: relative;
z-index: 1;
}
.casestudy-section-standard .card-title {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
transition: color 0.3s ease;
}
.casestudy-section-standard .casestudy-card:hover .card-title {
color: var(--primary-500);
}
.casestudy-section-standard .card-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 1.5rem;
}
.casestudy-section-standard .card-footer-icons {
display: flex;
gap: 1rem;
padding-top: 1.5rem;
border-top: 2px solid var(--neutral-100);
}
.casestudy-section-standard .card-footer-icons i {
font-size: 1.5rem;
color: var(--primary-300);
transition: all 0.3s ease;
}
.casestudy-section-standard .casestudy-card:hover .card-footer-icons i {
color: var(--primary-500);
transform: translateY(-3px);
}
.casestudy-section-standard .card-footer-icons i:nth-child(2) {
transition-delay: 0.05s;
}
.casestudy-section-standard .card-footer-icons i:nth-child(3) {
transition-delay: 0.1s;
}
.casestudy-section-standard .floating-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.casestudy-section-standard .shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.casestudy-section-standard .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
right: -100px;
animation: float-shape-1 20s ease-in-out infinite;
}
.casestudy-section-standard .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: -50px;
left: -50px;
animation: float-shape-2 25s ease-in-out infinite;
}
.casestudy-section-standard .shape-3 {
width: 200px;
height: 200px;
background: var(--primary-700);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: float-shape-3 30s ease-in-out infinite;
}
@keyframes float-shape-1 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(-30px, 30px) rotate(180deg);
}
}
@keyframes float-shape-2 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(40px, -40px) rotate(-180deg);
}
}
@keyframes float-shape-3 {
0%, 100% {
transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
50% {
transform: translate(-50%, -50%) scale(1.2) rotate(360deg);
}
}
@media (max-width: 991.98px) {
.casestudy-section-standard .section-title {
font-size: 2rem;
}
.casestudy-section-standard .section-subtitle {
font-size: 1.25rem;
}
.casestudy-section-standard .section-description {
font-size: 1rem;
}
.casestudy-section-standard .casestudy-card {
padding: 1.5rem;
}
.casestudy-section-standard .card-title {
font-size: 1.25rem;
}
}
@media (max-width: 767.98px) {
.casestudy-section-standard .section-title {
font-size: 1.75rem;
}
.casestudy-section-standard .section-subtitle {
font-size: 1.125rem;
}
.casestudy-section-standard .image-placeholder {
height: 180px;
}
.casestudy-section-standard .image-placeholder i {
font-size: 3rem;
}
.casestudy-section-standard .card-footer-icons {
gap: 0.75rem;
}
.casestudy-section-standard .card-footer-icons i {
font-size: 1.25rem;
}
}
@media (max-width: 575.98px) {
.casestudy-section-standard .casestudy-card {
padding: 1.25rem;
}
.casestudy-section-standard .card-title {
font-size: 1.125rem;
}
.casestudy-section-standard .card-description {
font-size: 0.9375rem;
}
.casestudy-section-standard .image-placeholder {
height: 160px;
}
}
@media (prefers-reduced-motion: reduce) {
.casestudy-section-standard .casestudy-card,
.casestudy-section-standard .image-placeholder,
.casestudy-section-standard .card-badge,
.casestudy-section-standard .card-footer-icons i {
transition: none;
}
.casestudy-section-standard .shape {
animation: none;
}
}
@media (prefers-contrast: high) {
.casestudy-section-standard .casestudy-card {
border: 2px solid var(--neutral-700);
}
.casestudy-section-standard .card-title,
.casestudy-section-standard .section-title {
font-weight: 800;
}
}
.process-section-clean {
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;
}
.process-section-clean .process-header {
position: relative;
z-index: 2;
}
.process-section-clean .process-header #process-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.2;
}
.process-section-clean .process-header #process-subtitle {
color: var(--primary-500);
font-weight: 600;
letter-spacing: -0.01em;
}
.process-section-clean .process-header #process-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 720px;
margin: 0 auto;
}
.process-section-clean .process-timeline {
position: relative;
z-index: 2;
margin-top: 60px;
}
.process-section-clean .timeline-line {
position: absolute;
left: 50%;
top: 80px;
bottom: 80px;
width: 3px;
background: linear-gradient(
180deg,
transparent 0%,
var(--primary-300) 10%,
var(--primary-300) 90%,
transparent 100%
);
transform: translateX(-50%);
z-index: 0;
}
.process-section-clean .process-step {
position: relative;
z-index: 1;
}
.process-section-clean .step-number-wrapper {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 120px;
height: 120px;
}
.process-section-clean .step-number {
position: relative;
width: 100px;
height: 100px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow:
0 10px 30px rgba(var(--black-rgb), 0.1),
0 0 0 10px color-mix(in srgb, var(--primary-50) 50%, transparent 50%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 2;
}
.process-section-clean .step-number .number-text {
font-size: 2rem;
font-weight: 700;
color: var(--light);
line-height: 1;
}
.process-section-clean .step-number-wrapper:hover .step-number {
transform: scale(1.1) rotate(5deg);
box-shadow:
0 15px 40px rgba(var(--black-rgb), 0.15),
0 0 0 15px color-mix(in srgb, var(--primary-100) 60%, transparent 40%);
}
.process-section-clean .step-icon-decorator {
position: absolute;
top: -10px;
right: -10px;
width: 40px;
height: 40px;
background: var(--surface-primary);
border: 3px solid var(--primary-300);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 3;
transition: all 0.3s ease;
}
.process-section-clean .step-icon-decorator i {
font-size: 1.1rem;
color: var(--primary-500);
}
.process-section-clean .step-number-wrapper:hover .step-icon-decorator {
transform: scale(1.2);
background: var(--primary-500);
border-color: var(--primary-700);
}
.process-section-clean .step-number-wrapper:hover .step-icon-decorator i {
color: var(--light);
}
.process-section-clean .step-content-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 40px;
box-shadow:
0 5px 20px rgba(var(--black-rgb), 0.06),
0 2px 8px rgba(var(--black-rgb), 0.04);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
overflow: hidden;
}
.process-section-clean .step-content-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-50) 20%, transparent 80%) 0%,
transparent 50%
);
opacity: 0;
transition: opacity 0.4s ease;
pointer-events: none;
}
.process-section-clean .step-content-card:hover::before {
opacity: 1;
}
.process-section-clean .step-content-card:hover {
transform: translateY(-5px);
box-shadow:
0 15px 40px rgba(var(--black-rgb), 0.1),
0 5px 15px rgba(var(--black-rgb), 0.06);
border-color: var(--primary-300);
}
.card-accent {
position: absolute;
top: 0;
left: 0;
width: 5px;
height: 100%;
background: linear-gradient(180deg, var(--primary-500), var(--primary-700));
transition: width 0.4s ease;
}
.process-section-clean .step-content-card:hover .card-accent {
width: 8px;
}
.process-section-clean .step-content-card h4 {
color: var(--text-primary);
margin-bottom: 1rem;
position: relative;
z-index: 1;
transition: color 0.3s ease;
}
.process-section-clean .step-content-card:hover h4 {
color: var(--primary-700);
}
.process-section-clean .step-content-card p {
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
position: relative;
z-index: 1;
}
.process-section-clean .step-decoration {
position: absolute;
bottom: 20px;
right: 20px;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.06;
transition: all 0.4s ease;
z-index: 0;
}
.process-section-clean .step-decoration i {
font-size: 4rem;
color: var(--primary-500);
}
.process-section-clean .step-content-card:hover .step-decoration {
opacity: 0.12;
transform: scale(1.2) rotate(10deg);
}
.process-section-clean .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
pointer-events: none;
z-index: 0;
}
.process-section-clean .shape {
position: absolute;
border-radius: 50%;
opacity: 0.04;
}
.process-section-clean .shape-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-300), transparent 70%);
top: -100px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.process-section-clean .shape-2 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-500), transparent 70%);
bottom: 10%;
left: -80px;
animation: float 25s ease-in-out infinite reverse;
}
.process-section-clean .shape-3 {
width: 200px;
height: 200px;
background: radial-gradient(circle, var(--primary-300), transparent 70%);
top: 50%;
right: 10%;
animation: float 18s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@media (max-width: 991.98px) {
.process-section-clean {
padding: 80px 0;
}
.process-section-clean .timeline-line {
display: none !important;
}
.process-section-clean .step-number-wrapper {
width: 100px;
height: 100px;
}
.process-section-clean .step-number {
width: 80px;
height: 80px;
}
.process-section-clean .step-number .number-text {
font-size: 1.5rem;
}
.process-section-clean .step-icon-decorator {
width: 35px;
height: 35px;
}
.process-section-clean .step-icon-decorator i {
font-size: 1rem;
}
.process-section-clean .step-content-card {
padding: 30px;
}
.process-section-clean .process-step {
margin-bottom: 3rem !important;
}
.process-section-clean .step-decoration {
width: 60px;
height: 60px;
}
.process-section-clean .step-decoration i {
font-size: 3rem;
}
}
@media (max-width: 767.98px) {
.process-section-clean {
padding: 60px 0;
}
.process-section-clean .process-header #process-title {
font-size: 2rem;
}
.process-section-clean .process-header #process-subtitle {
font-size: 1.1rem;
}
.process-section-clean .step-number-wrapper {
width: 90px;
height: 90px;
margin-bottom: 1.5rem;
}
.process-section-clean .step-number {
width: 70px;
height: 70px;
}
.process-section-clean .step-number .number-text {
font-size: 1.3rem;
}
.process-section-clean .step-icon-decorator {
width: 30px;
height: 30px;
}
.process-section-clean .step-icon-decorator i {
font-size: 0.9rem;
}
.process-section-clean .step-content-card {
padding: 25px;
}
.process-section-clean .step-content-card h4 {
font-size: 1.3rem;
}
.process-section-clean .step-decoration {
display: none;
}
.shape-1,
.shape-2,
.process-section-clean .shape-3 {
opacity: 0.02;
}
}
@media (max-width: 575.98px) {
.process-section-clean .process-header #process-title {
font-size: 1.75rem;
}
.process-section-clean .step-content-card {
padding: 20px;
}
.process-section-clean .step-content-card h4 {
font-size: 1.2rem;
}
}
@media print {
.process-section-clean {
padding: 40px 0;
background: white;
}
.decorative-shapes,
.step-decoration,
.process-section-clean .step-icon-decorator {
display: none;
}
.process-section-clean .step-content-card {
box-shadow: none;
border: 1px solid var(--neutral-300);
page-break-inside: avoid;
}
}
.timeline-section-featured {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg,
var(--neutral-50) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--neutral-50) 70%) 100%);
overflow: hidden;
}
.timeline-section-featured .section-header {
position: relative;
z-index: 2;
}
.timeline-section-featured .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.2;
}
.timeline-section-featured .section-subtitle {
font-size: 1.5rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 1.5rem;
line-height: 1.4;
}
.timeline-section-featured .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.timeline-section-featured .timeline-wrapper {
position: relative;
max-width: 1200px;
margin: 0 auto;
padding: 60px 0;
}
.timeline-section-featured .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: 1;
}
.timeline-section-featured .timeline-item {
position: relative;
margin-bottom: 80px;
display: flex;
justify-content: flex-end;
padding-right: 50%;
}
.timeline-section-featured .timeline-item.right {
justify-content: flex-start;
padding-right: 0;
padding-left: 50%;
}
.timeline-section-featured .timeline-item:last-child {
margin-bottom: 0;
}
.timeline-section-featured .timeline-content {
position: relative;
width: 100%;
padding: 0 40px;
}
.timeline-section-featured .timeline-icon {
position: absolute;
left: 50%;
top: 30px;
transform: translateX(-50%);
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 3;
box-shadow: 0 4px 20px color-mix(in srgb, var(--primary-500) 40%, transparent);
transition: all 0.4s ease;
}
.timeline-section-featured .timeline-item.left .timeline-icon {
left: auto;
right: 50%;
transform: translateX(50%);
}
.timeline-section-featured .timeline-icon i {
font-size: 1.75rem;
color: var(--light);
}
.timeline-section-featured .timeline-item:hover .timeline-icon {
transform: translateX(-50%) scale(1.15) rotate(10deg);
box-shadow: 0 6px 30px color-mix(in srgb, var(--primary-500) 60%, transparent);
}
.timeline-section-featured .timeline-item.left:hover .timeline-icon {
transform: translateX(50%) scale(1.15) rotate(-10deg);
}
.timeline-section-featured .timeline-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 32px;
box-shadow: 0 8px 30px color-mix(in srgb, var(--neutral-900) 8%, transparent);
border: 2px solid var(--neutral-100);
transition: all 0.4s ease;
overflow: hidden;
}
.timeline-section-featured .timeline-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
transform: scaleX(0);
transform-origin: left;
transition: transform 0.5s ease;
}
.timeline-section-featured .timeline-item:hover .timeline-card::before {
transform: scaleX(1);
}
.timeline-section-featured .timeline-item:hover .timeline-card {
transform: translateY(-8px);
box-shadow: 0 16px 50px color-mix(in srgb, var(--neutral-900) 12%, transparent);
border-color: var(--primary-300);
}
.timeline-section-featured .timeline-date {
display: inline-block;
margin-bottom: 16px;
}
.timeline-section-featured .date-badge {
display: inline-block;
padding: 8px 20px;
background: linear-gradient(135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%));
color: var(--light);
border-radius: 50px;
font-weight: 600;
font-size: 0.875rem;
letter-spacing: 0.5px;
box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.timeline-section-featured .timeline-title {
font-size: 1.625rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
transition: color 0.3s ease;
}
.timeline-section-featured .timeline-item:hover .timeline-title {
color: var(--primary-500);
}
.timeline-section-featured .timeline-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.timeline-section-featured .timeline-decorative {
position: absolute;
top: 0;
right: 0;
width: 100px;
height: 100px;
pointer-events: none;
opacity: 0.1;
}
.timeline-section-featured .deco-circle,
.timeline-section-featured .deco-square,
.timeline-section-featured .deco-triangle,
.timeline-section-featured .deco-star,
.timeline-section-featured .deco-hexagon,
.timeline-section-featured .deco-pulse {
position: absolute;
background: var(--primary-500);
}
.timeline-section-featured .deco-circle {
width: 40px;
height: 40px;
border-radius: 50%;
top: 10px;
right: 20px;
}
.timeline-section-featured .deco-square {
width: 30px;
height: 30px;
bottom: 20px;
right: 10px;
transform: rotate(45deg);
}
.timeline-section-featured .deco-triangle {
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 35px solid var(--primary-500);
background: transparent;
top: 15px;
right: 25px;
}
.timeline-section-featured .deco-line {
position: absolute;
width: 50px;
height: 3px;
background: var(--primary-500);
bottom: 30px;
right: 15px;
}
.timeline-section-featured .deco-star {
width: 35px;
height: 35px;
top: 20px;
right: 15px;
clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.timeline-section-featured .deco-dots {
position: absolute;
width: 60px;
height: 20px;
bottom: 25px;
right: 20px;
display: flex;
gap: 8px;
}
.timeline-section-featured .deco-dots::before,
.timeline-section-featured .deco-dots::after {
content: '';
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
}
.timeline-section-featured .deco-hexagon {
width: 35px;
height: 35px;
top: 15px;
right: 20px;
clip-path: polygon(30% 0%, 70% 0%, 100% 50%, 70% 100%, 30% 100%, 0% 50%);
}
.timeline-section-featured .deco-waves {
position: absolute;
width: 50px;
height: 30px;
bottom: 20px;
right: 15px;
background: repeating-linear-gradient(
90deg,
var(--primary-500),
var(--primary-500) 3px,
transparent 3px,
transparent 8px
);
}
.timeline-section-featured .deco-pulse {
width: 40px;
height: 40px;
border-radius: 50%;
top: 15px;
right: 20px;
animation: pulse-v145 2s ease-in-out infinite;
}
.timeline-section-featured .deco-grid {
position: absolute;
width: 40px;
height: 40px;
bottom: 25px;
right: 15px;
background-image:
linear-gradient(var(--primary-500) 2px, transparent 2px),
linear-gradient(90deg, var(--primary-500) 2px, transparent 2px);
background-size: 10px 10px;
background-position: 0 0, 0 0;
}
.timeline-section-featured .floating-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
}
.timeline-section-featured .shape {
position: absolute;
opacity: 0.05;
}
.timeline-section-featured .shape-1 {
width: 200px;
height: 200px;
background: var(--primary-500);
border-radius: 50%;
top: 10%;
left: 5%;
animation: float-v145 20s ease-in-out infinite;
}
.timeline-section-featured .shape-2 {
width: 150px;
height: 150px;
background: var(--primary-700);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
top: 60%;
right: 8%;
animation: float-v145 25s ease-in-out infinite reverse;
}
.timeline-section-featured .shape-3 {
width: 180px;
height: 180px;
background: var(--primary-300);
border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
bottom: 15%;
left: 10%;
animation: float-v145 22s ease-in-out infinite;
}
.timeline-section-featured .shape-4 {
width: 120px;
height: 120px;
background: var(--primary-500);
transform: rotate(45deg);
top: 40%;
right: 5%;
animation: float-v145 18s ease-in-out infinite reverse;
}
@keyframes float-v145 {
0%, 100% {
transform: translateY(0) translateX(0) rotate(0deg);
}
25% {
transform: translateY(-30px) translateX(20px) rotate(5deg);
}
50% {
transform: translateY(-60px) translateX(-20px) rotate(-5deg);
}
75% {
transform: translateY(-30px) translateX(20px) rotate(3deg);
}
}
@keyframes pulse-v145 {
0%, 100% {
opacity: 0.1;
transform: scale(1);
}
50% {
opacity: 0.2;
transform: scale(1.2);
}
}
@media (max-width: 991px) {
.timeline-section-featured {
padding: 80px 0;
}
.timeline-section-featured .section-title {
font-size: 2.25rem;
}
.timeline-section-featured .section-subtitle {
font-size: 1.25rem;
}
.timeline-section-featured .timeline-line {
left: 30px;
}
.timeline-section-featured .timeline-item,
.timeline-section-featured .timeline-item.right {
padding-left: 80px;
padding-right: 0;
justify-content: flex-start;
}
.timeline-section-featured .timeline-content {
padding: 0;
}
.timeline-section-featured .timeline-icon,
.timeline-section-featured .timeline-item.left .timeline-icon {
left: 0;
right: auto;
transform: translateX(0);
}
.timeline-section-featured .timeline-item:hover .timeline-icon,
.timeline-section-featured .timeline-item.left:hover .timeline-icon {
transform: translateX(0) scale(1.15);
}
}
@media (max-width: 767px) {
.timeline-section-featured {
padding: 60px 0;
}
.timeline-section-featured .section-title {
font-size: 1.875rem;
}
.timeline-section-featured .section-subtitle {
font-size: 1.125rem;
}
.timeline-section-featured .section-description {
font-size: 1rem;
}
.timeline-section-featured .timeline-icon {
width: 50px;
height: 50px;
}
.timeline-section-featured .timeline-icon i {
font-size: 1.5rem;
}
.timeline-section-featured .timeline-card {
padding: 24px;
}
.timeline-section-featured .timeline-title {
font-size: 1.375rem;
}
.timeline-section-featured .timeline-item {
margin-bottom: 60px;
}
}
@media (max-width: 575px) {
.timeline-section-featured .timeline-item,
.timeline-section-featured .timeline-item.right {
padding-left: 60px;
}
.timeline-section-featured .timeline-line {
left: 20px;
}
.timeline-section-featured .timeline-card {
padding: 20px;
}
}
.career-section-secondary {
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--primary-50) 100%);
position: relative;
overflow: hidden;
}
.career-section-secondary .career-header {
padding: 2rem 0;
z-index: 2;
}
.career-section-secondary .career-header h2 {
color: var(--text-primary);
letter-spacing: -0.5px;
}
.career-section-secondary .career-header h3 {
color: var(--text-secondary);
font-weight: 500;
}
.career-section-secondary .career-header p {
color: var(--text-secondary);
line-height: 1.8;
}
.career-section-secondary .decorative-blob-top {
position: absolute;
top: -100px;
right: -50px;
width: 300px;
height: 300px;
background: color-mix(in srgb, var(--primary-300) 20%, transparent);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: blob-float 8s ease-in-out infinite;
z-index: 0;
}
.career-section-secondary .decorative-shape-bottom {
position: absolute;
bottom: -80px;
left: -100px;
width: 250px;
height: 250px;
background: color-mix(in srgb, var(--primary-500) 15%, transparent);
border-radius: 50% 40% 60% 50% / 60% 50% 40% 60%;
animation: blob-float 10s ease-in-out infinite reverse;
z-index: 0;
}
@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); }
}
.career-section-secondary .career-card {
background: var(--surface-primary);
border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
border-radius: 16px;
padding: 2rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.career-section-secondary .career-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s ease;
}
.career-section-secondary .career-card:hover {
transform: translateY(-8px);
border-color: var(--primary-500);
box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.career-section-secondary .career-card:hover::before {
transform: scaleX(1);
}
.card-icon-wrapper {
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;
transition: transform 0.3s ease;
}
.card-icon-wrapper i {
font-size: 1.8rem;
color: var(--light);
}
.career-section-secondary .career-card:hover .card-icon-wrapper {
transform: rotate(5deg) scale(1.1);
}
.career-section-secondary .career-badge {
position: absolute;
top: 2rem;
right: 2rem;
}
.badge-text {
background: color-mix(in srgb, var(--primary-300) 30%, transparent);
color: var(--primary-700);
padding: 0.4rem 1rem;
border-radius: 20px;
font-size: 0.85rem;
font-weight: 600;
border: 1px solid var(--primary-300);
}
.career-section-secondary .career-card-title {
color: var(--text-primary);
font-weight: 700;
font-size: 1.4rem;
line-height: 1.3;
margin-bottom: 1rem;
}
.career-section-secondary .career-card-desc {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.95rem;
margin-bottom: 0;
}
.career-section-secondary .career-meta {
padding-top: 1rem;
border-top: 1px solid var(--neutral-100);
}
.career-section-secondary .meta-item {
display: inline-flex;
align-items: center;
gap: 0.4rem;
padding: 0.4rem 0.8rem;
background: var(--surface-secondary);
border-radius: 8px;
font-size: 0.85rem;
color: var(--text-secondary);
}
.career-section-secondary .meta-item i {
font-size: 1rem;
color: var(--primary-500);
}
.career-section-secondary .floating-icon {
position: absolute;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--primary-300) 15%, transparent);
border-radius: 50%;
animation: float 6s ease-in-out infinite;
z-index: 1;
}
.career-section-secondary .floating-icon i {
font-size: 1.5rem;
color: var(--primary-500);
}
.career-section-secondary .floating-icon.icon-1 {
top: 15%;
right: 5%;
animation-delay: 0s;
}
.career-section-secondary .floating-icon.icon-2 {
bottom: 20%;
left: 8%;
animation-delay: 2s;
}
.career-section-secondary .floating-icon.icon-3 {
top: 50%;
right: 10%;
animation-delay: 4s;
}
@keyframes float {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
}
@media (max-width: 991.98px) {
.career-section-secondary .career-card {
padding: 1.5rem;
}
.career-section-secondary .career-header h2 {
font-size: 2rem;
}
.career-section-secondary .floating-icon {
width: 45px;
height: 45px;
}
.career-section-secondary .floating-icon i {
font-size: 1.2rem;
}
.decorative-blob-top,
.career-section-secondary .decorative-shape-bottom {
width: 200px;
height: 200px;
}
}
@media (max-width: 767.98px) {
.career-section-secondary {
padding: 3rem 0;
}
.career-section-secondary .career-header {
padding: 1rem 0;
}
.career-section-secondary .career-header h2 {
font-size: 1.75rem;
}
.career-section-secondary .career-header h3 {
font-size: 1.1rem;
}
.career-section-secondary .career-card-title {
font-size: 1.25rem;
}
.career-section-secondary .career-badge {
position: static;
margin-bottom: 1rem;
display: inline-block;
}
.career-section-secondary .floating-icon {
display: none;
}
.card-icon-wrapper {
width: 50px;
height: 50px;
}
.card-icon-wrapper i {
font-size: 1.5rem;
}
}
@media (max-width: 575.98px) {
.career-section-secondary .career-card {
padding: 1.25rem;
}
.decorative-blob-top,
.career-section-secondary .decorative-shape-bottom {
display: none;
}
.career-section-secondary .meta-item {
padding: 0.3rem 0.6rem;
font-size: 0.8rem;
}
}
@media (prefers-contrast: high) {
.career-section-secondary .career-card {
border-width: 3px;
}
.career-section-secondary .career-card-title {
color: var(--neutral-900);
}
.badge-text {
border-width: 2px;
}
}
@media (prefers-reduced-motion: reduce) {
.career-card,
.card-icon-wrapper,
.floating-icon,
.decorative-blob-top,
.career-section-secondary .decorative-shape-bottom {
animation: none;
transition: none;
}
.career-section-secondary .career-card:hover {
transform: none;
}
}
.coreinfo-section-special {
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-special .header-decorator {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin-bottom: 1.5rem;
}
.coreinfo-section-special .decorator-line {
width: 60px;
height: 2px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
}
.coreinfo-section-special .decorator-icon {
font-size: 1.5rem;
color: var(--primary-500);
animation: pulse-icon 2s ease-in-out infinite;
}
@keyframes pulse-icon {
0%, 100% { transform: scale(1); opacity: 1; }
50% { transform: scale(1.1); opacity: 0.8; }
}
#coreinfo-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.2;
margin-bottom: 1rem;
}
#coreinfo-subtitle {
color: var(--primary-700);
font-weight: 600;
letter-spacing: 2px;
margin-bottom: 1.5rem;
}
.coreinfo-section-special .letter-spacing-wide {
letter-spacing: 2px;
}
#coreinfo-desc {
color: var(--text-secondary);
font-size: 1.125rem;
line-height: 1.7;
max-width: 800px;
margin: 0 auto;
}
.coreinfo-section-special .coreinfo-card {
position: relative;
background: var(--surface-primary);
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);
overflow: hidden;
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
}
.coreinfo-section-special .coreinfo-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 24px rgba(var(--black-rgb), 0.1);
border-color: var(--primary-300);
}
.coreinfo-section-special .coreinfo-card:hover .card-icon {
transform: scale(1.1) rotate(5deg);
color: var(--primary-700);
}
.coreinfo-section-special .coreinfo-card:hover .icon-background {
transform: scale(1.2);
opacity: 0.25;
}
.coreinfo-section-special .coreinfo-card:hover .card-accent {
width: 100%;
}
.card-icon-wrapper {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
}
.coreinfo-section-special .icon-background {
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(135deg,
var(--primary-100) 0%,
var(--primary-300) 100%
);
border-radius: 20px;
transform: rotate(45deg);
transition: all 0.4s ease;
opacity: 0.15;
}
.card-icon {
position: relative;
font-size: 2.5rem;
color: var(--primary-500);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 1;
}
.card-content {
position: relative;
z-index: 1;
}
.card-title {
color: var(--text-primary);
font-weight: 600;
margin-bottom: 1rem;
line-height: 1.4;
}
.card-description {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.95rem;
}
.card-accent {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-700) 100%
);
transition: width 0.4s ease;
border-radius: 0 2px 0 0;
}
.coreinfo-section-special .decoration-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
}
.coreinfo-section-special .shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
transparent 70%
);
}
.coreinfo-section-special .shape-circle-1 {
width: 400px;
height: 400px;
top: -150px;
right: -100px;
animation: float-shape 20s ease-in-out infinite;
}
.coreinfo-section-special .shape-circle-2 {
width: 300px;
height: 300px;
bottom: -100px;
left: -80px;
animation: float-shape 25s ease-in-out infinite reverse;
}
@keyframes float-shape {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
33% { transform: translate(30px, -30px) rotate(120deg); }
66% { transform: translate(-20px, 20px) rotate(240deg); }
}
.coreinfo-section-special .shape-dots {
position: absolute;
width: 120px;
height: 120px;
background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
background-size: 20px 20px;
opacity: 0.3;
}
.coreinfo-section-special .shape-dots-1 {
top: 15%;
left: 5%;
animation: rotate-dots 30s linear infinite;
}
.coreinfo-section-special .shape-dots-2 {
bottom: 20%;
right: 8%;
animation: rotate-dots 35s linear infinite reverse;
}
@keyframes rotate-dots {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
@media (max-width: 991.98px) {
#coreinfo-title {
font-size: 2.5rem;
}
#coreinfo-subtitle {
font-size: 1.1rem;
}
.coreinfo-section-special .coreinfo-card {
padding: 1.75rem;
}
.card-icon-wrapper {
width: 70px;
height: 70px;
}
.card-icon {
font-size: 2.2rem;
}
}
@media (max-width: 767.98px) {
.coreinfo-section-special {
padding: 3rem 0;
}
#coreinfo-title {
font-size: 2rem;
}
#coreinfo-subtitle {
font-size: 1rem;
letter-spacing: 1.5px;
}
#coreinfo-desc {
font-size: 1rem;
}
.coreinfo-section-special .decorator-line {
width: 40px;
}
.coreinfo-section-special .decorator-icon {
font-size: 1.25rem;
}
.coreinfo-section-special .coreinfo-card {
padding: 1.5rem;
}
.card-icon-wrapper {
width: 60px;
height: 60px;
margin-bottom: 1.25rem;
}
.card-icon {
font-size: 2rem;
}
.shape-circle-1,
.coreinfo-section-special .shape-circle-2 {
width: 250px;
height: 250px;
}
.coreinfo-section-special .shape-dots {
width: 80px;
height: 80px;
background-size: 15px 15px;
}
}
@media (max-width: 575.98px) {
#coreinfo-title {
font-size: 1.75rem;
}
.coreinfo-section-special .coreinfo-card {
padding: 1.25rem;
}
.card-title {
font-size: 1.1rem;
}
.card-description {
font-size: 0.9rem;
}
}
@media (prefers-reduced-motion: reduce) {
.coreinfo-card,
.card-icon,
.icon-background,
.card-accent,
.decorator-icon,
.shape-circle-1,
.shape-circle-2,
.shape-dots-1,
.coreinfo-section-special .shape-dots-2 {
animation: none;
transition: none;
}
}
@media (prefers-contrast: high) {
.coreinfo-section-special .coreinfo-card {
border: 2px solid var(--neutral-700);
}
.card-icon {
color: var(--primary-700);
}
.card-title {
color: var(--neutral-900);
}
}
@media print {
.coreinfo-section-special {
background: white;
}
.coreinfo-section-special .decoration-shapes {
display: none;
}
.coreinfo-section-special .coreinfo-card {
box-shadow: none;
border: 1px solid var(--neutral-300);
page-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-clean {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, white 70%) 100%);
overflow: hidden;
}
.contact-section-clean .background-pattern {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image:
radial-gradient(circle at 20% 30%, color-mix(in srgb, var(--primary-100) 20%, transparent 80%) 0%, transparent 50%),
radial-gradient(circle at 80% 70%, color-mix(in srgb, var(--primary-100) 15%, transparent 85%) 0%, transparent 50%);
pointer-events: none;
z-index: 0;
}
.contact-section-clean .container {
position: relative;
z-index: 1;
}
.contact-section-clean .section-header {
margin-bottom: 3rem;
}
.contact-section-clean .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 0.75rem;
line-height: 1.2;
}
.contact-section-clean .section-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 1.25rem;
}
.contact-section-clean .section-description {
font-size: 1.0625rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.contact-section-clean .contact-form-wrapper {
position: relative;
background: white;
padding: 2.5rem;
border-radius: 20px;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
border: 1px solid color-mix(in srgb, var(--primary-100) 40%, white 60%);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-section-clean .contact-form-wrapper:hover {
transform: translateY(-5px);
box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.12);
}
.contact-section-clean .decorative-shape {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
opacity: 0.15;
z-index: 0;
}
.contact-section-clean .shape-1 {
width: 150px;
height: 150px;
top: -30px;
right: -30px;
}
.contact-section-clean .shape-2 {
width: 100px;
height: 100px;
bottom: -20px;
left: -20px;
}
.contact-section-clean .contact-form {
position: relative;
z-index: 1;
}
.contact-section-clean .form-control {
border: 2px solid color-mix(in srgb, var(--neutral-300) 50%, white 50%);
border-radius: 12px;
padding: 1rem 1.25rem;
font-size: 1rem;
transition: all 0.3s ease;
background: var(--surface-primary);
}
.contact-section-clean .form-control:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-100) 30%, transparent 70%);
background: white;
}
.contact-section-clean .form-floating > label {
color: var(--text-secondary);
padding: 1rem 1.25rem;
}
.contact-section-clean .form-floating > .form-control:focus ~ label,
.contact-section-clean .form-floating > .form-control:not(:placeholder-shown) ~ label {
color: var(--primary-500);
}
.contact-section-clean .form-check-input {
width: 1.25rem;
height: 1.25rem;
border: 2px solid var(--neutral-300);
border-radius: 6px;
cursor: pointer;
margin-top: 0.125rem;
}
.contact-section-clean .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.contact-section-clean .form-check-input:focus {
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-100) 30%, transparent 70%);
}
.contact-section-clean .form-check-label {
color: var(--text-secondary);
font-size: 0.9375rem;
cursor: pointer;
margin-left: 0.5rem;
}
.contact-section-clean .btn-submit {
background: linear-gradient(135deg, #2563eb, #0284c7) !important;
color: var(--light) !important;
border: none !important;
padding: 1rem 2rem;
font-size: 1.0625rem;
font-weight: 600;
border-radius: 12px;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}
.contact-section-clean .btn-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}
.contact-section-clean .btn-submit:active {
transform: translateY(0);
}
.contact-section-clean .contact-info-wrapper {
position: relative;
height: 100%;
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.contact-section-clean .decorative-blob {
position: absolute;
width: 200px;
height: 200px;
background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 0;
animation: blobFloat 6s ease-in-out infinite;
}
@keyframes blobFloat {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: translate(-50%, -50%) rotate(0deg);
}
50% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
transform: translate(-50%, -50%) rotate(180deg);
}
}
.contact-section-clean .contact-info-card {
position: relative;
z-index: 1;
background: white;
padding: 1.75rem;
border-radius: 16px;
display: flex;
align-items: flex-start;
gap: 1.25rem;
border: 1px solid color-mix(in srgb, var(--primary-100) 40%, white 60%);
transition: all 0.3s ease;
}
.contact-section-clean .contact-info-card:hover {
transform: translateX(5px);
box-shadow: 0 8px 25px rgba(var(--black-rgb), 0.08);
border-color: var(--primary-300);
}
.contact-section-clean .info-icon-wrapper {
flex-shrink: 0;
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.contact-section-clean .info-icon-wrapper i {
font-size: 1.5rem;
color: white;
}
.contact-section-clean .info-content {
flex: 1;
}
.contact-section-clean .info-label {
font-size: 0.875rem;
font-weight: 600;
color: var(--text-secondary);
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 0.5rem;
}
.contact-section-clean .info-text {
font-size: 1.0625rem;
color: var(--text-primary);
font-weight: 500;
margin: 0;
line-height: 1.5;
}
.contact-section-clean .social-links {
position: relative;
z-index: 1;
display: flex;
gap: 1rem;
margin-top: 1rem;
}
.contact-section-clean .social-link {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: white;
border: 2px solid color-mix(in srgb, var(--primary-100) 40%, white 60%);
border-radius: 12px;
color: var(--primary-500);
font-size: 1.25rem;
transition: all 0.3s ease;
text-decoration: none;
}
.contact-section-clean .social-link:hover {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: white;
border-color: var(--primary-500);
transform: translateY(-3px);
box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
@media (max-width: 991.98px) {
.contact-section-clean {
padding: 70px 0;
}
.contact-section-clean .section-title {
font-size: 2.25rem;
}
.contact-section-clean .section-subtitle {
font-size: 1.125rem;
}
.contact-section-clean .contact-form-wrapper {
padding: 2rem;
margin-bottom: 2rem;
}
.contact-section-clean .contact-info-card {
padding: 1.5rem;
}
}
@media (max-width: 767.98px) {
.contact-section-clean {
padding: 50px 0;
}
.contact-section-clean .section-title {
font-size: 1.875rem;
}
.contact-section-clean .section-subtitle {
font-size: 1rem;
}
.contact-section-clean .section-description {
font-size: 1rem;
}
.contact-section-clean .contact-form-wrapper {
padding: 1.5rem;
}
.contact-section-clean .info-icon-wrapper {
width: 48px;
height: 48px;
}
.contact-section-clean .info-icon-wrapper i {
font-size: 1.25rem;
}
.contact-section-clean .social-link {
width: 44px;
height: 44px;
font-size: 1.125rem;
}
.contact-section-clean .btn-submit {
padding: 0.875rem 1.5rem;
font-size: 1rem;
}
}
@media (max-width: 575.98px) {
.contact-section-clean .section-title {
font-size: 1.625rem;
}
.contact-section-clean .contact-form-wrapper {
padding: 1.25rem;
}
.contact-section-clean .contact-info-card {
padding: 1.25rem;
}
}
.blog-section-clean {
position: relative;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.blog-section-clean .section-header {
position: relative;
z-index: 2;
}
.blog-section-clean .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.blog-section-clean .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
margin-bottom: 1.5rem;
}
.blog-section-clean .section-description {
font-size: 1.05rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.blog-section-clean .decorative-dots {
display: flex;
gap: 0.5rem;
justify-content: center;
margin-top: 1.5rem;
}
.blog-section-clean .decorative-dots .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
animation: pulse-dot 2s ease-in-out infinite;
}
.blog-section-clean .decorative-dots .dot:nth-child(2) {
animation-delay: 0.3s;
}
.blog-section-clean .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.2);
}
}
.blog-section-clean .blog-card {
position: relative;
height: 100%;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-section-clean .blog-card-inner {
height: 100%;
background: var(--surface-primary);
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 16px rgba(var(--black-rgb), 0.08);
display: flex;
flex-direction: column;
transition: box-shadow 0.3s ease;
}
.blog-section-clean .blog-card:hover {
transform: translateY(-8px);
}
.blog-section-clean .blog-card:hover .blog-card-inner {
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.15);
}
.blog-section-clean .blog-image-wrapper {
position: relative;
width: 100%;
height: 220px;
overflow: hidden;
}
.blog-section-clean .blog-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease;
}
.blog-section-clean .blog-card:hover .blog-image {
transform: scale(1.08);
}
.blog-section-clean .image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
180deg,
transparent 0%,
rgba(var(--black-rgb), 0.2) 100%
);
opacity: 0;
transition: opacity 0.3s ease;
}
.blog-section-clean .blog-card:hover .image-overlay {
opacity: 1;
}
.blog-section-clean .category-badge {
position: absolute;
top: 1rem;
right: 1rem;
width: 42px;
height: 42px;
background: var(--primary-500);
color: var(--light);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.1rem;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
}
.blog-section-clean .blog-content {
padding: 1.75rem;
flex: 1;
display: flex;
flex-direction: column;
}
.blog-section-clean .blog-meta {
display: flex;
gap: 1rem;
margin-bottom: 1rem;
}
.blog-section-clean .meta-item {
display: inline-flex;
align-items: center;
gap: 0.4rem;
font-size: 0.9rem;
color: var(--text-secondary);
}
.blog-section-clean .meta-item i {
color: var(--primary-500);
font-size: 1rem;
}
.blog-section-clean .blog-title {
font-size: 1.3rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.4;
margin-bottom: 0.75rem;
transition: color 0.3s ease;
}
.blog-section-clean .blog-card:hover .blog-title {
color: var(--primary-500);
}
.blog-section-clean .blog-excerpt {
font-size: 0.95rem;
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 1.25rem;
flex: 1;
}
.blog-section-clean .blog-link {
display: inline-flex;
align-items: center;
font-size: 0.95rem;
font-weight: 600;
color: var(--primary-500);
text-decoration: none;
transition: gap 0.3s ease, color 0.3s ease;
margin-top: auto;
}
.blog-section-clean .blog-link:hover {
color: var(--primary-700);
gap: 0.5rem;
}
.blog-section-clean .blog-link i {
transition: transform 0.3s ease;
}
.blog-section-clean .blog-card:hover .blog-link i {
transform: translateX(4px);
}
.blog-section-clean .background-decoration {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.blog-section-clean .blob {
position: absolute;
border-radius: 50%;
filter: blur(60px);
opacity: 0.15;
}
.blog-section-clean .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-300);
top: -100px;
left: -100px;
}
.blog-section-clean .blob-2 {
width: 350px;
height: 350px;
background: var(--primary-500);
bottom: -150px;
right: -150px;
}
.blog-section-clean .floating-shape {
position: absolute;
width: 60px;
height: 60px;
border: 2px solid color-mix(in srgb, var(--primary-300) 40%, transparent 60%);
border-radius: 12px;
animation: float 6s ease-in-out infinite;
}
.blog-section-clean .shape-1 {
top: 15%;
right: 10%;
animation-delay: 0s;
}
.blog-section-clean .shape-2 {
bottom: 20%;
left: 8%;
animation-delay: 2s;
transform: rotate(45deg);
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(10deg);
}
}
@media (max-width: 991px) {
.blog-section-clean .section-title {
font-size: 2rem;
}
.blog-section-clean .section-subtitle {
font-size: 1.1rem;
}
.blog-section-clean .section-description {
font-size: 1rem;
}
.blog-section-clean .blog-image-wrapper {
height: 200px;
}
}
@media (max-width: 767px) {
.blog-section-clean .section-title {
font-size: 1.75rem;
}
.blog-section-clean .section-subtitle {
font-size: 1rem;
}
.blog-section-clean .blog-title {
font-size: 1.15rem;
}
.blog-section-clean .blog-image-wrapper {
height: 180px;
}
.blog-section-clean .blog-content {
padding: 1.5rem;
}
.blog-section-clean .blob-1,
.blog-section-clean .blob-2 {
width: 250px;
height: 250px;
}
.blog-section-clean .floating-shape {
width: 40px;
height: 40px;
}
}
@media (max-width: 575px) {
.blog-section-clean .section-title {
font-size: 1.5rem;
}
.blog-section-clean .blog-image-wrapper {
height: 160px;
}
}
.faq-section-standard {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.faq-section-standard .faq-header {
position: relative;
z-index: 2;
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
.faq-section-standard .faq-main-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
letter-spacing: -0.02em;
line-height: 1.2;
}
.faq-section-standard .faq-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.faq-section-standard .faq-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 800px;
}
.faq-section-standard .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.faq-section-standard .shape-circle {
position: absolute;
border-radius: 50%;
opacity: 0.08;
}
.faq-section-standard .shape-1 {
width: 300px;
height: 300px;
background: var(--primary-500);
top: -100px;
right: -50px;
filter: blur(60px);
}
.faq-section-standard .shape-2 {
width: 400px;
height: 400px;
background: color-mix(in srgb, var(--primary-500) 70%, var(--primary-300) 30%);
bottom: -150px;
left: -100px;
filter: blur(80px);
}
.faq-section-standard .shape-blob {
position: absolute;
width: 250px;
height: 250px;
background: var(--primary-300);
border-radius: 40% 60% 70% 30% / 50% 60% 40% 50%;
top: 50%;
right: 10%;
transform: translateY(-50%);
opacity: 0.06;
filter: blur(40px);
}
.faq-section-standard .faq-card {
border: 2px solid var(--neutral-100);
border-radius: 16px;
background: var(--light);
transition: all 0.3s ease;
overflow: hidden;
position: relative;
z-index: 1;
}
.faq-section-standard .faq-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: linear-gradient(180deg, var(--primary-500), var(--primary-700));
opacity: 0;
transition: opacity 0.3s ease;
}
.faq-section-standard .faq-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.faq-section-standard .faq-card:hover::before {
opacity: 1;
}
.faq-section-standard .faq-card-header {
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-50) 90%, var(--light) 10%),
var(--primary-50)
);
border-bottom: 1px solid var(--neutral-100);
padding: 1.5rem 1.75rem;
border-radius: 14px 14px 0 0;
}
.faq-section-standard .faq-icon {
font-size: 1.75rem;
color: var(--primary-500);
flex-shrink: 0;
margin-top: 2px;
}
.faq-section-standard .faq-question {
font-size: 1.125rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.5;
}
.faq-section-standard .faq-card-body {
padding: 1.75rem;
background: var(--light);
}
.faq-section-standard .faq-answer {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
}
.faq-section-standard .decorative-bottom {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100px;
pointer-events: none;
z-index: 0;
}
.faq-section-standard .shape-wave {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 80px;
background: linear-gradient(90deg,
transparent 0%,
color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 25%,
color-mix(in srgb, var(--primary-500) 5%, transparent 95%) 50%,
color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 75%,
transparent 100%
);
opacity: 0.4;
border-radius: 100% 100% 0 0;
}
@media (max-width: 991.98px) {
.faq-section-standard .faq-main-title {
font-size: 2.25rem;
}
.faq-section-standard .faq-subtitle {
font-size: 1.25rem;
}
.faq-section-standard .faq-description {
font-size: 1rem;
}
.faq-section-standard .shape-1 {
width: 200px;
height: 200px;
}
.faq-section-standard .shape-2 {
width: 300px;
height: 300px;
}
.faq-section-standard .shape-blob {
width: 180px;
height: 180px;
}
}
@media (max-width: 767.98px) {
.faq-section-standard .faq-main-title {
font-size: 1.875rem;
}
.faq-section-standard .faq-subtitle {
font-size: 1.125rem;
}
.faq-section-standard .faq-card-header {
padding: 1.25rem;
}
.faq-section-standard .faq-card-body {
padding: 1.25rem;
}
.faq-section-standard .faq-icon {
font-size: 1.5rem;
}
.faq-section-standard .faq-question {
font-size: 1rem;
}
.faq-section-standard .faq-answer {
font-size: 0.9375rem;
}
}
@media (max-width: 575.98px) {
.faq-section-standard .faq-main-title {
font-size: 1.625rem;
}
.faq-section-standard .faq-subtitle {
font-size: 1rem;
}
.faq-section-standard .faq-description {
font-size: 0.9375rem;
}
.faq-section-standard .faq-card-header {
padding: 1rem;
}
.faq-section-standard .faq-card-body {
padding: 1rem;
}
.faq-section-standard .faq-icon {
font-size: 1.25rem;
margin-right: 0.75rem !important;
}
}
@media (prefers-reduced-motion: reduce) {
.faq-card,
.faq-section-standard .faq-card::before {
transition: none;
}
.faq-section-standard .faq-card:hover {
transform: none;
}
}
@media print {
.decorative-shapes,
.faq-section-standard .decorative-bottom {
display: none;
}
.faq-section-standard .faq-card {
break-inside: avoid;
box-shadow: none;
border: 1px solid var(--neutral-300);
}
}
.footer-modern {
position: relative;
padding: 80px 0 40px;
overflow: hidden;
color: var(--light);
min-height: 600px;
}
.footer-modern__background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
), url('assets/images/footer_bg.webp');
background-size: cover;
background-position: center;
background-attachment: fixed;
z-index: 1;
}
.footer-modern::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: color-mix(in srgb, var(--primary-700) 5%, transparent);
z-index: 2;
pointer-events: none;
}
.footer-modern .container {
position: relative;
z-index: 3;
}
.footer-modern__decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
pointer-events: none;
overflow: hidden;
}
.footer-modern .decoration-circle {
position: absolute;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-300) 10%, transparent);
backdrop-filter: blur(40px);
}
.footer-modern .decoration-circle--1 {
width: 300px;
height: 300px;
top: -100px;
right: 10%;
animation: float 20s ease-in-out infinite;
}
.footer-modern .decoration-circle--2 {
width: 200px;
height: 200px;
bottom: 50px;
left: 5%;
animation: float 15s ease-in-out infinite reverse;
}
.footer-modern .decoration-blob {
position: absolute;
background: color-mix(in srgb, var(--primary-500) 8%, transparent);
filter: blur(60px);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
.footer-modern .decoration-blob--1 {
width: 400px;
height: 400px;
top: 20%;
left: -10%;
animation: morph 25s ease-in-out infinite;
}
.footer-modern .decoration-blob--2 {
width: 350px;
height: 350px;
bottom: 10%;
right: -5%;
animation: morph 30s ease-in-out infinite reverse;
}
@keyframes float {
0%, 100% { transform: translateY(0px) rotate(0deg); }
50% { transform: translateY(-30px) rotate(10deg); }
}
@keyframes morph {
0%, 100% { border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; }
25% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
50% { border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%; }
75% { border-radius: 70% 30% 40% 60% / 40% 70% 50% 30%; }
}
.footer-modern__brand {
padding-right: 20px;
}
.footer-modern .brand-icon-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: color-mix(in srgb, var(--primary-300) 20%, transparent);
border-radius: 16px;
backdrop-filter: blur(10px);
border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
}
.footer-modern .brand-icon {
font-size: 32px;
color: rgba(var(--white-rgb), 0.95);
}
.footer-modern__sitename {
font-size: 1.5rem;
font-weight: 700;
color: var(--light);
margin-bottom: 16px;
line-height: 1.3;
}
.footer-modern__sitedesc {
font-size: 0.95rem;
color: rgba(var(--white-rgb), 0.85);
line-height: 1.7;
margin: 0;
}
.footer-modern__links,
.footer-modern__contact {
height: 100%;
}
.footer-modern__title {
font-size: 1.25rem;
font-weight: 600;
color: var(--light);
margin-bottom: 24px;
display: flex;
align-items: center;
padding-bottom: 12px;
border-bottom: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
}
.footer-modern__title i {
opacity: 0.9;
}
.footer-modern__nav {
display: flex;
flex-direction: column;
gap: 12px;
}
.footer-modern__link {
display: flex;
align-items: center;
color: rgba(var(--white-rgb), 0.85);
text-decoration: none;
font-size: 0.95rem;
padding: 8px 12px;
border-radius: 8px;
transition: all 0.3s ease;
background: color-mix(in srgb, var(--primary-500) 0%, transparent);
}
.footer-modern__link:hover {
color: var(--light);
background: color-mix(in srgb, var(--primary-500) 15%, transparent);
transform: translateX(5px);
padding-left: 16px;
}
.footer-modern__link i {
font-size: 0.75rem;
margin-right: 8px;
opacity: 0.7;
}
.footer-modern__contact-list {
display: flex;
flex-direction: column;
gap: 16px;
}
.footer-modern .contact-item {
display: flex;
align-items: flex-start;
gap: 12px;
padding: 12px;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border-radius: 8px;
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
backdrop-filter: blur(10px);
}
.footer-modern .contact-item i {
font-size: 1.1rem;
color: rgba(var(--white-rgb), 0.95);
margin-top: 2px;
flex-shrink: 0;
}
.footer-modern .contact-item span {
font-size: 0.95rem;
color: rgba(var(--white-rgb), 0.85);
line-height: 1.6;
}
.footer-modern .decorative-icons-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
margin-top: 40px;
}
.footer-modern .icon-item {
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: color-mix(in srgb, var(--primary-500) 15%, transparent);
border-radius: 12px;
border: 1px solid color-mix(in srgb, var(--primary-300) 25%, transparent);
backdrop-filter: blur(10px);
transition: all 0.3s ease;
}
.footer-modern .icon-item:hover {
transform: translateY(-5px) scale(1.05);
background: color-mix(in srgb, var(--primary-500) 25%, transparent);
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-700) 40%, transparent);
}
.footer-modern .icon-item i {
font-size: 1.5rem;
color: rgba(var(--white-rgb), 0.95);
}
.footer-modern__bottom {
margin-top: 60px;
padding-top: 30px;
border-top: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
}
.footer-modern__disclaimer {
font-size: 0.85rem;
color: rgba(var(--white-rgb), 0.75);
line-height: 1.6;
margin: 0;
}
.footer-modern__copyright {
font-size: 0.9rem;
color: rgba(var(--white-rgb), 0.85);
margin: 0;
text-align: right;
font-weight: 500;
}
@media (max-width: 991px) {
.footer-modern {
padding: 60px 0 30px;
}
.footer-modern__brand {
padding-right: 0;
margin-bottom: 20px;
}
.footer-modern__copyright {
text-align: left;
margin-top: 16px;
}
.footer-modern .decoration-circle--1 {
width: 200px;
height: 200px;
top: -50px;
}
.footer-modern .decoration-circle--2 {
width: 150px;
height: 150px;
}
.decoration-blob--1,
.footer-modern .decoration-blob--2 {
width: 250px;
height: 250px;
}
}
@media (max-width: 767px) {
.footer-modern {
padding: 50px 0 20px;
}
.footer-modern__sitename {
font-size: 1.35rem;
}
.footer-modern__title {
font-size: 1.15rem;
margin-bottom: 20px;
}
.footer-modern__bottom {
margin-top: 40px;
padding-top: 20px;
}
.footer-modern .decorative-icons-grid {
grid-template-columns: repeat(4, 1fr);
margin-top: 30px;
}
.footer-modern .icon-item {
width: 50px;
height: 50px;
}
.footer-modern .icon-item i {
font-size: 1.25rem;
}
.footer-modern__background {
background-attachment: scroll;
}
}
@media (max-width: 575px) {
.footer-modern__sitename {
font-size: 1.25rem;
}
.footer-modern__title {
font-size: 1.1rem;
}
.footer-modern .contact-item {
padding: 10px;
}
.footer-modern__link {
font-size: 0.9rem;
}
.footer-modern__disclaimer,
.footer-modern__copyright {
font-size: 0.8rem;
}
}


/* Footer Social Links - Simple Style */
.footer-social-links {
    margin: 20px 0;
    padding: 15px 0;
    text-align: center;
}

.footer-social-grid {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-social-link {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    position: relative;
}

.footer-social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    color: white;
    text-decoration: none;
}

/* Social Network Colors */
.footer-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.footer-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.footer-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.footer-x-link {
    background: linear-gradient(135deg, #000000, #333333);
}

.footer-x-link i {
    display: none;
}

.footer-x-link .x-symbol {
    font-weight: bold;
    font-size: 20px;
}

.footer-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.footer-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.footer-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.footer-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

@media (max-width: 768px) {
    .footer-social-grid {
        gap: 12px;
    }
    
    .footer-social-link {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}
