:root {
--primary-50: #fefce8;
--primary-50-rgb: 254, 252, 232;
--primary-50-rgb: 254, 252, 232;
--primary-100: #fef9c3;
--primary-100-rgb: 254, 249, 195;
--primary-100-rgb: 254, 249, 195;
--primary-300: #fde047;
--primary-300-rgb: 253, 224, 71;
--primary-300-rgb: 253, 224, 71;
--primary-500: #eab308;
--primary-500-rgb: 234, 179, 8;
--primary-500-rgb: 234, 179, 8;
--primary-700: #a16207;
--primary-700-rgb: 161, 98, 7;
--primary-700-rgb: 161, 98, 7;
--primary-200: #feed85;
--primary-200-rgb: 254, 237, 133;
--primary-200-rgb: 254, 237, 133;
--primary-400: #f4ca28;
--primary-400-rgb: 244, 202, 40;
--primary-400-rgb: 244, 202, 40;
--primary-600: #c68b08;
--primary-600-rgb: 198, 139, 8;
--primary-600-rgb: 198, 139, 8;
--primary-800: #814e06;
--primary-800-rgb: 129, 78, 6;
--primary-800-rgb: 129, 78, 6;
--primary-900: #6e4205;
--primary-900-rgb: 110, 66, 5;
--primary-900-rgb: 110, 66, 5;
--primary-950: #4d2e04;
--primary-950-rgb: 77, 46, 4;
--primary-950-rgb: 77, 46, 4;
--primary-rgb: 234, 179, 8;
--neutral-50: #fafafa;
--neutral-50-rgb: 250, 250, 250;
--neutral-50-rgb: 250, 250, 250;
--neutral-100: #f5f5f5;
--neutral-100-rgb: 245, 245, 245;
--neutral-100-rgb: 245, 245, 245;
--neutral-300: #d4d4d4;
--neutral-300-rgb: 212, 212, 212;
--neutral-300-rgb: 212, 212, 212;
--neutral-500: #737373;
--neutral-500-rgb: 115, 115, 115;
--neutral-500-rgb: 115, 115, 115;
--neutral-700: #404040;
--neutral-700-rgb: 64, 64, 64;
--neutral-700-rgb: 64, 64, 64;
--neutral-900: #2b2b2b;
--neutral-900-rgb: 43, 43, 43;
--neutral-900-rgb: 43, 43, 43;
--neutral-200: #e5e5e5;
--neutral-200-rgb: 229, 229, 229;
--neutral-200-rgb: 229, 229, 229;
--neutral-400: #a4a4a4;
--neutral-400-rgb: 164, 164, 164;
--neutral-400-rgb: 164, 164, 164;
--neutral-600: #5a5a5a;
--neutral-600-rgb: 90, 90, 90;
--neutral-600-rgb: 90, 90, 90;
--neutral-800: #333333;
--neutral-800-rgb: 51, 51, 51;
--neutral-800-rgb: 51, 51, 51;
--neutral-950: #1e1e1e;
--neutral-950-rgb: 30, 30, 30;
--neutral-950-rgb: 30, 30, 30;
--surface-primary: 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: #fefcd3;
--accent-50-rgb: 254, 252, 211;
--accent-50-rgb: 254, 252, 211;
--accent-100: #fefab1;
--accent-100-rgb: 254, 250, 177;
--accent-100-rgb: 254, 250, 177;
--accent-200: #fef079;
--accent-200-rgb: 254, 240, 121;
--accent-200-rgb: 254, 240, 121;
--accent-300: #fee541;
--accent-300-rgb: 254, 229, 65;
--accent-300-rgb: 254, 229, 65;
--accent-400: #f7d224;
--accent-400-rgb: 247, 210, 36;
--accent-400-rgb: 247, 210, 36;
--accent-500: #f0be07;
--accent-500-rgb: 240, 190, 7;
--accent-500-rgb: 240, 190, 7;
--accent-600: #d79c07;
--accent-600-rgb: 215, 156, 7;
--accent-600-rgb: 215, 156, 7;
--accent-700: #bd7a06;
--accent-700-rgb: 189, 122, 6;
--accent-700-rgb: 189, 122, 6;
--accent-800: #a76905;
--accent-800-rgb: 167, 105, 5;
--accent-800-rgb: 167, 105, 5;
--accent-900: #9a5e05;
--accent-900-rgb: 154, 94, 5;
--accent-900-rgb: 154, 94, 5;
--accent-950: #824d04;
--accent-950-rgb: 130, 77, 4;
--accent-950-rgb: 130, 77, 4;
--accent-rgb: 240, 190, 7;
--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;
}
.bold_font_primary {
font-family: var(--font-primary);
}
.best_font_secondary {
font-family: var(--font-secondary);
}
.brand_font_mono {
font-family: var(--font-mono);
}
.core_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);
}
.prime_display_2 {
font-family: var(--font-secondary);
font-size: var(--text-5xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
}
.layout_display_3 {
font-family: var(--font-secondary);
font-size: var(--text-4xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
}
.studio_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);
}
.content_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);
}
.fresh_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);
}
.premium_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);
}
.web_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);
}
.modern_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);
}
.pro_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);
}
.base_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);
}
.section_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);
}
.theme_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);
}
.style_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);
}
.custom_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);
}
.new_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;
}
.ui_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);
}
.site_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);
}
.container_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);
}
.unique_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);
}
.elite_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;
}
.page_card_title {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
color: var(--text-primary);
margin-bottom: var(--space-3);
}
.main_card_text {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-normal);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-primary);
}
.bright_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);
}
.bright_nav_link:hover,
.bright_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.top_button_text {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.agency_footer_text {
font-family: var(--font-primary);
font-size: var(--text-sm);
font-weight: var(--font-normal);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-muted);
}
@media (max-width: 768px) {
.ui_hero_title {
font-size: var(--text-4xl);
}
.container_section_title {
font-size: var(--text-3xl);
}
.core_display_1 {
font-size: var(--text-5xl);
}
.prime_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.ui_hero_title {
font-size: var(--text-3xl);
}
.container_section_title {
font-size: var(--text-2xl);
}
.core_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);
}
.company_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.smart_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.dark_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.minimal_text_balance {
text-wrap: balance;
}
.digital_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.bright_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.theme_caption,
.style_overline,
.agency_footer_text {
color: var(--text-secondary);
}
.site_hero_subtitle,
.unique_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.ui_hero_title,
.container_section_title,
.studio_heading_1,
.content_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.company_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;
}
}
.design_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.business_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.clean_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.light_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.creative_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.app_stack {
display: flex;
flex-direction: column;
}
.style29_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.studio67_full_height {
min-height: 100vh;
}
.unique7_section_height {
min-height: 80vh;
}
.light96_hero_height {
min-height: 90vh;
}
.pro85_m_0 { margin: 0; }
.studio73_m_1 { margin: var(--space-1); }
.studio73_m_2 { margin: var(--space-2); }
.ui28_m_3 { margin: var(--space-3); }
.business50_m_4 { margin: var(--space-4); }
.custom45_m_6 { margin: var(--space-6); }
.style1_m_8 { margin: var(--space-8); }
.elite23_m_12 { margin: var(--space-12); }
.top20_m_16 { margin: var(--space-16); }
.app17_mx_auto { margin-left: auto; margin-right: auto; }
.web76_my_auto { margin-top: auto; margin-bottom: auto; }
.minimal91_mt_0 { margin-top: 0; }
.minimal57_mt_4 { margin-top: var(--space-4); }
.layout17_mt_8 { margin-top: var(--space-8); }
.ui82_mt_12 { margin-top: var(--space-12); }
.best7_mb_0 { margin-bottom: 0; }
.custom36_mb_4 { margin-bottom: var(--space-4); }
.fresh25_mb_8 { margin-bottom: var(--space-8); }
.dark60_mb_12 { margin-bottom: var(--space-12); }
.prime73_p_0 { padding: 0; }
.base92_p_1 { padding: var(--space-1); }
.ui88_p_2 { padding: var(--space-2); }
.container59_p_3 { padding: var(--space-3); }
.page67_p_4 { padding: var(--space-4); }
.best13_p_6 { padding: var(--space-6); }
.company90_p_8 { padding: var(--space-8); }
.main77_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.ui0_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.base78_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.studio61_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.base80_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.digital64_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.layout38_gap_1 { gap: var(--space-1); }
.new90_gap_2 { gap: var(--space-2); }
.brand85_gap_3 { gap: var(--space-3); }
.agency98_gap_4 { gap: var(--space-4); }
.site65_gap_6 { gap: var(--space-6); }
.ui29_gap_8 { gap: var(--space-8); }
.theme98_shadow_none { box-shadow: var(--shadow-none); }
.web91_shadow_xs { box-shadow: var(--shadow-xs); }
.business34_shadow_sm { box-shadow: var(--shadow-sm); }
.creative11_shadow_md { box-shadow: var(--shadow-md); }
.business73_shadow_lg { box-shadow: var(--shadow-lg); }
.creative87_shadow_xl { box-shadow: var(--shadow-xl); }
.site62_shadow_2xl { box-shadow: var(--shadow-2xl); }
.bright68_shadow_inner { box-shadow: var(--shadow-inner); }
.content17_shadow_colored { box-shadow: var(--shadow-colored); }
.design99_radius_none { border-radius: var(--radius-none); }
.creative70_radius_xs { border-radius: var(--radius-xs); }
.unique71_radius_sm { border-radius: var(--radius-sm); }
.smart39_radius_md { border-radius: var(--radius-md); }
.content32_radius_lg { border-radius: var(--radius-lg); }
.section86_radius_xl { border-radius: var(--radius-xl); }
.design64_radius_2xl { border-radius: var(--radius-2xl); }
.section4_radius_3xl { border-radius: var(--radius-3xl); }
.brand73_radius_full { border-radius: var(--radius-full); }
.section44_gradient_primary {
background: var(--gradient-primary);
}
.new27_gradient_secondary {
background: var(--gradient-secondary);
}
.elite95_gradient_hero {
background: var(--gradient-hero);
}
.custom55_gradient_card {
background: var(--gradient-card);
}
.prime71_gradient_overlay {
position: relative;
}
.prime71_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;
}
.prime71_gradient_overlay > * {
position: relative;
z-index: 2;
}
.new89_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.new89_hover_lift:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.dark88_hover_scale {
transition: transform var(--transition-normal);
}
.dark88_hover_scale:hover {
transform: scale(1.02);
}
.ui70_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.ui70_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.new60_hover_fade {
transition: opacity var(--transition-normal);
}
.new60_hover_fade:hover {
opacity: var(--opacity-loading);
}
.best66_focus_ring {
transition: box-shadow var(--transition-fast);
}
.best66_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.app56_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.business93_hero_content {
position: relative;
z-index: 2;
}
.core55_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.best56_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.core19_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.layout16_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.bold80_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: var(--space-6);
}
.clean98_timeline {
position: relative;
}
.clean98_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.agency47_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.agency47_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.agency47_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.content8_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.fresh91_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;
}
}
.clean62_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;
}
}
.style75_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;
}
}
.page57_transition_all {
transition: var(--transition-all);
}
.clean80_transition_fast {
transition: all var(--transition-fast);
}
.site40_transition_normal {
transition: all var(--transition-normal);
}
.brand0_transition_slow {
transition: all var(--transition-slow);
}
.site23_bg_primary { background-color: var(--bg-primary); }
.light52_bg_secondary { background-color: var(--bg-secondary); }
.base25_bg_muted { background-color: var(--bg-muted); }
.new99_bg_glass { background-color: var(--bg-glass); }
.business41_text_primary { color: var(--text-primary); }
.page32_text_secondary { color: var(--text-secondary); }
.web16_text_muted { color: var(--text-muted); }
.content83_text_inverse { color: var(--text-inverse); }
.new56_text_link { color: var(--text-link); }
.app58_border_light { border-color: var(--border-light); }
.app80_border_medium { border-color: var(--border-medium); }
.unique79_border_strong { border-color: var(--border-strong); }
.custom4_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 768px) {
.core55_services_grid,
.core19_features_grid,
.best56_team_grid,
.bold80_pricing_grid {
grid-template-columns: 1fr;
}
.layout16_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.clean98_timeline::before {
left: 30px;
}
.agency47_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.unique7_section_height {
min-height: 60vh;
}
.light96_hero_height {
min-height: 70vh;
}
}
@media (max-width: 480px) {
.layout16_gallery_grid {
grid-template-columns: 1fr;
}
.agency47_timeline_item {
padding-left: var(--space-12) !important;
}
}
.site80_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;
}
.creative61_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.premium6_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);
}
.premium6_skip_link:focus {
top: 6px;
}
@media print {
.pro61_no_print {
display: none !important;
}
.smart78_print_only {
display: block !important;
}
.web91_shadow_xs,
.business34_shadow_sm,
.creative11_shadow_md,
.business73_shadow_lg,
.creative87_shadow_xl,
.site62_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) {
.content8_fade_in,
.fresh91_slide_up,
.clean62_slide_in_left,
.style75_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.new89_hover_lift,
.dark88_hover_scale,
.ui70_hover_shadow,
.new60_hover_fade,
.page57_transition_all,
.clean80_transition_fast,
.site40_transition_normal,
.brand0_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
.header-bold {
position: relative;
background: var(--surface-primary);
border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
box-shadow: 0 2px 12px color-mix(in srgb, var(--neutral-900) 5%, transparent);
z-index: 1000;
}
.header-bold .navbar {
padding: 1rem 0;
position: relative;
}
.header-bold .navbar-brand {
display: flex;
align-items: center;
text-decoration: none;
transition: transform 0.3s ease;
z-index: 10004;
position: relative;
}
.header-bold .navbar-brand:hover {
transform: translateY(-2px);
}
.header-bold .brand-container {
display: flex;
align-items: center;
gap: 0.75rem;
}
.header-bold .brand-icon {
width: 42px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 10px;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent);
transition: all 0.3s ease;
}
.header-bold .navbar-brand:hover .brand-icon {
transform: rotate(10deg) scale(1.05);
box-shadow: 0 6px 16px color-mix(in srgb, var(--primary-500) 40%, transparent);
}
.header-bold .brand-icon i {
font-size: 1.5rem;
color: var(--light);
}
.header-bold .brand-text {
font-size: 1.25rem;
font-weight: 700;
color: var(--text-primary);
letter-spacing: -0.02em;
}
.header-bold .nav-toggle-checkbox {
display: none;
}
.header-bold .hamburger-toggle {
display: none;
flex-direction: column;
justify-content: space-between;
width: 32px;
height: 24px;
cursor: pointer;
z-index: 10003;
position: relative;
padding: 4px;
transition: transform 0.3s ease;
}
.header-bold .hamburger-toggle:hover {
transform: scale(1.1);
}
.header-bold .hamburger-line {
display: block;
width: 100%;
height: 3px;
background: #334155;
border-radius: 3px;
transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transform-origin: center;
}
.header-bold .nav-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(1) {
transform: translateY(10px) rotate(45deg);
background: var(--primary-500);
}
.header-bold .nav-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(2) {
opacity: 0;
transform: scaleX(0);
}
.header-bold .nav-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(3) {
transform: translateY(-11px) rotate(-45deg);
background: var(--primary-500);
}
.header-bold .nav-backdrop {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: color-mix(in srgb, var(--neutral-900) 60%, transparent);
backdrop-filter: blur(8px);
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
z-index: -1;
}
.header-bold .nav-toggle-checkbox:checked ~ .nav-backdrop {
opacity: 1;
visibility: visible;
z-index: 10001;
}
.header-bold .navbar-nav {
display: flex;
align-items: center;
gap: 2rem;
}
.header-bold .nav-item {
position: relative;
}
.header-bold .nav-link {
color: var(--text-primary);
font-size: 0.75rem;
font-weight: 500;
padding: 0.5rem 0;
margin: 0;
text-decoration: none;
position: relative;
transition: color 0.3s ease;
}
.header-bold .nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--primary-500);
transition: width 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.header-bold .nav-link:hover {
color: var(--primary-500);
}
.header-bold .nav-link:hover::after {
width: 100%;
}
.header-bold .header-decoration {
position: absolute;
top: 0;
right: 0;
width: 200px;
height: 100%;
pointer-events: none;
overflow: hidden;
opacity: 0.3;
}
.header-bold .deco-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
opacity: 0.2;
animation: float 8s ease-in-out infinite;
}
.header-bold .deco-circle-1 {
width: 80px;
height: 80px;
top: -20px;
right: 40px;
animation-delay: 0s;
}
.header-bold .deco-circle-2 {
width: 50px;
height: 50px;
top: 30px;
right: 120px;
animation-delay: 2s;
}
.header-bold .deco-line {
position: absolute;
width: 2px;
height: 60%;
top: 20%;
right: 80px;
background: linear-gradient(to bottom,
transparent,
var(--primary-300),
transparent
);
opacity: 0.3;
}
@media (max-width: 991.98px) {
.header-bold .hamburger-toggle {
display: flex;
}
.header-bold .navbar-collapse {
position: fixed;
top: 0;
right: -100%;
width: 80%;
max-width: 320px;
height: 100vh;
background: var(--surface-primary);
box-shadow: -4px 0 24px color-mix(in srgb, var(--neutral-900) 15%, transparent);
padding: 5rem 2rem 2rem;
transition: right 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
z-index: 10002;
overflow-y: auto;
}
.header-bold .nav-toggle-checkbox:checked ~ .navbar-collapse {
right: 0;
}
.header-bold .navbar-nav {
flex-direction: column;
align-items: flex-start;
gap: 0;
width: 100%;
}
.header-bold .nav-item {
width: 100%;
border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 20%, transparent);
}
.header-bold .nav-link {
display: block;
width: 100%;
padding: 1rem 0;
font-size: 0.875rem;
}
.header-bold .nav-link::after {
display: none;
}
.header-bold .nav-link:hover {
padding-left: 1rem;
background: color-mix(in srgb, var(--primary-50) 50%, transparent);
}
.header-bold .header-decoration {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.header-bold .navbar-collapse {
width: 60%;
max-width: 400px;
}
.header-bold .nav-link {
font-size: 1.15rem;
}
}
@media (min-width: 1400px) {
.header-bold .container {
max-width: 1320px;
}
.header-bold .navbar-nav {
gap: 2.5rem;
}
.header-bold .brand-text {
font-size: 1.35rem;
}
}
@keyframes float {
0%, 100% {
transform: translateY(0) scale(1);
}
50% {
transform: translateY(-15px) scale(1.1);
}
}
@media (prefers-reduced-motion: reduce) {
.header-bold * {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
.hero-standard {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
padding-top: 80px;
padding-bottom: 120px;
position: relative;
}
.hero-standard__bg-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
pointer-events: none;
z-index: 0;
}
.hero-standard__blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.15;
animation: hero-standard-float 20s ease-in-out infinite;
}
.hero-standard__blob--1 {
width: 500px;
height: 500px;
background: var(--primary-500);
top: -200px;
right: -150px;
animation-delay: 0s;
}
.hero-standard__blob--2 {
width: 400px;
height: 400px;
background: var(--primary-700);
bottom: -100px;
left: -100px;
animation-delay: 5s;
}
.hero-standard__grid-pattern {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(color-mix(in srgb, var(--primary-300) 10%, transparent 90%) 1px, transparent 1px),
linear-gradient(90deg, color-mix(in srgb, var(--primary-300) 10%, transparent 90%) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.3;
}
@keyframes hero-standard-float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
.hero-standard__content {
position: relative;
z-index: 2;
}
.hero-standard__badge-wrapper {
display: flex;
align-items: center;
gap: 12px;
}
.hero-standard__badge-dot {
width: 12px;
height: 12px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
display: inline-block;
animation: hero-standard-pulse 2s ease-in-out infinite;
box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.hero-standard__badge-line {
width: 60px;
height: 3px;
background: linear-gradient(90deg, var(--primary-500), transparent);
border-radius: 2px;
}
@keyframes hero-standard-pulse {
0%, 100% {
box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-500) 70%, transparent 30%);
}
50% {
box-shadow: 0 0 0 10px color-mix(in srgb, var(--primary-500) 0%, transparent 100%);
}
}
.hero-standard__title {
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
font-weight: 700;
margin-bottom: 1.5rem;
}
.hero-standard__subtitle {
color: var(--primary-700);
line-height: 1.4;
font-weight: 500;
}
.hero-standard__description {
color: var(--text-secondary);
line-height: 1.7;
max-width: 600px;
}
.hero-standard__features {
margin-top: 2rem;
}
.hero-standard__feature-icon {
width: 60px;
height: 60px;
background: var(--surface-primary);
border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 10%, transparent 90%);
}
.hero-standard__feature-icon i {
font-size: 1.5rem;
color: var(--primary-700);
transition: all 0.3s ease;
}
.hero-standard__feature-icon:hover {
transform: translateY(-5px);
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-color: var(--primary-700);
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.hero-standard__feature-icon:hover i {
color: var(--light);
}
.hero-standard__image-wrapper {
position: relative;
z-index: 1;
}
.hero-standard__image-container {
position: relative;
z-index: 2;
}
.hero-standard__image {
width: 100%;
height: auto;
object-fit: cover;
border: 8px solid var(--surface-primary);
box-shadow:
0 20px 60px color-mix(in srgb, var(--primary-700) 20%, transparent 80%),
0 0 0 1px color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
transition: transform 0.5s ease;
}
.hero-standard__image:hover {
transform: scale(1.02);
}
.hero-standard__shape {
position: absolute;
z-index: 1;
}
.hero-standard__shape--circle-1 {
width: 200px;
height: 200px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
color-mix(in srgb, var(--primary-500) 20%, transparent 80%)
);
border-radius: 50%;
top: -40px;
right: -40px;
animation: hero-standard-rotate 25s linear infinite;
}
.hero-standard__shape--circle-2 {
width: 150px;
height: 150px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
color-mix(in srgb, var(--primary-700) 15%, transparent 85%)
);
border-radius: 50%;
bottom: -30px;
left: -30px;
animation: hero-standard-rotate 20s linear infinite reverse;
}
.hero-standard__shape--square {
width: 100px;
height: 100px;
background: color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
border-radius: 20px;
top: 50%;
left: -20px;
transform: rotate(45deg);
animation: hero-standard-float-square 15s ease-in-out infinite;
}
@keyframes hero-standard-rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes hero-standard-float-square {
0%, 100% {
transform: rotate(45deg) translateY(0);
}
50% {
transform: rotate(45deg) translateY(-20px);
}
}
.hero-standard__floating-icon {
position: absolute;
width: 50px;
height: 50px;
background: var(--surface-primary);
border: 2px solid var(--primary-300);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
z-index: 3;
}
.hero-standard__floating-icon i {
font-size: 1.25rem;
color: var(--primary-700);
}
.hero-standard__floating-icon--1 {
top: 10%;
right: 10%;
animation: hero-standard-float-icon 3s ease-in-out infinite;
}
.hero-standard__floating-icon--2 {
bottom: 15%;
right: 5%;
animation: hero-standard-float-icon 3s ease-in-out infinite 1s;
}
.hero-standard__floating-icon--3 {
top: 40%;
left: -10px;
animation: hero-standard-float-icon 3s ease-in-out infinite 2s;
}
@keyframes hero-standard-float-icon {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-15px);
}
}
.hero-standard__wave-decoration {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 120px;
overflow: hidden;
line-height: 0;
z-index: 0;
}
.hero-standard__wave-svg {
position: relative;
display: block;
width: calc(100% + 1.3px);
height: 120px;
}
.hero-standard__wave-path {
fill: var(--surface-secondary);
opacity: 0.3;
}
@media (max-width: 991.98px) {
.hero-standard {
padding-top: 60px;
padding-bottom: 80px;
}
.hero-standard__title {
font-size: 2.5rem;
}
.hero-standard__subtitle {
font-size: 1.25rem;
}
.hero-standard__description {
font-size: 1rem;
}
.hero-standard__image-wrapper {
margin-top: 3rem;
}
.hero-standard__floating-icon {
display: none;
}
.hero-standard__shape--square {
display: none;
}
}
@media (max-width: 767.98px) {
.hero-standard__title {
font-size: 2rem;
}
.hero-standard__subtitle {
font-size: 1.1rem;
}
.hero-standard__blob--1,
.hero-standard__blob--2 {
width: 300px;
height: 300px;
}
.hero-standard__features {
justify-content: flex-start;
}
.hero-standard__feature-icon {
width: 50px;
height: 50px;
}
.hero-standard__feature-icon i {
font-size: 1.25rem;
}
.hero-standard__shape--circle-1,
.hero-standard__shape--circle-2 {
width: 120px;
height: 120px;
}
}
@media (max-width: 575.98px) {
.hero-standard {
padding-top: 40px;
padding-bottom: 60px;
}
.hero-standard__title {
font-size: 1.75rem;
}
.hero-standard__grid-pattern {
background-size: 30px 30px;
}
.hero-standard__wave-decoration {
height: 80px;
}
.hero-standard__wave-svg {
height: 80px;
}
}
@media (prefers-reduced-motion: reduce) {
.hero-standard__blob,
.hero-standard__shape,
.hero-standard__floating-icon,
.hero-standard__badge-dot {
animation: none;
}
.hero-standard__image {
transition: none;
}
}
@media (prefers-contrast: high) {
.hero-standard__title {
color: var(--neutral-900);
}
.hero-standard__feature-icon {
border-width: 3px;
}
.hero-standard__image {
border-width: 4px;
}
}
.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-featured {
position: relative;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.about-section-featured #about-title {
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.about-section-featured #about-subtitle {
color: var(--primary-700);
font-size: 1.25rem;
font-weight: 600;
}
.about-section-featured .about-intro {
color: var(--text-secondary);
font-size: 1.1rem;
line-height: 1.8;
max-width: 800px;
margin: 0 auto;
}
.about-section-featured .image-wrapper {
position: relative;
transition: transform 0.5s ease;
}
.about-section-featured .image-wrapper:hover {
transform: translateY(-10px);
}
.about-section-featured .image-wrapper img {
position: relative;
z-index: 2;
width: 100%;
height: auto;
transition: all 0.4s ease;
}
.about-section-featured .image-wrapper:hover img {
transform: scale(1.02);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.15) !important;
}
.about-section-featured .primary-image img {
border: 4px solid var(--surface-primary);
}
.about-section-featured .secondary-image img {
aspect-ratio: 16/9;
object-fit: cover;
}
.about-section-featured .tertiary-image img {
aspect-ratio: 4/5;
object-fit: cover;
}
.about-section-featured .decorative-blob {
position: absolute;
border-radius: 50%;
z-index: 1;
opacity: 0.15;
}
.about-section-featured .blob-1 {
width: 300px;
height: 300px;
background: radial-gradient(
circle,
var(--primary-500),
var(--primary-300)
);
top: -50px;
right: -50px;
animation: float 6s ease-in-out infinite;
}
.about-section-featured .blob-2 {
width: 200px;
height: 200px;
background: radial-gradient(
circle,
var(--primary-700),
var(--primary-500)
);
bottom: -30px;
left: -30px;
animation: float 8s ease-in-out infinite reverse;
}
.about-section-featured .decorative-accent {
position: absolute;
bottom: -20px;
left: -20px;
width: 120px;
height: 120px;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 50%;
z-index: 1;
opacity: 0.2;
}
.about-section-featured .decorative-shape {
position: absolute;
top: -15px;
right: -15px;
width: 100px;
height: 100px;
background: var(--primary-100);
border-radius: 20px;
transform: rotate(15deg);
z-index: 1;
opacity: 0.6;
}
.about-section-featured .features-grid {
display: grid;
gap: 1.5rem;
}
.about-section-featured .feature-card {
display: flex;
gap: 1.25rem;
padding: 1.75rem;
background: var(--surface-primary);
border-radius: 16px;
border: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.about-section-featured .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: linear-gradient(
to bottom,
var(--primary-500),
var(--primary-700)
);
transform: scaleY(0);
transition: transform 0.3s ease;
}
.about-section-featured .feature-card:hover {
transform: translateX(8px);
border-color: var(--primary-300);
box-shadow: 0 10px 30px rgba(var(--black-rgb), 0.08);
}
.about-section-featured .feature-card:hover::before {
transform: scaleY(1);
}
.about-section-featured .feature-icon {
flex-shrink: 0;
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(
135deg,
var(--primary-100),
var(--primary-50)
);
border-radius: 14px;
color: var(--primary-700);
font-size: 1.5rem;
transition: all 0.3s ease;
position: relative;
}
.about-section-featured .feature-card:hover .feature-icon {
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
color: var(--light);
transform: rotate(5deg) scale(1.05);
}
.about-section-featured .feature-icon i {
transition: transform 0.3s ease;
}
.about-section-featured .feature-card:hover .feature-icon i {
transform: scale(1.1);
}
.about-section-featured .feature-content h3 {
color: var(--text-primary);
margin-bottom: 0.5rem;
transition: color 0.3s ease;
}
.about-section-featured .feature-card:hover .feature-content h3 {
color: var(--primary-700);
}
.about-section-featured .feature-content p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.95rem;
}
.about-section-featured .floating-badge {
position: absolute;
top: 20px;
right: 20px;
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;
color: var(--light);
font-size: 1.5rem;
z-index: 3;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.15);
animation: pulse 2s ease-in-out infinite;
}
.about-section-featured .decorative-elements {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.about-section-featured .floating-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(
circle,
var(--primary-300),
transparent
);
opacity: 0.1;
}
.about-section-featured .circle-1 {
width: 400px;
height: 400px;
top: 10%;
right: 5%;
animation: float 10s ease-in-out infinite;
}
.about-section-featured .circle-2 {
width: 250px;
height: 250px;
bottom: 20%;
left: 10%;
animation: float 12s ease-in-out infinite reverse;
}
.about-section-featured .circle-3 {
width: 150px;
height: 150px;
top: 40%;
left: 50%;
animation: float 8s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0) translateX(0);
}
50% {
transform: translateY(-30px) translateX(20px);
}
}
@keyframes pulse {
0%, 100% {
transform: scale(1);
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.15);
}
50% {
transform: scale(1.05);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.2);
}
}
@media (max-width: 991px) {
.about-section-featured #about-title {
font-size: 2rem;
}
.about-section-featured .features-grid {
gap: 1.25rem;
}
.about-section-featured .feature-card {
padding: 1.5rem;
}
.about-section-featured .blob-1,
.about-section-featured .blob-2 {
display: none;
}
}
@media (max-width: 767px) {
.about-section-featured #about-title {
font-size: 1.75rem;
}
.about-section-featured #about-subtitle {
font-size: 1.1rem;
}
.about-section-featured .about-intro {
font-size: 1rem;
}
.about-section-featured .feature-card {
flex-direction: column;
text-align: center;
align-items: center;
padding: 1.25rem;
}
.about-section-featured .feature-icon {
margin-bottom: 0.5rem;
}
.about-section-featured .feature-card:hover {
transform: translateY(-5px);
}
.about-section-featured .floating-badge {
width: 50px;
height: 50px;
font-size: 1.25rem;
top: 15px;
right: 15px;
}
.about-section-featured .tertiary-image img {
aspect-ratio: 16/9;
}
}
@media (max-width: 575px) {
.about-section-featured {
padding: 3rem 0;
}
.about-section-featured #about-title {
font-size: 1.5rem;
}
.about-section-featured .feature-content h3 {
font-size: 1.1rem;
}
.about-section-featured .feature-content p {
font-size: 0.9rem;
}
}
.features-secondary {
position: relative;
background: linear-gradient(
180deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.features-secondary .features-header {
position: relative;
z-index: 2;
}
.features-secondary #features-title {
color: var(--text-primary);
letter-spacing: -0.02em;
line-height: 1.2;
}
.features-secondary #features-subtitle {
color: var(--primary-700);
font-weight: 600;
letter-spacing: -0.01em;
}
.features-secondary #features-desc {
color: var(--text-secondary);
font-size: 1.125rem;
line-height: 1.7;
max-width: 100%;
}
.features-secondary .feature-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem 1.5rem;
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;
}
.features-secondary .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
opacity: 0;
transition: opacity 0.4s ease;
}
.features-secondary .feature-card:hover {
transform: translateY(-8px);
box-shadow:
0 12px 40px color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
0 0 0 1px color-mix(in srgb, var(--primary-300) 50%, transparent 50%);
}
.features-secondary .feature-card:hover::before {
opacity: 1;
}
.features-secondary .feature-icon-wrapper {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 1.5rem;
}
.features-secondary .feature-icon {
position: relative;
z-index: 2;
width: 80px;
height: 80px;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 2rem;
transition: all 0.4s ease;
}
.features-secondary .feature-card:hover .feature-icon {
transform: rotate(-5deg) scale(1.05);
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
}
.features-secondary .icon-bg-shape {
position: absolute;
top: 10px;
left: 10px;
width: 80px;
height: 80px;
background: color-mix(in srgb, var(--primary-100) 60%, transparent 40%);
border-radius: 20px;
z-index: 1;
transition: all 0.4s ease;
}
.features-secondary .feature-card:hover .icon-bg-shape {
transform: rotate(10deg) scale(1.1);
}
.features-secondary .feature-content {
position: relative;
z-index: 2;
}
.features-secondary .feature-content h4 {
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.4;
transition: color 0.3s ease;
}
.features-secondary .feature-card:hover .feature-content h4 {
color: var(--primary-700);
}
.features-secondary .feature-content p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.9375rem;
}
.features-secondary .feature-accent-line {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(
90deg,
transparent,
var(--primary-300),
transparent
);
opacity: 0;
transition: opacity 0.4s ease;
}
.features-secondary .feature-card:hover .feature-accent-line {
opacity: 1;
}
.features-secondary .decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 1;
overflow: hidden;
}
.features-secondary .shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
transparent 70%
);
}
.features-secondary .shape-1 {
width: 400px;
height: 400px;
top: -200px;
right: -100px;
}
.features-secondary .shape-2 {
width: 300px;
height: 300px;
bottom: -150px;
left: -100px;
}
.features-secondary .shape-blob {
position: absolute;
width: 500px;
height: 500px;
background: radial-gradient(
ellipse at center,
color-mix(in srgb, var(--primary-100) 15%, transparent 85%),
transparent 70%
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: blob-float 20s ease-in-out infinite;
}
.features-secondary .shape-3 {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@keyframes blob-float {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: translate(-50%, -50%) rotate(0deg);
}
25% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
transform: translate(-45%, -55%) rotate(90deg);
}
50% {
border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
transform: translate(-55%, -45%) rotate(180deg);
}
75% {
border-radius: 30% 70% 40% 60% / 50% 60% 40% 50%;
transform: translate(-50%, -50%) rotate(270deg);
}
}
@media (max-width: 991.98px) {
.features-secondary #features-title {
font-size: 2rem;
}
.features-secondary #features-desc {
font-size: 1rem;
}
.features-secondary .feature-card {
padding: 1.75rem 1.25rem;
}
.features-secondary .feature-icon-wrapper {
width: 70px;
height: 70px;
}
.features-secondary .feature-icon {
width: 70px;
height: 70px;
font-size: 1.75rem;
border-radius: 16px;
}
.features-secondary .icon-bg-shape {
width: 70px;
height: 70px;
border-radius: 16px;
}
}
@media (max-width: 767.98px) {
.features-secondary {
padding: 3rem 0;
}
.features-secondary #features-title {
font-size: 1.75rem;
}
.features-secondary #features-subtitle {
font-size: 1.125rem;
}
.features-secondary .feature-card {
padding: 1.5rem 1rem;
}
.features-secondary .feature-icon-wrapper {
width: 64px;
height: 64px;
}
.features-secondary .feature-icon {
width: 64px;
height: 64px;
font-size: 1.5rem;
border-radius: 14px;
}
.features-secondary .icon-bg-shape {
width: 64px;
height: 64px;
border-radius: 14px;
}
.features-secondary .shape-1,
.features-secondary .shape-2 {
width: 250px;
height: 250px;
}
.features-secondary .shape-blob {
width: 350px;
height: 350px;
}
}
@media (max-width: 575.98px) {
.features-secondary #features-title {
font-size: 1.5rem;
}
.features-secondary .feature-content h4 {
font-size: 1.125rem;
}
.features-secondary .feature-content p {
font-size: 0.875rem;
}
}
@media (prefers-contrast: high) {
.features-secondary .feature-card {
border: 2px solid var(--primary-500);
}
.features-secondary .feature-icon {
border: 2px solid var(--light);
}
}
@media (prefers-reduced-motion: reduce) {
.features-secondary .feature-card,
.features-secondary .feature-icon,
.features-secondary .icon-bg-shape {
transition: none;
}
.features-secondary .shape-blob {
animation: none;
}
.features-secondary .feature-card:hover {
transform: none;
}
}
.services-modern {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.services-modern .decorative-shape {
position: relative;
margin: 0 auto 1.5rem;
}
.services-modern .shape-top {
width: 60px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
border-radius: 2px;
}
.services-modern .decorative-dots {
display: flex;
gap: 8px;
justify-content: center;
align-items: center;
}
.services-modern .decorative-dots .dot {
width: 8px;
height: 8px;
background: var(--primary-300);
border-radius: 50%;
display: block;
animation: pulse-dot 2s ease-in-out infinite;
}
.services-modern .decorative-dots .dot:nth-child(2) {
animation-delay: 0.2s;
background: var(--primary-500);
}
.services-modern .decorative-dots .dot:nth-child(3) {
animation-delay: 0.4s;
}
@keyframes pulse-dot {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.services-modern .service-card {
position: relative;
background: var(--light);
border-radius: 16px;
padding: 2rem;
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.services-modern .service-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-50) 60%, transparent),
transparent 60%
);
opacity: 0;
transition: opacity 0.4s ease;
z-index: 0;
}
.services-modern .service-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.services-modern .service-card:hover::before {
opacity: 1;
}
.services-modern .service-icon-wrapper {
position: relative;
width: 70px;
height: 70px;
margin-bottom: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
}
.services-modern .icon-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
var(--primary-100),
var(--primary-50)
);
border-radius: 16px;
transition: all 0.4s ease;
z-index: 0;
}
.services-modern .service-card:hover .icon-background {
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-300)
);
transform: rotate(10deg) scale(1.1);
}
.services-modern .service-icon {
font-size: 2rem;
color: var(--primary-700);
position: relative;
z-index: 1;
transition: all 0.4s ease;
}
.services-modern .service-card:hover .service-icon {
color: var(--light);
transform: scale(1.1);
}
.services-modern .service-content {
position: relative;
z-index: 1;
}
.services-modern .service-content h3 {
color: var(--text-primary);
margin-bottom: 1rem;
transition: color 0.3s ease;
}
.services-modern .service-card:hover .service-content h3 {
color: var(--primary-700);
}
.services-modern .service-features {
padding: 1rem;
background: color-mix(in srgb, var(--neutral-100) 50%, transparent);
border-radius: 8px;
border-left: 3px solid var(--primary-300);
}
.services-modern .service-features p {
line-height: 1.6;
font-size: 0.875rem;
}
.services-modern .service-price-wrapper {
display: flex;
align-items: baseline;
gap: 0.5rem;
padding-top: 1rem;
border-top: 1px solid var(--neutral-100);
margin-top: 1rem;
}
.services-modern .price-label {
font-size: 0.875rem;
color: var(--text-secondary);
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 500;
}
.services-modern .price-value {
font-size: 1.5rem;
font-weight: 700;
color: var(--primary-700);
}
.services-modern .card-decoration {
position: absolute;
bottom: 0;
right: 0;
width: 120px;
height: 120px;
background: linear-gradient(
135deg,
transparent 50%,
color-mix(in srgb, var(--primary-300) 10%, transparent)
);
border-radius: 16px 0 16px 0;
pointer-events: none;
transition: all 0.4s ease;
}
.services-modern .service-card:hover .card-decoration {
width: 150px;
height: 150px;
background: linear-gradient(
135deg,
transparent 50%,
color-mix(in srgb, var(--primary-500) 15%, transparent)
);
}
.services-modern .floating-shape {
position: absolute;
border-radius: 50%;
pointer-events: none;
z-index: 0;
animation: float 20s ease-in-out infinite;
}
.services-modern .shape-1 {
width: 300px;
height: 300px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-100) 30%, transparent),
transparent 70%
);
top: 10%;
left: -100px;
animation-delay: 0s;
}
.services-modern .shape-2 {
width: 250px;
height: 250px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 20%, transparent),
transparent 70%
);
bottom: 20%;
right: -80px;
animation-delay: 5s;
}
.services-modern .shape-3 {
width: 200px;
height: 200px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-50) 40%, transparent),
transparent 70%
);
top: 50%;
right: 10%;
animation-delay: 10s;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
.services-modern #services-title {
color: var(--text-primary);
line-height: 1.2;
}
.services-modern #services-subtitle {
color: var(--primary-700);
}
.services-modern #services-desc {
max-width: 700px;
margin: 0 auto;
line-height: 1.7;
}
@media (max-width: 991.98px) {
.services-modern .service-card {
padding: 1.75rem;
}
.services-modern .service-icon-wrapper {
width: 60px;
height: 60px;
}
.services-modern .service-icon {
font-size: 1.75rem;
}
.services-modern .floating-shape {
display: none;
}
}
@media (max-width: 767.98px) {
.services-modern .service-card {
padding: 1.5rem;
}
.services-modern .price-value {
font-size: 1.25rem;
}
.services-modern .card-decoration {
width: 80px;
height: 80px;
}
.services-modern .service-card:hover .card-decoration {
width: 100px;
height: 100px;
}
}
@media (max-width: 575.98px) {
.services-modern {
padding-top: 3rem;
padding-bottom: 3rem;
}
.services-modern .service-icon-wrapper {
width: 50px;
height: 50px;
margin-bottom: 1rem;
}
.services-modern .service-icon {
font-size: 1.5rem;
}
.services-modern .service-features {
padding: 0.75rem;
}
}
@media (prefers-reduced-motion: reduce) {
.services-modern .service-card,
.services-modern .icon-background,
.services-modern .service-icon,
.services-modern .card-decoration,
.services-modern .floating-shape,
.services-modern .decorative-dots .dot {
animation: none;
transition: none;
}
.services-modern .service-card:hover {
transform: none;
}
}
@media (prefers-contrast: high) {
.services-modern .service-card {
border: 2px solid var(--primary-500);
}
.services-modern .service-features {
border-left-width: 4px;
}
}
.priceplan-section-featured {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.priceplan-section-featured .section-header {
margin-bottom: 60px;
}
.priceplan-section-featured .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.priceplan-section-featured .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.priceplan-section-featured .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.priceplan-section-featured .pricing-card {
position: relative;
background: var(--light);
border-radius: 20px;
padding: 40px 30px;
height: 100%;
display: flex;
flex-direction: column;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid transparent;
overflow: hidden;
}
.priceplan-section-featured .pricing-card:hover {
transform: translateY(-10px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.15);
border-color: var(--primary-300);
}
.priceplan-section-featured .featured-card {
background: linear-gradient(135deg, var(--light) 0%, color-mix(in srgb, var(--primary-50) 50%, var(--light) 50%) 100%);
border-color: var(--primary-500);
transform: scale(1.05);
}
.priceplan-section-featured .featured-card:hover {
transform: scale(1.05) translateY(-10px);
}
.priceplan-section-featured .featured-badge {
position: absolute;
top: 20px;
right: 20px;
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.25rem;
box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
animation: pulse-badge 2s ease-in-out infinite;
}
@keyframes pulse-badge {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
}
.priceplan-section-featured .card-icon {
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
transition: all 0.3s ease;
}
.priceplan-section-featured .card-icon i {
font-size: 2rem;
color: var(--light);
}
.priceplan-section-featured .pricing-card:hover .card-icon {
transform: rotate(10deg) scale(1.1);
}
.priceplan-section-featured .plan-name {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.priceplan-section-featured .plan-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 24px;
flex-grow: 0;
}
.priceplan-section-featured .plan-price {
padding: 20px 0;
margin-bottom: 24px;
border-top: 2px solid var(--neutral-100);
border-bottom: 2px solid var(--neutral-100);
}
.priceplan-section-featured .price-amount {
font-size: 2.5rem;
font-weight: 800;
color: var(--primary-500);
display: block;
line-height: 1;
}
.priceplan-section-featured .plan-features {
flex-grow: 1;
}
.priceplan-section-featured .features-text {
font-size: 0.95rem;
color: var(--text-secondary);
line-height: 1.8;
margin: 0;
}
.priceplan-section-featured .card-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.priceplan-section-featured .deco-circle {
position: absolute;
border-radius: 50%;
background: var(--primary-300);
opacity: 0.08;
}
.priceplan-section-featured .deco-1 {
width: 150px;
height: 150px;
top: -50px;
right: -50px;
}
.priceplan-section-featured .deco-2 {
width: 100px;
height: 100px;
bottom: -30px;
left: -30px;
}
.priceplan-section-featured .deco-3 {
width: 80px;
height: 80px;
top: 50%;
left: -20px;
transform: translateY(-50%);
}
.priceplan-section-featured .floating-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.priceplan-section-featured .shape {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-300) 0%, var(--primary-500) 100%);
opacity: 0.05;
animation: float 20s ease-in-out infinite;
}
.priceplan-section-featured .shape-1 {
width: 300px;
height: 300px;
top: 10%;
left: 5%;
animation-delay: 0s;
}
.priceplan-section-featured .shape-2 {
width: 200px;
height: 200px;
top: 60%;
right: 10%;
animation-delay: 5s;
}
.priceplan-section-featured .shape-3 {
width: 150px;
height: 150px;
bottom: 10%;
left: 15%;
animation-delay: 10s;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
25% {
transform: translate(30px, -30px) rotate(90deg);
}
50% {
transform: translate(0, -60px) rotate(180deg);
}
75% {
transform: translate(-30px, -30px) rotate(270deg);
}
}
@media (max-width: 991px) {
.priceplan-section-featured {
padding: 80px 0;
}
.priceplan-section-featured .section-title {
font-size: 2.25rem;
}
.priceplan-section-featured .section-subtitle {
font-size: 1.25rem;
}
.priceplan-section-featured .featured-card {
transform: scale(1);
}
.priceplan-section-featured .featured-card:hover {
transform: translateY(-10px);
}
}
@media (max-width: 767px) {
.priceplan-section-featured {
padding: 60px 0;
}
.priceplan-section-featured .section-header {
margin-bottom: 40px;
}
.priceplan-section-featured .section-title {
font-size: 1.875rem;
}
.priceplan-section-featured .section-subtitle {
font-size: 1.125rem;
}
.priceplan-section-featured .section-description {
font-size: 1rem;
}
.priceplan-section-featured .pricing-card {
padding: 30px 24px;
}
.priceplan-section-featured .card-icon {
width: 70px;
height: 70px;
}
.priceplan-section-featured .card-icon i {
font-size: 1.75rem;
}
.priceplan-section-featured .plan-name {
font-size: 1.5rem;
}
.priceplan-section-featured .price-amount {
font-size: 2rem;
}
.priceplan-section-featured .shape {
display: none;
}
}
@media (max-width: 575px) {
.priceplan-section-featured .section-title {
font-size: 1.625rem;
}
.priceplan-section-featured .featured-badge {
width: 40px;
height: 40px;
font-size: 1rem;
}
.priceplan-section-featured .card-icon {
width: 60px;
height: 60px;
}
.priceplan-section-featured .card-icon i {
font-size: 1.5rem;
}
}
.team-section-special {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.team-section-special .section-header-wrapper {
z-index: 2;
}
.team-section-special .header-decoration {
width: 60px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
margin: 0 auto 1.5rem;
border-radius: 2px;
}
.team-section-special .section-title {
font-size: clamp(2rem, 4vw, 2.75rem);
color: var(--text-primary);
letter-spacing: -0.02em;
line-height: 1.2;
}
.team-section-special .section-subtitle {
font-size: clamp(0.875rem, 1.5vw, 1rem);
color: var(--primary-500);
font-weight: 600;
letter-spacing: 0.1em;
}
.team-section-special .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
margin: 0 auto;
}
.team-section-special .team-card {
background: var(--surface-secondary);
border-radius: 12px;
overflow: hidden;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
box-shadow: 0 4px 6px -1px rgba(var(--black-rgb), 0.05),
0 2px 4px -1px rgba(var(--black-rgb), 0.03);
}
.team-section-special .team-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 25px -5px rgba(var(--black-rgb), 0.08),
0 10px 10px -5px rgba(var(--black-rgb), 0.04);
border-color: var(--primary-300);
}
.team-section-special .team-image-wrapper {
aspect-ratio: 1 / 1;
background: linear-gradient(
135deg,
var(--neutral-100),
var(--neutral-50)
);
}
.team-section-special .team-member-photo {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-section-special .team-card:hover .team-member-photo {
transform: scale(1.05);
}
.team-section-special .image-overlay {
position: absolute;
inset: 0;
background: linear-gradient(
180deg,
transparent 0%,
transparent 60%,
color-mix(in srgb, var(--primary-700) 20%, transparent) 100%
);
opacity: 0;
transition: opacity 0.4s ease;
}
.team-section-special .team-card:hover .image-overlay {
opacity: 1;
}
.team-section-special .team-content {
background: var(--surface-secondary);
position: relative;
}
.team-section-special .member-name {
font-size: 1.25rem;
color: var(--text-primary);
margin-bottom: 0.5rem;
transition: color 0.3s ease;
}
.team-section-special .team-card:hover .member-name {
color: var(--primary-500);
}
.team-section-special .member-role {
font-size: 0.875rem;
color: var(--text-secondary);
letter-spacing: 0.05em;
font-weight: 500;
}
.team-section-special .badge-dot {
display: inline-block;
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
position: relative;
}
.team-section-special .badge-dot::before {
content: '';
position: absolute;
inset: -4px;
border: 2px solid color-mix(in srgb, var(--primary-300) 40%, transparent);
border-radius: 50%;
animation: pulse-v238 2s infinite;
}
@keyframes pulse-v238 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0;
}
}
.team-section-special .decorative-column {
padding: 3rem 2rem;
}
.team-section-special .icon-stack {
display: flex;
flex-direction: column;
gap: 2rem;
align-items: center;
}
.team-section-special .icon-stack i {
font-size: 3rem;
color: var(--primary-300);
opacity: 0.3;
transition: all 0.3s ease;
}
.team-section-special .icon-stack i:hover {
transform: scale(1.2) rotate(5deg);
opacity: 0.6;
}
.team-section-special .decorative-shapes {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 0;
}
.team-section-special .shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.team-section-special .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -200px;
right: -100px;
filter: blur(80px);
}
.team-section-special .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: -150px;
left: -100px;
filter: blur(60px);
}
.team-section-special .shape-3 {
width: 250px;
height: 250px;
background: var(--primary-500);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
filter: blur(100px);
}
@media (max-width: 991.98px) {
.team-section-special .section-title {
font-size: 2rem;
}
.team-section-special .section-description {
font-size: 1rem;
}
}
@media (max-width: 767.98px) {
.team-section-special {
padding: 3rem 0;
}
.team-section-special .team-card {
margin-bottom: 1.5rem;
}
.team-section-special .section-title {
font-size: 1.75rem;
}
.team-section-special .member-name {
font-size: 1.125rem;
}
}
@media (max-width: 575.98px) {
.team-section-special .team-content {
padding: 1.5rem 1rem;
}
.team-section-special .section-description {
font-size: 0.9375rem;
}
}
@media (prefers-reduced-motion: reduce) {
.team-section-special .team-card,
.team-section-special .team-member-photo,
.team-section-special .member-name {
transition: none;
}
.team-section-special .badge-dot::before {
animation: none;
}
}
@media (prefers-contrast: high) {
.team-section-special .team-card {
border: 2px solid var(--neutral-700);
}
.team-section-special .member-name {
font-weight: 700;
}
.team-section-special .member-role {
font-weight: 600;
}
}
.reviews-section-style {
position: relative;
padding: 100px 0;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.reviews-section-style .section-header {
margin-bottom: 60px;
}
.reviews-section-style .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.reviews-section-style .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 1px;
}
.reviews-section-style .section-description {
font-size: 1.1rem;
color: var(--text-secondary);
line-height: 1.8;
margin-bottom: 0;
}
.reviews-section-style .reviews-grid {
position: relative;
z-index: 2;
}
.reviews-section-style .review-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 40px 32px;
height: 100%;
display: flex;
flex-direction: column;
position: relative;
border: 2px solid var(--neutral-100);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
}
.reviews-section-style .review-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 16px 16px 0 0;
opacity: 0;
transition: opacity 0.4s ease;
}
.reviews-section-style .review-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
}
.reviews-section-style .review-card:hover::before {
opacity: 1;
}
.reviews-section-style .review-card.featured {
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%
);
border-color: var(--primary-300);
box-shadow: 0 8px 32px rgba(var(--black-rgb), 0.1);
}
.reviews-section-style .review-card.featured::before {
opacity: 1;
}
.reviews-section-style .featured-badge {
position: absolute;
top: -12px;
right: 32px;
width: 48px;
height: 48px;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.25rem;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
z-index: 10;
}
.reviews-section-style .quote-icon {
width: 56px;
height: 56px;
background: color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary) 50%);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
transition: all 0.3s ease;
}
.reviews-section-style .quote-icon i {
font-size: 1.75rem;
color: var(--primary-500);
}
.reviews-section-style .review-card:hover .quote-icon {
background: var(--primary-500);
transform: scale(1.1);
}
.reviews-section-style .review-card:hover .quote-icon i {
color: var(--light);
}
.reviews-section-style .review-content {
flex: 1;
margin-bottom: 28px;
}
.reviews-section-style .review-text {
font-size: 1rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 0;
font-style: italic;
}
.reviews-section-style .review-author {
display: flex;
align-items: center;
gap: 16px;
padding-top: 24px;
border-top: 1px solid var(--neutral-100);
}
.reviews-section-style .author-avatar {
flex-shrink: 0;
}
.reviews-section-style .avatar-placeholder {
width: 56px;
height: 56px;
border-radius: 50%;
background: linear-gradient(
135deg,
var(--primary-300),
var(--primary-500)
);
border: 3px solid var(--surface-primary);
box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.1);
}
.reviews-section-style .author-info {
flex: 1;
}
.reviews-section-style .author-name {
font-size: 0.95rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.4;
margin-bottom: 0;
}
.reviews-section-style .review-card.horizontal {
padding: 32px;
}
.reviews-section-style .review-card.horizontal .review-author {
padding-top: 20px;
}
.reviews-section-style .decorative-circle {
position: absolute;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
z-index: 1;
}
.reviews-section-style .decorative-circle.circle-1 {
width: 400px;
height: 400px;
background: radial-gradient(
circle,
var(--primary-300),
transparent 70%
);
top: -100px;
left: -100px;
}
.reviews-section-style .decorative-circle.circle-2 {
width: 350px;
height: 350px;
background: radial-gradient(
circle,
var(--primary-500),
transparent 70%
);
bottom: -80px;
right: -80px;
}
.reviews-section-style .decorative-shape {
position: absolute;
width: 200px;
height: 200px;
opacity: 0.05;
pointer-events: none;
z-index: 1;
}
.reviews-section-style .decorative-shape.shape-1 {
background: linear-gradient(
45deg,
var(--primary-300),
var(--primary-500)
);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
top: 20%;
right: 5%;
animation: float 8s ease-in-out infinite;
}
.reviews-section-style .decorative-shape.shape-2 {
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
bottom: 15%;
left: 8%;
animation: float 10s ease-in-out infinite reverse;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(5deg);
}
}
@media (max-width: 991px) {
.reviews-section-style {
padding: 80px 0;
}
.reviews-section-style .section-title {
font-size: 2rem;
}
.reviews-section-style .section-subtitle {
font-size: 1.1rem;
}
.reviews-section-style .review-card {
padding: 32px 24px;
}
}
@media (max-width: 767px) {
.reviews-section-style {
padding: 60px 0;
}
.reviews-section-style .section-header {
margin-bottom: 40px;
}
.reviews-section-style .section-title {
font-size: 1.75rem;
}
.reviews-section-style .section-subtitle {
font-size: 1rem;
}
.reviews-section-style .section-description {
font-size: 1rem;
}
.reviews-section-style .review-card {
padding: 28px 20px;
}
.reviews-section-style .quote-icon {
width: 48px;
height: 48px;
margin-bottom: 20px;
}
.reviews-section-style .quote-icon i {
font-size: 1.5rem;
}
.reviews-section-style .review-text {
font-size: 0.95rem;
}
.reviews-section-style .author-name {
font-size: 0.9rem;
}
.reviews-section-style .avatar-placeholder {
width: 48px;
height: 48px;
}
.reviews-section-style .decorative-circle.circle-1,
.reviews-section-style .decorative-circle.circle-2 {
width: 250px;
height: 250px;
}
.reviews-section-style .decorative-shape {
width: 150px;
height: 150px;
}
}
@media (max-width: 575px) {
.reviews-section-style .section-title {
font-size: 1.5rem;
}
.reviews-section-style .review-card.horizontal {
padding: 24px 20px;
}
.reviews-section-style .featured-badge {
width: 40px;
height: 40px;
font-size: 1rem;
top: -8px;
right: 20px;
}
}
@media (prefers-contrast: high) {
.reviews-section-style .review-card {
border-width: 3px;
border-color: var(--neutral-700);
}
.reviews-section-style .review-text {
color: var(--text-primary);
}
.reviews-section-style .author-name {
color: var(--neutral-900);
}
}
@media (prefers-reduced-motion: reduce) {
.reviews-section-style .review-card,
.reviews-section-style .quote-icon,
.reviews-section-style .decorative-shape {
transition: none;
animation: none;
}
.reviews-section-style .review-card:hover {
transform: none;
}
}
.casestudy-section-minimal {
position: relative;
padding: 100px 0;
background: var(--surface-primary);
overflow: hidden;
}
.bg-elements {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.bg-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent),
transparent 70%
);
}
.bg-circle-1 {
width: 600px;
height: 600px;
top: -200px;
right: -150px;
}
.bg-circle-2 {
width: 400px;
height: 400px;
bottom: -100px;
left: -100px;
}
.bg-blob {
position: absolute;
width: 800px;
height: 800px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(
ellipse at center,
color-mix(in srgb, var(--primary-50) 40%, transparent),
transparent 60%
);
opacity: 0.6;
}
.casestudy-section-minimal .section-header {
position: relative;
z-index: 1;
max-width: 800px;
margin: 0 auto 80px;
}
.casestudy-section-minimal .header-decoration {
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
margin-bottom: 24px;
}
.casestudy-section-minimal .decorative-line {
width: 60px;
height: 2px;
background: linear-gradient(
90deg,
transparent,
var(--primary-500),
transparent
);
}
.casestudy-section-minimal .header-icon {
font-size: 32px;
color: var(--primary-500);
}
.casestudy-section-minimal .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.casestudy-section-minimal .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.casestudy-section-minimal .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.casestudy-section-minimal .timeline-container {
position: relative;
z-index: 1;
max-width: 1200px;
margin: 0 auto;
padding: 40px 0;
}
.casestudy-section-minimal .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(
to bottom,
transparent,
var(--primary-300) 10%,
var(--primary-300) 90%,
transparent
);
transform: translateX(-50%);
}
.casestudy-section-minimal .timeline-item {
position: relative;
width: 50%;
padding: 40px;
margin-bottom: 60px;
}
.casestudy-section-minimal .timeline-item-left {
padding-right: 60px;
text-align: right;
}
.casestudy-section-minimal .timeline-item-right {
margin-left: 50%;
padding-left: 60px;
}
.casestudy-section-minimal .timeline-marker {
position: absolute;
top: 50%;
width: 60px;
height: 60px;
transform: translateY(-50%);
z-index: 2;
}
.casestudy-section-minimal .timeline-item-left .timeline-marker {
right: -30px;
}
.casestudy-section-minimal .timeline-item-right .timeline-marker {
left: -30px;
}
.casestudy-section-minimal .marker-inner {
width: 100%;
height: 100%;
background: var(--surface-primary);
border: 4px solid var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
color: var(--primary-500);
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.1);
}
.casestudy-section-minimal .timeline-item:hover .marker-inner {
background: var(--primary-500);
color: var(--light);
transform: scale(1.1);
box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 40%, transparent);
}
.casestudy-section-minimal .case-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid var(--neutral-100);
}
.casestudy-section-minimal .case-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.15);
border-color: var(--primary-300);
}
.card-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
}
.casestudy-section-minimal .case-visual {
position: relative;
height: 200px;
background: linear-gradient(
135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 60%, var(--neutral-50))
);
overflow: hidden;
}
.casestudy-section-minimal .visual-placeholder {
width: 100%;
height: 100%;
background:
linear-gradient(45deg, var(--neutral-100) 25%, transparent 25%),
linear-gradient(-45deg, var(--neutral-100) 25%, transparent 25%),
linear-gradient(45deg, transparent 75%, var(--neutral-100) 75%),
linear-gradient(-45deg, transparent 75%, var(--neutral-100) 75%);
background-size: 40px 40px;
background-position: 0 0, 0 20px, 20px -20px, -20px 0;
opacity: 0.3;
}
.casestudy-section-minimal .visual-overlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 64px;
color: var(--primary-300);
opacity: 0.4;
transition: all 0.4s ease;
}
.casestudy-section-minimal .case-card:hover .visual-overlay {
opacity: 0.6;
transform: translate(-50%, -50%) scale(1.1);
}
.casestudy-section-minimal .case-content {
padding: 32px;
}
.casestudy-section-minimal .case-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
transition: color 0.3s ease;
}
.casestudy-section-minimal .case-card:hover .case-title {
color: var(--primary-500);
}
.casestudy-section-minimal .case-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 24px;
}
.casestudy-section-minimal .case-meta {
display: flex;
align-items: center;
gap: 12px;
}
.casestudy-section-minimal .meta-badges {
display: flex;
gap: 8px;
}
.badge-dot {
width: 12px;
height: 12px;
border-radius: 50%;
transition: transform 0.3s ease;
}
.casestudy-section-minimal .case-card:hover .badge-dot {
transform: scale(1.2);
}
.badge-success {
background: color-mix(in srgb, #10b981 70%, var(--primary-500) 30%);
}
.badge-info {
background: color-mix(in srgb, #3b82f6 70%, var(--primary-500) 30%);
}
.badge-warning {
background: color-mix(in srgb, #f59e0b 70%, var(--primary-500) 30%);
}
.badge-primary {
background: var(--primary-500);
}
.badge-danger {
background: color-mix(in srgb, #ef4444 70%, var(--primary-500) 30%);
}
.bottom-decoration {
position: relative;
margin-top: 60px;
display: flex;
justify-content: center;
gap: 16px;
}
.casestudy-section-minimal .deco-shape {
width: 60px;
height: 8px;
background: var(--primary-300);
border-radius: 4px;
animation: pulse-shape 2s ease-in-out infinite;
}
.casestudy-section-minimal .shape-2 {
animation-delay: 0.3s;
}
.casestudy-section-minimal .shape-3 {
animation-delay: 0.6s;
}
@keyframes pulse-shape {
0%, 100% {
opacity: 0.3;
transform: scaleX(1);
}
50% {
opacity: 1;
transform: scaleX(1.2);
}
}
@media (max-width: 991px) {
.casestudy-section-minimal .section-title {
font-size: 2rem;
}
.casestudy-section-minimal .section-subtitle {
font-size: 1.125rem;
}
.casestudy-section-minimal .timeline-line {
left: 30px;
}
.timeline-item,
.timeline-item-left,
.casestudy-section-minimal .timeline-item-right {
width: 100%;
margin-left: 0;
padding: 20px 20px 20px 80px;
text-align: left;
}
.casestudy-section-minimal .timeline-marker {
left: 0 !important;
right: auto !important;
}
.casestudy-section-minimal .marker-inner {
width: 50px;
height: 50px;
font-size: 20px;
}
.casestudy-section-minimal .case-visual {
height: 160px;
}
.casestudy-section-minimal .visual-overlay {
font-size: 48px;
}
}
@media (max-width: 767px) {
.casestudy-section-minimal {
padding: 60px 0;
}
.casestudy-section-minimal .section-header {
margin-bottom: 50px;
}
.casestudy-section-minimal .section-title {
font-size: 1.75rem;
}
.casestudy-section-minimal .section-subtitle {
font-size: 1rem;
}
.casestudy-section-minimal .section-description {
font-size: 1rem;
}
.casestudy-section-minimal .header-icon {
font-size: 24px;
}
.casestudy-section-minimal .decorative-line {
width: 40px;
}
.casestudy-section-minimal .timeline-item {
margin-bottom: 40px;
padding: 15px 15px 15px 70px;
}
.casestudy-section-minimal .marker-inner {
width: 44px;
height: 44px;
font-size: 18px;
border-width: 3px;
}
.casestudy-section-minimal .case-content {
padding: 24px 20px;
}
.casestudy-section-minimal .case-title {
font-size: 1.25rem;
}
.casestudy-section-minimal .case-description {
font-size: 0.9375rem;
}
.casestudy-section-minimal .case-visual {
height: 140px;
}
.casestudy-section-minimal .visual-overlay {
font-size: 40px;
}
.bg-circle-1 {
width: 400px;
height: 400px;
}
.bg-circle-2 {
width: 300px;
height: 300px;
}
}
@media (max-width: 575px) {
.casestudy-section-minimal .section-title {
font-size: 1.5rem;
}
.casestudy-section-minimal .case-title {
font-size: 1.125rem;
}
.casestudy-section-minimal .timeline-line {
left: 22px;
}
.casestudy-section-minimal .timeline-item {
padding-left: 60px;
}
.casestudy-section-minimal .marker-inner {
width: 40px;
height: 40px;
font-size: 16px;
}
.bottom-decoration {
gap: 12px;
}
.casestudy-section-minimal .deco-shape {
width: 40px;
height: 6px;
}
}
.process-section-primary {
position: relative;
padding: 100px 0;
background: var(--surface-primary);
overflow: hidden;
}
.process-section-primary .process-header {
margin-bottom: 80px;
}
.process-section-primary .process-main-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.process-section-primary .process-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 24px;
text-transform: uppercase;
letter-spacing: 2px;
}
.process-section-primary .process-description {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
margin: 0;
}
.process-section-primary .process-timeline {
position: relative;
max-width: 900px;
margin: 0 auto;
padding: 0 20px;
}
.process-section-primary .timeline-line {
position: absolute;
left: 50%;
top: 60px;
bottom: 60px;
width: 3px;
background: linear-gradient(
to bottom,
var(--primary-300),
var(--primary-500),
var(--primary-300)
);
transform: translateX(-50%);
z-index: 1;
}
.timeline-line::before,
.process-section-primary .timeline-line::after {
content: '';
position: absolute;
left: 50%;
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
transform: translateX(-50%);
}
.process-section-primary .timeline-line::before {
top: -6px;
}
.process-section-primary .timeline-line::after {
bottom: -6px;
}
.process-section-primary .timeline-item {
position: relative;
display: flex;
align-items: flex-start;
margin-bottom: 80px;
gap: 40px;
}
.process-section-primary .timeline-item:last-child {
margin-bottom: 0;
}
.process-section-primary .timeline-marker {
position: relative;
flex-shrink: 0;
width: 50%;
display: flex;
justify-content: flex-end;
align-items: center;
gap: 24px;
z-index: 2;
}
.process-section-primary .step-number {
font-size: 4rem;
font-weight: 800;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1;
opacity: 0.9;
}
.process-section-primary .step-icon {
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 50%;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.1);
transition: all 0.3s ease;
}
.process-section-primary .step-icon i {
font-size: 2rem;
color: white;
}
.process-section-primary .timeline-item:hover .step-icon {
transform: scale(1.1) rotate(5deg);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.15);
}
.process-section-primary .timeline-content {
flex: 1;
background: white;
padding: 40px;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
border-left: 4px solid var(--primary-500);
transition: all 0.3s ease;
position: relative;
}
.process-section-primary .timeline-content::before {
content: '';
position: absolute;
left: -12px;
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 12px 12px 12px 0;
border-color: transparent white transparent transparent;
}
.process-section-primary .timeline-item:hover .timeline-content {
transform: translateX(8px);
box-shadow: 0 8px 32px rgba(var(--black-rgb), 0.1);
}
.process-section-primary .step-title {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.process-section-primary .step-description {
font-size: 1rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 24px;
}
.process-section-primary .step-decoration {
display: flex;
gap: 8px;
align-items: center;
}
.process-section-primary .decoration-dot {
width: 8px;
height: 8px;
background: var(--primary-300);
border-radius: 50%;
animation: pulse 2s ease-in-out infinite;
}
.process-section-primary .decoration-dot:nth-child(2) {
animation-delay: 0.3s;
}
.process-section-primary .decoration-dot:nth-child(3) {
animation-delay: 0.6s;
}
.process-section-primary .decoration-circle {
width: 12px;
height: 12px;
border: 2px solid var(--primary-500);
border-radius: 50%;
animation: rotate 3s linear infinite;
}
.process-section-primary .decoration-circle:nth-child(2) {
animation-delay: 0.5s;
}
.process-section-primary .decoration-square {
width: 10px;
height: 10px;
background: var(--primary-300);
border-radius: 2px;
animation: bounce 2s ease-in-out infinite;
}
.process-section-primary .decoration-square:nth-child(2) {
animation-delay: 0.4s;
}
.process-section-primary .decoration-triangle {
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 12px solid var(--primary-500);
animation: pulse 2s ease-in-out infinite;
}
.process-section-primary .decoration-triangle:nth-child(2) {
animation-delay: 0.5s;
}
.process-section-primary .decoration-star {
width: 14px;
height: 14px;
background: var(--primary-500);
clip-path: polygon(
50% 0%,
61% 35%,
98% 35%,
68% 57%,
79% 91%,
50% 70%,
21% 91%,
32% 57%,
2% 35%,
39% 35%
);
animation: twinkle 1.5s ease-in-out infinite;
}
.process-section-primary .decoration-star:nth-child(2) {
animation-delay: 0.7s;
}
.process-section-primary .background-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.process-section-primary .deco-blob {
position: absolute;
border-radius: 50%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 10%, transparent),
color-mix(in srgb, var(--primary-300) 5%, transparent)
);
filter: blur(60px);
animation: float 20s ease-in-out infinite;
}
.process-section-primary .deco-blob-1 {
width: 400px;
height: 400px;
top: 10%;
left: -10%;
}
.process-section-primary .deco-blob-2 {
width: 500px;
height: 500px;
bottom: -10%;
right: -10%;
animation-delay: -10s;
}
.process-section-primary .deco-circle {
position: absolute;
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
border-radius: 50%;
animation: rotate 30s linear infinite;
}
.process-section-primary .deco-circle-1 {
width: 200px;
height: 200px;
top: 20%;
right: 10%;
}
.process-section-primary .deco-circle-2 {
width: 150px;
height: 150px;
bottom: 30%;
left: 5%;
animation-direction: reverse;
}
@keyframes pulse {
0%, 100% {
opacity: 0.4;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.2);
}
}
@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes bounce {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-8px);
}
}
@keyframes twinkle {
0%, 100% {
opacity: 0.3;
transform: scale(0.8);
}
50% {
opacity: 1;
transform: scale(1.2);
}
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
@media (max-width: 991px) {
.process-section-primary {
padding: 80px 0;
}
.process-section-primary .process-main-title {
font-size: 2.25rem;
}
.process-section-primary .process-subtitle {
font-size: 1.125rem;
}
.process-section-primary .process-description {
font-size: 1rem;
}
.process-section-primary .timeline-item {
gap: 30px;
margin-bottom: 60px;
}
.process-section-primary .step-number {
font-size: 3rem;
}
.process-section-primary .step-icon {
width: 70px;
height: 70px;
}
.process-section-primary .step-icon i {
font-size: 1.75rem;
}
.process-section-primary .timeline-content {
padding: 32px;
}
.process-section-primary .step-title {
font-size: 1.5rem;
}
}
@media (max-width: 767px) {
.process-section-primary {
padding: 60px 0;
}
.process-section-primary .process-header {
margin-bottom: 60px;
}
.process-section-primary .process-main-title {
font-size: 1.875rem;
}
.process-section-primary .process-subtitle {
font-size: 1rem;
letter-spacing: 1px;
}
.process-section-primary .process-description {
font-size: 0.9375rem;
}
.process-section-primary .timeline-line {
left: 40px;
top: 40px;
bottom: 40px;
}
.process-section-primary .timeline-item {
flex-direction: column;
gap: 0;
margin-bottom: 50px;
padding-left: 80px;
}
.process-section-primary .timeline-marker {
position: absolute;
left: 0;
top: 0;
width: auto;
flex-direction: column;
gap: 12px;
}
.process-section-primary .step-number {
font-size: 2rem;
}
.process-section-primary .step-icon {
width: 60px;
height: 60px;
}
.process-section-primary .step-icon i {
font-size: 1.5rem;
}
.process-section-primary .timeline-content {
padding: 24px;
border-left-width: 3px;
margin-left: 0;
}
.process-section-primary .timeline-content::before {
left: -15px;
border-width: 10px 12px 10px 0;
}
.process-section-primary .timeline-item:hover .timeline-content {
transform: translateX(4px);
}
.process-section-primary .step-title {
font-size: 1.375rem;
}
.process-section-primary .step-description {
font-size: 0.9375rem;
margin-bottom: 16px;
}
.deco-blob-1,
.process-section-primary .deco-blob-2 {
width: 250px;
height: 250px;
}
.deco-circle-1,
.process-section-primary .deco-circle-2 {
display: none;
}
}
@media (max-width: 575px) {
.process-section-primary {
padding: 50px 0;
}
.process-section-primary .timeline-item {
padding-left: 70px;
}
.process-section-primary .step-number {
font-size: 1.75rem;
}
.process-section-primary .step-icon {
width: 50px;
height: 50px;
}
.process-section-primary .step-icon i {
font-size: 1.25rem;
}
.process-section-primary .timeline-content {
padding: 20px;
}
.process-section-primary .step-title {
font-size: 1.25rem;
}
.process-section-primary .step-description {
font-size: 0.875rem;
}
}
@media print {
.process-section-primary {
padding: 40px 0;
}
.background-decoration,
.process-section-primary .step-decoration {
display: none;
}
.timeline-item:hover .timeline-content,
.process-section-primary .timeline-item:hover .step-icon {
transform: none;
}
}
.timeline-section-special {
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;
}
.timeline-section-special .section-header h2 {
color: var(--text-primary);
letter-spacing: -0.02em;
}
.timeline-section-special .section-header h3 {
color: var(--text-secondary);
font-weight: 500;
}
.timeline-section-special .section-header p {
color: var(--text-secondary);
line-height: 1.7;
}
.timeline-section-special .timeline-wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 3rem 0;
}
.timeline-section-special .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(
to bottom,
transparent 0%,
var(--primary-300) 10%,
var(--primary-500) 50%,
var(--primary-300) 90%,
transparent 100%
);
transform: translateX(-50%);
z-index: 1;
}
.timeline-section-special .timeline-items {
position: relative;
z-index: 2;
}
.timeline-section-special .timeline-item {
position: relative;
margin-bottom: 4rem;
padding: 0 2rem;
}
.timeline-section-special .timeline-item-right .timeline-card {
margin-left: 50%;
padding-left: 3rem;
}
.timeline-section-special .timeline-item-left .timeline-card {
margin-right: 50%;
padding-right: 3rem;
text-align: right;
}
.timeline-section-special .timeline-dot {
position: absolute;
top: 2rem;
width: 20px;
height: 20px;
background: var(--surface-primary);
border: 4px solid var(--primary-500);
border-radius: 50%;
z-index: 3;
box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-500) 10%, transparent 90%);
transition: all 0.3s ease;
}
.timeline-section-special .timeline-item-right .timeline-dot {
left: calc(50% - 10px);
}
.timeline-section-special .timeline-item-left .timeline-dot {
right: calc(50% - 10px);
}
.timeline-section-special .timeline-card .card {
background: var(--surface-primary);
transition: all 0.3s ease;
border-radius: 12px;
}
.timeline-section-special .timeline-card .card:hover {
transform: translateY(-5px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12) !important;
}
.timeline-section-special .timeline-card .card:hover + .timeline-dot {
transform: scale(1.2);
box-shadow: 0 0 0 12px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
}
.timeline-section-special .timeline-icon {
width: 56px;
height: 56px;
display: inline-flex;
align-items: center;
justify-content: center;
background: linear-gradient(
135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
);
border-radius: 12px;
color: var(--light);
font-size: 1.5rem;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.timeline-section-special .timeline-item-left .timeline-icon {
float: right;
}
.timeline-section-special .timeline-card .card-title {
color: var(--text-primary);
font-size: 1.375rem;
}
.timeline-section-special .timeline-card .card-text {
color: var(--text-secondary);
line-height: 1.7;
font-size: 1rem;
}
.timeline-section-special .timeline-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.timeline-section-special .deco-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 8%, transparent 92%) 0%,
transparent 70%
);
}
.timeline-section-special .deco-circle-1 {
width: 400px;
height: 400px;
top: 10%;
right: -100px;
}
.timeline-section-special .deco-circle-2 {
width: 350px;
height: 350px;
bottom: 15%;
left: -80px;
}
.timeline-section-special .deco-blob {
position: absolute;
background: color-mix(in srgb, var(--primary-300) 6%, transparent 94%);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
filter: blur(40px);
animation: blob-float 20s ease-in-out infinite;
}
.timeline-section-special .deco-blob-1 {
width: 500px;
height: 500px;
top: 5%;
left: 5%;
animation-delay: -5s;
}
.timeline-section-special .deco-blob-2 {
width: 450px;
height: 450px;
bottom: 10%;
right: 10%;
animation-delay: -10s;
}
@keyframes blob-float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
33% {
transform: translate(30px, -30px) rotate(120deg);
border-radius: 50% 60% 50% 40% / 60% 30% 70% 40%;
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
border-radius: 60% 40% 60% 50% / 50% 60% 40% 60%;
}
}
@media (max-width: 991px) {
.timeline-section-special .timeline-line {
left: 30px;
}
.timeline-item-right .timeline-card,
.timeline-section-special .timeline-item-left .timeline-card {
margin-left: 0;
margin-right: 0;
padding-left: 4rem;
padding-right: 0;
text-align: left;
}
.timeline-item-right .timeline-dot,
.timeline-section-special .timeline-item-left .timeline-dot {
left: 20px;
right: auto;
}
.timeline-section-special .timeline-item-left .timeline-icon {
float: none;
}
.timeline-section-special .timeline-item {
padding: 0 1rem;
}
}
@media (max-width: 767px) {
.timeline-section-special {
padding: 3rem 0;
}
.timeline-section-special .timeline-wrapper {
padding: 2rem 0;
}
.timeline-section-special .timeline-line {
left: 20px;
}
.timeline-section-special .timeline-item {
margin-bottom: 3rem;
padding: 0 0.5rem;
}
.timeline-item-right .timeline-card,
.timeline-section-special .timeline-item-left .timeline-card {
padding-left: 3rem;
}
.timeline-item-right .timeline-dot,
.timeline-section-special .timeline-item-left .timeline-dot {
left: 10px;
}
.timeline-section-special .timeline-card .card-body {
padding: 1.5rem !important;
}
.timeline-section-special .timeline-icon {
width: 48px;
height: 48px;
font-size: 1.25rem;
}
.timeline-section-special .timeline-card .card-title {
font-size: 1.25rem;
}
.deco-circle-1,
.timeline-section-special .deco-circle-2 {
width: 250px;
height: 250px;
}
.deco-blob-1,
.timeline-section-special .deco-blob-2 {
width: 300px;
height: 300px;
}
}
@media (max-width: 575px) {
.timeline-section-special .section-header h2 {
font-size: 2rem;
}
.timeline-section-special .section-header h3 {
font-size: 1.25rem;
}
.timeline-item-right .timeline-card,
.timeline-section-special .timeline-item-left .timeline-card {
padding-left: 2.5rem;
}
.timeline-section-special .timeline-card .card-body {
padding: 1.25rem !important;
}
}
@media (prefers-contrast: high) {
.timeline-section-special .timeline-line {
background: var(--primary-700);
}
.timeline-section-special .timeline-dot {
border-width: 3px;
border-color: var(--primary-700);
}
.timeline-section-special .timeline-card .card {
border: 2px solid var(--neutral-300) !important;
}
}
@media (prefers-reduced-motion: reduce) {
.timeline-card .card,
.timeline-dot,
.timeline-section-special .deco-blob {
transition: none;
animation: none;
}
.timeline-section-special .timeline-card .card:hover {
transform: none;
}
}
.career-section-clean {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.career-section-clean .section-header {
position: relative;
z-index: 2;
}
.career-section-clean .decorative-line-top {
width: 60px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
margin: 0 auto 1.5rem;
border-radius: 2px;
}
.career-section-clean .section-title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.career-section-clean .section-subtitle {
font-size: clamp(1.125rem, 2.5vw, 1.5rem);
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
margin-bottom: 1.25rem;
}
.career-section-clean .section-description {
font-size: 1.0625rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 650px;
margin: 0 auto;
}
.career-section-clean .decorative-dots {
display: flex;
justify-content: center;
gap: 8px;
margin-top: 1.5rem;
}
.career-section-clean .decorative-dots .dot {
width: 8px;
height: 8px;
background: var(--primary-300);
border-radius: 50%;
display: block;
animation: dotPulse 2s ease-in-out infinite;
}
.career-section-clean .decorative-dots .dot:nth-child(2) {
animation-delay: 0.3s;
}
.career-section-clean .decorative-dots .dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes dotPulse {
0%, 100% {
opacity: 0.3;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.2);
}
}
.career-section-clean .career-card {
position: relative;
background: var(--light);
border-radius: 16px;
padding: 2rem;
height: 100%;
border: 1px solid color-mix(in srgb, var(--primary-100) 30%, transparent);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.career-section-clean .career-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-50) 50%, transparent) 0%,
transparent 100%
);
opacity: 0;
transition: opacity 0.4s ease;
z-index: 0;
}
.career-section-clean .career-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.08);
border-color: var(--primary-300);
}
.career-section-clean .career-card:hover::before {
opacity: 1;
}
.career-section-clean .card-header-decoration {
position: absolute;
top: 0;
right: 0;
width: 120px;
height: 120px;
background: radial-gradient(
circle at top right,
color-mix(in srgb, var(--primary-100) 40%, transparent),
transparent 70%
);
border-radius: 0 16px 0 0;
z-index: 0;
}
.career-section-clean .career-icon-wrapper {
position: relative;
width: 64px;
height: 64px;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
z-index: 1;
box-shadow: 0 8px 16px rgba(var(--black-rgb), 0.12);
transition: transform 0.3s ease;
}
.career-section-clean .career-card:hover .career-icon-wrapper {
transform: scale(1.05) rotate(-5deg);
}
.career-section-clean .career-icon-wrapper i {
font-size: 1.75rem;
color: var(--light);
}
.career-section-clean .career-content {
position: relative;
z-index: 1;
}
.career-section-clean .career-title {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.career-section-clean .career-description {
font-size: 0.9375rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 1.5rem;
}
.career-section-clean .career-meta {
display: flex;
align-items: center;
gap: 0.75rem;
padding-top: 1rem;
border-top: 1px solid var(--neutral-100);
}
.career-section-clean .meta-badge {
width: 36px;
height: 36px;
background: var(--primary-50);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.career-section-clean .meta-badge i {
font-size: 1rem;
color: var(--primary-500);
}
.career-section-clean .meta-text {
font-size: 0.875rem;
font-weight: 500;
color: var(--text-secondary);
line-height: 1.4;
}
.career-section-clean .card-accent-line {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300),
transparent
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s ease;
z-index: 1;
}
.career-section-clean .career-card:hover .card-accent-line {
transform: scaleX(1);
}
.career-section-clean .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.career-section-clean .shape {
position: absolute;
border-radius: 50%;
opacity: 0.03;
}
.career-section-clean .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -200px;
left: -100px;
animation: floatShape 20s ease-in-out infinite;
}
.career-section-clean .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: -150px;
right: -75px;
animation: floatShape 25s ease-in-out infinite reverse;
}
.career-section-clean .shape-3 {
width: 200px;
height: 200px;
background: var(--primary-300);
top: 50%;
right: 10%;
animation: floatShape 30s ease-in-out infinite;
}
@keyframes floatShape {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@media (max-width: 991.98px) {
.career-section-clean .section-title {
font-size: 2rem;
}
.career-section-clean .section-subtitle {
font-size: 1.25rem;
}
.career-section-clean .career-card {
padding: 1.5rem;
}
.career-section-clean .career-icon-wrapper {
width: 56px;
height: 56px;
}
.career-section-clean .career-icon-wrapper i {
font-size: 1.5rem;
}
}
@media (max-width: 767.98px) {
.career-section-clean {
padding-top: 3rem;
padding-bottom: 3rem;
}
.career-section-clean .section-title {
font-size: 1.75rem;
}
.career-section-clean .section-subtitle {
font-size: 1.125rem;
}
.career-section-clean .section-description {
font-size: 1rem;
}
.career-section-clean .career-title {
font-size: 1.25rem;
}
.career-section-clean .career-description {
font-size: 0.875rem;
}
}
@media (max-width: 575.98px) {
.career-section-clean .career-card {
padding: 1.25rem;
}
.career-section-clean .decorative-line-top {
width: 50px;
height: 3px;
}
.career-section-clean .career-icon-wrapper {
width: 48px;
height: 48px;
}
.career-section-clean .career-icon-wrapper i {
font-size: 1.25rem;
}
}
.coreinfo-section-standard {
position: relative;
background: var(--surface-primary);
overflow: hidden;
padding: 5rem 0;
}
.coreinfo-section-standard .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.coreinfo-section-standard .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
margin-bottom: 1.5rem;
}
.coreinfo-section-standard .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 100%;
}
.coreinfo-section-standard .coreinfo-card {
position: relative;
background: var(--light);
border-radius: 16px;
padding: 2.5rem 2rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
overflow: hidden;
}
.coreinfo-section-standard .coreinfo-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
border-color: var(--primary-500);
}
.coreinfo-section-standard .coreinfo-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.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.coreinfo-section-standard .coreinfo-card:hover::before {
transform: scaleX(1);
}
.coreinfo-section-standard .card-icon-wrapper {
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 16px;
margin-bottom: 1.5rem;
position: relative;
transition: all 0.4s ease;
}
.coreinfo-section-standard .card-icon-wrapper::after {
content: '';
position: absolute;
inset: -4px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 16px;
opacity: 0;
z-index: -1;
transition: opacity 0.4s ease;
filter: blur(8px);
}
.coreinfo-section-standard .coreinfo-card:hover .card-icon-wrapper {
transform: scale(1.1) rotate(5deg);
}
.coreinfo-section-standard .coreinfo-card:hover .card-icon-wrapper::after {
opacity: 0.6;
}
.coreinfo-section-standard .card-icon-wrapper i {
font-size: 2rem;
color: var(--light);
}
.coreinfo-section-standard .card-content {
position: relative;
z-index: 2;
}
.coreinfo-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;
}
.coreinfo-section-standard .coreinfo-card:hover .card-title {
color: var(--primary-500);
}
.coreinfo-section-standard .card-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.coreinfo-section-standard .card-decoration {
position: absolute;
bottom: -30px;
right: -30px;
width: 120px;
height: 120px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 8%, transparent), transparent);
border-radius: 50%;
pointer-events: none;
transition: all 0.4s ease;
}
.coreinfo-section-standard .coreinfo-card:hover .card-decoration {
transform: scale(1.5);
opacity: 0.6;
}
.coreinfo-section-standard .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.05;
pointer-events: none;
z-index: 0;
}
.coreinfo-section-standard .blob-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500), transparent);
top: 10%;
left: -10%;
animation: float-blob 20s ease-in-out infinite;
}
.coreinfo-section-standard .blob-2 {
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-700), transparent);
bottom: -15%;
right: -10%;
animation: float-blob 25s ease-in-out infinite reverse;
}
.coreinfo-section-standard .decorative-circle {
position: absolute;
border: 2px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
border-radius: 50%;
opacity: 0.3;
pointer-events: none;
z-index: 0;
}
.coreinfo-section-standard .circle-1 {
width: 200px;
height: 200px;
top: 20%;
right: 10%;
animation: pulse-circle 4s ease-in-out infinite;
}
.coreinfo-section-standard .circle-2 {
width: 150px;
height: 150px;
bottom: 30%;
left: 5%;
animation: pulse-circle 5s ease-in-out infinite 1s;
}
@keyframes float-blob {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@keyframes pulse-circle {
0%, 100% {
transform: scale(1);
opacity: 0.3;
}
50% {
transform: scale(1.2);
opacity: 0.15;
}
}
@media (max-width: 991px) {
.coreinfo-section-standard {
padding: 4rem 0;
}
.coreinfo-section-standard .section-title {
font-size: 2rem;
}
.coreinfo-section-standard .section-subtitle {
font-size: 1.25rem;
}
.coreinfo-section-standard .section-description {
font-size: 1rem;
}
.coreinfo-section-standard .card-title {
font-size: 1.25rem;
}
.coreinfo-section-standard .blob-1,
.coreinfo-section-standard .blob-2 {
opacity: 0.03;
}
}
@media (max-width: 767px) {
.coreinfo-section-standard {
padding: 3rem 0;
}
.coreinfo-section-standard .section-title {
font-size: 1.75rem;
}
.coreinfo-section-standard .section-subtitle {
font-size: 1.125rem;
}
.coreinfo-section-standard .coreinfo-card {
padding: 2rem 1.5rem;
}
.coreinfo-section-standard .card-icon-wrapper {
width: 60px;
height: 60px;
}
.coreinfo-section-standard .card-icon-wrapper i {
font-size: 1.75rem;
}
.coreinfo-section-standard .card-title {
font-size: 1.125rem;
}
.coreinfo-section-standard .card-description {
font-size: 0.9375rem;
}
.coreinfo-section-standard .decorative-circle {
display: none;
}
}
@media (max-width: 575px) {
.coreinfo-section-standard .section-title {
font-size: 1.5rem;
}
.coreinfo-section-standard .coreinfo-card {
padding: 1.75rem 1.25rem;
}
.coreinfo-section-standard .blob-1,
.coreinfo-section-standard .blob-2 {
display: none;
}
}
@media (min-width: 1400px) {
.coreinfo-section-standard .section-title {
font-size: 3rem;
}
.coreinfo-section-standard .section-subtitle {
font-size: 1.75rem;
}
.coreinfo-section-standard .section-description {
font-size: 1.25rem;
}
.coreinfo-section-standard .card-title {
font-size: 1.5rem;
}
.coreinfo-section-standard .card-description {
font-size: 1.0625rem;
}
}
@media (prefers-reduced-motion: reduce) {
.coreinfo-section-standard .coreinfo-card,
.coreinfo-section-standard .card-icon-wrapper,
.coreinfo-section-standard .card-title {
transition: none;
}
.coreinfo-section-standard .blob-1,
.coreinfo-section-standard .blob-2,
.coreinfo-section-standard .circle-1,
.coreinfo-section-standard .circle-2 {
animation: none;
}
}
@media print {
.coreinfo-section-standard .decorative-blob,
.coreinfo-section-standard .decorative-circle,
.coreinfo-section-standard .card-decoration {
display: none;
}
.coreinfo-section-standard .coreinfo-card {
border: 1px solid var(--neutral-300);
box-shadow: none;
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-pro {
position: relative;
background: linear-gradient(135deg,
var(--neutral-50) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--neutral-50) 70%) 100%
);
overflow: hidden;
}
.contact-section-pro .section-title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.contact-section-pro .section-subtitle {
font-size: clamp(1.125rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-500);
margin-bottom: 1rem;
}
.contact-section-pro .section-description {
font-size: 1.0625rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 100%;
}
.contact-section-pro .contact-form-card {
background: var(--surface-primary);
border-radius: 20px;
padding: 2.5rem;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
position: relative;
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-section-pro .contact-form-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.12);
}
.contact-section-pro .decorative-corner {
position: absolute;
top: 0;
right: 0;
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
border-radius: 0 20px 0 100%;
opacity: 0.1;
}
.contact-section-pro .decorative-corner-bottom {
position: absolute;
bottom: 0;
left: 0;
width: 100px;
height: 100px;
background: linear-gradient(225deg, var(--primary-300), var(--primary-500));
border-radius: 100% 0 0 20px;
opacity: 0.08;
}
.form-group-pro {
position: relative;
}
.form-label-pro {
display: block;
font-size: 0.9375rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 0.625rem;
transition: color 0.3s ease;
}
.input-wrapper-pro {
position: relative;
}
.input-icon {
position: absolute;
left: 1rem;
top: 50%;
transform: translateY(-50%);
color: var(--primary-500);
font-size: 1.125rem;
transition: color 0.3s ease;
z-index: 2;
}
.contact-section-pro .textarea-icon {
top: 1rem;
transform: none;
}
.form-control-pro {
width: 100%;
padding: 0.875rem 1rem 0.875rem 3rem;
font-size: 1rem;
border: 2px solid var(--neutral-300);
border-radius: 12px;
background: var(--surface-primary);
color: var(--text-primary);
transition: all 0.3s ease;
font-family: inherit;
}
.form-control-pro:focus {
outline: none;
border-color: var(--primary-500);
background: var(--surface-primary);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 10%, transparent 90%);
}
.form-control-pro:focus + .input-icon,
.input-wrapper-pro:focus-within .input-icon {
color: var(--primary-700);
}
.contact-section-pro .textarea-pro {
resize: vertical;
min-height: 140px;
padding-top: 1rem;
}
.form-check-pro {
display: flex;
align-items: flex-start;
gap: 0.75rem;
}
.form-check-input-pro {
width: 20px;
height: 20px;
min-width: 20px;
border: 2px solid var(--neutral-300);
border-radius: 6px;
cursor: pointer;
margin-top: 2px;
transition: all 0.3s ease;
}
.form-check-input-pro:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.form-check-label-pro {
font-size: 0.9375rem;
color: var(--text-secondary);
line-height: 1.5;
cursor: pointer;
user-select: none;
}
.contact-section-pro .submit-btn-pro {
width: 100%;
padding: 1rem 2rem;
background: linear-gradient(135deg, #2563eb, #0284c7) !important;
color: var(--light) !important;
border: none;
border-radius: 12px;
font-size: 1.0625rem;
font-weight: 600;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 0.75rem;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}
.contact-section-pro .submit-btn-pro:hover {
transform: translateY(-2px);
box-shadow: 0 6px 25px rgba(37, 99, 235, 0.4);
}
.contact-section-pro .submit-btn-pro:active {
transform: translateY(0);
}
.contact-section-pro .submit-btn-pro .btn-icon {
font-size: 1.25rem;
transition: transform 0.3s ease;
}
.contact-section-pro .submit-btn-pro:hover .btn-icon {
transform: translateX(5px);
}
.contact-section-pro .contact-info-wrapper {
position: relative;
height: 100%;
display: flex;
flex-direction: column;
}
.contact-section-pro .info-card-pro {
background: var(--surface-primary);
border-radius: 16px;
padding: 1.75rem;
display: flex;
align-items: flex-start;
gap: 1.25rem;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
border: 1px solid var(--neutral-300);
}
.contact-section-pro .info-card-pro:hover {
transform: translateX(5px);
box-shadow: 0 8px 30px rgba(var(--black-rgb), 0.1);
border-color: var(--primary-300);
}
.contact-section-pro .info-icon-wrapper {
width: 56px;
height: 56px;
min-width: 56px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
color-mix(in srgb, var(--primary-300) 10%, transparent 90%)
);
border-radius: 12px;
color: var(--primary-700);
font-size: 1.5rem;
transition: all 0.3s ease;
}
.contact-section-pro .info-card-pro:hover .info-icon-wrapper {
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 25%, transparent 75%),
color-mix(in srgb, var(--primary-300) 20%, transparent 80%)
);
transform: scale(1.1) rotate(5deg);
}
.contact-section-pro .info-content {
flex: 1;
}
.contact-section-pro .info-label {
font-size: 0.875rem;
font-weight: 500;
color: var(--text-secondary);
margin-bottom: 0.375rem;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.contact-section-pro .info-value {
font-size: 1.0625rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.5;
word-break: break-word;
}
.card-decoration {
position: absolute;
right: -20px;
bottom: -20px;
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
border-radius: 50%;
opacity: 0.05;
transition: all 0.3s ease;
}
.contact-section-pro .info-card-pro:hover .card-decoration {
opacity: 0.1;
transform: scale(1.2);
}
.contact-section-pro .decorative-shape-1 {
position: absolute;
top: -30px;
right: -30px;
width: 120px;
height: 120px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
opacity: 0.06;
z-index: 0;
}
.contact-section-pro .decorative-shape-2 {
position: absolute;
bottom: -40px;
left: -40px;
width: 100px;
height: 100px;
background: linear-gradient(225deg, var(--primary-300), var(--primary-500));
border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
opacity: 0.05;
z-index: 0;
}
.bg-decoration-1 {
position: absolute;
top: 10%;
left: -5%;
width: 300px;
height: 300px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 8%, transparent 92%) 0%,
transparent 70%
);
border-radius: 50%;
pointer-events: none;
}
.bg-decoration-2 {
position: absolute;
bottom: 15%;
right: -5%;
width: 400px;
height: 400px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 6%, transparent 94%) 0%,
transparent 70%
);
border-radius: 50%;
pointer-events: none;
}
.bg-decoration-3 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 600px;
height: 600px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 4%, transparent 96%) 0%,
transparent 70%
);
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
@media (max-width: 991.98px) {
.contact-section-pro .contact-form-card {
padding: 2rem;
margin-bottom: 2rem;
}
.contact-section-pro .contact-info-wrapper {
margin-top: 0;
}
.contact-section-pro .info-card-pro {
padding: 1.5rem;
}
.contact-section-pro .info-icon-wrapper {
width: 48px;
height: 48px;
min-width: 48px;
font-size: 1.25rem;
}
}
@media (max-width: 767.98px) {
.contact-section-pro {
padding: 3rem 0;
}
.contact-section-pro .contact-form-card {
padding: 1.5rem;
}
.form-control-pro {
padding: 0.75rem 0.875rem 0.75rem 2.75rem;
font-size: 0.9375rem;
}
.input-icon {
left: 0.875rem;
font-size: 1rem;
}
.contact-section-pro .submit-btn-pro {
padding: 0.875rem 1.5rem;
font-size: 1rem;
}
.contact-section-pro .info-card-pro {
padding: 1.25rem;
gap: 1rem;
}
.contact-section-pro .info-value {
font-size: 1rem;
}
.decorative-shape-1,
.contact-section-pro .decorative-shape-2 {
display: none;
}
}
@media (max-width: 575.98px) {
.contact-section-pro .section-title {
font-size: 1.75rem;
}
.contact-section-pro .section-subtitle {
font-size: 1.125rem;
}
.contact-section-pro .section-description {
font-size: 1rem;
}
.contact-section-pro .contact-form-card {
padding: 1.25rem;
}
.form-group-pro {
margin-bottom: 1rem !important;
}
.contact-section-pro .info-card-pro {
flex-direction: column;
text-align: center;
align-items: center;
}
.contact-section-pro .info-icon-wrapper {
margin-bottom: 0.5rem;
}
}
.blog-section-secondary {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.blog-section-secondary .decorative-dot-pattern {
width: 60px;
height: 6px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-500) 20%,
transparent 20%,
transparent 40%,
var(--primary-500) 40%,
var(--primary-500) 60%,
transparent 60%,
transparent 80%,
var(--primary-500) 80%
);
margin: 0 auto;
border-radius: 3px;
}
.blog-section-secondary .decorative-line-accent {
width: 80px;
height: 3px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
opacity: 0.6;
}
.blog-section-secondary .blog-card-secondary {
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
background: var(--surface-primary);
border-radius: 16px;
overflow: hidden;
}
.blog-section-secondary .blog-card-secondary:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.12) !important;
}
.blog-section-secondary .blog-image-wrapper {
height: 220px;
background: linear-gradient(135deg,
var(--primary-100) 0%,
var(--primary-50) 100%
);
}
.blog-section-secondary .blog-image {
width: 100%;
height: 220px;
object-fit: cover;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-section-secondary .blog-card-secondary:hover .blog-image {
transform: scale(1.08);
}
.blog-section-secondary .image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(180deg,
transparent 0%,
rgba(var(--black-rgb), 0.05) 100%
);
opacity: 0;
transition: opacity 0.4s ease;
}
.blog-section-secondary .blog-card-secondary:hover .image-overlay {
opacity: 1;
}
.blog-section-secondary .category-badge {
top: 16px;
right: 16px;
background: var(--surface-primary);
color: var(--primary-500);
padding: 8px 12px;
border-radius: 8px;
font-size: 0.875rem;
font-weight: 600;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.1);
transition: all 0.3s ease;
}
.blog-section-secondary .blog-card-secondary:hover .category-badge {
background: var(--primary-500);
color: var(--surface-primary);
transform: scale(1.05);
}
.blog-section-secondary .blog-meta {
display: flex;
align-items: center;
gap: 4px;
}
.blog-section-secondary .meta-icon {
display: inline-flex;
align-items: center;
color: var(--text-secondary);
font-size: 0.875rem;
transition: color 0.3s ease;
}
.blog-section-secondary .meta-icon i {
font-size: 1rem;
}
.blog-section-secondary .blog-card-secondary:hover .meta-icon {
color: var(--primary-500);
}
.blog-section-secondary .blog-card-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.4;
transition: color 0.3s ease;
}
.blog-section-secondary .blog-card-secondary:hover .blog-card-title {
color: var(--primary-500);
}
.blog-section-secondary .blog-card-excerpt {
font-size: 0.95rem;
line-height: 1.7;
color: var(--text-secondary);
}
.blog-section-secondary .blog-card-link {
font-size: 0.9375rem;
text-decoration: none;
cursor: pointer;
transition: all 0.3s ease;
letter-spacing: 0.3px;
}
.blog-section-secondary .blog-card-link:hover {
color: var(--primary-700) !important;
gap: 8px;
}
.blog-section-secondary .arrow-icon {
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
font-size: 1.1rem;
}
.blog-section-secondary .blog-card-secondary:hover .arrow-icon {
transform: translateX(6px);
}
.blog-section-secondary .decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.blog-section-secondary .shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%,
transparent 70%
);
opacity: 0.4;
}
.blog-section-secondary .shape-1 {
width: 300px;
height: 300px;
top: -100px;
left: -50px;
animation: float-1 20s ease-in-out infinite;
}
.blog-section-secondary .shape-2 {
width: 250px;
height: 250px;
bottom: -80px;
right: -60px;
animation: float-2 18s ease-in-out infinite;
}
.blog-section-secondary .shape-blob {
position: absolute;
width: 400px;
height: 400px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(ellipse,
color-mix(in srgb, var(--primary-100) 15%, transparent 85%) 0%,
transparent 70%
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.3;
animation: blob-morph 25s ease-in-out infinite;
}
.blog-section-secondary .container {
position: relative;
z-index: 1;
}
@keyframes float-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
@keyframes float-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(-25px, 25px) scale(0.95);
}
66% {
transform: translate(20px, -20px) scale(1.05);
}
}
@keyframes blob-morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: translate(-50%, -50%) rotate(0deg);
}
25% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
transform: translate(-50%, -50%) rotate(90deg);
}
50% {
border-radius: 30% 70% 60% 40% / 50% 60% 40% 50%;
transform: translate(-50%, -50%) rotate(180deg);
}
75% {
border-radius: 70% 30% 40% 60% / 40% 70% 30% 60%;
transform: translate(-50%, -50%) rotate(270deg);
}
}
@media (max-width: 991.98px) {
.blog-section-secondary .display-5 {
font-size: 2rem;
}
.blog-image-wrapper,
.blog-section-secondary .blog-image {
height: 200px;
}
.shape-1,
.blog-section-secondary .shape-2 {
width: 200px;
height: 200px;
}
.blog-section-secondary .shape-blob {
width: 300px;
height: 300px;
}
}
@media (max-width: 767.98px) {
.blog-section-secondary {
padding: 3rem 0;
}
.blog-section-secondary .display-5 {
font-size: 1.75rem;
}
.blog-section-secondary .lead {
font-size: 1rem;
}
.blog-image-wrapper,
.blog-section-secondary .blog-image {
height: 180px;
}
.blog-section-secondary .blog-card-secondary {
margin-bottom: 1rem;
}
.blog-section-secondary .shape-1 {
width: 150px;
height: 150px;
top: -50px;
left: -30px;
}
.blog-section-secondary .shape-2 {
width: 150px;
height: 150px;
bottom: -50px;
right: -30px;
}
.blog-section-secondary .shape-blob {
width: 250px;
height: 250px;
}
}
@media (max-width: 575.98px) {
.blog-section-secondary .blog-card-title {
font-size: 1.1rem;
}
.blog-section-secondary .blog-card-excerpt {
font-size: 0.9rem;
}
.blog-section-secondary .category-badge {
padding: 6px 10px;
font-size: 0.8125rem;
}
}
@media (prefers-reduced-motion: reduce) {
.blog-card-secondary,
.blog-image,
.arrow-icon,
.category-badge,
.meta-icon,
.blog-section-secondary .image-overlay {
transition: none;
}
.shape-1,
.shape-2,
.blog-section-secondary .shape-blob {
animation: none;
}
}
@media (prefers-contrast: high) {
.blog-section-secondary .blog-card-secondary {
border: 2px solid var(--neutral-700);
}
.blog-card-title,
.blog-section-secondary .blog-card-link {
font-weight: 800;
}
.blog-section-secondary .image-overlay {
display: none;
}
}
.faq-section-variant {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.faq-section-variant .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
border-radius: 2px;
}
.faq-section-variant .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.06;
pointer-events: none;
z-index: 0;
}
.faq-section-variant .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
left: -150px;
filter: blur(80px);
}
.faq-section-variant .blob-2 {
width: 350px;
height: 350px;
background: var(--primary-700);
bottom: -100px;
right: -100px;
filter: blur(70px);
}
.faq-section-variant .decorative-dots {
position: absolute;
width: 120px;
height: 120px;
background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
background-size: 20px 20px;
opacity: 0.3;
pointer-events: none;
z-index: 0;
}
.faq-section-variant .dots-pattern-1 {
top: 20%;
right: 5%;
}
.faq-section-variant .dots-pattern-2 {
bottom: 15%;
left: 3%;
}
.faq-section-variant .container {
position: relative;
z-index: 1;
}
.faq-section-variant #faq-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
}
.faq-section-variant #faq-subtitle {
color: color-mix(in srgb, var(--text-primary) 75%, var(--neutral-500) 25%);
font-weight: 500;
}
.faq-section-variant #faq-desc {
color: var(--text-secondary);
line-height: 1.7;
}
.faq-section-variant .faq-card {
border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
border-radius: 16px;
background: var(--surface-primary);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.04);
overflow: hidden;
}
.faq-section-variant .faq-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 24px rgba(var(--black-rgb), 0.08);
border-color: var(--primary-300);
}
.faq-section-variant .card-header {
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-50) 80%, var(--surface-primary) 20%) 0%,
var(--surface-primary) 100%);
border-bottom: 2px solid var(--primary-100);
padding: 1.5rem;
border-radius: 16px 16px 0 0;
}
.faq-section-variant .faq-card:hover .card-header {
background: linear-gradient(135deg,
var(--primary-50) 0%,
color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary) 50%) 100%);
}
.faq-section-variant .icon-wrapper {
width: 48px;
height: 48px;
min-width: 48px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
transition: transform 0.3s ease;
}
.faq-section-variant .faq-card:hover .icon-wrapper {
transform: scale(1.05);
}
.faq-section-variant .icon-wrapper i {
font-size: 1.5rem;
color: var(--light);
}
.faq-section-variant .card-header h3 {
color: var(--text-primary);
font-weight: 600;
line-height: 1.4;
}
.faq-section-variant .card-body {
padding: 1.5rem;
background: var(--surface-primary);
}
.faq-section-variant .card-body p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.95rem;
}
@media (max-width: 991.98px) {
.faq-section-variant #faq-title {
font-size: 2rem;
}
.faq-section-variant .blob-1,
.faq-section-variant .blob-2 {
width: 300px;
height: 300px;
}
.faq-section-variant .decorative-dots {
width: 80px;
height: 80px;
background-size: 15px 15px;
}
}
@media (max-width: 767.98px) {
.faq-section-variant #faq-title {
font-size: 1.75rem;
}
.faq-section-variant #faq-subtitle {
font-size: 1.1rem;
}
.faq-section-variant .card-header {
padding: 1.25rem;
}
.faq-section-variant .card-body {
padding: 1.25rem;
}
.faq-section-variant .icon-wrapper {
width: 40px;
height: 40px;
min-width: 40px;
}
.faq-section-variant .icon-wrapper i {
font-size: 1.25rem;
}
.faq-section-variant .card-header h3 {
font-size: 1rem;
}
.faq-section-variant .blob-1,
.faq-section-variant .blob-2 {
width: 200px;
height: 200px;
}
}
@media (max-width: 575.98px) {
.faq-section-variant {
padding: 3rem 0;
}
.faq-section-variant .decorative-line {
width: 60px;
height: 3px;
}
.faq-section-variant .decorative-dots {
display: none;
}
}
@media (prefers-reduced-motion: reduce) {
.faq-section-variant .faq-card,
.faq-section-variant .icon-wrapper {
transition: none;
}
.faq-section-variant .faq-card:hover {
transform: none;
}
}
@media print {
.faq-section-variant .decorative-blob,
.faq-section-variant .decorative-dots {
display: none;
}
.faq-section-variant .faq-card {
box-shadow: none;
border: 1px solid var(--neutral-300);
page-break-inside: avoid;
}
}
.footer-special {
position: relative;
padding: 80px 0 40px;
overflow: hidden;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
), url('assets/images/footer_bg.webp');
background-size: cover;
background-position: center;
background-attachment: fixed;
color: var(--light);
}
.footer-special .footer-bg-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-700) 92%, transparent) 0%,
color-mix(in srgb, var(--primary-500) 88%, transparent) 50%,
color-mix(in srgb, var(--neutral-900) 90%, transparent) 100%
);
z-index: 1;
}
.footer-special .container {
position: relative;
z-index: 2;
}
.footer-special .footer-brand-section {
padding-right: 20px;
}
.footer-special .brand-accent-line {
width: 60px;
height: 4px;
background: linear-gradient(
90deg,
rgba(var(--white-rgb), 0.9),
rgba(var(--white-rgb), 0.3)
);
margin-bottom: 24px;
border-radius: 2px;
}
.footer-special .footer-brand-name {
font-size: 1.75rem;
font-weight: 700;
color: var(--light);
margin-bottom: 16px;
line-height: 1.3;
letter-spacing: -0.5px;
}
.footer-special .footer-brand-desc {
font-size: 0.95rem;
line-height: 1.7;
color: rgba(var(--white-rgb), 0.85);
margin-bottom: 0;
}
.footer-special .footer-decorative-shapes {
position: relative;
margin-top: 30px;
height: 40px;
}
.footer-special .shape-circle {
position: absolute;
width: 30px;
height: 30px;
border: 2px solid rgba(var(--white-rgb), 0.3);
border-radius: 50%;
top: 0;
left: 0;
}
.footer-special .shape-square {
position: absolute;
width: 24px;
height: 24px;
border: 2px solid rgba(var(--white-rgb), 0.25);
border-radius: 4px;
top: 5px;
left: 50px;
transform: rotate(15deg);
}
.footer-special .footer-links-section {
padding-left: 20px;
}
.footer-special .footer-section-header {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 24px;
}
.footer-special .footer-icon-accent {
font-size: 1.5rem;
color: rgba(var(--white-rgb), 0.9);
}
.footer-special .footer-section-title {
font-size: 1.25rem;
font-weight: 600;
color: var(--light);
margin: 0;
letter-spacing: -0.3px;
}
.footer-special .footer-nav-links {
display: flex;
flex-direction: column;
gap: 12px;
}
.footer-special .footer-link {
display: flex;
align-items: center;
gap: 8px;
color: rgba(var(--white-rgb), 0.8);
text-decoration: none;
font-size: 0.95rem;
transition: all 0.3s ease;
padding: 8px 0;
border-bottom: 1px solid rgba(var(--white-rgb), 0.1);
}
.footer-special .footer-link:hover {
color: var(--light);
padding-left: 8px;
border-bottom-color: rgba(var(--white-rgb), 0.3);
}
.footer-special .footer-link .link-icon {
font-size: 0.75rem;
transition: transform 0.3s ease;
}
.footer-special .footer-link:hover .link-icon {
transform: translateX(4px);
}
.footer-special .footer-contact-section {
position: relative;
padding: 30px;
background: rgba(var(--white-rgb), 0.05);
border-radius: 12px;
backdrop-filter: blur(10px);
border: 1px solid rgba(var(--white-rgb), 0.1);
}
.footer-special .contact-info-grid {
display: flex;
flex-direction: column;
gap: 20px;
margin-top: 20px;
}
.footer-special .contact-info-item {
display: flex;
align-items: flex-start;
gap: 16px;
}
.footer-special .contact-icon-wrapper {
width: 44px;
height: 44px;
min-width: 44px;
background: rgba(var(--white-rgb), 0.1);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.2rem;
color: var(--light);
border: 1px solid rgba(var(--white-rgb), 0.2);
}
.footer-special .contact-details {
flex: 1;
padding-top: 4px;
}
.footer-special .contact-text {
display: block;
color: rgba(var(--white-rgb), 0.9);
font-size: 0.95rem;
line-height: 1.6;
}
.footer-special .footer-pattern-overlay {
position: absolute;
bottom: 20px;
right: 20px;
opacity: 0.05;
}
.footer-special .pattern-icon {
font-size: 4rem;
color: var(--light);
}
.footer-special .footer-disclaimer-wrapper {
margin-top: 40px;
padding-top: 30px;
border-top: 1px solid rgba(var(--white-rgb), 0.15);
}
.footer-special .disclaimer-content {
display: flex;
align-items: flex-start;
gap: 16px;
background: rgba(var(--white-rgb), 0.05);
padding: 20px 24px;
border-radius: 8px;
border-left: 3px solid rgba(var(--white-rgb), 0.3);
}
.footer-special .disclaimer-icon {
font-size: 1.5rem;
color: rgba(var(--white-rgb), 0.7);
min-width: 24px;
margin-top: 2px;
}
.footer-special .disclaimer-text {
font-size: 0.875rem;
line-height: 1.6;
color: rgba(var(--white-rgb), 0.75);
margin: 0;
}
.footer-special .footer-copyright-bar {
text-align: center;
padding: 30px 0 0;
border-top: 1px solid rgba(var(--white-rgb), 0.15);
position: relative;
}
.footer-special .copyright-divider {
width: 80px;
height: 2px;
background: rgba(var(--white-rgb), 0.3);
margin: 0 auto 20px;
}
.footer-special .copyright-text {
font-size: 0.875rem;
color: rgba(var(--white-rgb), 0.7);
margin: 0;
letter-spacing: 0.3px;
}
.footer-special .footer-badges {
display: flex;
justify-content: center;
gap: 8px;
margin-top: 16px;
}
.footer-special .footer-badge {
width: 8px;
height: 8px;
background: rgba(var(--white-rgb), 0.3);
border-radius: 50%;
display: inline-block;
}
.footer-special .footer-bg-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
pointer-events: none;
overflow: hidden;
}
.bg-shape {
position: absolute;
border-radius: 50%;
background: rgba(var(--white-rgb), 0.03);
backdrop-filter: blur(40px);
}
.bg-shape.shape-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
}
.bg-shape.shape-2 {
width: 300px;
height: 300px;
bottom: -80px;
left: 10%;
}
.bg-shape.shape-3 {
width: 200px;
height: 200px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
.footer-special {
padding: 60px 0 30px;
background-attachment: scroll;
}
.footer-brand-section,
.footer-special .footer-links-section {
padding-left: 0;
padding-right: 0;
}
.footer-special .footer-brand-name {
font-size: 1.5rem;
}
.footer-special .footer-contact-section {
margin-top: 20px;
}
.bg-shape.shape-1 {
width: 300px;
height: 300px;
}
.bg-shape.shape-2 {
width: 250px;
height: 250px;
}
}
@media (max-width: 767px) {
.footer-special {
padding: 50px 0 20px;
}
.footer-special .footer-brand-name {
font-size: 1.35rem;
}
.footer-special .footer-brand-desc {
font-size: 0.9rem;
}
.footer-special .footer-section-title {
font-size: 1.15rem;
}
.footer-special .footer-contact-section {
padding: 20px;
}
.footer-special .contact-icon-wrapper {
width: 40px;
height: 40px;
min-width: 40px;
font-size: 1.1rem;
}
.footer-special .contact-text {
font-size: 0.9rem;
}
.footer-special .disclaimer-content {
flex-direction: column;
gap: 12px;
padding: 16px 20px;
}
.footer-special .disclaimer-text {
font-size: 0.825rem;
}
.footer-special .footer-copyright-bar {
padding: 20px 0 0;
}
.footer-special .copyright-text {
font-size: 0.8rem;
}
.bg-shape {
display: none;
}
.footer-special .footer-pattern-overlay {
display: none;
}
}
@media (max-width: 575px) {
.footer-special .footer-brand-name {
font-size: 1.25rem;
}
.footer-special .footer-link {
font-size: 0.9rem;
}
.footer-special .contact-info-item {
gap: 12px;
}
}
[data-sal] {
transition-duration: 0.6s;
}
.additional-universal-style {
position: relative;
padding: 6rem 0;
background: linear-gradient(180deg, var(--neutral-0) 0%, var(--primary-50) 50%, var(--neutral-0) 100%);
overflow: hidden;
}
.additional-universal-style .section-title {
font-size: clamp(2rem, 4.5vw, 2.75rem);
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.2;
}
.additional-universal-style .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-700);
margin-bottom: 1.5rem;
line-height: 1.4;
}
.additional-universal-style .section-description {
font-size: 1.125rem;
color: var(--neutral-700);
line-height: 1.7;
max-width: 900px;
margin: 0 auto;
}
.additional-universal-style .highlight-block {
position: relative;
margin-bottom: 2.5rem;
padding: 2.5rem;
background: var(--neutral-0);
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
transition: all 0.3s ease;
}
.additional-universal-style .highlight-block:last-child {
margin-bottom: 0;
}
.additional-universal-style .highlight-block:hover {
transform: translateY(-5px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.additional-universal-style .block-quote {
border-left: 5px solid var(--primary-500);
background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
}
.additional-universal-style .quote-mark {
position: absolute;
top: -15px;
left: 30px;
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.additional-universal-style .quote-mark i {
font-size: 2rem;
color: var(--neutral-0);
}
.additional-universal-style .block-callout {
border: 3px solid var(--accent-300);
background: var(--accent-50);
padding-left: 7rem;
}
.additional-universal-style .callout-icon {
position: absolute;
left: 2rem;
top: 50%;
transform: translateY(-50%);
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}
.additional-universal-style .callout-icon i {
font-size: 2rem;
color: var(--neutral-0);
}
.additional-universal-style .block-featured {
background: linear-gradient(135deg, var(--primary-100) 0%, var(--accent-100) 100%);
border: 3px solid var(--primary-400);
text-align: center;
padding: 3rem 2.5rem;
}
.additional-universal-style .featured-marker {
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
animation: pulse-star 2s ease-in-out infinite;
}
.additional-universal-style .featured-marker i {
font-size: 2.25rem;
color: var(--neutral-0);
}
@keyframes pulse-star {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.1); }
}
.additional-universal-style .block-emphasis {
border-top: 4px solid var(--primary-500);
border-bottom: 4px solid var(--primary-500);
background: var(--neutral-50);
}
.additional-universal-style .emphasis-line {
position: absolute;
left: 0;
top: 0;
width: 6px;
height: 100%;
background: linear-gradient(180deg, var(--primary-500), var(--accent-500));
}
.additional-universal-style .block-impact {
background: var(--neutral-0);
border: 2px solid var(--neutral-200);
position: relative;
overflow: hidden;
}
.additional-universal-style .impact-border {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 8px;
background: linear-gradient(90deg, var(--primary-500), var(--accent-500), var(--primary-500));
}
.additional-universal-style .highlight-content {
position: relative;
z-index: 2;
}
.additional-universal-style .highlight-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-style .highlight-description {
font-size: 1rem;
color: var(--neutral-700);
line-height: 1.8;
margin: 0;
}
.additional-universal-style .highlight-badge {
display: inline-block;
padding: 0.5rem 1.25rem;
border-radius: 20px;
font-size: 0.875rem;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
margin-top: 1.5rem;
}
.additional-universal-style .badge-primary {
background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
color: var(--neutral-0);
}
.additional-universal-style .badge-accent {
background: linear-gradient(135deg, var(--accent-400), var(--accent-500));
color: var(--neutral-0);
}
.additional-universal-style .badge-special {
background: linear-gradient(135deg, #FFD700, #FFA500);
color: #5A3600;
}
.additional-universal-style .badge-secondary {
background: linear-gradient(135deg, var(--neutral-700), var(--neutral-800));
color: var(--neutral-0);
}
.additional-universal-style .badge-gradient {
background: linear-gradient(135deg, var(--primary-600), var(--accent-600));
color: var(--neutral-0);
}
.additional-universal-style .bg-shape {
position: absolute;
border-radius: 50%;
opacity: 0.04;
pointer-events: none;
filter: blur(70px);
}
.additional-universal-style .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-400);
top: 20%;
left: -100px;
}
.additional-universal-style .shape-2 {
width: 350px;
height: 350px;
background: var(--accent-400);
bottom: 25%;
right: -80px;
}
.additional-universal-style .decorative-dots {
position: absolute;
width: 100px;
height: 100px;
opacity: 0.08;
pointer-events: none;
background: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
background-size: 16px 16px;
}
.additional-universal-style .dots-1 {
top: 15%;
right: 10%;
}
.additional-universal-style .dots-2 {
bottom: 20%;
left: 8%;
}
@media (max-width: 991px) {
.additional-universal-style {
padding: 4rem 0;
}
.additional-universal-style .highlight-block {
padding: 2rem;
margin-bottom: 2rem;
}
.additional-universal-style .block-featured {
padding: 2.5rem 2rem;
}
.additional-universal-style .block-callout {
padding-left: 2rem;
padding-top: 6rem;
}
.additional-universal-style .callout-icon {
left: 50%;
top: 2rem;
transform: translateX(-50%);
}
.additional-universal-style .highlight-title {
font-size: 1.35rem;
}
}
@media (max-width: 767px) {
.additional-universal-style {
padding: 3rem 0;
}
.additional-universal-style .section-title {
font-size: 1.75rem;
}
.additional-universal-style .section-subtitle {
font-size: 1.25rem;
}
.additional-universal-style .section-description {
font-size: 1rem;
}
.additional-universal-style .highlight-block {
padding: 1.75rem;
margin-bottom: 1.75rem;
}
.additional-universal-style .block-quote {
border-left-width: 4px;
}
.additional-universal-style .quote-mark {
width: 50px;
height: 50px;
top: -12px;
left: 20px;
}
.additional-universal-style .quote-mark i {
font-size: 1.75rem;
}
.additional-universal-style .block-callout {
padding: 1.75rem;
padding-top: 5.5rem;
}
.additional-universal-style .callout-icon {
width: 60px;
height: 60px;
top: 1.5rem;
}
.additional-universal-style .callout-icon i {
font-size: 1.75rem;
}
.additional-universal-style .block-featured {
padding: 2rem 1.75rem;
}
.additional-universal-style .featured-marker {
width: 70px;
height: 70px;
}
.additional-universal-style .featured-marker i {
font-size: 2rem;
}
.additional-universal-style .highlight-title {
font-size: 1.25rem;
}
.additional-universal-style .highlight-description {
font-size: 0.95rem;
}
.additional-universal-style .highlight-badge {
font-size: 0.8rem;
padding: 0.4rem 1rem;
}
.additional-universal-style .bg-shape,
.additional-universal-style .decorative-dots {
display: none;
}
}
.additional-universal-section.v-045 {
padding: 80px 0;
background: linear-gradient(180deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
position: relative;
overflow: hidden;
}
.additional-universal-section.v-045 .section-header {
position: relative;
z-index: 2;
}
.additional-universal-section.v-045 .badge-group {
display: flex;
gap: 8px;
justify-content: center;
margin-bottom: 24px;
}
.additional-universal-section.v-045 .floating-badge {
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
animation: badge-float 3s ease-in-out infinite;
}
.additional-universal-section.v-045 .floating-badge:nth-child(2) {
animation-delay: 0.5s;
background: var(--primary-300);
}
.additional-universal-section.v-045 .floating-badge:nth-child(3) {
animation-delay: 1s;
background: var(--primary-700);
}
@keyframes badge-float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-8px);
}
}
.additional-universal-section.v-045 .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.additional-universal-section.v-045 .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.3;
}
.additional-universal-section.v-045 .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.additional-universal-section.v-045 .content-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 24px;
position: relative;
z-index: 2;
}
@media (min-width: 768px) {
.additional-universal-section.v-045 .content-grid {
grid-template-columns: repeat(2, 1fr);
}
.additional-universal-section.v-045 .grid-item.large {
grid-column: span 2;
}
}
@media (min-width: 992px) {
.additional-universal-section.v-045 .content-grid {
grid-template-columns: repeat(3, 1fr);
}
.additional-universal-section.v-045 .grid-item.large {
grid-column: span 2;
}
}
.additional-universal-section.v-045 .grid-card {
background: var(--surface-primary);
border-radius: 20px;
padding: 32px;
height: 100%;
position: relative;
overflow: hidden;
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.additional-universal-section.v-045 .grid-card:hover {
transform: translateY(-8px) scale(1.02);
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
border-color: var(--primary-500);
}
.additional-universal-section.v-045 .grid-item.featured .grid-card {
background: linear-gradient(135deg, var(--primary-50), var(--surface-primary));
border: 2px solid var(--primary-500);
}
.additional-universal-section.v-045 .card-bg-pattern {
position: absolute;
top: -50%;
right: -20%;
width: 200px;
height: 200px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 12%, transparent 88%) 0%, transparent 70%);
border-radius: 50%;
pointer-events: none;
}
.additional-universal-section.v-045 .card-icon {
width: 64px;
height: 64px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
transition: transform 0.3s ease;
}
.additional-universal-section.v-045 .grid-card:hover .card-icon {
transform: rotate(-10deg) scale(1.1);
}
.additional-universal-section.v-045 .card-icon.featured-icon {
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
}
.additional-universal-section.v-045 .card-icon i {
font-size: 32px;
color: var(--light);
}
.additional-universal-section.v-045 .card-icon.featured-icon i {
font-size: 40px;
}
.additional-universal-section.v-045 .card-body {
position: relative;
z-index: 2;
}
.additional-universal-section.v-045 .card-title {
font-size: 1.375rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 12px;
line-height: 1.3;
}
.additional-universal-section.v-045 .card-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 0;
}
.additional-universal-section.v-045 .card-accent {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 5px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700), var(--primary-300));
transform: scaleX(0);
transform-origin: left;
transition: transform 0.5s ease;
}
.additional-universal-section.v-045 .grid-card:hover .card-accent {
transform: scaleX(1);
}
.additional-universal-section.v-045 .featured-wrapper {
display: flex;
flex-direction: column;
gap: 20px;
}
.additional-universal-section.v-045 .decorative-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.additional-universal-section.v-045 .floating-circle {
position: absolute;
border-radius: 50%;
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
animation: rotate-circle 30s linear infinite;
}
.additional-universal-section.v-045 .floating-circle.circle-1 {
width: 150px;
height: 150px;
top: 10%;
right: 5%;
animation-duration: 25s;
}
.additional-universal-section.v-045 .floating-circle.circle-2 {
width: 100px;
height: 100px;
bottom: 20%;
left: 10%;
animation-duration: 35s;
animation-direction: reverse;
}
.additional-universal-section.v-045 .floating-circle.circle-3 {
width: 80px;
height: 80px;
top: 50%;
left: 5%;
animation-duration: 40s;
}
@keyframes rotate-circle {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.additional-universal-section.v-045 .gradient-orb {
position: absolute;
border-radius: 50%;
filter: blur(60px);
opacity: 0.3;
}
.additional-universal-section.v-045 .gradient-orb.orb-1 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-300), transparent);
top: -100px;
left: -100px;
}
.additional-universal-section.v-045 .gradient-orb.orb-2 {
width: 250px;
height: 250px;
background: radial-gradient(circle, var(--primary-500), transparent);
bottom: -80px;
right: -80px;
}
@media (max-width: 991.98px) {
.additional-universal-section.v-045 {
padding: 60px 0;
}
.additional-universal-section.v-045 .section-title {
font-size: 2rem;
}
.additional-universal-section.v-045 .section-subtitle {
font-size: 1.25rem;
}
.additional-universal-section.v-045 .grid-card {
padding: 28px;
}
}
@media (max-width: 767.98px) {
.additional-universal-section.v-045 {
padding: 40px 0;
}
.additional-universal-section.v-045 .section-title {
font-size: 1.75rem;
}
.additional-universal-section.v-045 .section-subtitle {
font-size: 1.125rem;
}
.additional-universal-section.v-045 .grid-card {
padding: 24px;
}
.additional-universal-section.v-045 .card-icon {
width: 56px;
height: 56px;
}
.additional-universal-section.v-045 .card-icon i {
font-size: 28px;
}
.additional-universal-section.v-045 .content-grid {
gap: 16px;
}
}
.additional-universal-section {
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.additional-universal-section .section-header {
position: relative;
max-width: 900px;
margin: 0 auto;
z-index: 2;
}
.additional-universal-section .header-ornament {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
margin-bottom: 2rem;
}
.additional-universal-section .ornament-dot {
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
}
.additional-universal-section .ornament-line {
width: 60px;
height: 3px;
background: linear-gradient(90deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 50%, transparent 50%)
);
}
.additional-universal-section .section-main-title {
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.additional-universal-section .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.75rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.3;
}
.additional-universal-section .section-description {
font-size: 1.125rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 800px;
}
.additional-universal-section .content-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
max-width: 1100px;
margin: 0 auto;
position: relative;
z-index: 2;
}
.additional-universal-section .content-block {
position: relative;
padding: 2rem;
border-radius: 20px;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.additional-universal-section .block-style-1 {
background: linear-gradient(135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 50%, var(--light) 50%)
);
border: 2px solid var(--primary-300);
overflow: hidden;
}
.additional-universal-section .block-decoration {
position: absolute;
top: 1.5rem;
right: 1.5rem;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
background: var(--light);
border-radius: 50%;
opacity: 0.4;
transition: all 0.4s ease;
}
.additional-universal-section .block-decoration i {
font-size: 2.5rem;
color: var(--primary-500);
}
.additional-universal-section .block-style-1:hover .block-decoration {
opacity: 1;
transform: rotate(15deg) scale(1.1);
}
.additional-universal-section .block-glow {
position: absolute;
bottom: -50%;
right: -20%;
width: 200px;
height: 200px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 30%, transparent 70%),
transparent 70%
);
border-radius: 50%;
transition: all 0.5s ease;
pointer-events: none;
}
.additional-universal-section .block-style-1:hover .block-glow {
bottom: -30%;
right: -10%;
opacity: 0.8;
}
.additional-universal-section .block-style-2 {
background: var(--light);
border: 2px solid var(--neutral-100);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.additional-universal-section .block-style-2:hover {
border-color: var(--primary-300);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
transform: translateY(-6px);
}
.additional-universal-section .block-icon-wrapper {
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,
var(--primary-100),
color-mix(in srgb, var(--primary-300) 40%, var(--primary-100) 60%)
);
border-radius: 16px;
margin-bottom: 1.5rem;
transition: all 0.3s ease;
}
.additional-universal-section .block-icon-wrapper i {
font-size: 2rem;
color: var(--primary-500);
transition: all 0.3s ease;
}
.additional-universal-section .block-style-2:hover .block-icon-wrapper {
background: linear-gradient(135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
);
transform: scale(1.1);
}
.additional-universal-section .block-style-2:hover .block-icon-wrapper i {
color: var(--light);
}
.additional-universal-section .block-corner-accent {
position: absolute;
top: 0;
right: 0;
width: 60px;
height: 60px;
background: linear-gradient(135deg,
transparent 50%,
var(--primary-100) 50%
);
border-radius: 0 20px 0 0;
opacity: 0.5;
transition: opacity 0.3s ease;
}
.additional-universal-section .block-style-2:hover .block-corner-accent {
opacity: 1;
}
.additional-universal-section .block-style-3 {
grid-column: 1 / -1;
background: var(--light);
border: 3px solid var(--primary-300);
padding: 3rem;
position: relative;
overflow: hidden;
}
.additional-universal-section .block-style-3:hover {
border-color: var(--primary-500);
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}
.additional-universal-section .block-highlight-bar {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 6px;
background: linear-gradient(90deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 70%, var(--primary-300) 30%),
var(--primary-500)
);
}
.additional-universal-section .block-mega-icon {
position: absolute;
top: 50%;
right: 3rem;
transform: translateY(-50%);
width: 120px;
height: 120px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 60%, transparent 40%)
);
border-radius: 50%;
opacity: 0.3;
transition: all 0.4s ease;
}
.additional-universal-section .block-mega-icon i {
font-size: 4rem;
color: var(--primary-500);
}
.additional-universal-section .block-style-3:hover .block-mega-icon {
opacity: 0.6;
transform: translateY(-50%) rotate(20deg) scale(1.1);
}
.additional-universal-section .block-pattern {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
repeating-linear-gradient(45deg,
transparent,
transparent 20px,
color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 20px,
color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 22px
);
pointer-events: none;
opacity: 0.3;
}
.additional-universal-section .content-title {
font-size: 1.5rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
transition: color 0.3s ease;
position: relative;
z-index: 2;
}
.additional-universal-section .content-block:hover .content-title {
color: var(--primary-500);
}
.additional-universal-section .block-style-3 .content-title {
font-size: 1.75rem;
max-width: 70%;
}
.additional-universal-section .content-description {
font-size: 1rem;
line-height: 1.7;
color: var(--text-secondary);
margin: 0;
position: relative;
z-index: 2;
}
.additional-universal-section .block-style-3 .content-description {
font-size: 1.125rem;
max-width: 70%;
}
.bg-shape {
position: absolute;
opacity: 0.08;
z-index: 0;
pointer-events: none;
}
.additional-universal-section .shape-blob-1 {
top: 10%;
left: 5%;
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-500), transparent 70%);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morph-blob 20s ease-in-out infinite;
}
.additional-universal-section .shape-blob-2 {
top: 50%;
right: 5%;
width: 250px;
height: 250px;
background: radial-gradient(circle, var(--primary-300), transparent 70%);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
animation: morph-blob 25s ease-in-out infinite 5s;
}
.additional-universal-section .shape-blob-3 {
bottom: 10%;
left: 50%;
width: 200px;
height: 200px;
background: radial-gradient(circle, var(--primary-500), transparent 70%);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
animation: morph-blob 30s ease-in-out infinite 10s;
}
.additional-universal-section .decorative-dots {
position: absolute;
bottom: 5%;
right: 10%;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0.5rem;
opacity: 0.2;
}
.additional-universal-section .decorative-dots span {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
}
@keyframes morph-blob {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: rotate(0deg);
}
25% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
50% {
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
transform: rotate(180deg);
}
75% {
border-radius: 70% 30% 50% 50% / 30% 70% 30% 70%;
}
}
@media (max-width: 991.98px) {
.additional-universal-section .content-grid {
gap: 1.5rem;
}
.additional-universal-section .block-style-3 {
padding: 2.5rem;
}
.additional-universal-section .block-mega-icon {
width: 100px;
height: 100px;
}
.additional-universal-section .block-mega-icon i {
font-size: 3rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section .content-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.additional-universal-section .block-style-3 {
padding: 2rem;
}
.block-style-3 .content-title,
.additional-universal-section .block-style-3 .content-description {
max-width: 100%;
}
.additional-universal-section .block-mega-icon {
position: static;
transform: none;
margin: 0 auto 1.5rem;
opacity: 0.5;
}
.additional-universal-section .block-decoration {
width: 60px;
height: 60px;
}
.additional-universal-section .block-decoration i {
font-size: 2rem;
}
.bg-shape {
display: none;
}
}
@media (max-width: 575.98px) {
.additional-universal-section {
padding: 3rem 0;
}
.additional-universal-section .content-block {
padding: 1.5rem;
}
.additional-universal-section .block-style-3 {
padding: 1.5rem;
}
.additional-universal-section .content-title {
font-size: 1.25rem;
}
.additional-universal-section .block-style-3 .content-title {
font-size: 1.5rem;
}
}


/* 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;
    }
}
