:root {
--primary-50: #fafafa;
--primary-50-rgb: 250, 250, 250;
--primary-100: #f4f4f5;
--primary-100-rgb: 244, 244, 245;
--primary-300: #d4d4d8;
--primary-300-rgb: 212, 212, 216;
--primary-500: #52525b;
--primary-500-rgb: 82, 82, 91;
--primary-700: #27272a;
--primary-700-rgb: 39, 39, 42;
--primary-200: #e4e4e7;
--primary-200-rgb: 228, 228, 231;
--primary-400: #93939a;
--primary-400-rgb: 147, 147, 154;
--primary-600: #3d3d43;
--primary-600-rgb: 61, 61, 67;
--primary-800: #212124;
--primary-800-rgb: 33, 33, 36;
--primary-900: #1b1b1d;
--primary-900-rgb: 27, 27, 29;
--primary-950: #121213;
--primary-950-rgb: 18, 18, 19;
--primary-rgb: 82, 82, 91;
--neutral-50: #fafafa;
--neutral-50-rgb: 250, 250, 250;
--neutral-100: #f4f4f5;
--neutral-100-rgb: 244, 244, 245;
--neutral-300: #d4d4d8;
--neutral-300-rgb: 212, 212, 216;
--neutral-500: #71717a;
--neutral-500-rgb: 113, 113, 122;
--neutral-700: #3f3f46;
--neutral-700-rgb: 63, 63, 70;
--neutral-900: #18181b;
--neutral-900-rgb: 24, 24, 27;
--neutral-200: #e4e4e7;
--neutral-200-rgb: 228, 228, 231;
--neutral-400: #a3a3a9;
--neutral-400-rgb: 163, 163, 169;
--neutral-600: #585860;
--neutral-600-rgb: 88, 88, 96;
--neutral-800: #36363c;
--neutral-800-rgb: 54, 54, 60;
--neutral-950: #1d1d20;
--neutral-950-rgb: 29, 29, 32;
--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-700);
--button-primary-bg: var(--primary-500);
--button-primary-text: #ffffff;
--button-primary-text-rgb: 255, 255, 255;
--button-secondary-bg: var(--neutral-100);
--button-secondary-text: var(--neutral-900);
--border-light: var(--neutral-300);
--border-medium: var(--neutral-500);
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
--shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
--shadow-card: 0 4px 6px rgba(0, 0, 0, 0.05);
--shadow-elevated: 0 10px 25px rgba(0, 0, 0, 0.1);
--shadow-button-hover: 0 6px 12px rgba(82, 82, 91, 0.3);
--radius-sm: 4px;
--radius-md: 8px;
--radius-lg: 12px;
--radius-xl: 16px;
--transition-fast: 0.15s ease;
--transition-base: 0.2s ease;
--transition-slow: 0.3s ease;
--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;
--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;
}
.brand_font_primary {
font-family: var(--font-primary);
}
.minimal_font_secondary {
font-family: var(--font-secondary);
}
.agency_font_mono {
font-family: var(--font-mono);
}
.digital_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);
}
.style_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);
}
.bright_display_3 {
font-family: var(--font-secondary);
font-size: var(--text-4xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
}
.elite_heading_1 {
font-family: var(--font-secondary);
font-size: var(--text-4xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
}
.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);
}
.business_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);
}
.dark_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);
}
.new_heading_6 {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.creative_body_large {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
letter-spacing: var(--tracking-normal);
}
.clean_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);
}
.pro_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);
}
.top_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);
}
.company_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);
}
.design_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);
}
.main_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;
}
.unique_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);
}
.prime_hero_subtitle {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-secondary);
margin-bottom: var(--space-8);
}
.core_section_title {
font-family: var(--font-secondary);
font-size: var(--text-4xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
color: var(--text-primary);
margin-bottom: var(--space-4);
}
.page_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);
}
.bold_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;
}
.custom_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);
}
.container_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);
}
.smart_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);
}
.smart_nav_link:hover,
.smart_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.app_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);
}
.ui_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) {
.unique_hero_title {
font-size: var(--text-4xl);
}
.core_section_title {
font-size: var(--text-3xl);
}
.digital_display_1 {
font-size: var(--text-5xl);
}
.style_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.unique_hero_title {
font-size: var(--text-3xl);
}
.core_section_title {
font-size: var(--text-2xl);
}
.digital_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);
}
.best_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.studio_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.theme_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.light_text_balance {
text-wrap: balance;
}
.site_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.smart_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.top_caption,
.company_overline,
.ui_footer_text {
color: var(--text-secondary);
}
.prime_hero_subtitle,
.page_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.unique_hero_title,
.core_section_title,
.elite_heading_1,
.content_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.best_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;
}
}
.modern_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.layout_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.base_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.fresh_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.section_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.premium_stack {
display: flex;
flex-direction: column;
}
.new55_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.web96_full_height {
min-height: 100vh;
}
.smart42_section_height {
min-height: 80vh;
}
.light32_hero_height {
min-height: 90vh;
}
.new46_m_0 { margin: 0; }
.creative0_m_1 { margin: var(--space-1); }
.digital28_m_2 { margin: var(--space-2); }
.fresh32_m_3 { margin: var(--space-3); }
.minimal66_m_4 { margin: var(--space-4); }
.dark75_m_6 { margin: var(--space-6); }
.modern85_m_8 { margin: var(--space-8); }
.smart27_m_12 { margin: var(--space-12); }
.custom17_m_16 { margin: var(--space-16); }
.bold84_mx_auto { margin-left: auto; margin-right: auto; }
.style64_my_auto { margin-top: auto; margin-bottom: auto; }
.design22_mt_0 { margin-top: 0; }
.light44_mt_4 { margin-top: var(--space-4); }
.main57_mt_8 { margin-top: var(--space-8); }
.base0_mt_12 { margin-top: var(--space-12); }
.content41_mb_0 { margin-bottom: 0; }
.smart29_mb_4 { margin-bottom: var(--space-4); }
.agency0_mb_8 { margin-bottom: var(--space-8); }
.premium27_mb_12 { margin-bottom: var(--space-12); }
.pro27_p_0 { padding: 0; }
.premium82_p_1 { padding: var(--space-1); }
.unique94_p_2 { padding: var(--space-2); }
.premium30_p_3 { padding: var(--space-3); }
.container71_p_4 { padding: var(--space-4); }
.prime71_p_6 { padding: var(--space-6); }
.container79_p_8 { padding: var(--space-8); }
.new84_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.business12_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.ui6_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.best44_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.core23_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.unique60_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.custom77_gap_1 { gap: var(--space-1); }
.smart48_gap_2 { gap: var(--space-2); }
.web36_gap_3 { gap: var(--space-3); }
.style32_gap_4 { gap: var(--space-4); }
.ui67_gap_6 { gap: var(--space-6); }
.new88_gap_8 { gap: var(--space-8); }
.core0_shadow_none { box-shadow: var(--shadow-none); }
.bold95_shadow_xs { box-shadow: var(--shadow-xs); }
.fresh56_shadow_sm { box-shadow: var(--shadow-sm); }
.business29_shadow_md { box-shadow: var(--shadow-md); }
.company69_shadow_lg { box-shadow: var(--shadow-lg); }
.design6_shadow_xl { box-shadow: var(--shadow-xl); }
.minimal7_shadow_2xl { box-shadow: var(--shadow-2xl); }
.design77_shadow_inner { box-shadow: var(--shadow-inner); }
.digital15_shadow_colored { box-shadow: var(--shadow-colored); }
.style17_radius_none { border-radius: var(--radius-none); }
.container2_radius_xs { border-radius: var(--radius-xs); }
.main52_radius_sm { border-radius: var(--radius-sm); }
.modern69_radius_md { border-radius: var(--radius-md); }
.unique61_radius_lg { border-radius: var(--radius-lg); }
.pro71_radius_xl { border-radius: var(--radius-xl); }
.layout20_radius_2xl { border-radius: var(--radius-2xl); }
.layout13_radius_3xl { border-radius: var(--radius-3xl); }
.agency2_radius_full { border-radius: var(--radius-full); }
.agency1_gradient_primary {
background: var(--gradient-primary);
}
.main47_gradient_secondary {
background: var(--gradient-secondary);
}
.app51_gradient_hero {
background: var(--gradient-hero);
}
.fresh49_gradient_card {
background: var(--gradient-card);
}
.light79_gradient_overlay {
position: relative;
}
.light79_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;
}
.light79_gradient_overlay > * {
position: relative;
z-index: 2;
}
.style48_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.style48_hover_lift:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.studio95_hover_scale {
transition: transform var(--transition-normal);
}
.studio95_hover_scale:hover {
transform: scale(1.02);
}
.prime71_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.prime71_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.bold89_hover_fade {
transition: opacity var(--transition-normal);
}
.bold89_hover_fade:hover {
opacity: var(--opacity-loading);
}
.core24_focus_ring {
transition: box-shadow var(--transition-fast);
}
.core24_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.core77_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.prime89_hero_content {
position: relative;
z-index: 2;
}
.page83_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.web48_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.bold89_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.prime13_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.style6_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: var(--space-6);
}
.prime25_timeline {
position: relative;
}
.prime25_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.container46_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.container46_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.container46_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.design34_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.minimal98_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;
}
}
.prime36_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;
}
}
.unique93_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;
}
}
.agency2_transition_all {
transition: var(--transition-all);
}
.bright60_transition_fast {
transition: all var(--transition-fast);
}
.page26_transition_normal {
transition: all var(--transition-normal);
}
.business89_transition_slow {
transition: all var(--transition-slow);
}
.pro5_bg_primary { background-color: var(--bg-primary); }
.theme99_bg_secondary { background-color: var(--bg-secondary); }
.fresh67_bg_muted { background-color: var(--bg-muted); }
.bold26_bg_glass { background-color: var(--bg-glass); }
.bold98_text_primary { color: var(--text-primary); }
.base62_text_secondary { color: var(--text-secondary); }
.pro74_text_muted { color: var(--text-muted); }
.prime36_text_inverse { color: var(--text-inverse); }
.dark95_text_link { color: var(--text-link); }
.bright82_border_light { border-color: var(--border-light); }
.minimal46_border_medium { border-color: var(--border-medium); }
.style56_border_strong { border-color: var(--border-strong); }
.site45_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 768px) {
.page83_services_grid,
.bold89_features_grid,
.web48_team_grid,
.style6_pricing_grid {
grid-template-columns: 1fr;
}
.prime13_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.prime25_timeline::before {
left: 30px;
}
.container46_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.smart42_section_height {
min-height: 60vh;
}
.light32_hero_height {
min-height: 70vh;
}
}
@media (max-width: 480px) {
.prime13_gallery_grid {
grid-template-columns: 1fr;
}
.container46_timeline_item {
padding-left: var(--space-12) !important;
}
}
.creative23_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;
}
.smart88_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.prime48_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);
}
.prime48_skip_link:focus {
top: 6px;
}
@media print {
.bold67_no_print {
display: none !important;
}
.fresh76_print_only {
display: block !important;
}
.bold95_shadow_xs,
.fresh56_shadow_sm,
.business29_shadow_md,
.company69_shadow_lg,
.design6_shadow_xl,
.minimal7_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) {
.design34_fade_in,
.minimal98_slide_up,
.prime36_slide_in_left,
.unique93_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.style48_hover_lift,
.studio95_hover_scale,
.prime71_hover_shadow,
.bold89_hover_fade,
.agency2_transition_all,
.bright60_transition_fast,
.page26_transition_normal,
.business89_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
.header-alt {
background: var(--surface-primary);
box-shadow: 0 2px 12px rgba(var(--black-rgb), 0.06);
position: sticky;
top: 0;
z-index: 1000;
transition: all 0.3s ease;
}
.header-alt .navbar {
padding: 1rem 0;
position: relative;
}
.header-alt .navbar-brand {
font-size: 1.125rem;
font-weight: 700;
color: var(--primary-700);
letter-spacing: -0.02em;
transition: color 0.3s ease;
position: relative;
z-index: 10004;
}
.header-alt .navbar-brand:hover {
color: var(--primary-500);
}
.header-alt .nav-link {
color: var(--text-primary);
font-size: 0.75rem;
font-weight: 500;
padding: 0.5rem 1rem;
margin: 0 0.25rem;
transition: all 0.3s ease;
position: relative;
}
.header-alt .nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%) scaleX(0);
width: 80%;
height: 2px;
background: var(--primary-500);
transition: transform 0.3s ease;
}
.header-alt .nav-link:hover {
color: var(--primary-500);
}
.header-alt .nav-link:hover::after {
transform: translateX(-50%) scaleX(1);
}
.header-alt .menu-toggle-input {
display: none;
}
.header-alt .hamburger-toggle {
display: none;
flex-direction: column;
justify-content: space-between;
width: 28px;
height: 22px;
cursor: pointer;
position: relative;
z-index: 10003;
padding: 0;
background: transparent;
border: none;
}
.header-alt .hamburger-line {
width: 100%;
height: 3px;
background: #334155;
border-radius: 3px;
transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transform-origin: center;
}
.header-alt .menu-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(1) {
transform: translateY(9.5px) rotate(45deg);
}
.header-alt .menu-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(2) {
opacity: 0;
transform: scaleX(0);
}
.header-alt .menu-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(3) {
transform: translateY(-9.5px) rotate(-45deg);
}
.header-alt .menu-backdrop {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: rgba(var(--black-rgb), 0.4);
backdrop-filter: blur(4px);
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
z-index: -1;
}
.header-alt .menu-toggle-input:checked ~ .menu-backdrop {
opacity: 1;
visibility: visible;
z-index: 10001;
}
.header-alt .header-decoration {
position: absolute;
top: 50%;
right: -20px;
transform: translateY(-50%);
pointer-events: none;
display: none;
}
.header-alt .decorative-dot {
width: 8px;
height: 8px;
background: var(--primary-300);
border-radius: 50%;
margin-bottom: 0.5rem;
animation: pulse-v167 2s infinite;
}
.header-alt .decorative-line {
width: 2px;
height: 40px;
background: linear-gradient(
to bottom,
var(--primary-300),
transparent
);
}
@keyframes pulse-v167 {
0%, 100% {
opacity: 1;
transform: scale(1);
}
50% {
opacity: 0.6;
transform: scale(1.2);
}
}
@media (min-width: 992px) {
.header-alt .navbar-nav {
align-items: center;
}
.header-alt .header-decoration {
display: block;
}
.header-alt .menu-backdrop {
display: none;
}
}
@media (max-width: 991.98px) {
.header-alt .hamburger-toggle {
display: flex;
}
.header-alt .navbar-collapse {
position: fixed;
top: 0;
right: -100%;
width: 280px;
height: 100vh;
background: var(--surface-primary);
box-shadow: -4px 0 24px rgba(var(--black-rgb), 0.15);
padding: 80px 2rem 2rem;
transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
z-index: 10002;
overflow-y: auto;
}
.header-alt .menu-toggle-input:checked ~ .navbar-collapse {
right: 0;
}
.header-alt .navbar-nav {
flex-direction: column;
align-items: flex-start;
width: 100%;
}
.header-alt .nav-item {
width: 100%;
margin-bottom: 0.5rem;
opacity: 0;
transform: translateX(20px);
animation: slideInNav-v167 0.4s forwards;
}
.header-alt .menu-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(1) {
animation-delay: 0.1s;
}
.header-alt .menu-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(2) {
animation-delay: 0.2s;
}
.header-alt .menu-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(3) {
animation-delay: 0.3s;
}
.header-alt .menu-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(4) {
animation-delay: 0.4s;
}
.header-alt .nav-link {
width: 100%;
padding: 1rem;
margin: 0;
border-radius: 8px;
background: var(--neutral-50);
}
.header-alt .nav-link::after {
display: none;
}
.header-alt .nav-link:hover {
background: color-mix(in srgb, var(--primary-500) 10%, var(--neutral-50));
}
}
@keyframes slideInNav-v167 {
to {
opacity: 1;
transform: translateX(0);
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.header-alt .navbar-collapse {
width: 320px;
padding: 100px 2.5rem 2.5rem;
}
.header-alt .nav-link {
font-size: 0.875rem;
padding: 1.25rem;
}
}
@media (max-width: 575.98px) {
.header-alt .navbar-brand {
font-size: 1.125rem;
}
.header-alt .navbar-collapse {
width: 260px;
}
.header-alt .nav-link {
font-size: 0.95rem;
padding: 0.875rem;
}
}
.header-alt .hamburger-toggle:focus-visible {
outline: 2px solid var(--primary-500);
outline-offset: 4px;
border-radius: 4px;
}
.header-alt .nav-link:focus-visible {
outline: 2px solid var(--primary-500);
outline-offset: 2px;
border-radius: 4px;
}
@media (prefers-reduced-motion: no-preference) {
.header-alt * {
scroll-behavior: smooth;
}
}
.hero-secondary {
position: relative;
padding: 100px 0 80px;
background: var(--surface-primary);
overflow: hidden;
}
.hero-secondary .bg-decoration {
position: absolute;
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.hero-secondary .decoration-1 {
width: 400px;
height: 400px;
top: -150px;
right: -100px;
background: color-mix(in srgb, var(--primary-500) 8%, transparent);
filter: blur(80px);
}
.hero-secondary .decoration-2 {
width: 300px;
height: 300px;
bottom: -80px;
left: -80px;
background: color-mix(in srgb, var(--primary-300) 10%, transparent);
filter: blur(60px);
}
.hero-secondary .decoration-3 {
width: 250px;
height: 250px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: color-mix(in srgb, var(--primary-100) 15%, transparent);
filter: blur(100px);
}
.hero-secondary .container {
position: relative;
z-index: 1;
}
.hero-secondary .hero-content {
padding: 20px 0;
}
.hero-secondary .decorative-badge {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 20px;
background: color-mix(in srgb, var(--primary-500) 10%, var(--surface-primary));
border-radius: 50px;
margin-bottom: 24px;
border: 1px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.hero-secondary .badge-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-v196 2s ease-in-out infinite;
}
@keyframes pulse-v196 {
0%, 100% {
opacity: 1;
transform: scale(1);
}
50% {
opacity: 0.6;
transform: scale(1.2);
}
}
.hero-secondary .hero-title {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 800;
line-height: 1.1;
color: var(--text-primary);
margin-bottom: 20px;
letter-spacing: -0.02em;
}
.hero-secondary .hero-subtitle {
font-size: clamp(1.125rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-500);
margin-bottom: 24px;
line-height: 1.4;
}
.hero-secondary .hero-description {
font-size: clamp(1rem, 1.5vw, 1.125rem);
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 36px;
max-width: 540px;
}
.hero-secondary .features-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
max-width: 400px;
margin-top: 40px;
}
.hero-secondary .feature-icon-wrapper {
display: flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
background: var(--surface-secondary);
border-radius: 16px;
border: 2px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
transition: all 0.3s ease;
}
.hero-secondary .feature-icon-wrapper:hover {
transform: translateY(-4px);
background: color-mix(in srgb, var(--primary-500) 10%, var(--surface-secondary));
border-color: var(--primary-500);
box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.hero-secondary .feature-icon-wrapper i {
font-size: 1.75rem;
color: var(--primary-500);
}
.hero-secondary .hero-visual {
position: relative;
padding: 20px;
}
.hero-secondary .image-container {
position: relative;
border-radius: 24px;
overflow: hidden;
box-shadow: 0 20px 60px color-mix(in srgb, var(--neutral-900) 15%, transparent);
}
.hero-secondary .main-image {
width: 100%;
height: auto;
display: block;
border-radius: 24px;
position: relative;
z-index: 2;
}
.hero-secondary .decorative-shape {
position: absolute;
border-radius: 50%;
z-index: 1;
pointer-events: none;
}
.hero-secondary .shape-1 {
width: 180px;
height: 180px;
top: -40px;
right: -40px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
opacity: 0.15;
filter: blur(40px);
}
.hero-secondary .shape-2 {
width: 150px;
height: 150px;
bottom: -30px;
left: -30px;
background: linear-gradient(225deg, var(--primary-500), var(--primary-700));
opacity: 0.12;
filter: blur(35px);
}
.hero-secondary .decorative-blob {
position: absolute;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
background: var(--primary-100);
opacity: 0.2;
z-index: 0;
animation: blob-morph-v196 8s ease-in-out infinite;
}
.hero-secondary .blob-1 {
width: 200px;
height: 200px;
top: 10%;
right: 5%;
animation-delay: 0s;
}
.hero-secondary .blob-2 {
width: 160px;
height: 160px;
bottom: 15%;
left: 8%;
animation-delay: 2s;
}
@keyframes blob-morph-v196 {
0%, 100% {
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
25% {
border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
}
50% {
border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
}
75% {
border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
}
}
.hero-secondary .floating-card {
position: absolute;
background: var(--surface-primary);
border-radius: 16px;
padding: 16px;
box-shadow: 0 10px 30px color-mix(in srgb, var(--neutral-900) 12%, transparent);
border: 1px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
z-index: 3;
animation: float-v196 3s ease-in-out infinite;
}
.hero-secondary .card-1 {
top: 15%;
left: -10px;
animation-delay: 0s;
}
.hero-secondary .card-2 {
bottom: 20%;
right: -10px;
animation-delay: 1.5s;
}
@keyframes float-v196 {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(-15px);
}
}
.hero-secondary .icon-circle {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
}
.hero-secondary .icon-circle i {
font-size: 1.25rem;
color: var(--light);
}
@media (max-width: 991px) {
.hero-secondary {
padding: 80px 0 60px;
}
.hero-secondary .hero-content {
text-align: center;
}
.hero-secondary .hero-description {
margin-left: auto;
margin-right: auto;
}
.hero-secondary .features-grid {
margin-left: auto;
margin-right: auto;
}
.hero-secondary .decorative-badge {
justify-content: center;
}
}
@media (max-width: 767px) {
.hero-secondary {
padding: 60px 0 40px;
}
.hero-secondary .features-grid {
grid-template-columns: repeat(2, 1fr);
gap: 12px;
max-width: 200px;
}
.hero-secondary .feature-icon-wrapper {
width: 56px;
height: 56px;
}
.hero-secondary .feature-icon-wrapper i {
font-size: 1.5rem;
}
.hero-secondary .floating-card {
padding: 12px;
}
.hero-secondary .icon-circle {
width: 40px;
height: 40px;
}
.hero-secondary .icon-circle i {
font-size: 1rem;
}
.hero-secondary .card-1 {
left: 5px;
}
.hero-secondary .card-2 {
right: 5px;
}
}
@media (max-width: 575px) {
.hero-secondary .hero-visual {
padding: 10px;
}
.hero-secondary .blob-1,
.hero-secondary .blob-2 {
display: none;
}
}
@media (prefers-reduced-motion: reduce) {
.hero-secondary .badge-dot,
.hero-secondary .decorative-blob,
.hero-secondary .floating-card {
animation: none;
}
.hero-secondary .feature-icon-wrapper:hover {
transform: none;
}
}
@media (prefers-contrast: high) {
.hero-secondary .hero-title {
color: var(--neutral-900);
}
.hero-secondary .feature-icon-wrapper {
border-width: 3px;
}
.hero-secondary .floating-card {
border-width: 2px;
}
}
.usp-secondary {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 50%, white 50%) 100%
);
position: relative;
padding: 80px 0;
--usp-item-icon-size: 64px;
--usp-item-gap: 20px;
--usp-item-padding: 32px;
}
.usp-secondary__bg-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
pointer-events: none;
z-index: 0;
}
.usp-secondary__shape {
position: absolute;
border-radius: 50%;
opacity: 0.06;
}
.usp-secondary__shape--1 {
width: 500px;
height: 500px;
background: var(--primary-500);
top: -150px;
right: -100px;
animation: float 18s ease-in-out infinite;
}
.usp-secondary__shape--2 {
width: 400px;
height: 400px;
background: var(--primary-300);
bottom: -150px;
left: -100px;
animation: float 15s ease-in-out infinite reverse;
}
.usp-secondary__header {
position: relative;
z-index: 2;
}
.usp-secondary__badge {
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
}
.usp-secondary__badge-dot {
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
display: block;
animation: pulse-grow 2s ease-out infinite;
}
.usp-secondary__title {
color: var(--text-primary);
line-height: 1.2;
font-weight: 800;
letter-spacing: -0.01em;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__subtitle {
color: var(--primary-700);
font-weight: 600;
line-height: 1.4;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__description {
color: var(--text-secondary);
line-height: 1.6;
max-width: 680px;
margin-left: auto;
margin-right: auto;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__item {
background: white;
border-radius: 16px;
padding: var(--usp-item-padding);
height: 100%;
display: flex;
gap: var(--usp-item-gap);
box-shadow: 0 4px 16px rgba(var(--black-rgb), 0.06);
transition: all 0.3s ease;
position: relative;
z-index: 2;
border: 1px solid rgba(var(--primary-rgb), 0.1);
min-width: 0;
overflow: hidden;
}
.usp-secondary__item:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.usp-secondary__item-icon {
flex-shrink: 0;
width: var(--usp-item-icon-size);
height: var(--usp-item-icon-size);
min-width: 48px;
min-height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
border-radius: 16px;
box-shadow: 0 8px 16px rgba(var(--primary-rgb), 0.3);
transition: all 0.3s ease;
}
.usp-secondary__item:hover .usp-secondary__item-icon {
transform: scale(1.05);
box-shadow: 0 12px 24px rgba(var(--primary-rgb), 0.4);
}
.usp-secondary__item-icon i {
font-size: 28px;
color: white;
}
.usp-secondary__item-content {
flex: 1;
min-width: 0;
}
.usp-secondary__item-header {
margin-bottom: 12px;
gap: 12px;
flex-wrap: wrap;
align-items: flex-start;
}
.usp-secondary__item-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.3;
margin: 0;
flex: 1 1 auto;
min-width: 0;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__item-badge {
display: inline-block;
padding: 6px 14px;
background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
color: var(--primary-700);
border-radius: 20px;
font-size: 0.875rem;
font-weight: 700;
white-space: normal;
border: 1px solid var(--primary-200);
flex-shrink: 0;
text-align: center;
max-width: 100%;
word-break: break-word;
}
.usp-secondary__item-text {
color: var(--text-secondary);
line-height: 1.6;
font-size: 0.9375rem;
word-wrap: break-word;
overflow-wrap: break-word;
hyphens: auto;
}
.usp-secondary__accent-line {
height: 4px;
width: 100px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
border-radius: 2px;
margin: 0 auto;
position: relative;
z-index: 2;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(3deg);
}
}
@keyframes pulse-grow {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(2);
opacity: 0;
}
}
@media (max-width: 1399px) {
.usp-secondary {
--usp-item-padding: 28px;
--usp-item-gap: 18px;
}
.usp-secondary__item-header {
gap: 8px;
}
}
@media (max-width: 1199px) {
.usp-secondary {
--usp-item-icon-size: 56px;
--usp-item-padding: 24px;
--usp-item-gap: 16px;
}
.usp-secondary__item-header {
gap: 10px;
}
.usp-secondary__item-title {
font-size: 1.125rem;
}
.usp-secondary__item-badge {
font-size: 0.8125rem;
padding: 5px 12px;
}
}
@media (max-width: 991px) {
.usp-secondary {
padding: 60px 0;
--usp-item-icon-size: 56px;
}
.usp-secondary__title {
font-size: 2rem;
}
.usp-secondary__subtitle {
font-size: 1.125rem;
}
.usp-secondary__item {
gap: 16px;
}
.usp-secondary__item-icon i {
font-size: 24px;
}
.usp-secondary__item-header {
gap: 10px;
}
.usp-secondary__shape--1,
.usp-secondary__shape--2 {
width: 300px;
height: 300px;
}
}
@media (max-width: 767px) {
.usp-secondary {
--usp-item-icon-size: 48px;
--usp-item-padding: 20px;
--usp-item-gap: 16px;
}
.usp-secondary__title {
font-size: 1.75rem;
}
.usp-secondary__subtitle {
font-size: 1rem;
}
.usp-secondary__description {
font-size: 0.9375rem;
}
.usp-secondary__item {
flex-direction: column;
text-align: center;
}
.usp-secondary__item-header {
flex-direction: column;
gap: 8px;
align-items: center;
}
.usp-secondary__item-title {
text-align: center;
}
.usp-secondary__item-icon {
margin: 0 auto;
}
.usp-secondary__item-icon i {
font-size: 22px;
}
.usp-secondary__item-badge {
font-size: 0.8125rem;
padding: 5px 12px;
}
.usp-secondary__shape--1,
.usp-secondary__shape--2 {
display: none;
}
}
@media (max-width: 575px) {
.usp-secondary {
padding: 40px 0;
--usp-item-padding: 16px;
--usp-item-gap: 12px;
}
.usp-secondary__title {
font-size: 1.5rem;
}
.usp-secondary__item-header {
gap: 6px;
margin-bottom: 8px;
}
.usp-secondary__item-badge {
padding: 4px 10px;
font-size: 0.75rem;
}
.usp-secondary__item-text {
font-size: 0.875rem;
}
}
.about-section-custom {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.about-section-custom .section-header {
position: relative;
}
.about-section-custom .decorative-badge {
display: inline-block;
width: 50px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
border-radius: 2px;
margin-bottom: 1rem;
}
.about-section-custom #about-title {
color: var(--text-primary);
line-height: 1.2;
position: relative;
}
.about-section-custom .title-accent {
width: 60px;
height: 3px;
background: var(--primary-500);
margin-top: 1rem;
}
.about-section-custom #about-subtitle {
color: var(--primary-500);
font-weight: 600;
}
.about-section-custom #about-desc {
color: var(--text-secondary);
line-height: 1.7;
}
.about-section-custom .features-grid {
margin-top: 2rem;
}
.about-section-custom .feature-card {
background: var(--surface-secondary);
padding: 1.75rem;
border-radius: 12px;
border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
transition: all 0.3s ease;
height: 100%;
}
.about-section-custom .feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 15%, transparent);
border-color: var(--primary-300);
}
.about-section-custom .feature-icon-wrapper {
width: 48px;
height: 48px;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1rem;
transition: transform 0.3s ease;
}
.about-section-custom .feature-card:hover .feature-icon-wrapper {
transform: rotate(5deg) scale(1.1);
}
.about-section-custom .feature-icon-wrapper i {
font-size: 1.5rem;
color: var(--light);
}
.about-section-custom .feature-card h4 {
color: var(--text-primary);
margin-bottom: 0.5rem;
}
.about-section-custom .feature-card p {
color: var(--text-secondary);
line-height: 1.6;
}
.about-section-custom .images-composition {
position: relative;
min-height: 600px;
}
.about-section-custom .image-wrapper {
position: relative;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 10px 40px color-mix(in srgb, var(--neutral-900) 15%, transparent);
transition: all 0.4s ease;
}
.about-section-custom .image-wrapper:hover {
transform: scale(1.02);
box-shadow: 0 15px 50px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.about-section-custom .image-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease;
}
.about-section-custom .image-wrapper:hover img {
transform: scale(1.05);
}
.about-section-custom .image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 10%, transparent),
color-mix(in srgb, var(--primary-700) 5%, transparent)
);
opacity: 0;
transition: opacity 0.4s ease;
}
.about-section-custom .image-wrapper:hover .image-overlay {
opacity: 1;
}
.about-section-custom .image-main {
position: absolute;
top: 0;
left: 0;
width: 65%;
height: 400px;
z-index: 3;
}
.about-section-custom .image-secondary {
position: absolute;
bottom: 0;
right: 0;
width: 60%;
height: 350px;
z-index: 2;
}
.about-section-custom .image-accent {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 45%;
height: 280px;
z-index: 4;
border: 4px solid var(--surface-primary);
}
.about-section-custom .floating-badge {
position: absolute;
bottom: -15px;
right: -15px;
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;
box-shadow: 0 5px 20px color-mix(in srgb, var(--primary-500) 40%, transparent);
animation: float-badge 3s ease-in-out infinite;
}
.about-section-custom .floating-badge i {
font-size: 1.5rem;
color: var(--light);
}
@keyframes float-badge {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}
.about-section-custom .decorative-shape {
position: absolute;
border-radius: 50%;
z-index: 1;
}
.about-section-custom .shape-1 {
width: 200px;
height: 200px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 20%, transparent),
color-mix(in srgb, var(--primary-500) 10%, transparent)
);
top: -50px;
right: -50px;
animation: float-shape 6s ease-in-out infinite;
}
.about-section-custom .shape-2 {
width: 150px;
height: 150px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 15%, transparent),
color-mix(in srgb, var(--primary-700) 8%, transparent)
);
bottom: -40px;
left: -40px;
animation: float-shape 7s ease-in-out infinite reverse;
}
@keyframes float-shape {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(10px, -10px) rotate(5deg);
}
66% {
transform: translate(-10px, 10px) rotate(-5deg);
}
}
.about-section-custom .decorative-dots {
position: absolute;
top: 20%;
left: -30px;
width: 100px;
height: 100px;
background-image: radial-gradient(
circle,
var(--primary-300) 2px,
transparent 2px
);
background-size: 20px 20px;
opacity: 0.3;
z-index: 1;
}
@media (max-width: 991.98px) {
.about-section-custom .images-composition {
min-height: 500px;
margin-top: 3rem;
}
.about-section-custom .image-main {
width: 70%;
height: 320px;
}
.about-section-custom .image-secondary {
width: 65%;
height: 280px;
}
.about-section-custom .image-accent {
width: 50%;
height: 240px;
}
}
@media (max-width: 767.98px) {
.about-section-custom .images-composition {
min-height: 400px;
}
.about-section-custom .image-main {
width: 80%;
height: 260px;
top: 0;
left: 10%;
}
.about-section-custom .image-secondary {
width: 70%;
height: 220px;
bottom: 0;
right: 10%;
}
.about-section-custom .image-accent {
width: 60%;
height: 200px;
}
.about-section-custom .feature-card {
padding: 1.5rem;
}
.about-section-custom .decorative-shape {
display: none;
}
}
@media (max-width: 575.98px) {
.about-section-custom .images-composition {
min-height: 350px;
}
.about-section-custom .image-main,
.about-section-custom .image-secondary,
.about-section-custom .image-accent {
position: relative;
width: 100%;
margin-bottom: 1rem;
top: auto;
left: auto;
right: auto;
bottom: auto;
transform: none;
}
.about-section-custom .image-main {
height: 250px;
}
.about-section-custom .image-secondary {
height: 220px;
}
.about-section-custom .image-accent {
height: 200px;
border-width: 3px;
}
}
@media (prefers-reduced-motion: reduce) {
.about-section-custom .feature-card,
.about-section-custom .image-wrapper,
.about-section-custom .feature-icon-wrapper {
transition: none;
}
.about-section-custom .floating-badge,
.about-section-custom .decorative-shape {
animation: none;
}
}
@media (prefers-contrast: high) {
.about-section-custom .feature-card {
border-width: 2px;
border-color: var(--primary-500);
}
.about-section-custom .image-wrapper {
border: 2px solid var(--neutral-900);
}
}
.features-section-pro {
position: relative;
overflow: hidden;
background: linear-gradient(
180deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
}
.features-section-pro .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.features-section-pro .section-subtitle {
font-size: 0.875rem;
font-weight: 600;
letter-spacing: 0.1em;
color: var(--primary-500);
margin-bottom: 1rem;
}
.features-section-pro .section-description {
font-size: 1.125rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.features-section-pro .feature-card {
position: relative;
display: flex;
align-items: flex-start;
gap: 1.5rem;
padding: 2.5rem;
background: var(--surface-primary);
border-radius: 16px;
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
box-shadow:
0 4px 6px rgba(var(--black-rgb), 0.03),
0 10px 20px rgba(var(--black-rgb), 0.05);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
height: 100%;
}
.features-section-pro .feature-card:hover {
transform: translateY(-8px);
box-shadow:
0 8px 12px rgba(var(--black-rgb), 0.05),
0 20px 40px rgba(var(--black-rgb), 0.08);
border-color: color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.features-section-pro .feature-icon-wrapper {
position: relative;
flex-shrink: 0;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
}
.features-section-pro .icon-background {
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 30%, transparent 70%),
color-mix(in srgb, var(--primary-500) 20%, transparent 80%)
);
border-radius: 20px;
transform: rotate(0deg);
transition: transform 0.6s ease;
}
.features-section-pro .feature-card:hover .icon-background {
transform: rotate(180deg);
}
.features-section-pro .feature-icon {
position: relative;
font-size: 2.5rem;
color: var(--primary-500);
z-index: 2;
transition: transform 0.4s ease;
}
.features-section-pro .feature-card:hover .feature-icon {
transform: scale(1.1);
}
.features-section-pro .feature-content {
flex: 1;
}
.features-section-pro .feature-name {
font-size: 1.5rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.3;
margin-bottom: 1rem;
transition: color 0.3s ease;
}
.features-section-pro .feature-card:hover .feature-name {
color: var(--primary-500);
}
.features-section-pro .feature-description {
font-size: 1rem;
line-height: 1.7;
color: var(--text-secondary);
margin: 0;
}
.features-section-pro .feature-decoration {
position: absolute;
bottom: -30px;
right: -30px;
width: 120px;
height: 120px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent
);
border-radius: 50%;
pointer-events: none;
transition: transform 0.6s ease;
}
.features-section-pro .feature-card:hover .feature-decoration {
transform: scale(1.5);
}
.features-section-pro .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
z-index: 0;
}
.features-section-pro .blob-1 {
width: 500px;
height: 500px;
background: radial-gradient(
circle,
var(--primary-300),
transparent 70%
);
top: -200px;
left: -150px;
animation: float-blob 20s ease-in-out infinite;
}
.features-section-pro .blob-2 {
width: 400px;
height: 400px;
background: radial-gradient(
circle,
var(--primary-500),
transparent 70%
);
bottom: -150px;
right: -100px;
animation: float-blob 15s ease-in-out infinite reverse;
}
.features-section-pro .decorative-circle {
position: absolute;
border-radius: 50%;
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
pointer-events: none;
z-index: 0;
}
.features-section-pro .circle-1 {
width: 300px;
height: 300px;
top: 50%;
right: 10%;
animation: pulse-circle 8s ease-in-out infinite;
}
.features-section-pro .decorative-grid {
position: absolute;
bottom: 50px;
left: 50px;
display: grid;
grid-template-columns: repeat(3, 8px);
grid-template-rows: repeat(2, 8px);
gap: 12px;
opacity: 0.15;
pointer-events: none;
z-index: 0;
}
.features-section-pro .grid-item {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 2px;
animation: grid-pulse 3s ease-in-out infinite;
}
.features-section-pro .grid-item:nth-child(2) {
animation-delay: 0.2s;
}
.features-section-pro .grid-item:nth-child(3) {
animation-delay: 0.4s;
}
.features-section-pro .grid-item:nth-child(4) {
animation-delay: 0.6s;
}
.features-section-pro .grid-item:nth-child(5) {
animation-delay: 0.8s;
}
.features-section-pro .grid-item:nth-child(6) {
animation-delay: 1s;
}
@keyframes float-blob {
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 pulse-circle {
0%, 100% {
transform: scale(1);
opacity: 0.15;
}
50% {
transform: scale(1.2);
opacity: 0.05;
}
}
@keyframes grid-pulse {
0%, 100% {
opacity: 0.3;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.3);
}
}
@media (max-width: 991.98px) {
.features-section-pro .section-title {
font-size: 2rem;
}
.features-section-pro .feature-card {
padding: 2rem;
}
.features-section-pro .feature-icon-wrapper {
width: 70px;
height: 70px;
}
.features-section-pro .feature-icon {
font-size: 2rem;
}
.features-section-pro .feature-name {
font-size: 1.25rem;
}
.features-section-pro .blob-1,
.features-section-pro .blob-2 {
width: 300px;
height: 300px;
}
.features-section-pro .circle-1 {
width: 200px;
height: 200px;
}
}
@media (max-width: 767.98px) {
.features-section-pro .section-title {
font-size: 1.75rem;
}
.features-section-pro .section-description {
font-size: 1rem;
}
.features-section-pro .feature-card {
flex-direction: column;
padding: 1.5rem;
gap: 1.25rem;
}
.features-section-pro .feature-icon-wrapper {
width: 60px;
height: 60px;
}
.features-section-pro .feature-icon {
font-size: 1.75rem;
}
.features-section-pro .feature-name {
font-size: 1.125rem;
}
.features-section-pro .feature-description {
font-size: 0.9375rem;
}
.features-section-pro .decorative-grid {
bottom: 30px;
left: 30px;
}
}
@media (max-width: 575.98px) {
.features-section-pro .section-title {
font-size: 1.5rem;
}
.features-section-pro .feature-card {
padding: 1.25rem;
}
.features-section-pro .blob-1,
.features-section-pro .blob-2 {
width: 200px;
height: 200px;
}
.features-section-pro .circle-1 {
display: none;
}
}
.services-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;
}
.services-section-secondary .section-header {
position: relative;
z-index: 2;
}
.services-section-secondary .decorative-line-top {
width: 80px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-300)
);
margin: 0 auto;
border-radius: 2px;
}
.services-section-secondary #services-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.2;
}
.services-section-secondary #services-subtitle {
color: var(--primary-500);
font-size: 1.25rem;
font-weight: 500;
}
.services-section-secondary #services-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.services-section-secondary .decorative-accent-dots {
display: flex;
gap: 8px;
justify-content: center;
align-items: center;
}
.services-section-secondary .decorative-accent-dots .dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
display: inline-block;
opacity: 0.6;
transition: all 0.3s ease;
}
.services-section-secondary .decorative-accent-dots .dot:nth-child(2) {
width: 10px;
height: 10px;
opacity: 0.8;
}
.services-section-secondary .decorative-accent-dots .dot:hover {
opacity: 1;
transform: scale(1.3);
}
.services-section-secondary .service-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2.5rem 2rem;
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 color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
overflow: hidden;
}
.services-section-secondary .service-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-300)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s ease;
}
.services-section-secondary .service-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.15);
border-color: var(--primary-300);
}
.services-section-secondary .service-card:hover::before {
transform: scaleX(1);
}
.services-section-secondary .service-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);
}
.services-section-secondary .featured-badge {
position: absolute;
top: 20px;
right: 20px;
width: 40px;
height: 40px;
background: var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1rem;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.2);
animation: pulse-badge 2s infinite;
}
@keyframes pulse-badge {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
}
.services-section-secondary .card-icon-wrapper {
position: relative;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
}
.services-section-secondary .icon-bg-circle {
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(135deg,
var(--primary-100),
color-mix(in srgb, var(--primary-50) 50%, transparent 50%)
);
border-radius: 50%;
transition: transform 0.4s ease;
}
.services-section-secondary .service-card:hover .icon-bg-circle {
transform: scale(1.15) rotate(10deg);
}
.services-section-secondary .icon-main {
position: relative;
font-size: 2rem;
color: var(--primary-500);
z-index: 1;
transition: all 0.3s ease;
}
.services-section-secondary .service-card:hover .icon-main {
transform: scale(1.1);
color: var(--primary-700);
}
.services-section-secondary .service-card h3 {
color: var(--text-primary);
font-weight: 700;
margin-bottom: 1rem;
transition: color 0.3s ease;
}
.services-section-secondary .service-card:hover h3 {
color: var(--primary-700);
}
.services-section-secondary .service-card p {
color: var(--text-secondary);
line-height: 1.7;
}
.services-section-secondary .features-list {
padding: 1rem;
background: color-mix(in srgb, var(--primary-50) 30%, transparent 70%);
border-radius: 8px;
border-left: 3px solid var(--primary-300);
}
.services-section-secondary .features-list p {
line-height: 1.6;
color: var(--neutral-700);
font-size: 0.9rem;
}
.services-section-secondary .price-tag {
padding-top: 1rem;
border-top: 1px solid var(--neutral-100);
margin-top: auto;
}
.services-section-secondary .price-tag span {
color: var(--primary-700);
font-weight: 700;
}
.services-section-secondary .card-corner-accent {
position: absolute;
bottom: 0;
right: 0;
width: 60px;
height: 60px;
background: linear-gradient(135deg,
transparent 50%,
color-mix(in srgb, var(--primary-100) 40%, transparent 60%) 50%
);
border-radius: 16px 0 16px 0;
opacity: 0.5;
transition: opacity 0.3s ease;
}
.services-section-secondary .service-card:hover .card-corner-accent {
opacity: 0.8;
}
.services-section-secondary .floating-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.services-section-secondary .shape {
position: absolute;
border-radius: 50%;
opacity: 0.08;
}
.services-section-secondary .shape-1 {
width: 300px;
height: 300px;
background: var(--primary-300);
top: -100px;
right: -50px;
animation: float-shape-1 20s infinite ease-in-out;
}
.services-section-secondary .shape-2 {
width: 200px;
height: 200px;
background: var(--primary-500);
bottom: 100px;
left: -50px;
animation: float-shape-2 15s infinite ease-in-out;
}
.services-section-secondary .shape-3 {
width: 150px;
height: 150px;
background: var(--primary-700);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: float-shape-3 25s infinite ease-in-out;
}
@keyframes float-shape-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(-30px, 40px) scale(1.1);
}
}
@keyframes float-shape-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(40px, -30px) scale(0.9);
}
}
@keyframes float-shape-3 {
0%, 100% {
transform: translate(-50%, -50%) scale(1);
}
50% {
transform: translate(-50%, -50%) scale(1.2);
}
}
@media (max-width: 991.98px) {
.services-section-secondary #services-title {
font-size: 2.5rem;
}
.services-section-secondary .service-card {
padding: 2rem 1.5rem;
}
.services-section-secondary .card-icon-wrapper {
width: 70px;
height: 70px;
}
.services-section-secondary .icon-main {
font-size: 1.75rem;
}
}
@media (max-width: 767.98px) {
.services-section-secondary #services-title {
font-size: 2rem;
}
.services-section-secondary #services-subtitle {
font-size: 1.1rem;
}
.services-section-secondary .service-card {
padding: 1.75rem 1.25rem;
}
.services-section-secondary .card-icon-wrapper {
width: 60px;
height: 60px;
}
.services-section-secondary .icon-main {
font-size: 1.5rem;
}
.services-section-secondary .featured-badge {
width: 35px;
height: 35px;
font-size: 0.9rem;
}
}
@media (max-width: 575.98px) {
.services-section-secondary {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.services-section-secondary #services-title {
font-size: 1.75rem;
}
.services-section-secondary .service-card {
padding: 1.5rem 1rem;
}
}
@media (prefers-reduced-motion: reduce) {
.services-section-secondary .service-card,
.services-section-secondary .icon-bg-circle,
.services-section-secondary .icon-main,
.services-section-secondary .decorative-accent-dots .dot,
.services-section-secondary .shape {
animation: none;
transition: none;
}
}
@media print {
.services-section-secondary .floating-shapes,
.services-section-secondary .decorative-accent-dots,
.services-section-secondary .card-corner-accent {
display: none;
}
.services-section-secondary .service-card {
box-shadow: none;
border: 1px solid var(--neutral-300);
page-break-inside: avoid;
}
}
.priceplan-section-minimal {
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;
}
.priceplan-section-minimal .section-header {
margin-bottom: 60px;
}
.priceplan-section-minimal .section-title {
font-size: 2.75rem;
font-weight: 800;
color: var(--text-primary);
margin-bottom: 16px;
letter-spacing: -0.5px;
}
.priceplan-section-minimal .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
}
.priceplan-section-minimal .section-description {
font-size: 1.125rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.priceplan-section-minimal .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.priceplan-section-minimal .shape-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg,
var(--primary-300),
var(--primary-100)
);
opacity: 0.1;
}
.priceplan-section-minimal .shape-1 {
width: 300px;
height: 300px;
top: 10%;
right: 5%;
}
.priceplan-section-minimal .shape-2 {
width: 200px;
height: 200px;
bottom: 15%;
left: 3%;
}
.priceplan-section-minimal .shape-blob {
position: absolute;
width: 400px;
height: 400px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
transparent
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: blob-float 20s ease-in-out infinite;
}
@keyframes blob-float {
0%, 100% { transform: translate(-50%, -50%) rotate(0deg); }
33% { transform: translate(-45%, -55%) rotate(120deg); }
66% { transform: translate(-55%, -45%) rotate(240deg); }
}
.priceplan-section-minimal .pricing-cards-wrapper {
position: relative;
z-index: 1;
}
.priceplan-section-minimal .pricing-card {
background: var(--surface-primary);
border-radius: 24px;
padding: 40px 32px;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
height: 100%;
display: flex;
flex-direction: column;
border: 2px solid transparent;
}
.priceplan-section-minimal .pricing-card:hover {
transform: translateY(-12px);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.priceplan-section-minimal .card-badge {
position: absolute;
top: -20px;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 60px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
color: var(--light);
box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 40%, transparent);
}
.priceplan-section-minimal .card-badge.primary {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}
.priceplan-section-minimal .featured {
border: 2px solid var(--primary-500);
transform: scale(1.05);
}
.priceplan-section-minimal .featured:hover {
transform: scale(1.05) translateY(-12px);
}
.priceplan-section-minimal .featured-badge {
position: absolute;
top: 16px;
right: 16px;
background: var(--primary-500);
color: var(--light);
padding: 6px 16px;
border-radius: 20px;
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.priceplan-section-minimal .featured-glow {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 24px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 10%, transparent),
transparent
);
pointer-events: none;
opacity: 0;
transition: opacity 0.4s ease;
}
.priceplan-section-minimal .featured:hover .featured-glow {
opacity: 1;
}
.priceplan-section-minimal .plan-header {
text-align: center;
margin-bottom: 24px;
margin-top: 30px;
}
.priceplan-section-minimal .plan-name {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 12px;
}
.priceplan-section-minimal .plan-description {
font-size: 0.95rem;
line-height: 1.6;
color: var(--text-secondary);
margin: 0;
}
.priceplan-section-minimal .plan-price {
text-align: center;
margin-bottom: 32px;
padding: 24px 0;
border-top: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
}
.priceplan-section-minimal .price-wrapper {
display: flex;
align-items: baseline;
justify-content: center;
gap: 4px;
}
.priceplan-section-minimal .currency {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
}
.priceplan-section-minimal .price-amount {
font-size: 3.5rem;
font-weight: 800;
color: var(--text-primary);
line-height: 1;
}
.priceplan-section-minimal .price-period {
font-size: 1rem;
color: var(--text-secondary);
font-weight: 500;
}
.priceplan-section-minimal .plan-features {
flex: 1;
margin-bottom: 24px;
}
.priceplan-section-minimal .features-list {
font-size: 0.95rem;
line-height: 1.8;
color: var(--text-secondary);
background: var(--surface-secondary);
padding: 20px;
border-radius: 12px;
min-height: 180px;
}
.priceplan-section-minimal .plan-icon-grid {
display: flex;
justify-content: center;
gap: 16px;
margin-top: auto;
padding-top: 20px;
}
.priceplan-section-minimal .plan-icon-grid i {
font-size: 1.5rem;
color: var(--primary-500);
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--primary-100) 50%, transparent);
border-radius: 12px;
transition: all 0.3s ease;
}
.priceplan-section-minimal .pricing-card:hover .plan-icon-grid i {
background: var(--primary-100);
transform: scale(1.1);
}
.priceplan-section-minimal .bottom-icons {
display: flex;
justify-content: center;
gap: 40px;
margin-top: 60px;
position: relative;
z-index: 1;
}
.priceplan-section-minimal .bottom-icons i {
font-size: 2rem;
color: var(--primary-300);
opacity: 0.6;
}
@media (max-width: 991px) {
.priceplan-section-minimal {
padding: 80px 0;
}
.priceplan-section-minimal .section-title {
font-size: 2.25rem;
}
.priceplan-section-minimal .section-subtitle {
font-size: 1.25rem;
}
.priceplan-section-minimal .featured {
transform: scale(1);
}
.priceplan-section-minimal .featured:hover {
transform: scale(1) translateY(-12px);
}
}
@media (max-width: 767px) {
.priceplan-section-minimal {
padding: 60px 0;
}
.priceplan-section-minimal .section-title {
font-size: 1.875rem;
}
.priceplan-section-minimal .section-subtitle {
font-size: 1.125rem;
}
.priceplan-section-minimal .section-description {
font-size: 1rem;
}
.priceplan-section-minimal .pricing-card {
padding: 32px 24px;
}
.priceplan-section-minimal .price-amount {
font-size: 3rem;
}
.priceplan-section-minimal .plan-icon-grid {
gap: 12px;
}
.priceplan-section-minimal .plan-icon-grid i {
width: 40px;
height: 40px;
font-size: 1.25rem;
}
.priceplan-section-minimal .bottom-icons {
gap: 30px;
margin-top: 40px;
}
.priceplan-section-minimal .bottom-icons i {
font-size: 1.5rem;
}
}
@media (max-width: 575px) {
.priceplan-section-minimal .section-header {
margin-bottom: 40px;
}
.priceplan-section-minimal .plan-name {
font-size: 1.5rem;
}
.priceplan-section-minimal .features-list {
font-size: 0.875rem;
padding: 16px;
min-height: 160px;
}
}
.team-section-secondary {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.team-section-secondary .section-header-wrapper {
position: relative;
padding: 2rem 0;
}
.team-section-secondary .decorative-line-top,
.team-section-secondary .decorative-line-bottom {
width: 60px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-300)
);
margin: 0 auto;
border-radius: 2px;
}
.team-section-secondary .decorative-line-top {
margin-bottom: 1.5rem;
}
.team-section-secondary .decorative-line-bottom {
margin-top: 1.5rem;
}
.team-section-secondary .section-subtitle {
font-size: 1rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
color: var(--primary-500);
margin-bottom: 1rem;
}
.team-section-secondary .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1.5rem;
line-height: 1.2;
}
.team-section-secondary .section-description {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.team-section-secondary .team-card {
background: var(--surface-primary);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
height: 100%;
display: flex;
flex-direction: column;
}
.team-section-secondary .team-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
}
.team-section-secondary .team-image-wrapper {
position: relative;
overflow: hidden;
aspect-ratio: 1 / 1;
background: linear-gradient(135deg,
var(--primary-100),
var(--primary-50)
);
}
.team-section-secondary .image-frame {
position: relative;
width: 100%;
height: 100%;
z-index: 2;
}
.team-section-secondary .team-member-photo {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-section-secondary .team-card:hover .team-member-photo {
transform: scale(1.08);
}
.team-section-secondary .decorative-shape {
position: absolute;
width: 100px;
height: 100px;
border-radius: 50%;
opacity: 0.6;
z-index: 1;
transition: all 0.5s ease;
}
.team-section-secondary .decorative-shape.shape-1 {
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
top: -30px;
right: -30px;
}
.team-section-secondary .decorative-shape.shape-2 {
background: linear-gradient(225deg, var(--primary-300), var(--primary-500));
bottom: -30px;
left: -30px;
}
.team-section-secondary .decorative-shape.shape-3 {
background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
top: -30px;
left: -30px;
}
.team-section-secondary .decorative-shape.shape-4 {
background: linear-gradient(315deg, var(--primary-300), var(--primary-500));
bottom: -30px;
right: -30px;
}
.team-section-secondary .decorative-shape.shape-5 {
background: linear-gradient(45deg, var(--primary-500), var(--primary-300));
top: 50%;
right: -40px;
transform: translateY(-50%);
}
.team-section-secondary .team-card:hover .decorative-shape {
opacity: 0.8;
transform: scale(1.2);
}
.team-section-secondary .team-info {
padding: 2rem 1.5rem;
text-align: center;
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.team-section-secondary .member-name {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 0.5rem;
line-height: 1.3;
}
.team-section-secondary .member-role {
font-size: 1rem;
color: var(--primary-500);
font-weight: 500;
margin: 0;
line-height: 1.5;
}
.team-section-secondary .decorative-icon-group {
display: flex;
flex-direction: column;
align-items: center;
gap: 2rem;
opacity: 0.15;
}
.team-section-secondary .decorative-icon-group i {
font-size: 4rem;
color: var(--primary-500);
}
.team-section-secondary .background-decoration {
position: absolute;
width: 300px;
height: 300px;
border-radius: 50%;
opacity: 0.05;
pointer-events: none;
}
.team-section-secondary .decoration-top-left {
background: radial-gradient(circle, var(--primary-500), transparent);
top: -100px;
left: -100px;
}
.team-section-secondary .decoration-bottom-right {
background: radial-gradient(circle, var(--primary-500), transparent);
bottom: -100px;
right: -100px;
}
@media (max-width: 991.98px) {
.team-section-secondary .section-title {
font-size: 2.25rem;
}
.team-section-secondary .section-description {
font-size: 1rem;
}
.team-section-secondary .member-name {
font-size: 1.35rem;
}
}
@media (max-width: 767.98px) {
.team-section-secondary .section-title {
font-size: 2rem;
}
.team-section-secondary .section-subtitle {
font-size: 0.9rem;
}
.team-section-secondary .team-info {
padding: 1.5rem 1rem;
}
.team-section-secondary .member-name {
font-size: 1.25rem;
}
.team-section-secondary .member-role {
font-size: 0.95rem;
}
}
@media (max-width: 575.98px) {
.team-section-secondary .section-title {
font-size: 1.75rem;
}
.team-section-secondary .decorative-line-top,
.team-section-secondary .decorative-line-bottom {
width: 50px;
height: 3px;
}
}
@media (prefers-reduced-motion: reduce) {
.team-section-secondary .team-card,
.team-section-secondary .team-member-photo,
.team-section-secondary .decorative-shape {
transition: none;
}
}
@media (prefers-contrast: high) {
.team-section-secondary .team-card {
border: 2px solid var(--neutral-700);
}
.team-section-secondary .section-title,
.team-section-secondary .member-name {
color: var(--neutral-900);
}
}
.reviews-section-custom {
padding: 80px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
position: relative;
overflow: hidden;
}
.reviews-section-custom .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.reviews-section-custom .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 1rem;
}
.reviews-section-custom .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.reviews-section-custom .decorative-line-top {
width: 80px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
margin: 0 auto 3rem;
border-radius: 2px;
}
.reviews-section-custom .review-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 2.5rem;
height: 100%;
position: relative;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
border: 1px solid var(--neutral-100);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.reviews-section-custom .review-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.reviews-section-custom .quote-icon {
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;
margin-bottom: 1.5rem;
position: relative;
z-index: 2;
}
.reviews-section-custom .quote-icon i {
font-size: 1.75rem;
color: var(--light);
}
.reviews-section-custom .quote-icon-large {
width: 80px;
height: 80px;
}
.reviews-section-custom .quote-icon-large i {
font-size: 2.25rem;
}
.reviews-section-custom .review-content {
margin-bottom: 2rem;
}
.reviews-section-custom .review-text {
font-size: 1.0625rem;
line-height: 1.8;
color: var(--text-primary);
margin: 0;
position: relative;
z-index: 2;
}
.reviews-section-custom .review-author-wrapper {
display: flex;
align-items: center;
gap: 1.25rem;
position: relative;
z-index: 2;
}
.reviews-section-custom .author-avatar {
flex-shrink: 0;
}
.reviews-section-custom .avatar-placeholder {
width: 56px;
height: 56px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
border-radius: 50%;
border: 3px solid var(--surface-primary);
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.1);
}
.reviews-section-custom .author-avatar-large .avatar-placeholder {
width: 72px;
height: 72px;
}
.reviews-section-custom .author-info {
flex: 1;
}
.reviews-section-custom .author-name {
font-size: 1rem;
font-weight: 600;
color: var(--text-primary);
margin: 0;
line-height: 1.5;
}
.reviews-section-custom .review-card-featured {
background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
border: 2px solid var(--primary-300);
padding: 3rem;
}
.reviews-section-custom .review-card-featured .review-text {
font-size: 1.125rem;
}
.reviews-section-custom .featured-badge {
position: absolute;
top: 2rem;
right: 2rem;
width: 48px;
height: 48px;
background: var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 3;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
}
.reviews-section-custom .featured-badge i {
font-size: 1.5rem;
color: var(--light);
}
.reviews-section-custom .card-decoration {
position: absolute;
bottom: -30px;
right: -30px;
width: 120px;
height: 120px;
background: linear-gradient(135deg, var(--primary-100), transparent);
border-radius: 50%;
opacity: 0.4;
z-index: 1;
transition: all 0.4s ease;
}
.reviews-section-custom .review-card:hover .card-decoration {
transform: scale(1.2);
opacity: 0.6;
}
.reviews-section-custom .decorative-circle-1 {
position: absolute;
top: 10%;
left: 5%;
width: 200px;
height: 200px;
background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
border-radius: 50%;
opacity: 0.15;
filter: blur(40px);
z-index: 0;
}
.reviews-section-custom .decorative-circle-2 {
position: absolute;
bottom: 15%;
right: 8%;
width: 180px;
height: 180px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
border-radius: 50%;
opacity: 0.12;
filter: blur(50px);
z-index: 0;
}
.reviews-section-custom .decorative-blob {
position: absolute;
top: 50%;
left: -100px;
width: 300px;
height: 300px;
background: linear-gradient(135deg, var(--neutral-100), transparent);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
opacity: 0.3;
z-index: 0;
animation: blobFloat 20s ease-in-out infinite;
}
@keyframes blobFloat {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(50px, 30px) rotate(180deg);
}
}
@media (max-width: 991px) {
.reviews-section-custom {
padding: 60px 0;
}
.reviews-section-custom .section-title {
font-size: 2rem;
}
.reviews-section-custom .section-subtitle {
font-size: 1.125rem;
}
.reviews-section-custom .review-card {
padding: 2rem;
}
.reviews-section-custom .review-card-featured {
padding: 2.5rem;
}
}
@media (max-width: 767px) {
.reviews-section-custom {
padding: 50px 0;
}
.reviews-section-custom .section-title {
font-size: 1.75rem;
}
.reviews-section-custom .section-description {
font-size: 1rem;
}
.reviews-section-custom .review-card {
padding: 1.75rem;
}
.reviews-section-custom .review-card-featured {
padding: 2rem;
}
.reviews-section-custom .quote-icon {
width: 50px;
height: 50px;
}
.reviews-section-custom .quote-icon i {
font-size: 1.5rem;
}
.reviews-section-custom .quote-icon-large {
width: 64px;
height: 64px;
}
.reviews-section-custom .avatar-placeholder {
width: 48px;
height: 48px;
}
.reviews-section-custom .author-avatar-large .avatar-placeholder {
width: 60px;
height: 60px;
}
.reviews-section-custom .author-name {
font-size: 0.9375rem;
}
.reviews-section-custom .featured-badge {
top: 1.5rem;
right: 1.5rem;
width: 40px;
height: 40px;
}
.reviews-section-custom .featured-badge i {
font-size: 1.25rem;
}
}
@media (max-width: 575px) {
.reviews-section-custom .section-title {
font-size: 1.5rem;
}
.reviews-section-custom .review-text {
font-size: 1rem;
}
.reviews-section-custom .review-card-featured .review-text {
font-size: 1.0625rem;
}
}
.casestudy-section-modern {
position: relative;
padding: 100px 0;
background: linear-gradient(180deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.casestudy-section-modern .decorative-accent-top {
display: flex;
gap: 8px;
justify-content: center;
align-items: center;
}
.casestudy-section-modern .accent-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
animation: pulse-dot 2s ease-in-out infinite;
}
.casestudy-section-modern .accent-dot:nth-child(2) {
animation-delay: 0.3s;
}
.casestudy-section-modern .accent-dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes pulse-dot {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.casestudy-section-modern .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.casestudy-section-modern .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-700);
line-height: 1.4;
margin-bottom: 1.5rem;
}
.casestudy-section-modern .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 100%;
}
.casestudy-section-modern .casestudy-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
height: 100%;
display: flex;
flex-direction: column;
position: relative;
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.casestudy-section-modern .casestudy-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-500);
}
.casestudy-section-modern .card-decorative-header {
position: absolute;
top: 0;
right: 0;
width: 150px;
height: 150px;
overflow: hidden;
pointer-events: none;
}
.casestudy-section-modern .decorative-shape {
position: absolute;
border-radius: 50%;
background: var(--primary-500);
opacity: 0.08;
}
.casestudy-section-modern .shape-1 {
width: 100px;
height: 100px;
top: -30px;
right: -30px;
}
.casestudy-section-modern .shape-2 {
width: 60px;
height: 60px;
top: 20px;
right: 40px;
background: var(--primary-700);
opacity: 0.06;
}
.casestudy-section-modern .card-icon-wrapper {
width: 70px;
height: 70px;
border-radius: 16px;
background: linear-gradient(135deg,
var(--primary-500) 0%,
var(--primary-700) 100%
);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
position: relative;
z-index: 1;
transition: transform 0.4s ease;
}
.casestudy-section-modern .casestudy-card:hover .card-icon-wrapper {
transform: scale(1.1) rotate(5deg);
}
.casestudy-section-modern .card-icon-wrapper i {
font-size: 2rem;
color: var(--light);
}
.casestudy-section-modern .card-content {
flex: 1;
position: relative;
z-index: 1;
}
.casestudy-section-modern .card-title {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.4;
margin-bottom: 1rem;
transition: color 0.3s ease;
}
.casestudy-section-modern .casestudy-card:hover .card-title {
color: var(--primary-700);
}
.casestudy-section-modern .card-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 1.5rem;
}
.casestudy-section-modern .card-visual-footer {
position: relative;
margin-top: auto;
padding-top: 1.5rem;
}
.casestudy-section-modern .footer-line {
height: 3px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
transparent 100%
);
margin-bottom: 1rem;
border-radius: 2px;
}
.casestudy-section-modern .footer-icons {
display: flex;
gap: 12px;
align-items: center;
}
.casestudy-section-modern .footer-icons i {
font-size: 1.25rem;
color: var(--primary-500);
opacity: 0.6;
transition: all 0.3s ease;
}
.casestudy-section-modern .casestudy-card:hover .footer-icons i {
opacity: 1;
transform: translateY(-2px);
}
.casestudy-section-modern .decorative-bottom-accent {
display: flex;
justify-content: center;
gap: 16px;
margin-top: 4rem;
}
.casestudy-section-modern .accent-circle {
width: 12px;
height: 12px;
border-radius: 50%;
border: 2px solid var(--primary-500);
background: transparent;
animation: expand-circle 3s ease-in-out infinite;
}
.casestudy-section-modern .circle-2 {
animation-delay: 0.5s;
}
.casestudy-section-modern .circle-3 {
animation-delay: 1s;
}
@keyframes expand-circle {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.5);
opacity: 0.5;
}
}
.casestudy-section-modern .background-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.casestudy-section-modern .bg-shape {
position: absolute;
border-radius: 50%;
background: var(--primary-500);
opacity: 0.03;
}
.casestudy-section-modern .shape-top-left {
width: 400px;
height: 400px;
top: -200px;
left: -200px;
}
.casestudy-section-modern .shape-bottom-right {
width: 500px;
height: 500px;
bottom: -250px;
right: -250px;
background: var(--primary-700);
opacity: 0.04;
}
@media (max-width: 991.98px) {
.casestudy-section-modern {
padding: 80px 0;
}
.casestudy-section-modern .section-title {
font-size: 2rem;
}
.casestudy-section-modern .section-subtitle {
font-size: 1.25rem;
}
.casestudy-section-modern .card-title {
font-size: 1.25rem;
}
}
@media (max-width: 767.98px) {
.casestudy-section-modern {
padding: 60px 0;
}
.casestudy-section-modern .section-title {
font-size: 1.75rem;
}
.casestudy-section-modern .section-subtitle {
font-size: 1.125rem;
}
.casestudy-section-modern .section-description {
font-size: 1rem;
}
.casestudy-section-modern .casestudy-card {
padding: 1.5rem;
}
.casestudy-section-modern .card-icon-wrapper {
width: 60px;
height: 60px;
}
.casestudy-section-modern .card-icon-wrapper i {
font-size: 1.75rem;
}
.casestudy-section-modern .card-title {
font-size: 1.125rem;
}
.casestudy-section-modern .card-description {
font-size: 0.9375rem;
}
.casestudy-section-modern .decorative-bottom-accent {
margin-top: 3rem;
}
.casestudy-section-modern .shape-top-left,
.casestudy-section-modern .shape-bottom-right {
width: 300px;
height: 300px;
}
}
@media (max-width: 575.98px) {
.casestudy-section-modern .section-title {
font-size: 1.5rem;
}
.casestudy-section-modern .footer-icons i {
font-size: 1.125rem;
}
}
.casestudy-section-modern .casestudy-card:focus-within {
outline: 3px solid var(--primary-500);
outline-offset: 4px;
}
@media (prefers-reduced-motion: reduce) {
.casestudy-section-modern .casestudy-card,
.casestudy-section-modern .card-icon-wrapper,
.casestudy-section-modern .footer-icons i {
transition: none;
}
.casestudy-section-modern .accent-dot,
.casestudy-section-modern .accent-circle {
animation: none;
}
}
@media (prefers-contrast: high) {
.casestudy-section-modern .casestudy-card {
border-width: 3px;
border-color: var(--primary-700);
}
.casestudy-section-modern .card-title {
font-weight: 800;
}
.casestudy-section-modern .footer-icons i {
opacity: 1;
}
}
.process-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;
}
.process-section-style .section-header {
margin-bottom: 4rem;
}
.process-section-style .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.2;
}
.process-section-style .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 1.5rem;
line-height: 1.4;
}
.process-section-style .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
margin: 0;
}
.process-section-style .process-timeline {
position: relative;
padding: 2rem 0;
}
.process-section-style .process-item {
position: relative;
display: flex;
align-items: flex-start;
gap: 2rem;
margin-bottom: 4rem;
padding-left: 2rem;
}
.process-section-style .process-item:last-child {
margin-bottom: 0;
}
.process-section-style .process-item:nth-child(even) {
flex-direction: row-reverse;
padding-left: 0;
padding-right: 2rem;
}
.process-section-style .process-number {
flex-shrink: 0;
width: 80px;
height: 80px;
border-radius: 50%;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.1);
position: relative;
z-index: 2;
}
.process-section-style .process-number span {
font-size: 1.75rem;
font-weight: 700;
color: var(--light);
}
.process-section-style .process-content {
flex: 1;
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
box-shadow: 0 4px 16px rgba(var(--black-rgb), 0.06);
border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
transition: all 0.3s ease;
}
.process-section-style .process-content:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.12);
border-color: color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.process-section-style .process-icon-wrapper {
width: 56px;
height: 56px;
border-radius: 12px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
color-mix(in srgb, var(--primary-700) 10%, transparent 90%)
);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.25rem;
}
.process-section-style .process-icon-wrapper i {
font-size: 1.75rem;
color: var(--primary-500);
}
.process-section-style .process-item-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 0.875rem;
line-height: 1.3;
}
.process-section-style .process-item-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.process-section-style .process-connector {
position: absolute;
left: 40px;
top: 80px;
width: 2px;
height: calc(100% + 2rem);
background: linear-gradient(
to bottom,
var(--primary-300),
color-mix(in srgb, var(--primary-300) 30%, transparent 70%)
);
z-index: 1;
}
.process-section-style .process-item:nth-child(even) .process-connector {
left: auto;
right: 40px;
}
.process-section-style .process-item:last-child .process-connector {
display: none;
}
.process-section-style .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.process-section-style .shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent 70%
);
}
.process-section-style .shape-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
}
.process-section-style .shape-2 {
width: 300px;
height: 300px;
bottom: -80px;
left: -80px;
}
.process-section-style .shape-blob {
position: absolute;
width: 500px;
height: 500px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(
ellipse at center,
color-mix(in srgb, var(--primary-100) 20%, transparent 80%),
transparent 60%
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: blobFloat 20s ease-in-out infinite;
}
@keyframes blobFloat {
0%, 100% {
transform: translate(-50%, -50%) scale(1);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
50% {
transform: translate(-50%, -50%) scale(1.1);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
}
@media (max-width: 991px) {
.process-section-style {
padding: 80px 0;
}
.process-section-style .section-title {
font-size: 2.25rem;
}
.process-section-style .section-subtitle {
font-size: 1.25rem;
}
.process-section-style .process-item,
.process-section-style .process-item:nth-child(even) {
flex-direction: column;
padding-left: 0;
padding-right: 0;
align-items: center;
text-align: center;
}
.process-section-style .process-connector {
left: 50%;
transform: translateX(-50%);
}
.process-section-style .process-item:nth-child(even) .process-connector {
right: auto;
left: 50%;
}
}
@media (max-width: 767px) {
.process-section-style {
padding: 60px 0;
}
.process-section-style .section-title {
font-size: 1.875rem;
}
.process-section-style .section-subtitle {
font-size: 1.125rem;
}
.process-section-style .section-description {
font-size: 1rem;
}
.process-section-style .process-number {
width: 64px;
height: 64px;
}
.process-section-style .process-number span {
font-size: 1.5rem;
}
.process-section-style .process-content {
padding: 1.5rem;
}
.process-section-style .process-item-title {
font-size: 1.25rem;
}
.process-section-style .process-item-description {
font-size: 0.9375rem;
}
.process-section-style .process-icon-wrapper {
width: 48px;
height: 48px;
}
.process-section-style .process-icon-wrapper i {
font-size: 1.5rem;
}
.process-section-style .shape-1,
.process-section-style .shape-2 {
width: 200px;
height: 200px;
}
}
@media (max-width: 575px) {
.process-section-style .section-title {
font-size: 1.625rem;
}
.process-section-style .process-item {
margin-bottom: 3rem;
}
.process-section-style .process-content {
padding: 1.25rem;
}
}
.timeline-section-primary {
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;
}
.timeline-section-primary .header-decoration {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin-bottom: 1.5rem;
}
.timeline-section-primary .decoration-line {
width: 60px;
height: 2px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%);
}
.timeline-section-primary .header-decoration i {
font-size: 2rem;
color: var(--primary-500);
animation: iconPulse 2s ease-in-out infinite;
}
@keyframes iconPulse {
0%, 100% { transform: scale(1); opacity: 0.8; }
50% { transform: scale(1.1); opacity: 1; }
}
.timeline-section-primary .section-title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.timeline-section-primary .section-subtitle {
font-size: clamp(1.1rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.timeline-section-primary .section-description {
font-size: 1.1rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.timeline-section-primary .timeline-wrapper {
position: relative;
padding: 2rem 0;
}
.timeline-section-primary .timeline-item {
position: relative;
display: grid;
grid-template-columns: 50px 1fr;
gap: 2rem;
margin-bottom: 3rem;
padding-left: 1rem;
}
.timeline-section-primary .timeline-marker {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
}
.timeline-section-primary .marker-dot {
width: 20px;
height: 20px;
background: var(--surface-primary);
border: 4px solid var(--primary-500);
border-radius: 50%;
position: relative;
z-index: 2;
transition: all 0.3s ease;
box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.timeline-section-primary .marker-dot::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
opacity: 0;
transition: opacity 0.3s ease;
}
.timeline-section-primary .timeline-item:hover .marker-dot::before {
opacity: 1;
}
.timeline-section-primary .marker-dot-current {
border-color: var(--primary-700);
background: var(--primary-500);
animation: markerPulse 2s ease-in-out infinite;
}
@keyframes markerPulse {
0%, 100% {
box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
}
50% {
box-shadow: 0 0 0 15px color-mix(in srgb, var(--primary-500) 0%, transparent 100%);
}
}
.timeline-section-primary .marker-line {
width: 3px;
flex: 1;
min-height: 80px;
background: linear-gradient(180deg,
var(--primary-500) 0%,
color-mix(in srgb, var(--primary-300) 50%, transparent 50%) 100%);
margin-top: 0.5rem;
}
.timeline-section-primary .timeline-item:last-child .marker-line {
display: none;
}
.timeline-section-primary .timeline-content {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-900) 8%, transparent 92%);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
transition: all 0.3s ease;
display: grid;
grid-template-columns: auto 1fr auto;
gap: 1.5rem;
align-items: start;
}
.timeline-section-primary .timeline-content:hover {
transform: translateY(-5px);
box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
border-color: var(--primary-500);
}
.timeline-section-primary .timeline-content::before {
content: '';
position: absolute;
left: -8px;
top: 30px;
width: 0;
height: 0;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-right: 8px solid var(--surface-primary);
filter: drop-shadow(-1px 0 1px color-mix(in srgb, var(--neutral-900) 5%, transparent 95%));
}
.timeline-section-primary .timeline-content-current {
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-50) 60%, var(--surface-primary) 40%) 0%,
var(--surface-primary) 100%);
border-color: var(--primary-500);
}
.timeline-section-primary .timeline-icon-wrapper {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
transition: transform 0.3s ease;
}
.timeline-section-primary .timeline-content:hover .timeline-icon-wrapper {
transform: scale(1.1) rotate(5deg);
}
.timeline-section-primary .timeline-icon-wrapper i {
font-size: 1.75rem;
color: var(--light);
}
.timeline-section-primary .timeline-text {
min-width: 0;
}
.timeline-section-primary .timeline-title {
font-size: 1.35rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 0.75rem;
line-height: 1.3;
}
.timeline-section-primary .timeline-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
}
.timeline-section-primary .timeline-badge {
width: 12px;
height: 12px;
flex-shrink: 0;
margin-top: 0.5rem;
}
.timeline-section-primary .badge-dot {
display: block;
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
opacity: 0.5;
}
.timeline-section-primary .timeline-badge-current .badge-pulse {
display: block;
width: 12px;
height: 12px;
background: var(--primary-700);
border-radius: 50%;
animation: badgePulse 2s ease-in-out infinite;
}
@keyframes badgePulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.4);
opacity: 0.6;
}
}
.timeline-section-primary .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.timeline-section-primary .shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
transparent 70%);
}
.timeline-section-primary .shape-circle-1 {
width: 300px;
height: 300px;
top: -100px;
right: -50px;
animation: float 20s ease-in-out infinite;
}
.timeline-section-primary .shape-circle-2 {
width: 200px;
height: 200px;
bottom: 100px;
left: -50px;
animation: float 15s ease-in-out infinite reverse;
}
.timeline-section-primary .shape-blob {
position: absolute;
width: 400px;
height: 400px;
bottom: -150px;
right: 10%;
background: radial-gradient(ellipse,
color-mix(in srgb, var(--primary-300) 10%, transparent 90%) 0%,
transparent 60%);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: blobMorph 10s ease-in-out infinite;
}
@keyframes float {
0%, 100% { transform: translate(0, 0); }
50% { transform: translate(20px, 20px); }
}
@keyframes blobMorph {
0%, 100% { border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; }
50% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
}
@media (max-width: 991px) {
.timeline-section-primary .timeline-item {
grid-template-columns: 40px 1fr;
gap: 1.5rem;
}
.timeline-section-primary .timeline-content {
grid-template-columns: 1fr;
gap: 1rem;
}
.timeline-section-primary .timeline-icon-wrapper {
width: 50px;
height: 50px;
}
.timeline-section-primary .timeline-icon-wrapper i {
font-size: 1.5rem;
}
.timeline-section-primary .timeline-badge {
display: none;
}
}
@media (max-width: 767px) {
.timeline-section-primary .timeline-item {
grid-template-columns: 30px 1fr;
gap: 1rem;
margin-bottom: 2rem;
}
.timeline-section-primary .marker-dot {
width: 16px;
height: 16px;
border-width: 3px;
}
.timeline-section-primary .marker-line {
width: 2px;
}
.timeline-section-primary .timeline-content {
padding: 1.5rem;
}
.timeline-section-primary .timeline-content::before {
left: -6px;
border-right-width: 6px;
border-top-width: 6px;
border-bottom-width: 6px;
}
.timeline-section-primary .timeline-title {
font-size: 1.2rem;
}
.timeline-section-primary .timeline-description {
font-size: 0.95rem;
}
.timeline-section-primary .header-decoration .decoration-line {
width: 40px;
}
.timeline-section-primary .header-decoration i {
font-size: 1.5rem;
}
}
@media (max-width: 575px) {
.timeline-section-primary {
padding: 3rem 0;
}
.timeline-section-primary .timeline-item {
padding-left: 0.5rem;
}
.timeline-section-primary .timeline-content {
padding: 1.25rem;
}
.timeline-section-primary .timeline-icon-wrapper {
width: 45px;
height: 45px;
}
.timeline-section-primary .timeline-icon-wrapper i {
font-size: 1.25rem;
}
}
@media print {
.timeline-section-primary .decorative-shapes {
display: none;
}
.timeline-section-primary .timeline-content {
box-shadow: none;
border: 1px solid var(--neutral-300);
}
}
.career-section-pro {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.career-section-pro .decorative-line {
width: 60px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
margin: 0 auto;
border-radius: 2px;
}
.career-section-pro #career-title {
color: var(--text-primary);
line-height: 1.2;
font-weight: 700;
}
.career-section-pro #career-subtitle {
color: var(--text-secondary);
font-weight: 500;
}
.career-section-pro #career-desc {
color: var(--text-secondary);
line-height: 1.7;
}
.career-section-pro .career-card {
position: relative;
height: 100%;
background: var(--surface-secondary);
border-radius: 16px;
border: 2px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
padding: 2rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.career-section-pro .career-card:hover {
transform: translateY(-8px);
border-color: var(--primary-500);
box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.career-section-pro .career-card-header {
position: relative;
margin-bottom: 1.5rem;
}
.career-section-pro .icon-wrapper {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent);
transition: transform 0.3s ease;
}
.career-section-pro .career-card:hover .icon-wrapper {
transform: rotate(5deg) scale(1.05);
}
.career-section-pro .icon-wrapper i {
font-size: 2rem;
color: var(--light);
}
.career-section-pro .decorative-accent {
position: absolute;
top: 0;
right: 0;
width: 100px;
height: 100px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent), transparent);
border-radius: 50%;
}
.career-section-pro .career-card-body {
position: relative;
z-index: 2;
}
.career-section-pro .career-title {
color: var(--text-primary);
font-weight: 700;
font-size: 1.5rem;
line-height: 1.3;
}
.career-section-pro .career-description {
color: var(--text-secondary);
line-height: 1.7;
font-size: 1rem;
}
.career-section-pro .role-badge {
display: inline-flex;
padding: 0.5rem 1.25rem;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border-radius: 50px;
border: 1px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.career-section-pro .role-text {
color: var(--primary-700);
font-weight: 600;
font-size: 0.875rem;
letter-spacing: 0.3px;
}
.career-section-pro .career-card-footer {
position: absolute;
bottom: 0;
right: 0;
width: 150px;
height: 150px;
pointer-events: none;
}
.career-section-pro .decorative-shapes {
position: relative;
width: 100%;
height: 100%;
}
.career-section-pro .shape {
position: absolute;
background: color-mix(in srgb, var(--primary-300) 8%, transparent);
border-radius: 50%;
transition: transform 0.4s ease;
}
.career-section-pro .shape-1 {
width: 80px;
height: 80px;
bottom: -20px;
right: -20px;
}
.career-section-pro .shape-2 {
width: 50px;
height: 50px;
bottom: 30px;
right: 50px;
}
.career-section-pro .career-card:hover .shape-1 {
transform: translate(-10px, -10px) scale(1.1);
}
.career-section-pro .career-card:hover .shape-2 {
transform: translate(5px, 5px) scale(0.9);
}
.career-section-pro .background-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.career-section-pro .blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.15;
}
.career-section-pro .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-300);
top: -100px;
left: -100px;
animation: float-blob 20s ease-in-out infinite;
}
.career-section-pro .blob-2 {
width: 350px;
height: 350px;
background: var(--primary-500);
top: 50%;
right: -150px;
animation: float-blob 25s ease-in-out infinite reverse;
}
.career-section-pro .blob-3 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: -100px;
left: 30%;
animation: float-blob 30s ease-in-out infinite;
}
@keyframes float-blob {
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: 991.98px) {
.career-section-pro .career-card {
padding: 1.75rem;
}
.career-section-pro .icon-wrapper {
width: 60px;
height: 60px;
}
.career-section-pro .icon-wrapper i {
font-size: 1.75rem;
}
.career-section-pro .career-title {
font-size: 1.35rem;
}
}
@media (max-width: 767.98px) {
.career-section-pro #career-title {
font-size: 2rem;
}
.career-section-pro #career-subtitle {
font-size: 1.25rem;
}
.career-section-pro .career-card {
padding: 1.5rem;
margin-bottom: 1.5rem;
}
.career-section-pro .blob {
width: 250px !important;
height: 250px !important;
}
}
@media (max-width: 575.98px) {
.career-section-pro {
padding: 3rem 0;
}
.career-section-pro #career-title {
font-size: 1.75rem;
}
.career-section-pro .icon-wrapper {
width: 55px;
height: 55px;
}
.career-section-pro .icon-wrapper i {
font-size: 1.5rem;
}
.career-section-pro .career-title {
font-size: 1.25rem;
}
.career-section-pro .career-description {
font-size: 0.95rem;
}
.career-section-pro .role-text {
font-size: 0.8rem;
}
}
@media (prefers-contrast: high) {
.career-section-pro .career-card {
border-width: 3px;
}
.career-section-pro .role-badge {
border-width: 2px;
}
}
@media (prefers-reduced-motion: reduce) {
.career-section-pro .career-card,
.career-section-pro .icon-wrapper,
.career-section-pro .shape {
transition: none;
}
.career-section-pro .blob {
animation: none;
}
}
.coreinfo-section-featured {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, white 70%) 100%);
overflow: hidden;
}
.coreinfo-section-featured .decorative-divider {
display: flex;
align-items: center;
justify-content: center;
gap: 1.5rem;
}
.coreinfo-section-featured .divider-line {
height: 2px;
width: 100px;
background: linear-gradient(90deg, transparent 0%, var(--primary-300) 50%, transparent 100%);
}
.coreinfo-section-featured .divider-icon {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-500);
color: white;
border-radius: 50%;
font-size: 1.5rem;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.1);
}
.coreinfo-section-featured .info-card {
position: relative;
background: white;
border-radius: 16px;
padding: 2rem;
height: 100%;
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.coreinfo-section-featured .info-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s ease;
}
.coreinfo-section-featured .info-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-500);
}
.coreinfo-section-featured .info-card:hover::before {
transform: scaleX(1);
}
.card-icon-wrapper {
position: relative;
width: 70px;
height: 70px;
margin-bottom: 1.5rem;
}
.coreinfo-section-featured .icon-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, var(--primary-50), color-mix(in srgb, var(--primary-100) 50%, white 50%));
border-radius: 16px;
transition: all 0.4s ease;
}
.card-icon {
position: relative;
z-index: 2;
font-size: 2rem;
color: var(--primary-500);
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.coreinfo-section-featured .info-card:hover .icon-background {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
transform: rotate(8deg) scale(1.1);
}
.coreinfo-section-featured .info-card:hover .card-icon {
color: white;
}
.card-content {
position: relative;
z-index: 2;
}
.card-title {
color: var(--text-primary);
font-weight: 700;
margin-bottom: 1rem;
line-height: 1.4;
transition: color 0.3s ease;
}
.coreinfo-section-featured .info-card:hover .card-title {
color: var(--primary-700);
}
.card-description {
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
font-size: 0.95rem;
}
.card-decoration {
position: absolute;
bottom: 1.5rem;
right: 1.5rem;
display: flex;
gap: 0.5rem;
opacity: 0;
transition: opacity 0.3s ease;
}
.coreinfo-section-featured .info-card:hover .card-decoration {
opacity: 1;
}
.coreinfo-section-featured .decoration-dot {
width: 8px;
height: 8px;
background: var(--primary-300);
border-radius: 50%;
animation: dotPulse 2s infinite;
}
.coreinfo-section-featured .decoration-dot:nth-child(2) {
animation-delay: 0.2s;
}
.coreinfo-section-featured .decoration-dot:nth-child(3) {
animation-delay: 0.4s;
}
@keyframes dotPulse {
0%, 100% {
transform: scale(1);
opacity: 0.5;
}
50% {
transform: scale(1.3);
opacity: 1;
}
}
.coreinfo-section-featured .background-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.coreinfo-section-featured .shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.coreinfo-section-featured .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -200px;
right: -100px;
animation: floatShape 20s infinite ease-in-out;
}
.coreinfo-section-featured .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: -150px;
left: -50px;
animation: floatShape 25s infinite ease-in-out reverse;
}
.coreinfo-section-featured .shape-3 {
width: 250px;
height: 250px;
background: var(--primary-700);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: floatShape 30s infinite ease-in-out;
}
@keyframes floatShape {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-30px) rotate(180deg);
}
}
#coreinfo-title {
color: var(--text-primary);
letter-spacing: -0.02em;
}
#coreinfo-subtitle {
color: var(--text-secondary);
font-weight: 500;
}
#coreinfo-desc {
color: var(--text-secondary);
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 991.98px) {
.coreinfo-section-featured .info-card {
padding: 1.75rem;
}
.card-icon-wrapper {
width: 60px;
height: 60px;
}
.card-icon {
font-size: 1.75rem;
}
.coreinfo-section-featured .divider-line {
width: 60px;
}
.coreinfo-section-featured .shape-1 {
width: 300px;
height: 300px;
}
.coreinfo-section-featured .shape-2 {
width: 200px;
height: 200px;
}
.coreinfo-section-featured .shape-3 {
width: 180px;
height: 180px;
}
}
@media (max-width: 767.98px) {
.coreinfo-section-featured {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.coreinfo-section-featured .info-card {
padding: 1.5rem;
}
.card-icon-wrapper {
width: 55px;
height: 55px;
margin-bottom: 1.25rem;
}
.card-icon {
font-size: 1.5rem;
}
.card-title {
font-size: 1.1rem;
}
.card-description {
font-size: 0.9rem;
}
.coreinfo-section-featured .decorative-divider {
gap: 1rem;
}
.coreinfo-section-featured .divider-line {
width: 40px;
}
.coreinfo-section-featured .divider-icon {
width: 40px;
height: 40px;
font-size: 1.25rem;
}
.shape-1,
.shape-2,
.coreinfo-section-featured .shape-3 {
display: none;
}
}
@media (max-width: 575.98px) {
#coreinfo-title {
font-size: 2rem;
}
#coreinfo-subtitle {
font-size: 1.1rem;
}
#coreinfo-desc {
font-size: 1rem;
}
}
@media (prefers-reduced-motion: reduce) {
.info-card,
.icon-background,
.shape-1,
.shape-2,
.shape-3,
.coreinfo-section-featured .decoration-dot {
animation: none !important;
transition: none !important;
}
.coreinfo-section-featured .info-card:hover {
transform: none;
}
}
@media (prefers-contrast: high) {
.coreinfo-section-featured .info-card {
border: 2px solid var(--text-primary);
}
.card-title,
.card-description {
color: var(--text-primary);
}
.coreinfo-section-featured .divider-icon {
border: 2px solid white;
}
}
.leadgen-section-secondary {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.leadgen-section-secondary .decorative-accent {
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
margin: 0 auto;
box-shadow: 0 0 25px var(--primary-500);
animation: pulse-leadgen-v001 2.5s ease-in-out infinite;
}
@keyframes pulse-leadgen-v001 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.leadgen-section-secondary .leadgen-form-card {
background: var(--light);
border-radius: 28px;
padding: 3.5rem;
box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.1);
position: relative;
overflow: hidden;
border: 1px solid var(--neutral-100);
transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.leadgen-section-secondary .leadgen-form-card:hover {
transform: translateY(-6px);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.15);
}
.leadgen-section-secondary .decorative-shape-corner {
position: absolute;
top: -40px;
right: -40px;
width: 140px;
height: 140px;
background: linear-gradient(135deg, var(--primary-400), var(--primary-600));
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.12;
animation: rotate-leadgen-v001 25s linear infinite;
}
.leadgen-section-secondary .decorative-shape-gradient {
position: absolute;
bottom: -50px;
left: -50px;
width: 180px;
height: 180px;
background: linear-gradient(135deg, var(--primary-600), var(--primary-800));
border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
opacity: 0.1;
animation: rotate-leadgen-v001 30s linear infinite reverse;
}
@keyframes rotate-leadgen-v001 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 0.3s ease;
font-size: 1rem;
height: calc(3.5rem + 2px);
}
.leadgen-section-secondary .form-floating > label {
padding: 1.1rem 1.35rem;
color: var(--text-secondary);
font-weight: 500;
}
.leadgen-section-secondary .form-control:focus,
.leadgen-section-secondary .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 20%, transparent);
background: var(--light);
outline: none;
}
.leadgen-section-secondary .form-control:hover,
.leadgen-section-secondary .form-select:hover {
border-color: var(--neutral-200);
}
.leadgen-section-secondary textarea.form-control {
min-height: 150px;
resize: vertical;
}
.leadgen-section-secondary .form-check-input {
width: 1.3rem;
height: 1.3rem;
border: 2px solid var(--neutral-300);
border-radius: 7px;
cursor: pointer;
transition: all 0.3s ease;
}
.leadgen-section-secondary .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.leadgen-section-secondary .form-check-input:hover {
border-color: var(--primary-300);
}
.leadgen-section-secondary .form-check-label {
cursor: pointer;
user-select: none;
padding-left: 0.6rem;
line-height: 1.6;
}
.leadgen-section-secondary .btn-leadgen-submit {
background: linear-gradient(135deg, #3b82f6, #1d4ed8) !important;
color: var(--light) !important;
border: none;
border-radius: 14px;
font-weight: 600;
font-size: 1.15rem;
letter-spacing: 0.4px;
transition: all 0.4s ease;
box-shadow: 0 6px 20px rgba(59, 130, 246, 0.35);
position: relative;
overflow: hidden;
}
.leadgen-section-secondary .btn-leadgen-submit::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(var(--white-rgb), 0.25), transparent);
transition: left 0.6s ease;
}
.leadgen-section-secondary .btn-leadgen-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(59, 130, 246, 0.45);
}
.leadgen-section-secondary .btn-leadgen-submit:hover::before {
left: 100%;
}
.leadgen-section-secondary .btn-leadgen-submit:active {
transform: translateY(0);
box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}
.leadgen-section-secondary .decorative-blob-primary {
position: absolute;
top: 10%;
left: 5%;
width: 300px;
height: 300px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-300) 15%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(60px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-1 15s ease-in-out infinite;
}
.leadgen-section-secondary .decorative-blob-secondary {
position: absolute;
bottom: 15%;
right: 8%;
width: 250px;
height: 250px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-500) 12%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(50px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-2 18s ease-in-out infinite;
}
@keyframes float-blob-leadgen-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.95);
}
}
@keyframes float-blob-leadgen-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(-25px, 25px) scale(1.05);
}
66% {
transform: translate(20px, -20px) scale(0.98);
}
}
.leadgen-section-secondary .container > * {
position: relative;
z-index: 1;
}
@media (max-width: 991px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2.5rem;
}
}
@media (max-width: 767px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2rem;
border-radius: 20px;
}
.leadgen-section-secondary .btn-leadgen-submit {
font-size: 1.05rem;
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
padding: 1rem 1.15rem;
}
}
.leadgen-section-secondary .form-control:focus-visible,
.leadgen-section-secondary .form-select:focus-visible,
.leadgen-section-secondary .form-check-input:focus-visible {
outline: 3px solid var(--primary-500);
outline-offset: 2px;
}
.leadgen-section-secondary .btn-leadgen-submit:focus-visible {
outline: 3px solid var(--light);
outline-offset: 3px;
}
.leadgen-section-secondary .leadgen-field,
.leadgen-section-secondary .leadgen-field-dynamic {
animation: fadeInField 0.4s ease-out;
margin-bottom: 0;
}
@keyframes fadeInField {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control,
.leadgen-section-secondary .leadgen-form-dynamic .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 0.3s ease;
font-size: 1rem;
height: calc(3.5rem + 2px);
}
.leadgen-section-secondary .leadgen-form-dynamic .form-floating > label {
padding: 1.1rem 1.35rem;
color: var(--text-secondary);
font-weight: 500;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control:focus,
.leadgen-section-secondary .leadgen-form-dynamic .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 20%, transparent);
background: var(--light);
outline: none;
}
.leadgen-section-secondary .leadgen-form-dynamic textarea.form-control {
min-height: 120px;
resize: vertical;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-input {
width: 1.3rem;
height: 1.3rem;
border: 2px solid var(--neutral-300);
border-radius: 7px;
cursor: pointer;
transition: all 0.3s ease;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-label {
cursor: pointer;
user-select: none;
padding-left: 0.6rem;
line-height: 1.6;
}
.contact-section-custom {
position: relative;
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;
}
.contact-section-custom .contact-header {
margin-bottom: 50px;
position: relative;
}
.contact-section-custom .header-accent {
width: 60px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-700));
margin: 0 auto 20px;
border-radius: 2px;
}
.contact-section-custom .contact-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 12px;
line-height: 1.2;
}
.contact-section-custom .contact-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-700);
margin-bottom: 20px;
line-height: 1.4;
}
.contact-section-custom .contact-desc {
font-size: 1.05rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.contact-section-custom .contact-form-wrapper {
position: relative;
background: var(--surface-primary);
border-radius: 20px;
padding: 40px;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
}
.contact-section-custom .form-decorative-top {
position: absolute;
top: -3px;
left: 40px;
right: 40px;
height: 3px;
background: linear-gradient(90deg,
transparent,
var(--primary-500),
var(--primary-700),
transparent);
border-radius: 3px;
}
.contact-section-custom .form-decorative-bottom {
position: absolute;
bottom: 0;
right: 0;
width: 120px;
height: 120px;
background: linear-gradient(135deg,
transparent 50%,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 100%);
border-radius: 20px 0 20px 0;
pointer-events: none;
}
.contact-section-custom .form-control {
border: 2px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
border-radius: 12px;
padding: 14px 18px;
font-size: 1rem;
transition: all 0.3s ease;
background: var(--surface-primary);
color: var(--text-primary);
}
.contact-section-custom .form-control:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
background: var(--surface-primary);
}
.contact-section-custom .form-floating > label {
color: var(--text-secondary);
padding: 1rem 1.125rem;
}
.contact-section-custom .form-floating > .form-control:focus ~ label,
.contact-section-custom .form-floating > .form-control:not(:placeholder-shown) ~ label {
color: var(--primary-700);
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.contact-section-custom .form-check-input {
width: 20px;
height: 20px;
border: 2px solid var(--neutral-300);
border-radius: 6px;
cursor: pointer;
}
.contact-section-custom .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.contact-section-custom .form-check-label {
color: var(--text-secondary);
font-size: 0.95rem;
margin-left: 8px;
cursor: pointer;
}
.contact-section-custom .btn-submit {
width: 100%;
padding: 16px 32px;
font-size: 1.1rem;
font-weight: 600;
border: none;
border-radius: 12px;
background: linear-gradient(135deg, #2563eb, #0284c7) !important;
color: var(--light) !important;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}
.contact-section-custom .btn-submit:hover {
transform: translateY(-2px);
box-shadow: 0 6px 25px rgba(37, 99, 235, 0.4);
}
.contact-section-custom .btn-submit:active {
transform: translateY(0);
}
.contact-section-custom .contact-info-wrapper {
position: relative;
height: 100%;
display: flex;
flex-direction: column;
gap: 20px;
}
.contact-section-custom .info-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 28px;
display: flex;
align-items: flex-start;
gap: 20px;
box-shadow: 0 6px 25px rgba(var(--black-rgb), 0.06);
border: 1px solid color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.contact-section-custom .info-card:hover {
transform: translateY(-4px);
box-shadow: 0 10px 35px rgba(var(--black-rgb), 0.1);
border-color: color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.contact-section-custom .info-icon {
width: 56px;
height: 56px;
border-radius: 14px;
background: linear-gradient(135deg,
var(--primary-500),
var(--primary-700));
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.contact-section-custom .info-icon i {
font-size: 1.5rem;
color: var(--light);
}
.contact-section-custom .info-content {
flex: 1;
position: relative;
}
.contact-section-custom .info-title {
font-size: 1.05rem;
font-weight: 600;
color: var(--text-primary);
margin: 0;
line-height: 1.5;
word-break: break-word;
}
.contact-section-custom .info-decoration {
width: 40px;
height: 3px;
background: linear-gradient(90deg,
var(--primary-500),
transparent);
margin-top: 12px;
border-radius: 2px;
}
.contact-section-custom .info-decorative-shape {
position: absolute;
bottom: -30px;
right: -30px;
width: 100px;
height: 100px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
transparent);
border-radius: 50% 0 0 0;
pointer-events: none;
}
.contact-section-custom .info-decorative-circle {
position: absolute;
top: 20px;
right: 20px;
width: 60px;
height: 60px;
border: 3px solid color-mix(in srgb, var(--primary-300) 25%, transparent 75%);
border-radius: 50%;
pointer-events: none;
}
.contact-section-custom .bottom-decorative-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 15px;
margin-top: 60px;
padding: 0 20px;
}
.contact-section-custom .grid-item {
height: 4px;
background: linear-gradient(90deg,
var(--primary-300),
var(--primary-500));
border-radius: 2px;
opacity: 0.4;
}
.contact-section-custom .grid-item:nth-child(2) {
opacity: 0.6;
}
.contact-section-custom .grid-item:nth-child(3) {
opacity: 0.5;
}
.contact-section-custom .bg-shape-1 {
position: absolute;
top: -100px;
right: -100px;
width: 400px;
height: 400px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent 70%);
border-radius: 50%;
pointer-events: none;
}
.contact-section-custom .bg-shape-2 {
position: absolute;
bottom: -80px;
left: -80px;
width: 300px;
height: 300px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 12%, transparent 88%),
transparent 70%);
border-radius: 50%;
pointer-events: none;
}
.contact-section-custom .bg-blob-1 {
position: absolute;
top: 50%;
left: 5%;
width: 200px;
height: 200px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 10%, transparent 90%),
transparent);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
pointer-events: none;
opacity: 0.5;
}
@media (max-width: 991.98px) {
.contact-section-custom {
padding: 70px 0;
}
.contact-section-custom .contact-title {
font-size: 2rem;
}
.contact-section-custom .contact-subtitle {
font-size: 1.15rem;
}
.contact-section-custom .contact-form-wrapper {
padding: 30px;
margin-bottom: 30px;
}
.contact-section-custom .info-card {
padding: 24px;
}
}
@media (max-width: 767.98px) {
.contact-section-custom {
padding: 50px 0;
}
.contact-section-custom .contact-title {
font-size: 1.75rem;
}
.contact-section-custom .contact-subtitle {
font-size: 1.05rem;
}
.contact-section-custom .contact-desc {
font-size: 1rem;
}
.contact-section-custom .contact-form-wrapper {
padding: 25px;
}
.contact-section-custom .info-icon {
width: 48px;
height: 48px;
}
.contact-section-custom .info-icon i {
font-size: 1.25rem;
}
.contact-section-custom .bottom-decorative-grid {
grid-template-columns: repeat(2, 1fr);
margin-top: 40px;
}
.contact-section-custom .bg-shape-1,
.contact-section-custom .bg-shape-2 {
width: 250px;
height: 250px;
}
}
@media (max-width: 575.98px) {
.contact-section-custom .contact-title {
font-size: 1.5rem;
}
.contact-section-custom .contact-form-wrapper {
padding: 20px;
}
.contact-section-custom .btn-submit {
padding: 14px 24px;
font-size: 1rem;
}
.contact-section-custom .info-card {
padding: 20px;
flex-direction: column;
align-items: center;
text-align: center;
}
.contact-section-custom .info-decoration {
margin: 12px auto 0;
}
}
.blog-section-special {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary) 50%) 100%
);
overflow: hidden;
}
.blog-section-special .section-header {
max-width: 800px;
margin: 0 auto 60px;
position: relative;
z-index: 2;
}
.blog-section-special .decorative-accent-top {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
margin-bottom: 24px;
}
.blog-section-special .accent-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-dot 2s infinite;
}
.blog-section-special .accent-line {
width: 60px;
height: 2px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
}
@keyframes pulse-dot {
0%, 100% { transform: scale(1); opacity: 1; }
50% { transform: scale(1.3); opacity: 0.7; }
}
.blog-section-special .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.blog-section-special .section-subtitle {
font-size: 1.5rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 24px;
line-height: 1.4;
}
.blog-section-special .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
margin-bottom: 0;
}
.blog-section-special .decorative-accent-bottom {
margin-top: 32px;
display: flex;
justify-content: center;
}
.blog-section-special .accent-shape {
width: 80px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
border-radius: 2px;
}
.blog-section-special .blog-grid {
position: relative;
z-index: 2;
}
.blog-section-special .blog-card {
background: var(--surface-primary);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
height: 100%;
display: flex;
flex-direction: column;
border: 1px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
}
.blog-section-special .blog-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.blog-section-special .blog-image-wrapper {
position: relative;
width: 100%;
height: 220px;
overflow: hidden;
background: var(--neutral-100);
}
.blog-section-special .blog-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-section-special .blog-card:hover .blog-image {
transform: scale(1.08);
}
.blog-section-special .blog-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(180deg,
rgba(var(--black-rgb), 0) 0%,
rgba(var(--black-rgb), 0.15) 100%
);
opacity: 0;
transition: opacity 0.4s ease;
}
.blog-section-special .blog-card:hover .blog-overlay {
opacity: 1;
}
.blog-section-special .blog-category-badge {
position: absolute;
top: 16px;
right: 16px;
width: 44px;
height: 44px;
background: var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.125rem;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.2);
transform: scale(0.9);
transition: transform 0.3s ease;
}
.blog-section-special .blog-card:hover .blog-category-badge {
transform: scale(1);
}
.blog-section-special .blog-content {
padding: 28px;
display: flex;
flex-direction: column;
flex-grow: 1;
}
.blog-section-special .blog-meta {
display: flex;
gap: 16px;
margin-bottom: 16px;
padding-bottom: 16px;
border-bottom: 1px solid var(--neutral-100);
}
.blog-section-special .meta-icon {
display: flex;
align-items: center;
gap: 6px;
color: var(--text-secondary);
font-size: 0.9rem;
}
.blog-section-special .meta-icon i {
color: var(--primary-500);
font-size: 1rem;
}
.blog-section-special .blog-title {
font-size: 1.375rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.4;
transition: color 0.3s ease;
}
.blog-section-special .blog-card:hover .blog-title {
color: var(--primary-500);
}
.blog-section-special .blog-excerpt {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 24px;
flex-grow: 1;
}
.blog-section-special .blog-footer {
margin-top: auto;
padding-top: 20px;
border-top: 1px solid var(--neutral-100);
}
.blog-section-special .blog-link {
display: inline-flex;
align-items: center;
gap: 8px;
color: var(--primary-500);
font-weight: 600;
font-size: 1rem;
text-decoration: none;
transition: all 0.3s ease;
position: relative;
}
.blog-section-special .blog-link::after {
content: '';
position: absolute;
bottom: -4px;
left: 0;
width: 0;
height: 2px;
background: var(--primary-500);
transition: width 0.3s ease;
}
.blog-section-special .blog-link:hover {
color: var(--primary-700);
gap: 12px;
}
.blog-section-special .blog-link:hover::after {
width: 100%;
}
.blog-section-special .blog-link i {
transition: transform 0.3s ease;
}
.blog-section-special .blog-link:hover i {
transform: translateX(4px);
}
.blog-section-special .decorative-background {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 1;
}
.blog-section-special .bg-shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.blog-section-special .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
left: -100px;
animation: float-shape 20s infinite ease-in-out;
}
.blog-section-special .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: -80px;
right: 10%;
animation: float-shape 25s infinite ease-in-out reverse;
}
.blog-section-special .shape-3 {
width: 200px;
height: 200px;
background: var(--primary-300);
top: 50%;
right: -50px;
animation: float-shape 18s infinite ease-in-out;
}
@keyframes float-shape {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
33% { transform: translate(30px, -30px) rotate(120deg); }
66% { transform: translate(-20px, 20px) rotate(240deg); }
}
@media (max-width: 991px) {
.blog-section-special {
padding: 80px 0;
}
.blog-section-special .section-title {
font-size: 2.25rem;
}
.blog-section-special .section-subtitle {
font-size: 1.25rem;
}
.blog-section-special .section-header {
margin-bottom: 50px;
}
}
@media (max-width: 767px) {
.blog-section-special {
padding: 60px 0;
}
.blog-section-special .section-title {
font-size: 1.875rem;
}
.blog-section-special .section-subtitle {
font-size: 1.125rem;
}
.blog-section-special .section-description {
font-size: 1rem;
}
.blog-section-special .blog-image-wrapper {
height: 200px;
}
.blog-section-special .blog-title {
font-size: 1.25rem;
}
.blog-section-special .blog-content {
padding: 24px;
}
.blog-section-special .shape-1,
.blog-section-special .shape-2,
.blog-section-special .shape-3 {
display: none;
}
}
@media (max-width: 575px) {
.blog-section-special .section-header {
margin-bottom: 40px;
}
.blog-section-special .blog-grid .row {
gap: 24px;
}
}
.faq-section-classic {
position: relative;
padding: 100px 0;
background: var(--surface-primary);
overflow: hidden;
}
.faq-section-classic .faq-header {
position: relative;
max-width: 800px;
margin: 0 auto 60px;
z-index: 2;
}
.faq-section-classic .decorative-dot-pattern {
width: 60px;
height: 6px;
background: repeating-linear-gradient(
90deg,
var(--primary-500) 0px,
var(--primary-500) 6px,
transparent 6px,
transparent 12px
);
margin: 0 auto 30px;
border-radius: 3px;
}
.faq-section-classic .faq-main-title {
font-size: 3rem;
font-weight: 800;
color: var(--text-primary);
margin-bottom: 20px;
letter-spacing: -0.02em;
line-height: 1.2;
}
.faq-section-classic .faq-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
letter-spacing: -0.01em;
}
.faq-section-classic .faq-description {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 30px;
}
.faq-section-classic .decorative-line {
width: 100px;
height: 4px;
background: linear-gradient(
90deg,
transparent,
var(--primary-500),
transparent
);
margin: 0 auto;
border-radius: 2px;
}
.faq-section-classic .faq-cards-wrapper {
position: relative;
z-index: 2;
max-width: 900px;
margin: 0 auto;
}
.faq-section-classic .faq-card {
border: 2px solid var(--neutral-100);
border-radius: 16px;
background: var(--light);
transition: all 0.3s ease;
overflow: hidden;
box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.04);
}
.faq-section-classic .faq-card:hover {
border-color: var(--primary-300);
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.08);
transform: translateY(-4px);
}
.faq-section-classic .faq-question-header {
display: flex;
align-items: flex-start;
gap: 20px;
padding: 28px 32px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-50) 80%, var(--light) 20%),
var(--light)
);
border-bottom: 2px solid var(--primary-100);
transition: background 0.3s ease;
}
.faq-section-classic .faq-card:hover .faq-question-header {
background: linear-gradient(
135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-50) 70%, var(--light) 30%)
);
}
.faq-section-classic .question-icon {
flex-shrink: 0;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-500);
color: var(--light);
border-radius: 12px;
font-size: 24px;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent);
transition: transform 0.3s ease;
}
.faq-section-classic .faq-card:hover .question-icon {
transform: scale(1.1) rotate(5deg);
}
.faq-section-classic .faq-question-text {
flex: 1;
font-size: 1.25rem;
font-weight: 700;
color: var(--text-primary);
margin: 0;
line-height: 1.5;
padding-top: 8px;
}
.faq-section-classic .faq-answer-body {
padding: 32px;
background: var(--light);
}
.faq-section-classic .faq-answer-text {
font-size: 1.0625rem;
line-height: 1.8;
color: var(--text-secondary);
margin: 0;
}
.faq-section-classic .decorative-circles {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 1;
}
.faq-section-classic .circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(
circle at center,
color-mix(in srgb, var(--primary-500) 8%, transparent),
transparent 70%
);
opacity: 0.6;
}
.faq-section-classic .circle-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.faq-section-classic .circle-2 {
width: 300px;
height: 300px;
bottom: -80px;
left: -80px;
animation: float 25s ease-in-out infinite reverse;
}
.faq-section-classic .circle-3 {
width: 250px;
height: 250px;
top: 50%;
left: -50px;
animation: float 30s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.05);
}
66% {
transform: translate(-20px, 20px) scale(0.95);
}
}
@media (max-width: 992px) {
.faq-section-classic {
padding: 80px 0;
}
.faq-section-classic .faq-main-title {
font-size: 2.5rem;
}
.faq-section-classic .faq-subtitle {
font-size: 1.3rem;
}
.faq-section-classic .faq-description {
font-size: 1.0625rem;
}
.faq-section-classic .faq-question-header {
padding: 24px 28px;
}
.faq-section-classic .faq-answer-body {
padding: 28px;
}
}
@media (max-width: 768px) {
.faq-section-classic {
padding: 60px 0;
}
.faq-section-classic .faq-header {
margin-bottom: 40px;
}
.faq-section-classic .faq-main-title {
font-size: 2rem;
}
.faq-section-classic .faq-subtitle {
font-size: 1.15rem;
}
.faq-section-classic .faq-description {
font-size: 1rem;
}
.faq-section-classic .faq-question-header {
flex-direction: column;
gap: 16px;
padding: 20px 24px;
}
.faq-section-classic .question-icon {
width: 42px;
height: 42px;
font-size: 20px;
}
.faq-section-classic .faq-question-text {
font-size: 1.1rem;
padding-top: 0;
}
.faq-section-classic .faq-answer-body {
padding: 24px;
}
.faq-section-classic .faq-answer-text {
font-size: 1rem;
}
.circle-1,
.circle-2,
.faq-section-classic .circle-3 {
display: none;
}
}
@media (max-width: 576px) {
.faq-section-classic {
padding: 50px 0;
}
.faq-section-classic .decorative-dot-pattern {
width: 50px;
height: 5px;
margin-bottom: 20px;
}
.faq-section-classic .faq-main-title {
font-size: 1.75rem;
}
.faq-section-classic .faq-subtitle {
font-size: 1.05rem;
margin-bottom: 15px;
}
.faq-section-classic .faq-description {
font-size: 0.9375rem;
margin-bottom: 20px;
}
.faq-section-classic .decorative-line {
width: 80px;
height: 3px;
}
.faq-section-classic .faq-card {
border-radius: 12px;
}
.faq-section-classic .faq-question-header {
padding: 18px 20px;
gap: 12px;
}
.faq-section-classic .question-icon {
width: 38px;
height: 38px;
font-size: 18px;
border-radius: 10px;
}
.faq-section-classic .faq-question-text {
font-size: 1.05rem;
}
.faq-section-classic .faq-answer-body {
padding: 20px;
}
.faq-section-classic .faq-answer-text {
font-size: 0.9375rem;
line-height: 1.7;
}
}
.footer-modern {
position: relative;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
),
url('assets/images/footer_bg.webp');
background-size: cover;
background-position: center;
background-attachment: fixed;
color: var(--light);
overflow: hidden;
}
.footer-modern .footer-background-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(
circle at 30% 50%,
color-mix(in srgb, var(--primary-500) 15%, transparent) 0%,
transparent 50%
);
pointer-events: none;
z-index: 1;
}
.footer-modern .container {
z-index: 2;
}
.footer-modern .footer-brand {
padding-right: 1.5rem;
}
.footer-modern .footer-logo {
font-size: 1.75rem;
font-weight: 700;
color: var(--light);
margin-bottom: 1rem;
letter-spacing: -0.5px;
text-shadow: 0 2px 8px rgba(var(--black-rgb), 0.2);
}
.footer-modern .footer-description {
font-size: 0.95rem;
line-height: 1.7;
color: rgba(var(--white-rgb), 0.9);
margin-bottom: 0;
}
.footer-modern .decorative-accent {
width: 60px;
height: 4px;
background: linear-gradient(
90deg,
var(--light),
rgba(var(--white-rgb), 0.3)
);
border-radius: 2px;
}
.footer-modern .footer-heading {
font-size: 1.1rem;
font-weight: 600;
color: var(--light);
margin-bottom: 1.5rem;
letter-spacing: 0.5px;
text-transform: uppercase;
font-size: 0.9rem;
}
.footer-modern .footer-list {
margin: 0;
padding: 0;
}
.footer-modern .footer-link {
color: rgba(var(--white-rgb), 0.85);
text-decoration: none;
font-size: 0.95rem;
transition: all 0.3s ease;
display: inline-block;
position: relative;
}
.footer-modern .footer-link::before {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 2px;
background: var(--light);
transition: width 0.3s ease;
}
.footer-modern .footer-link:hover {
color: var(--light);
transform: translateX(5px);
}
.footer-modern .footer-link:hover::before {
width: 100%;
}
.footer-modern .footer-contact-list li {
color: rgba(var(--white-rgb), 0.9);
font-size: 0.95rem;
line-height: 1.6;
}
.footer-modern .footer-contact-list i {
color: var(--light);
font-size: 1.1rem;
opacity: 0.9;
}
.footer-modern .contact-text {
flex: 1;
}
.footer-modern .footer-decorative {
position: relative;
}
.footer-modern .decorative-icon-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
max-width: 200px;
margin: 0 auto;
}
.footer-modern .icon-item {
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(var(--white-rgb), 0.1);
border: 2px solid rgba(var(--white-rgb), 0.2);
border-radius: 16px;
backdrop-filter: blur(10px);
transition: all 0.4s ease;
}
.footer-modern .icon-item i {
font-size: 1.8rem;
color: var(--light);
transition: transform 0.3s ease;
}
.footer-modern .icon-item:hover {
background: rgba(var(--white-rgb), 0.2);
border-color: rgba(var(--white-rgb), 0.4);
transform: translateY(-5px);
}
.footer-modern .icon-item:hover i {
transform: scale(1.1);
}
.footer-modern .decorative-shape {
position: absolute;
border-radius: 50%;
background: rgba(var(--white-rgb), 0.05);
pointer-events: none;
}
.footer-modern .decorative-shape.shape-1 {
width: 150px;
height: 150px;
top: -30px;
right: -30px;
border: 2px solid rgba(var(--white-rgb), 0.1);
}
.footer-modern .decorative-shape.shape-2 {
width: 100px;
height: 100px;
bottom: -20px;
left: -20px;
background: linear-gradient(
135deg,
rgba(var(--white-rgb), 0.1),
rgba(var(--white-rgb), 0.05)
);
}
.footer-modern .footer-disclaimer-section {
border-top: 1px solid rgba(var(--white-rgb), 0.15);
}
.footer-modern .disclaimer-text {
font-size: 0.85rem;
line-height: 1.7;
color: rgba(var(--white-rgb), 0.75);
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
.footer-modern .footer-bottom {
margin-top: 1rem;
}
.footer-modern .copyright-text {
font-size: 0.9rem;
color: rgba(var(--white-rgb), 0.8);
letter-spacing: 0.3px;
}
@media (max-width: 991.98px) {
.footer-modern .footer-brand {
padding-right: 0;
margin-bottom: 2rem;
}
.footer-modern .footer-heading {
font-size: 1rem;
}
.footer-modern .decorative-icon-grid {
margin-top: 2rem;
}
.footer-modern {
background-attachment: scroll;
}
}
@media (max-width: 767.98px) {
.footer-modern .footer-logo {
font-size: 1.5rem;
}
.footer-modern .footer-description {
font-size: 0.9rem;
}
.footer-link,
.footer-modern .footer-contact-list li {
font-size: 0.9rem;
}
.footer-modern .icon-item {
width: 60px;
height: 60px;
}
.footer-modern .icon-item i {
font-size: 1.5rem;
}
.footer-modern .disclaimer-text {
font-size: 0.8rem;
}
.footer-modern .copyright-text {
font-size: 0.85rem;
}
}
@media (max-width: 575.98px) {
.footer-modern {
padding-top: 1rem;
}
.footer-modern .decorative-icon-grid {
grid-template-columns: repeat(4, 1fr);
max-width: 100%;
gap: 1rem;
}
.footer-modern .icon-item {
width: 55px;
height: 55px;
}
.footer-modern .icon-item i {
font-size: 1.3rem;
}
.footer-modern .footer-contact-list i {
font-size: 1rem;
}
}
@media (prefers-reduced-motion: no-preference) {
.footer-modern {
animation: fadeIn 0.6s ease-out;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.footer-modern .decorative-shape.shape-1 {
animation: float 6s ease-in-out infinite;
}
.footer-modern .decorative-shape.shape-2 {
animation: float 8s ease-in-out infinite reverse;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(5deg);
}
}
}
@media (prefers-contrast: high) {
.footer-link,
.footer-description,
.footer-contact-list li,
.disclaimer-text,
.footer-modern .copyright-text {
color: var(--light);
}
.footer-modern .icon-item {
border-color: var(--light);
background: rgba(var(--white-rgb), 0.2);
}
}
.additional-universal-section {
position: relative;
background: var(--light);
overflow: hidden;
}
.additional-universal-section .section-header {
position: relative;
max-width: 850px;
margin: 0 auto;
z-index: 1;
}
.additional-universal-section .header-icon-group {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin-bottom: 1.5rem;
}
.additional-universal-section .header-icon-group i {
font-size: 2rem;
color: var(--primary-500);
opacity: 0.8;
transition: all 0.3s ease;
}
.additional-universal-section .header-icon-group i:hover {
transform: scale(1.2) rotate(10deg);
opacity: 1;
}
.additional-universal-section .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-section .section-subtitle {
font-size: 1.5rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.additional-universal-section .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 750px;
}
.additional-universal-section .content-accordion {
max-width: 900px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.accordion-item {
background: var(--surface-primary);
border: 2px solid var(--neutral-100);
border-radius: 12px;
margin-bottom: 1.5rem;
overflow: hidden;
transition: all 0.3s ease;
}
.accordion-item:hover {
border-color: var(--primary-300);
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
transform: translateX(8px);
}
.accordion-header {
position: relative;
display: flex;
align-items: center;
gap: 1.25rem;
padding: 1.75rem 2rem;
cursor: default;
}
.additional-universal-section .header-icon {
flex-shrink: 0;
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.accordion-item:hover .header-icon {
transform: rotate(10deg) scale(1.1);
}
.additional-universal-section .header-icon i {
font-size: 1.75rem;
color: var(--light);
}
.additional-universal-section .header-content {
flex: 1;
}
.accordion-title {
font-size: 1.5rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 0;
line-height: 1.3;
}
.additional-universal-section .header-accent {
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: var(--primary-500);
opacity: 0;
transition: opacity 0.3s ease;
}
.accordion-item:hover .header-accent {
opacity: 1;
}
.accordion-body {
padding: 0 2rem 1.75rem 2rem;
padding-left: calc(60px + 3.25rem);
}
.accordion-description {
font-size: 1.0625rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.additional-universal-section .decorative-leaf {
position: absolute;
font-size: 4rem;
color: var(--primary-300);
opacity: 0.08;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .leaf-1 {
top: 10%;
left: 5%;
transform: rotate(-20deg);
}
.additional-universal-section .leaf-2 {
bottom: 15%;
right: 8%;
transform: rotate(30deg);
}
.additional-universal-section .decorative-pattern {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 600px;
height: 600px;
background: radial-gradient(circle, var(--primary-50) 0%, transparent 70%);
opacity: 0.3;
pointer-events: none;
z-index: 0;
border-radius: 50%;
}
@media (max-width: 991.98px) {
.additional-universal-section .section-title {
font-size: 2rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.25rem;
}
.accordion-header {
padding: 1.5rem 1.5rem;
gap: 1rem;
}
.accordion-body {
padding: 0 1.5rem 1.5rem 1.5rem;
padding-left: calc(60px + 2.5rem);
}
.additional-universal-section .header-icon {
width: 55px;
height: 55px;
}
.additional-universal-section .header-icon i {
font-size: 1.5rem;
}
.accordion-title {
font-size: 1.375rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section .section-title {
font-size: 1.75rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.125rem;
}
.additional-universal-section .section-description {
font-size: 1rem;
}
.accordion-header {
padding: 1.25rem;
gap: 0.875rem;
}
.accordion-body {
padding: 0 1.25rem 1.25rem 1.25rem;
}
.additional-universal-section .header-icon {
width: 50px;
height: 50px;
}
.additional-universal-section .header-icon i {
font-size: 1.375rem;
}
.accordion-title {
font-size: 1.25rem;
}
.accordion-description {
font-size: 1rem;
}
.additional-universal-section .decorative-leaf {
display: none;
}
}
@media (max-width: 575.98px) {
.additional-universal-section {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.additional-universal-section .section-header {
margin-bottom: 2rem !important;
}
.additional-universal-section .header-icon-group {
gap: 0.75rem;
}
.additional-universal-section .header-icon-group i {
font-size: 1.5rem;
}
.accordion-item {
margin-bottom: 1rem;
}
.accordion-item:hover {
transform: translateX(4px);
}
.accordion-header {
flex-direction: column;
align-items: flex-start;
gap: 0.75rem;
}
.accordion-body {
padding-left: 1.25rem;
}
}
.additional-universal-section.v-063 {
padding: 100px 0;
background: linear-gradient(180deg,
var(--surface-primary),
color-mix(in srgb, var(--primary-300) 3%, var(--surface-primary)));
position: relative;
overflow: hidden;
}
.v-063 .section-header {
max-width: 800px;
margin: 0 auto 80px;
}
.v-063 .header-accent {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
}
.v-063 .accent-dot {
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--primary-500);
animation: dotPulse 2s ease-in-out infinite;
}
.v-063 .accent-line {
width: 60px;
height: 2px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
}
.v-063 .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.v-063 .section-subtitle {
font-size: 1.5rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.v-063 .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
}
.v-063 .timeline-wrapper {
position: relative;
max-width: 900px;
margin: 0 auto;
padding: 40px 0;
}
.v-063 .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg,
transparent,
var(--primary-300) 10%,
var(--primary-300) 90%,
transparent);
transform: translateX(-50%);
z-index: 1;
}
.v-063 .timeline-item {
position: relative;
margin-bottom: 60px;
display: flex;
align-items: center;
z-index: 2;
}
.v-063 .timeline-item:last-child {
margin-bottom: 0;
}
.v-063 .timeline-item:nth-child(odd) {
flex-direction: row;
}
.v-063 .timeline-item:nth-child(even) {
flex-direction: row-reverse;
}
.v-063 .timeline-marker {
position: absolute;
left: 50%;
transform: translateX(-50%);
z-index: 3;
}
.v-063 .marker-dot {
width: 24px;
height: 24px;
background: white;
border: 4px solid var(--primary-500);
border-radius: 50%;
position: relative;
z-index: 2;
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, white);
}
.v-063 .marker-pulse {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 24px;
height: 24px;
border: 2px solid var(--primary-500);
border-radius: 50%;
opacity: 0;
animation: markerPulse 2s ease-out infinite;
}
.v-063 .timeline-content {
width: calc(50% - 60px);
background: white;
border: 1px solid var(--neutral-100);
border-radius: 16px;
padding: 35px 30px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
}
.v-063 .timeline-content::before {
content: '';
position: absolute;
top: 50%;
width: 30px;
height: 2px;
background: var(--primary-300);
}
.v-063 .timeline-item:nth-child(odd) .timeline-content {
margin-right: auto;
text-align: right;
}
.v-063 .timeline-item:nth-child(odd) .timeline-content::before {
right: -30px;
transform: translateY(-50%);
}
.v-063 .timeline-item:nth-child(even) .timeline-content {
margin-left: auto;
text-align: left;
}
.v-063 .timeline-item:nth-child(even) .timeline-content::before {
left: -30px;
transform: translateY(-50%);
}
.v-063 .timeline-content:hover {
transform: translateY(-5px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
border-color: var(--primary-300);
}
.v-063 .timeline-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 15%, white),
color-mix(in srgb, var(--primary-300) 10%, white));
border-radius: 14px;
margin-bottom: 20px;
transition: all 0.3s ease;
}
.v-063 .timeline-icon i {
font-size: 28px;
color: var(--primary-500);
transition: transform 0.3s ease;
}
.v-063 .timeline-content:hover .timeline-icon {
background: var(--primary-500);
}
.v-063 .timeline-content:hover .timeline-icon i {
color: white;
transform: scale(1.1) rotate(5deg);
}
.v-063 .timeline-title {
font-size: 1.5rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.3;
margin-bottom: 15px;
}
.v-063 .timeline-description {
font-size: 1.0625rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.v-063 .decorative-elements {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 1;
overflow: hidden;
}
.v-063 .deco-shape {
position: absolute;
opacity: 0.08;
}
.v-063 .shape-1 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-500), transparent 60%);
top: 5%;
right: 5%;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morphShape 20s ease-in-out infinite;
}
.v-063 .shape-2 {
width: 250px;
height: 250px;
background: radial-gradient(circle, var(--primary-700), transparent 60%);
bottom: 10%;
left: 5%;
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
animation: morphShape 25s ease-in-out infinite reverse;
}
.v-063 .shape-3 {
width: 200px;
height: 200px;
background: radial-gradient(circle, var(--primary-300), transparent 60%);
top: 50%;
right: 10%;
border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
animation: float 18s ease-in-out infinite;
}
@keyframes dotPulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
@keyframes markerPulse {
0% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.8;
}
100% {
transform: translate(-50%, -50%) scale(2.5);
opacity: 0;
}
}
@keyframes morphShape {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: rotate(0deg);
}
25% {
border-radius: 70% 30% 50% 50% / 30% 60% 40% 70%;
transform: rotate(90deg);
}
50% {
border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
transform: rotate(180deg);
}
75% {
border-radius: 30% 70% 60% 40% / 50% 50% 30% 70%;
transform: rotate(270deg);
}
}
@keyframes float {
0%, 100% {
transform: translate(0, 0);
}
33% {
transform: translate(20px, -20px);
}
66% {
transform: translate(-15px, 15px);
}
}
@media (max-width: 991px) {
.v-063 {
padding: 80px 0;
}
.v-063 .section-title {
font-size: 2.25rem;
}
.v-063 .section-subtitle {
font-size: 1.25rem;
}
.v-063 .timeline-title {
font-size: 1.375rem;
}
}
@media (max-width: 767px) {
.v-063 {
padding: 60px 0;
}
.v-063 .section-title {
font-size: 1.875rem;
}
.v-063 .section-subtitle {
font-size: 1.125rem;
}
.v-063 .section-header {
margin-bottom: 60px;
}
.v-063 .timeline-line {
left: 30px;
}
.v-063 .timeline-item,
.v-063 .timeline-item:nth-child(even) {
flex-direction: column;
align-items: flex-start;
padding-left: 70px;
}
.v-063 .timeline-marker {
left: 30px;
top: 20px;
transform: translateX(-50%);
}
.v-063 .timeline-content,
.v-063 .timeline-item:nth-child(odd) .timeline-content,
.v-063 .timeline-item:nth-child(even) .timeline-content {
width: 100%;
text-align: left;
margin: 0;
}
.v-063 .timeline-content::before {
display: none;
}
.v-063 .timeline-title {
font-size: 1.25rem;
}
}
.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;
}
}
.add_wrap {
padding: var(--section-py) 0;
background: white;
position: relative;
}
.add_wrap .add_header {
margin-bottom: var(--space-8);
}
.add_wrap .add_title {
font-family: var(--core_section_title);
font-size: clamp(1.875rem, 4vw, 2.75rem);
font-weight: 700;
color: var(--text-primary);
margin-bottom: var(--space-4);
line-height: 1.2;
}
.add_wrap .add_subtitle {
font-family: var(--creative_body_large);
font-size: clamp(1.125rem, 2vw, 1.375rem);
font-weight: 600;
color: var(--primary-500);
margin-bottom: var(--space-3);
line-height: 1.4;
}
.add_wrap .add_description {
font-family: var(--clean_body_base);
font-size: 1.0625rem;
color: var(--text-body);
max-width: 800px;
margin: 0 auto;
line-height: 1.7;
}
.add_wrap .add_card {
height: 100%;
padding: var(--space-6);
background: var(--neutral-50);
border-radius: var(--radius-lg);
border: 2px solid transparent;
transition: all 0.3s ease;
display: flex;
flex-direction: column;
gap: var(--space-3);
}
.add_wrap .add_card:hover {
border-color: var(--primary-500);
transform: translateY(-8px);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
background: white;
}
.add_wrap .add_card_featured {
background: linear-gradient(135deg, var(--neutral-50) 0%, white 100%);
border: 2px solid var(--primary-500);
}
.add_wrap .add_card_featured:hover {
background: linear-gradient(135deg, white 0%, var(--neutral-50) 100%);
}
.add_wrap .add_card_icon {
width: 64px;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-500);
color: white;
border-radius: 50%;
font-size: 1.75rem;
flex-shrink: 0;
}
.add_wrap .add_card_featured .add_card_icon {
width: 72px;
height: 72px;
font-size: 2rem;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600, var(--primary-500)));
}
.add_wrap .add_card_title {
font-family: var(--creative_body_large);
font-size: 1.375rem;
font-weight: 600;
color: var(--text-primary);
margin: 0;
line-height: 1.3;
}
.add_wrap .add_card_featured .add_card_title {
font-size: 1.5rem;
}
.add_wrap .add_card_desc {
font-family: var(--clean_body_base);
font-size: 0.9375rem;
color: var(--text-body);
margin: 0;
line-height: 1.6;
flex-grow: 1;
}
.add_wrap .add_card_featured .add_card_desc {
font-size: 1rem;
}
@media (max-width: 768px) {
.add_wrap {
padding: var(--space-8) 0;
}
.add_wrap .add_card {
padding: var(--space-5);
}
.add_wrap .add_card_icon {
width: 56px;
height: 56px;
font-size: 1.5rem;
}
.add_wrap .add_card_featured .add_card_icon {
width: 64px;
height: 64px;
font-size: 1.75rem;
}
.add_wrap .add_card:hover {
transform: translateY(-4px);
}
}


/* 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;
    }
}
