:root {
--primary-50: #fef2f2;
--primary-50-rgb: 254, 242, 242;
--primary-100: #fee2e2;
--primary-100-rgb: 254, 226, 226;
--primary-300: #fca5a5;
--primary-300-rgb: 252, 165, 165;
--primary-500: #b91c1c;
--primary-500-rgb: 185, 28, 28;
--primary-700: #7f1d1d;
--primary-700-rgb: 127, 29, 29;
--primary-200: #fdc4c4;
--primary-200-rgb: 253, 196, 196;
--primary-400: #db6161;
--primary-400-rgb: 219, 97, 97;
--primary-600: #9c1d1d;
--primary-600-rgb: 156, 29, 29;
--primary-800: #6c1919;
--primary-800-rgb: 108, 25, 25;
--primary-900: #591414;
--primary-900-rgb: 89, 20, 20;
--primary-950: #3a0d0d;
--primary-950-rgb: 58, 13, 13;
--primary-rgb: 185, 28, 28;
--neutral-50: #fafaf9;
--neutral-50-rgb: 250, 250, 249;
--neutral-100: #f5f5f4;
--neutral-100-rgb: 245, 245, 244;
--neutral-300: #d6d3d1;
--neutral-300-rgb: 214, 211, 209;
--neutral-500: #78716c;
--neutral-500-rgb: 120, 113, 108;
--neutral-700: #44403c;
--neutral-700-rgb: 68, 64, 60;
--neutral-900: #1c1917;
--neutral-900-rgb: 28, 25, 23;
--neutral-200: #e6e4e3;
--neutral-200-rgb: 230, 228, 227;
--neutral-400: #a7a29f;
--neutral-400-rgb: 167, 162, 159;
--neutral-600: #5e5954;
--neutral-600-rgb: 94, 89, 84;
--neutral-800: #3a3633;
--neutral-800-rgb: 58, 54, 51;
--neutral-950: #1f1d1b;
--neutral-950-rgb: 31, 29, 27;
--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(185, 28, 28, 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;
--nav-font-size: 10px;
}
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;
}
.digital_font_primary {
font-family: var(--font-primary);
}
.custom_font_secondary {
font-family: var(--font-secondary);
}
.content_font_mono {
font-family: var(--font-mono);
}
.pro_display_1 {
font-family: var(--font-secondary);
font-size: var(--text-6xl);
font-weight: var(--font-extrabold);
line-height: var(--leading-none);
letter-spacing: var(--tracking-tighter);
}
.premium_display_2 {
font-family: var(--font-secondary);
font-size: var(--text-5xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
}
.best_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);
}
.theme_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);
}
.design_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);
}
.web_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);
}
.style_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);
}
.agency_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);
}
.core_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);
}
.new_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);
}
.smart_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);
}
.dark_caption {
font-family: var(--font-primary);
font-size: var(--text-xs);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-wide);
color: var(--text-muted);
}
.site_overline {
font-family: var(--font-primary);
font-size: var(--text-xs);
font-weight: var(--font-semibold);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-wider);
text-transform: uppercase;
color: var(--text-muted);
}
.main_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);
}
.ui_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;
}
.layout_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);
}
.minimal_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);
}
.light_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);
}
.page_section_description {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
letter-spacing: var(--tracking-normal);
color: var(--text-primary);
margin-bottom: var(--space-8);
max-width: 65ch;
}
.base_card_title {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
color: var(--text-primary);
margin-bottom: var(--space-3);
}
.company_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);
}
.app_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);
}
.app_nav_link:hover,
.app_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.elite_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);
}
.fresh_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) {
.layout_hero_title {
font-size: var(--text-4xl);
}
.minimal_section_title {
font-size: var(--text-3xl);
}
.pro_display_1 {
font-size: var(--text-5xl);
}
.premium_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.layout_hero_title {
font-size: var(--text-3xl);
}
.minimal_section_title {
font-size: var(--text-2xl);
}
.pro_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);
}
.creative_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.bright_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.top_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.modern_text_balance {
text-wrap: balance;
}
.bold_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.app_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.dark_caption,
.site_overline,
.fresh_footer_text {
color: var(--text-secondary);
}
.prime_hero_subtitle,
.light_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.layout_hero_title,
.minimal_section_title,
.theme_heading_1,
.design_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.creative_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;
}
}
.unique_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.brand_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.section_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.container_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.studio_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.clean_stack {
display: flex;
flex-direction: column;
}
.dark32_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.page97_full_height {
min-height: 100vh;
}
.minimal26_section_height {
min-height: 80vh;
}
.light37_hero_height {
min-height: 90vh;
}
.style88_m_0 { margin: 0; }
.section35_m_1 { margin: var(--space-1); }
.layout37_m_2 { margin: var(--space-2); }
.brand29_m_3 { margin: var(--space-3); }
.minimal37_m_4 { margin: var(--space-4); }
.digital92_m_6 { margin: var(--space-6); }
.light91_m_8 { margin: var(--space-8); }
.pro63_m_12 { margin: var(--space-12); }
.container55_m_16 { margin: var(--space-16); }
.digital49_mx_auto { margin-left: auto; margin-right: auto; }
.studio49_my_auto { margin-top: auto; margin-bottom: auto; }
.design94_mt_0 { margin-top: 0; }
.custom43_mt_4 { margin-top: var(--space-4); }
.bright33_mt_8 { margin-top: var(--space-8); }
.pro80_mt_12 { margin-top: var(--space-12); }
.design43_mb_0 { margin-bottom: 0; }
.bright47_mb_4 { margin-bottom: var(--space-4); }
.content4_mb_8 { margin-bottom: var(--space-8); }
.theme8_mb_12 { margin-bottom: var(--space-12); }
.top1_p_0 { padding: 0; }
.content7_p_1 { padding: var(--space-1); }
.web54_p_2 { padding: var(--space-2); }
.studio24_p_3 { padding: var(--space-3); }
.business79_p_4 { padding: var(--space-4); }
.elite26_p_6 { padding: var(--space-6); }
.brand57_p_8 { padding: var(--space-8); }
.content13_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.minimal18_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.layout15_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.clean14_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.new92_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.minimal18_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.creative45_gap_1 { gap: var(--space-1); }
.bright26_gap_2 { gap: var(--space-2); }
.style45_gap_3 { gap: var(--space-3); }
.studio51_gap_4 { gap: var(--space-4); }
.studio17_gap_6 { gap: var(--space-6); }
.bright46_gap_8 { gap: var(--space-8); }
.company82_shadow_none { box-shadow: var(--shadow-none); }
.core75_shadow_xs { box-shadow: var(--shadow-xs); }
.content11_shadow_sm { box-shadow: var(--shadow-sm); }
.page68_shadow_md { box-shadow: var(--shadow-md); }
.content6_shadow_lg { box-shadow: var(--shadow-lg); }
.style10_shadow_xl { box-shadow: var(--shadow-xl); }
.studio90_shadow_2xl { box-shadow: var(--shadow-2xl); }
.digital9_shadow_inner { box-shadow: var(--shadow-inner); }
.digital80_shadow_colored { box-shadow: var(--shadow-colored); }
.core62_radius_none { border-radius: var(--radius-none); }
.design25_radius_xs { border-radius: var(--radius-xs); }
.ui91_radius_sm { border-radius: var(--radius-sm); }
.agency42_radius_md { border-radius: var(--radius-md); }
.core65_radius_lg { border-radius: var(--radius-lg); }
.business57_radius_xl { border-radius: var(--radius-xl); }
.ui52_radius_2xl { border-radius: var(--radius-2xl); }
.layout5_radius_3xl { border-radius: var(--radius-3xl); }
.style29_radius_full { border-radius: var(--radius-full); }
.content93_gradient_primary {
background: var(--gradient-primary);
}
.container82_gradient_secondary {
background: var(--gradient-secondary);
}
.container0_gradient_hero {
background: var(--gradient-hero);
}
.smart28_gradient_card {
background: var(--gradient-card);
}
.top43_gradient_overlay {
position: relative;
}
.top43_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;
}
.top43_gradient_overlay > * {
position: relative;
z-index: 2;
}
.style61_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.style61_hover_lift:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.bold91_hover_scale {
transition: transform var(--transition-normal);
}
.bold91_hover_scale:hover {
transform: scale(1.02);
}
.dark0_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.dark0_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.brand37_hover_fade {
transition: opacity var(--transition-normal);
}
.brand37_hover_fade:hover {
opacity: var(--opacity-loading);
}
.app84_focus_ring {
transition: box-shadow var(--transition-fast);
}
.app84_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.main45_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.pro28_hero_content {
position: relative;
z-index: 2;
}
.bright28_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.dark33_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.light28_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.premium72_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.unique18_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: var(--space-6);
}
.core4_timeline {
position: relative;
}
.core4_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.fresh20_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.fresh20_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.fresh20_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.prime17_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.container63_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;
}
}
.studio70_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;
}
}
.agency1_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;
}
}
.app97_transition_all {
transition: var(--transition-all);
}
.core72_transition_fast {
transition: all var(--transition-fast);
}
.premium21_transition_normal {
transition: all var(--transition-normal);
}
.digital40_transition_slow {
transition: all var(--transition-slow);
}
.main33_bg_primary { background-color: var(--bg-primary); }
.base93_bg_secondary { background-color: var(--bg-secondary); }
.container23_bg_muted { background-color: var(--bg-muted); }
.content72_bg_glass { background-color: var(--bg-glass); }
.layout2_text_primary { color: var(--text-primary); }
.section20_text_secondary { color: var(--text-secondary); }
.custom28_text_muted { color: var(--text-muted); }
.digital33_text_inverse { color: var(--text-inverse); }
.brand3_text_link { color: var(--text-link); }
.content69_border_light { border-color: var(--border-light); }
.web69_border_medium { border-color: var(--border-medium); }
.theme57_border_strong { border-color: var(--border-strong); }
.business88_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 768px) {
.bright28_services_grid,
.light28_features_grid,
.dark33_team_grid,
.unique18_pricing_grid {
grid-template-columns: 1fr;
}
.premium72_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.core4_timeline::before {
left: 30px;
}
.fresh20_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.minimal26_section_height {
min-height: 60vh;
}
.light37_hero_height {
min-height: 70vh;
}
}
@media (max-width: 480px) {
.premium72_gallery_grid {
grid-template-columns: 1fr;
}
.fresh20_timeline_item {
padding-left: var(--space-12) !important;
}
}
.creative24_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;
}
.theme33_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.clean24_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);
}
.clean24_skip_link:focus {
top: 6px;
}
@media print {
.base88_no_print {
display: none !important;
}
.agency45_print_only {
display: block !important;
}
.core75_shadow_xs,
.content11_shadow_sm,
.page68_shadow_md,
.content6_shadow_lg,
.style10_shadow_xl,
.studio90_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) {
.prime17_fade_in,
.container63_slide_up,
.studio70_slide_in_left,
.agency1_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.style61_hover_lift,
.bold91_hover_scale,
.dark0_hover_shadow,
.brand37_hover_fade,
.app97_transition_all,
.core72_transition_fast,
.premium21_transition_normal,
.digital40_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
.header-variant {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
background: var(--surface-primary);
border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
backdrop-filter: blur(10px);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-variant .navbar {
padding: 1rem 0;
position: relative;
}
.header-variant .navbar-brand {
font-size: 1.125rem;
font-weight: 700;
color: var(--text-primary);
text-decoration: none;
transition: all 0.3s ease;
z-index: 10002;
position: relative;
}
.header-variant .brand-wrapper {
display: flex;
align-items: center;
gap: 0.75rem;
}
.header-variant .brand-icon {
font-size: 1.75rem;
color: var(--primary-500);
transition: transform 0.3s ease;
}
.header-variant .navbar-brand:hover .brand-icon {
transform: rotate(180deg);
}
.header-variant .brand-text {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
}
.header-variant .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.1;
pointer-events: none;
}
.header-variant .shape-1 {
width: 100px;
height: 100px;
background: var(--primary-500);
top: -30px;
right: 10%;
animation: float-shape 6s ease-in-out infinite;
}
.header-variant .shape-2 {
width: 60px;
height: 60px;
background: var(--primary-300);
bottom: -20px;
left: 15%;
animation: float-shape 8s ease-in-out infinite reverse;
}
@keyframes float-shape {
0%, 100% { transform: translateY(0) scale(1); }
50% { transform: translateY(-20px) scale(1.1); }
}
.header-variant .menu-toggle-checkbox {
display: none;
}
.header-variant .hamburger-toggle {
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
cursor: pointer;
position: relative;
z-index: 10003;
background: transparent;
border: none;
padding: 8px;
border-radius: 8px;
transition: background 0.3s ease;
}
.header-variant .hamburger-toggle:hover {
background: color-mix(in srgb, var(--neutral-100) 80%, transparent);
}
.header-variant .hamburger-line {
width: 24px;
height: 2px;
background: #334155;
border-radius: 2px;
transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
position: absolute;
}
.header-variant .hamburger-line.line-1 {
top: 12px;
}
.header-variant .hamburger-line.line-2 {
top: 19px;
}
.header-variant .hamburger-line.line-3 {
top: 26px;
}
.header-variant .menu-toggle-checkbox:checked ~ .hamburger-toggle .line-1 {
transform: rotate(45deg) translate(5px, 5px);
}
.header-variant .menu-toggle-checkbox:checked ~ .hamburger-toggle .line-2 {
opacity: 0;
transform: translateX(-20px);
}
.header-variant .menu-toggle-checkbox:checked ~ .hamburger-toggle .line-3 {
transform: rotate(-45deg) translate(5px, -5px);
}
.header-variant .menu-backdrop {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: rgba(var(--black-rgb), 0.5);
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
z-index: -1;
backdrop-filter: blur(4px);
}
.header-variant .menu-toggle-checkbox:checked ~ .menu-backdrop {
opacity: 1;
visibility: visible;
}
.header-variant .navbar-nav {
display: flex;
align-items: center;
gap: 2rem;
margin: 0;
padding: 0;
list-style: none;
}
.header-variant .nav-item {
margin: 0;
}
.header-variant .nav-link {
color: var(--text-primary);
font-size: var(--nav-font-size);
font-weight: 500;
padding: 0.5rem 0;
margin: 0;
text-decoration: none;
position: relative;
transition: all 0.3s ease;
}
.header-variant .nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--primary-500);
transition: width 0.3s ease;
}
.header-variant .nav-link:hover {
color: var(--primary-500);
}
.header-variant .nav-link:hover::after {
width: 100%;
}
.header-variant .nav-accent-line {
display: none;
}
.header-variant .header-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
pointer-events: none;
z-index: 0;
}
.header-variant .deco-circle {
position: absolute;
border-radius: 50%;
background: var(--primary-500);
opacity: 0.05;
}
.header-variant .circle-1 {
width: 150px;
height: 150px;
top: -50px;
right: 5%;
}
.header-variant .circle-2 {
width: 100px;
height: 100px;
bottom: -30px;
left: 10%;
}
.header-variant .deco-line {
position: absolute;
height: 2px;
background: linear-gradient(90deg, transparent, var(--primary-300), transparent);
opacity: 0.3;
}
.header-variant .line-1 {
width: 200px;
top: 50%;
right: 0;
}
@media (max-width: 1299.98px) {
.header-variant .hamburger-toggle {
display: flex;
}
.header-variant .navbar-collapse {
position: fixed;
top: 0;
right: -100%;
width: 280px;
height: 100vh;
background: var(--surface-primary);
padding: 80px 2rem 2rem;
z-index: 10;
box-shadow: -4px 0 20px rgba(var(--black-rgb), 0.1);
transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
overflow-y: auto;
}
.header-variant .menu-toggle-checkbox:checked ~ .navbar-collapse {
right: 0;
}
.header-variant .navbar-nav {
flex-direction: column;
align-items: flex-start;
gap: 0;
width: 100%;
}
.header-variant .nav-item {
width: 100%;
border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
opacity: 0;
transform: translateX(20px);
animation: slideInNav 0.4s ease forwards;
}
.header-variant .menu-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(1) {
animation-delay: 0.1s;
}
.header-variant .menu-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(2) {
animation-delay: 0.15s;
}
.header-variant .menu-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(3) {
animation-delay: 0.2s;
}
.header-variant .menu-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(4) {
animation-delay: 0.25s;
}
@keyframes slideInNav {
to {
opacity: 1;
transform: translateX(0);
}
}
.header-variant .nav-link {
color: var(--text-primary);
font-size: var(--nav-font-size);
font-weight: 500;
padding: 1rem 0;
margin: 0;
width: 100%;
display: block;
}
.header-variant .nav-link::after {
display: none;
}
.header-variant .nav-accent-line {
display: block;
width: 60px;
height: 3px;
background: var(--primary-500);
border-radius: 2px;
margin-top: 2rem;
opacity: 0;
transform: scaleX(0);
transform-origin: left;
animation: expandLine 0.5s ease forwards 0.3s;
}
@keyframes expandLine {
to {
opacity: 1;
transform: scaleX(1);
}
}
}
@media (max-width: 767.98px) {
.header-variant .navbar-collapse {
width: 100%;
right: -100%;
}
.header-variant .brand-text {
font-size: 1.25rem;
}
}
@media (prefers-reduced-motion: reduce) {
.header-variant * {
animation: none !important;
transition: none !important;
}
}
@media (prefers-contrast: high) {
.header-variant {
border-bottom: 2px solid var(--neutral-900);
}
.header-variant .hamburger-line {
background: var(--neutral-900);
height: 3px;
}
.header-variant .nav-link {
font-weight: 600;
}
}
.hero-classic {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary) 50%) 100%
);
position: relative;
z-index: 1;
}
.hero-classic .hero-bg-shape {
position: absolute;
border-radius: 50%;
opacity: 0.08;
z-index: 0;
pointer-events: none;
}
.hero-classic .hero-bg-shape-1 {
width: 600px;
height: 600px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
top: -200px;
right: -150px;
animation: float 20s ease-in-out infinite;
}
.hero-classic .hero-bg-shape-2 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
bottom: -100px;
left: -100px;
animation: float 15s ease-in-out infinite reverse;
}
.hero-classic .hero-bg-dot-pattern {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 15%, transparent 85%) 1px,
transparent 1px
);
background-size: 30px 30px;
opacity: 0.4;
z-index: 0;
}
@keyframes float {
0%, 100% { transform: translate(0, 0) scale(1); }
50% { transform: translate(30px, -30px) scale(1.05); }
}
.hero-classic .hero-content-wrapper {
position: relative;
z-index: 2;
}
.hero-classic .hero-badge-wrapper {
display: flex;
align-items: center;
gap: 12px;
}
.hero-classic .hero-badge-dot {
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
display: inline-block;
box-shadow: 0 0 20px color-mix(in srgb, var(--primary-500) 60%, transparent 40%);
animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
0%, 100% { transform: scale(1); opacity: 1; }
50% { transform: scale(1.2); opacity: 0.8; }
}
.hero-classic .hero-badge-line {
width: 60px;
height: 3px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
display: inline-block;
border-radius: 2px;
}
.hero-classic .hero-main-title {
font-size: clamp(2.25rem, 5vw, 3.5rem);
font-weight: 800;
line-height: 1.2;
color: var(--text-primary);
letter-spacing: -0.02em;
margin-bottom: 1.5rem;
}
.hero-classic .hero-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.75rem);
font-weight: 600;
line-height: 1.4;
color: var(--primary-700);
margin-bottom: 1.5rem;
}
.hero-classic .hero-description {
font-size: clamp(1rem, 1.5vw, 1.125rem);
line-height: 1.8;
color: var(--text-secondary);
max-width: 600px;
}
.hero-classic .hero-icon-row {
padding: 1.5rem 0;
}
.hero-classic .hero-icon-item {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border-radius: 12px;
box-shadow: 0 4px 20px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
transition: all 0.3s ease;
}
.hero-classic .hero-icon-item i {
font-size: 1.5rem;
color: var(--primary-500);
transition: transform 0.3s ease;
}
.hero-classic .hero-icon-item:hover {
transform: translateY(-5px);
box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
}
.hero-classic .hero-icon-item:hover i {
transform: scale(1.1);
}
.hero-classic .hero-icon-divider {
width: 2px;
height: 30px;
background: color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}
.hero-classic .hero-accent-line {
width: 120px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-300) 50%,
transparent 100%
);
border-radius: 2px;
margin-top: 2rem;
}
.hero-classic .hero-image-wrapper {
position: relative;
z-index: 2;
}
.hero-classic .hero-image-container {
position: relative;
border-radius: 24px;
overflow: hidden;
box-shadow: 0 20px 60px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
background: var(--surface-primary);
}
.hero-classic .hero-main-image {
width: 100%;
height: auto;
display: block;
border-radius: 24px;
transition: transform 0.5s ease;
}
.hero-classic .hero-image-container:hover .hero-main-image {
transform: scale(1.05);
}
.hero-classic .hero-decoration {
position: absolute;
pointer-events: none;
z-index: -1;
}
.hero-classic .hero-decoration-circle {
width: 200px;
height: 200px;
border: 3px solid color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
border-radius: 50%;
top: -50px;
right: -50px;
animation: rotate 30s linear infinite;
}
@keyframes rotate {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.hero-classic .hero-decoration-blob-1 {
width: 150px;
height: 150px;
background: color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
bottom: -30px;
left: -40px;
animation: blob-morph 8s ease-in-out infinite;
}
.hero-classic .hero-decoration-blob-2 {
width: 120px;
height: 120px;
background: color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
top: 50%;
right: -30px;
animation: blob-morph 10s ease-in-out infinite reverse;
}
@keyframes blob-morph {
0%, 100% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
50% { border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%; }
}
.hero-classic .hero-floating-icon {
position: absolute;
width: 60px;
height: 60px;
background: var(--surface-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
z-index: 3;
}
.hero-classic .hero-floating-icon i {
font-size: 1.5rem;
color: var(--primary-500);
}
.hero-classic .hero-floating-icon-1 {
top: 10%;
left: -20px;
animation: float-vertical 4s ease-in-out infinite;
}
.hero-classic .hero-floating-icon-2 {
top: 50%;
right: -20px;
animation: float-vertical 5s ease-in-out infinite reverse;
}
.hero-classic .hero-floating-icon-3 {
bottom: 15%;
left: 10%;
animation: float-vertical 6s ease-in-out infinite;
}
@keyframes float-vertical {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-20px); }
}
.hero-classic .hero-grid-pattern {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 120%;
height: 120%;
background-image:
linear-gradient(color-mix(in srgb, var(--primary-500) 8%, transparent 92%) 1px, transparent 1px),
linear-gradient(90deg, color-mix(in srgb, var(--primary-500) 8%, transparent 92%) 1px, transparent 1px);
background-size: 40px 40px;
z-index: -1;
opacity: 0.5;
border-radius: 24px;
}
.hero-classic .hero-bottom-wave {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100px;
background: var(--surface-primary);
clip-path: polygon(0 50%, 100% 30%, 100% 100%, 0 100%);
z-index: 1;
}
@media (max-width: 991.98px) {
.hero-classic .hero-main-title {
font-size: 2.5rem;
}
.hero-classic .hero-subtitle {
font-size: 1.5rem;
}
.hero-classic .hero-description {
font-size: 1.125rem;
}
.hero-classic .hero-icon-row {
flex-wrap: wrap;
gap: 1rem;
}
.hero-classic .hero-icon-divider {
display: none;
}
.hero-classic .hero-floating-icon {
width: 50px;
height: 50px;
}
.hero-classic .hero-floating-icon i {
font-size: 1.25rem;
}
.hero-classic .hero-bg-shape-1 {
width: 400px;
height: 400px;
}
.hero-classic .hero-bg-shape-2 {
width: 300px;
height: 300px;
}
}
@media (max-width: 767.98px) {
.hero-classic {
padding: 3rem 0;
}
.hero-classic .hero-main-title {
font-size: 2rem;
}
.hero-classic .hero-subtitle {
font-size: 1.25rem;
}
.hero-classic .hero-description {
font-size: 1rem;
}
.hero-classic .hero-icon-item {
width: 45px;
height: 45px;
}
.hero-classic .hero-icon-item i {
font-size: 1.25rem;
}
.hero-floating-icon-1,
.hero-floating-icon-2,
.hero-classic .hero-floating-icon-3 {
display: none;
}
.hero-decoration-circle,
.hero-decoration-blob-1,
.hero-classic .hero-decoration-blob-2 {
opacity: 0.5;
transform: scale(0.7);
}
.hero-classic .hero-bg-dot-pattern {
background-size: 20px 20px;
}
}
@media (max-width: 575.98px) {
.hero-classic .hero-main-title {
font-size: 1.75rem;
}
.hero-classic .hero-badge-line {
width: 40px;
}
.hero-classic .hero-icon-row {
gap: 0.75rem;
}
.hero-classic .hero-icon-item {
width: 40px;
height: 40px;
}
.hero-classic .hero-icon-item i {
font-size: 1rem;
}
.hero-classic .hero-accent-line {
width: 80px;
height: 3px;
}
}
@media (prefers-reduced-motion: reduce) {
.hero-bg-shape-1,
.hero-bg-shape-2,
.hero-decoration-circle,
.hero-decoration-blob-1,
.hero-decoration-blob-2,
.hero-floating-icon-1,
.hero-floating-icon-2,
.hero-floating-icon-3,
.hero-classic .hero-badge-dot {
animation: none;
}
.hero-classic .hero-main-image {
transition: none;
}
.hero-classic .hero-icon-item:hover {
transform: none;
}
}
@media (prefers-contrast: high) {
.hero-main-title,
.hero-classic .hero-subtitle {
color: var(--text-primary);
}
.hero-classic .hero-description {
color: var(--text-primary);
}
.hero-classic .hero-icon-item {
border: 2px solid var(--primary-500);
}
.hero-classic .hero-image-container {
border: 3px solid var(--primary-500);
}
}
.about-section-custom {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.about-section-custom .about-content-wrapper {
position: relative;
z-index: 2;
}
.about-section-custom #about-title {
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.about-section-custom #about-subtitle {
color: var(--primary-500);
font-weight: 500;
}
.about-section-custom #about-desc {
font-size: 1.05rem;
color: var(--text-secondary);
}
.about-section-custom .about-image-grid {
position: relative;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
height: 100%;
min-height: 400px;
}
.about-section-custom .image-wrapper {
position: relative;
overflow: hidden;
border-radius: 0.75rem;
}
.about-section-custom .primary-image {
grid-column: 1 / 3;
grid-row: 1;
}
.about-section-custom .secondary-image {
grid-column: 2;
grid-row: 2;
transform: translateY(-3rem);
}
.about-section-custom .image-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease, filter 0.4s ease;
}
.about-section-custom .image-wrapper:hover img {
transform: scale(1.05);
filter: brightness(1.1);
}
.about-section-custom .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.15;
pointer-events: none;
}
.about-section-custom .shape-1 {
width: 120px;
height: 120px;
background: var(--primary-500);
top: -30px;
right: -30px;
}
.about-section-custom .shape-2 {
width: 80px;
height: 80px;
background: var(--primary-700);
bottom: -20px;
left: -20px;
}
.about-section-custom .feature-card {
background: var(--surface-primary);
padding: 2rem;
border-radius: 0.75rem;
border: 1px solid var(--neutral-100);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.about-section-custom .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
transform: scaleX(0);
transform-origin: left;
transition: transform 0.3s ease;
}
.about-section-custom .feature-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 24px rgba(var(--black-rgb), 0.1);
border-color: var(--primary-300);
}
.about-section-custom .feature-card:hover::before {
transform: scaleX(1);
}
.about-section-custom .feature-icon-wrapper {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 0.75rem;
color: var(--light);
font-size: 1.75rem;
transition: transform 0.3s ease;
}
.about-section-custom .feature-card:hover .feature-icon-wrapper {
transform: scale(1.1) rotate(5deg);
}
.about-section-custom .feature-card h3 {
color: var(--text-primary);
}
.about-section-custom .feature-card p {
line-height: 1.7;
font-size: 0.95rem;
}
.about-section-custom .bottom-image-showcase {
position: relative;
max-width: 900px;
margin: 0 auto;
}
.about-section-custom .bottom-image-showcase img {
width: 100%;
height: auto;
transition: transform 0.4s ease;
}
.about-section-custom .bottom-image-showcase:hover img {
transform: scale(1.02);
}
.about-section-custom .decorative-blob {
position: absolute;
width: 300px;
height: 300px;
background: var(--primary-300);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.1;
top: -50px;
right: -50px;
z-index: -1;
animation: blobFloat 8s ease-in-out infinite;
}
@keyframes blobFloat {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
50% {
transform: translate(20px, -20px) rotate(180deg);
border-radius: 70% 30% 40% 60% / 60% 40% 50% 50%;
}
}
.about-section-custom .background-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.about-section-custom .deco-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle, var(--primary-300), transparent);
opacity: 0.08;
}
.about-section-custom .circle-1 {
width: 500px;
height: 500px;
top: -200px;
left: -200px;
}
.about-section-custom .circle-2 {
width: 400px;
height: 400px;
bottom: -150px;
right: -150px;
}
@media (max-width: 991.98px) {
.about-section-custom .about-image-grid {
min-height: 350px;
gap: 1rem;
}
.about-section-custom .secondary-image {
transform: translateY(-2rem);
}
.about-section-custom #about-title {
font-size: 2.5rem;
}
}
@media (max-width: 767.98px) {
.about-section-custom .about-image-grid {
grid-template-columns: 1fr;
min-height: 300px;
gap: 1rem;
}
.about-section-custom .primary-image {
grid-column: 1;
}
.about-section-custom .secondary-image {
grid-column: 1;
grid-row: 2;
transform: translateY(0);
}
.about-section-custom .feature-card {
padding: 1.5rem;
}
.about-section-custom .decorative-blob {
width: 200px;
height: 200px;
}
.about-section-custom #about-title {
font-size: 2rem;
}
}
@media (max-width: 575.98px) {
.about-section-custom {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.about-section-custom .feature-icon-wrapper {
width: 50px;
height: 50px;
font-size: 1.5rem;
}
.about-section-custom #about-title {
font-size: 1.75rem;
}
.about-section-custom #about-subtitle {
font-size: 1rem;
}
}
.features-section-modern {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.features-section-modern .section-header {
position: relative;
z-index: 2;
}
.features-section-modern .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.features-section-modern .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
margin-bottom: 1.5rem;
}
.features-section-modern .section-description {
font-size: 1.1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.features-section-modern .decorative-accent {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
margin: 2rem auto 0;
border-radius: 2px;
}
.features-section-modern .feature-card {
position: relative;
background: var(--surface-primary);
border: 2px solid var(--neutral-100);
border-radius: 16px;
padding: 2.5rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
z-index: 1;
}
.features-section-modern .feature-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow:
0 20px 40px rgba(var(--black-rgb), 0.08),
0 0 0 1px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.features-section-modern .feature-icon-wrapper {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
}
.features-section-modern .icon-background {
position: absolute;
inset: 0;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 10%, transparent),
color-mix(in srgb, var(--primary-300) 5%, transparent)
);
border-radius: 20px;
transform: rotate(45deg);
transition: all 0.4s ease;
}
.features-section-modern .feature-card:hover .icon-background {
transform: rotate(90deg) scale(1.1);
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 15%, transparent),
color-mix(in srgb, var(--primary-300) 10%, transparent)
);
}
.features-section-modern .feature-icon {
position: relative;
font-size: 2.5rem;
color: var(--primary-500);
z-index: 1;
transition: all 0.4s ease;
}
.features-section-modern .feature-card:hover .feature-icon {
color: var(--primary-700);
transform: scale(1.1);
}
.features-section-modern .feature-content {
position: relative;
z-index: 1;
}
.features-section-modern .feature-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
transition: color 0.3s ease;
}
.features-section-modern .feature-card:hover .feature-title {
color: var(--primary-700);
}
.features-section-modern .feature-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.features-section-modern .feature-border-accent {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
border-radius: 0 4px 0 0;
}
.features-section-modern .feature-card:hover .feature-border-accent {
width: 100%;
}
.features-section-modern .background-decorations {
position: absolute;
inset: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.features-section-modern .decoration-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 8%, transparent),
transparent 70%
);
opacity: 0.4;
}
.features-section-modern .decoration-circle-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.features-section-modern .decoration-circle-2 {
width: 300px;
height: 300px;
bottom: -50px;
left: -50px;
animation: float 25s ease-in-out infinite reverse;
}
.features-section-modern .decoration-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-500) 5%, transparent),
transparent 60%
);
opacity: 0.3;
animation: pulse 15s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@keyframes pulse {
0%, 100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.3;
}
50% {
transform: translate(-50%, -50%) scale(1.1);
opacity: 0.2;
}
}
@media (max-width: 991.98px) {
.features-section-modern .section-title {
font-size: 2rem;
}
.features-section-modern .section-subtitle {
font-size: 1.1rem;
}
.features-section-modern .section-description {
font-size: 1rem;
}
.features-section-modern .feature-card {
padding: 2rem;
}
.features-section-modern .feature-icon-wrapper {
width: 70px;
height: 70px;
}
.features-section-modern .feature-icon {
font-size: 2rem;
}
.features-section-modern .feature-title {
font-size: 1.35rem;
}
}
@media (max-width: 767.98px) {
.features-section-modern .section-title {
font-size: 1.75rem;
}
.features-section-modern .section-subtitle {
font-size: 1rem;
}
.features-section-modern .feature-card {
padding: 1.75rem;
}
.features-section-modern .feature-icon-wrapper {
width: 60px;
height: 60px;
}
.features-section-modern .feature-icon {
font-size: 1.75rem;
}
.features-section-modern .feature-title {
font-size: 1.25rem;
}
.features-section-modern .feature-description {
font-size: 0.95rem;
}
.features-section-modern .decoration-circle-1,
.features-section-modern .decoration-circle-2 {
width: 250px;
height: 250px;
}
.features-section-modern .decoration-blob {
width: 350px;
height: 350px;
}
}
@media (max-width: 575.98px) {
.features-section-modern {
padding-top: 3rem;
padding-bottom: 3rem;
}
.features-section-modern .section-title {
font-size: 1.5rem;
}
.features-section-modern .section-subtitle {
font-size: 0.95rem;
}
.features-section-modern .feature-card {
padding: 1.5rem;
}
.features-section-modern .decorative-accent {
width: 60px;
height: 3px;
}
}
@media (prefers-reduced-motion: reduce) {
.features-section-modern .feature-card,
.features-section-modern .feature-icon,
.features-section-modern .icon-background,
.features-section-modern .feature-border-accent {
transition: none;
}
.features-section-modern .decoration-circle,
.features-section-modern .decoration-blob {
animation: none;
}
}
@media (prefers-contrast: high) {
.features-section-modern .feature-card {
border-width: 3px;
}
.features-section-modern .feature-card:hover {
border-color: var(--primary-700);
}
}
.services-section-minimal {
position: relative;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.services-section-minimal .section-header-minimal {
position: relative;
padding: 2rem 0;
}
.services-section-minimal .decorative-line-top {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-700)
);
margin: 0 auto 1.5rem;
border-radius: 2px;
}
.services-section-minimal .section-title-minimal {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.services-section-minimal .section-subtitle-minimal {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-700);
line-height: 1.4;
}
.services-section-minimal .section-description-minimal {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.services-section-minimal .decorative-dots-minimal {
display: flex;
gap: 0.5rem;
justify-content: center;
margin-top: 1.5rem;
}
.services-section-minimal .decorative-dots-minimal .dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-dot-v204 2s ease-in-out infinite;
}
.services-section-minimal .decorative-dots-minimal .dot:nth-child(2) {
animation-delay: 0.3s;
}
.services-section-minimal .decorative-dots-minimal .dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes pulse-dot-v204 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.services-section-minimal .service-card-minimal {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
box-shadow:
0 4px 6px rgba(var(--black-rgb), 0.05),
0 10px 25px rgba(var(--black-rgb), 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
overflow: hidden;
}
.services-section-minimal .service-card-minimal:hover {
transform: translateY(-8px);
box-shadow:
0 12px 24px rgba(var(--black-rgb), 0.1),
0 20px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.services-section-minimal .service-card-minimal.featured-service {
border-color: var(--primary-500);
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%
);
}
.services-section-minimal .featured-badge-minimal {
position: absolute;
top: 1rem;
right: 1rem;
width: 40px;
height: 40px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1rem;
animation: rotate-badge-v204 10s linear infinite;
z-index: 2;
}
@keyframes rotate-badge-v204 {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.card-decorative-element {
position: absolute;
bottom: -50px;
right: -50px;
width: 150px;
height: 150px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent 70%
);
border-radius: 50%;
pointer-events: none;
transition: all 0.5s ease;
}
.services-section-minimal .service-card-minimal:hover .card-decorative-element {
bottom: -30px;
right: -30px;
transform: scale(1.2);
}
.services-section-minimal .service-icon-wrapper-minimal {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
}
.services-section-minimal .service-icon-wrapper-minimal i {
font-size: 2.5rem;
color: var(--primary-500);
z-index: 2;
position: relative;
transition: all 0.3s ease;
}
.services-section-minimal .service-card-minimal:hover .service-icon-wrapper-minimal i {
color: var(--primary-700);
transform: scale(1.1);
}
.services-section-minimal .icon-bg-effect {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 70px;
height: 70px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-100) 50%, transparent 50%),
color-mix(in srgb, var(--primary-300) 30%, transparent 70%)
);
border-radius: 50%;
transition: all 0.4s ease;
}
.services-section-minimal .service-card-minimal:hover .icon-bg-effect {
width: 85px;
height: 85px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 60%, transparent 40%),
color-mix(in srgb, var(--primary-500) 40%, transparent 60%)
);
}
.services-section-minimal .service-content-minimal {
position: relative;
z-index: 2;
}
.services-section-minimal .service-name-minimal {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.services-section-minimal .service-desc-minimal {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 1.5rem;
}
.services-section-minimal .service-features-wrapper-minimal {
margin-bottom: 1.5rem;
padding: 1rem;
background: color-mix(in srgb, var(--primary-50) 40%, transparent 60%);
border-radius: 8px;
border-left: 3px solid var(--primary-500);
}
.services-section-minimal .service-features-minimal {
font-size: 0.9rem;
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
font-weight: 500;
}
.services-section-minimal .service-pricing-minimal {
margin-top: auto;
padding-top: 1rem;
border-top: 2px solid color-mix(in srgb, var(--neutral-100) 60%, transparent 40%);
}
.services-section-minimal .price-tag-minimal {
display: inline-block;
padding: 0.75rem 1.5rem;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 25px;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
transition: all 0.3s ease;
}
.services-section-minimal .service-card-minimal:hover .price-tag-minimal {
transform: scale(1.05);
box-shadow: 0 6px 18px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.services-section-minimal .price-value-minimal {
font-size: 1.125rem;
font-weight: 700;
color: var(--light);
letter-spacing: 0.02em;
}
.services-section-minimal .decorative-blob-minimal {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.15;
pointer-events: none;
z-index: 0;
}
.services-section-minimal .decorative-blob-minimal.blob-1 {
width: 500px;
height: 500px;
top: -150px;
left: -150px;
background: radial-gradient(circle, var(--primary-300), transparent 70%);
animation: float-blob-1-v204 20s ease-in-out infinite;
}
.services-section-minimal .decorative-blob-minimal.blob-2 {
width: 400px;
height: 400px;
bottom: -100px;
right: -100px;
background: radial-gradient(circle, var(--primary-500), transparent 70%);
animation: float-blob-2-v204 18s ease-in-out infinite;
}
@keyframes float-blob-1-v204 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(50px, 30px) scale(1.1);
}
}
@keyframes float-blob-2-v204 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(-40px, -40px) scale(1.15);
}
}
.services-section-minimal .floating-icons-minimal {
position: absolute;
top: 20%;
right: 5%;
display: flex;
flex-direction: column;
gap: 2rem;
opacity: 0.1;
pointer-events: none;
}
.services-section-minimal .floating-icons-minimal i {
font-size: 3rem;
color: var(--primary-500);
animation: float-icon-v204 4s ease-in-out infinite;
}
.services-section-minimal .floating-icons-minimal i:nth-child(2) {
animation-delay: 1s;
}
.services-section-minimal .floating-icons-minimal i:nth-child(3) {
animation-delay: 2s;
}
@keyframes float-icon-v204 {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
}
@media (max-width: 991.98px) {
.services-section-minimal .section-title-minimal {
font-size: 2rem;
}
.services-section-minimal .section-subtitle-minimal {
font-size: 1.25rem;
}
.services-section-minimal .section-description-minimal {
font-size: 1rem;
}
.services-section-minimal .service-card-minimal {
padding: 1.5rem;
}
.services-section-minimal .floating-icons-minimal {
display: none;
}
}
@media (max-width: 767.98px) {
.services-section-minimal .section-title-minimal {
font-size: 1.75rem;
}
.services-section-minimal .section-subtitle-minimal {
font-size: 1.125rem;
}
.services-section-minimal .service-name-minimal {
font-size: 1.25rem;
}
.services-section-minimal .service-icon-wrapper-minimal {
width: 60px;
height: 60px;
}
.services-section-minimal .service-icon-wrapper-minimal i {
font-size: 2rem;
}
.services-section-minimal .icon-bg-effect {
width: 55px;
height: 55px;
}
.decorative-blob-minimal.blob-1,
.services-section-minimal .decorative-blob-minimal.blob-2 {
filter: blur(60px);
}
}
@media (max-width: 575.98px) {
.services-section-minimal {
padding: 3rem 0 !important;
}
.services-section-minimal .section-header-minimal {
padding: 1rem 0;
}
.services-section-minimal .section-title-minimal {
font-size: 1.5rem;
}
.services-section-minimal .service-card-minimal {
padding: 1.25rem;
}
.services-section-minimal .price-tag-minimal {
padding: 0.6rem 1.2rem;
}
.services-section-minimal .price-value-minimal {
font-size: 1rem;
}
}
.priceplan-section-primary {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.priceplan-section-primary .section-header {
margin-bottom: 60px;
}
.priceplan-section-primary .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.priceplan-section-primary .section-subtitle {
font-size: 1.5rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 24px;
line-height: 1.4;
}
.priceplan-section-primary .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.priceplan-section-primary .pricing-cards-wrapper {
position: relative;
z-index: 2;
}
.priceplan-section-primary .pricing-card {
position: relative;
background: white;
border-radius: 20px;
padding: 40px 32px;
height: 100%;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid transparent;
display: flex;
flex-direction: column;
}
.priceplan-section-primary .pricing-card:hover {
transform: translateY(-12px);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.12);
border-color: color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.priceplan-section-primary .featured-card {
background: linear-gradient(135deg, white 0%, color-mix(in srgb, var(--primary-50) 50%, white) 100%);
border-color: var(--primary-500);
transform: scale(1.05);
}
.priceplan-section-primary .featured-card:hover {
transform: scale(1.05) translateY(-12px);
}
.priceplan-section-primary .popular-badge {
position: absolute;
top: -12px;
right: 32px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
color: white;
padding: 8px 20px;
border-radius: 20px;
font-size: 0.875rem;
font-weight: 600;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
display: flex;
align-items: center;
gap: 6px;
}
.priceplan-section-primary .popular-badge i {
font-size: 0.75rem;
}
.priceplan-section-primary .card-header-section {
text-align: center;
margin-bottom: 32px;
}
.priceplan-section-primary .plan-icon {
width: 80px;
height: 80px;
margin: 0 auto 24px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 30%, transparent);
transition: transform 0.3s ease;
}
.priceplan-section-primary .pricing-card:hover .plan-icon {
transform: rotate(10deg) scale(1.1);
}
.priceplan-section-primary .plan-icon i {
font-size: 2rem;
color: white;
}
.priceplan-section-primary .plan-name {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.priceplan-section-primary .plan-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
}
.priceplan-section-primary .price-section {
text-align: center;
padding: 32px 0;
margin-bottom: 32px;
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-primary .price-wrapper {
display: flex;
align-items: baseline;
justify-content: center;
gap: 4px;
}
.priceplan-section-primary .currency {
font-size: 1.5rem;
font-weight: 600;
color: var(--text-secondary);
margin-right: 4px;
}
.priceplan-section-primary .price-amount {
font-size: 4rem;
font-weight: 700;
color: var(--primary-500);
line-height: 1;
}
.priceplan-section-primary .period {
font-size: 1.125rem;
font-weight: 500;
color: var(--text-secondary);
}
.priceplan-section-primary .features-section {
flex-grow: 1;
margin-bottom: 32px;
}
.priceplan-section-primary .features-icon {
text-align: center;
margin-bottom: 20px;
}
.priceplan-section-primary .features-icon i {
font-size: 2rem;
color: var(--primary-500);
}
.priceplan-section-primary .features-list-text {
font-size: 0.9375rem;
color: var(--text-secondary);
line-height: 1.8;
text-align: center;
}
.priceplan-section-primary .card-footer-section {
margin-top: auto;
padding-top: 24px;
}
.priceplan-section-primary .decorative-line {
height: 4px;
background: linear-gradient(90deg, transparent 0%, var(--primary-500) 50%, transparent 100%);
border-radius: 2px;
margin-bottom: 16px;
}
.priceplan-section-primary .popular-badge-placeholder,
.priceplan-section-primary .enterprise-badge-placeholder {
height: 8px;
background: linear-gradient(90deg, var(--primary-300) 0%, var(--primary-500) 100%);
border-radius: 4px;
opacity: 0.3;
}
.priceplan-section-primary .decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 1;
overflow: hidden;
}
.priceplan-section-primary .shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent) 0%, transparent 70%);
}
.priceplan-section-primary .shape-1 {
width: 400px;
height: 400px;
top: -100px;
left: -100px;
animation: float 20s ease-in-out infinite;
}
.priceplan-section-primary .shape-2 {
width: 300px;
height: 300px;
bottom: -80px;
right: -80px;
animation: float 15s ease-in-out infinite reverse;
}
.priceplan-section-primary .shape-blob {
position: absolute;
width: 600px;
height: 600px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(circle, color-mix(in srgb, var(--primary-100) 15%, transparent) 0%, transparent 60%);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morph 25s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(30px, -30px) scale(1.1);
}
}
@keyframes morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
25% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
50% {
border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
}
75% {
border-radius: 70% 30% 40% 60% / 40% 70% 50% 30%;
}
}
@media (max-width: 991px) {
.priceplan-section-primary {
padding: 80px 0;
}
.priceplan-section-primary .section-title {
font-size: 2.25rem;
}
.priceplan-section-primary .section-subtitle {
font-size: 1.25rem;
}
.priceplan-section-primary .featured-card {
transform: scale(1);
}
.priceplan-section-primary .featured-card:hover {
transform: translateY(-12px);
}
}
@media (max-width: 767px) {
.priceplan-section-primary {
padding: 60px 0;
}
.priceplan-section-primary .section-header {
margin-bottom: 40px;
}
.priceplan-section-primary .section-title {
font-size: 1.875rem;
}
.priceplan-section-primary .section-subtitle {
font-size: 1.125rem;
}
.priceplan-section-primary .section-description {
font-size: 1rem;
}
.priceplan-section-primary .pricing-card {
padding: 32px 24px;
}
.priceplan-section-primary .plan-icon {
width: 70px;
height: 70px;
}
.priceplan-section-primary .plan-icon i {
font-size: 1.75rem;
}
.priceplan-section-primary .plan-name {
font-size: 1.5rem;
}
.priceplan-section-primary .price-amount {
font-size: 3rem;
}
.priceplan-section-primary .shape-1,
.priceplan-section-primary .shape-2 {
width: 250px;
height: 250px;
}
.priceplan-section-primary .shape-blob {
width: 400px;
height: 400px;
}
}
@media (max-width: 575px) {
.priceplan-section-primary .section-title {
font-size: 1.625rem;
}
.priceplan-section-primary .plan-name {
font-size: 1.375rem;
}
.priceplan-section-primary .price-amount {
font-size: 2.5rem;
}
}
.team-section-special {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
);
overflow: hidden;
}
.team-section-special .section-header {
position: relative;
z-index: 2;
}
.team-section-special .decorative-line {
width: 60px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-700)
);
margin: 0 auto 24px;
border-radius: 2px;
}
.team-section-special .section-title {
font-size: 2.75rem;
font-weight: 800;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
letter-spacing: -0.02em;
}
.team-section-special .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-700);
margin-bottom: 20px;
line-height: 1.4;
}
.team-section-special .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
margin: 0 auto;
}
.team-section-special .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.08;
z-index: 0;
pointer-events: none;
}
.team-section-special .blob-1 {
width: 500px;
height: 500px;
background: var(--primary-500);
top: -100px;
left: -150px;
filter: blur(80px);
}
.team-section-special .blob-2 {
width: 400px;
height: 400px;
background: var(--primary-700);
bottom: -100px;
right: -100px;
filter: blur(70px);
}
.team-section-special .decorative-circle {
position: absolute;
border: 2px solid var(--primary-300);
border-radius: 50%;
opacity: 0.15;
z-index: 0;
pointer-events: none;
}
.team-section-special .circle-1 {
width: 300px;
height: 300px;
top: 20%;
right: 10%;
}
.team-section-special .circle-2 {
width: 200px;
height: 200px;
bottom: 15%;
left: 8%;
}
.team-section-special .team-card {
position: relative;
background: var(--surface-primary);
border-radius: 20px;
padding: 0;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-900) 8%, transparent);
height: 100%;
z-index: 1;
}
.team-section-special .team-card:hover {
transform: translateY(-12px);
box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.team-section-special .team-image-wrapper {
position: relative;
overflow: hidden;
padding: 24px 24px 0;
}
.team-section-special .image-frame {
position: relative;
width: 100%;
aspect-ratio: 1 / 1;
border-radius: 16px;
overflow: hidden;
background: var(--neutral-100);
}
.team-section-special .team-member-photo {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-section-special .team-card:hover .team-member-photo {
transform: scale(1.08);
}
.team-section-special .image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg,
transparent 0%,
color-mix(in srgb, var(--primary-700) 40%, transparent) 100%
);
opacity: 0;
transition: opacity 0.4s ease;
}
.team-section-special .team-card:hover .image-overlay {
opacity: 1;
}
.team-section-special .decorative-accent {
position: absolute;
top: 30px;
right: 30px;
width: 60px;
height: 60px;
border: 3px solid var(--primary-500);
border-radius: 50%;
opacity: 0;
transform: scale(0.5) rotate(-45deg);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-section-special .team-card:hover .decorative-accent {
opacity: 0.3;
transform: scale(1) rotate(0deg);
}
.team-section-special .team-content {
padding: 24px 28px 28px;
text-align: center;
position: relative;
}
.team-section-special .member-name {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 8px;
line-height: 1.3;
transition: color 0.3s ease;
}
.team-section-special .team-card:hover .member-name {
color: var(--primary-700);
}
.team-section-special .member-role {
font-size: 1rem;
font-weight: 500;
color: var(--text-secondary);
margin-bottom: 16px;
line-height: 1.5;
}
.team-section-special .member-decoration {
display: flex;
justify-content: center;
margin-top: 12px;
}
.team-section-special .member-decoration i {
font-size: 1.5rem;
color: var(--primary-500);
opacity: 0.6;
transition: all 0.3s ease;
}
.team-section-special .team-card:hover .member-decoration i {
opacity: 1;
transform: scale(1.15);
}
.team-section-special .decorative-card {
background: linear-gradient(135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 60%, var(--surface-primary) 40%)
);
border: 2px dashed var(--primary-300);
display: flex;
align-items: center;
justify-content: center;
min-height: 450px;
}
.team-section-special .decorative-card:hover {
transform: translateY(-8px);
border-color: var(--primary-500);
}
.team-section-special .join-team-content {
position: relative;
text-align: center;
}
.team-section-special .join-icon-wrapper {
width: 100px;
height: 100px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border-radius: 50%;
box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.team-section-special .join-icon-wrapper i {
font-size: 3rem;
color: var(--primary-500);
transition: transform 0.3s ease;
}
.team-section-special .decorative-card:hover .join-icon-wrapper i {
transform: rotate(90deg);
}
.team-section-special .decorative-shapes {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 200px;
height: 200px;
pointer-events: none;
}
.team-section-special .decorative-shapes .shape {
position: absolute;
background: var(--primary-300);
opacity: 0.15;
border-radius: 30%;
}
.team-section-special .decorative-shapes .shape-1 {
width: 80px;
height: 80px;
top: -20px;
left: -30px;
animation: float-shape-1 6s ease-in-out infinite;
}
.team-section-special .decorative-shapes .shape-2 {
width: 60px;
height: 60px;
bottom: -10px;
right: -20px;
animation: float-shape-2 7s ease-in-out infinite;
}
.team-section-special .decorative-shapes .shape-3 {
width: 50px;
height: 50px;
top: 50%;
right: -40px;
animation: float-shape-3 5s ease-in-out infinite;
}
.team-section-special .floating-icons {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.team-section-special .floating-icons i {
position: absolute;
font-size: 2rem;
color: var(--primary-300);
opacity: 0.12;
}
.team-section-special .floating-icons .icon-1 {
top: 15%;
left: 12%;
animation: float-icon-1 8s ease-in-out infinite;
}
.team-section-special .floating-icons .icon-2 {
top: 60%;
right: 15%;
animation: float-icon-2 10s ease-in-out infinite;
}
.team-section-special .floating-icons .icon-3 {
bottom: 20%;
left: 18%;
animation: float-icon-3 9s ease-in-out infinite;
}
@keyframes float-shape-1 {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
50% { transform: translate(10px, -15px) rotate(180deg); }
}
@keyframes float-shape-2 {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
50% { transform: translate(-12px, 10px) rotate(-180deg); }
}
@keyframes float-shape-3 {
0%, 100% { transform: translate(0, 0) scale(1); }
50% { transform: translate(8px, -8px) scale(1.1); }
}
@keyframes float-icon-1 {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
}
@keyframes float-icon-2 {
0%, 100% { transform: translateY(0px) rotate(0deg); }
50% { transform: translateY(-25px) rotate(15deg); }
}
@keyframes float-icon-3 {
0%, 100% { transform: translateX(0px); }
50% { transform: translateX(20px); }
}
@media (max-width: 991px) {
.team-section-special {
padding: 80px 0;
}
.team-section-special .section-title {
font-size: 2.25rem;
}
.team-section-special .section-subtitle {
font-size: 1.25rem;
}
.team-section-special .section-description {
font-size: 1rem;
}
.team-section-special .blob-1,
.team-section-special .blob-2 {
width: 350px;
height: 350px;
}
}
@media (max-width: 767px) {
.team-section-special {
padding: 60px 0;
}
.team-section-special .section-title {
font-size: 1.875rem;
}
.team-section-special .section-subtitle {
font-size: 1.125rem;
}
.team-section-special .decorative-line {
width: 50px;
height: 3px;
}
.team-section-special .team-card {
margin-bottom: 20px;
}
.team-section-special .member-name {
font-size: 1.25rem;
}
.team-section-special .floating-icons i {
font-size: 1.5rem;
}
}
@media (max-width: 575px) {
.team-section-special .section-title {
font-size: 1.625rem;
}
.team-section-special .team-image-wrapper {
padding: 20px 20px 0;
}
.team-section-special .team-content {
padding: 20px 24px 24px;
}
.team-section-special .circle-1,
.team-section-special .circle-2 {
display: none;
}
}
.reviews-section-special {
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 50%,
var(--surface-primary) 100%
);
position: relative;
}
.reviews-section-special .decorative-blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.15;
pointer-events: none;
}
.reviews-section-special .blob-1 {
width: 500px;
height: 500px;
background: var(--primary-300);
top: -10%;
left: -5%;
}
.reviews-section-special .blob-2 {
width: 400px;
height: 400px;
background: color-mix(in srgb, var(--primary-500) 60%, var(--primary-300) 40%);
bottom: -10%;
right: -5%;
}
.reviews-section-special .decorative-circle {
position: absolute;
border-radius: 50%;
border: 2px solid var(--primary-300);
opacity: 0.2;
pointer-events: none;
}
.reviews-section-special .decorative-circle.circle-1 {
width: 200px;
height: 200px;
top: 15%;
right: 10%;
}
.reviews-section-special .decorative-circle.circle-2 {
width: 150px;
height: 150px;
bottom: 20%;
left: 8%;
}
.reviews-section-special .decorative-grid-pattern {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image:
linear-gradient(var(--primary-100) 1px, transparent 1px),
linear-gradient(90deg, var(--primary-100) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.05;
pointer-events: none;
}
.reviews-section-special .section-header-wrapper {
position: relative;
}
.reviews-section-special .decorative-line-top {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
border-radius: 2px;
}
.reviews-section-special .section-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
.reviews-section-special .section-subtitle {
color: var(--primary-700);
font-weight: 600;
}
.reviews-section-special .section-description {
color: var(--text-secondary);
line-height: 1.7;
}
.reviews-section-special .review-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 2.5rem;
box-shadow:
0 4px 6px -1px rgba(var(--black-rgb), 0.05),
0 2px 4px -1px rgba(var(--black-rgb), 0.03);
border: 1px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.reviews-section-special .review-card:hover {
transform: translateY(-8px);
box-shadow:
0 20px 25px -5px rgba(var(--black-rgb), 0.08),
0 10px 10px -5px rgba(var(--black-rgb), 0.04);
border-color: var(--primary-300);
}
.reviews-section-special .quote-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;
margin-bottom: 1.5rem;
position: relative;
z-index: 1;
}
.reviews-section-special .quote-icon-wrapper i {
font-size: 1.75rem;
color: var(--light);
}
.reviews-section-special .review-text {
color: var(--text-secondary);
font-size: 1.05rem;
line-height: 1.8;
font-style: italic;
position: relative;
z-index: 1;
}
.reviews-section-special .reviewer-avatar {
width: 56px;
height: 56px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 70%, var(--primary-500) 30%),
var(--primary-300)
);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
border: 3px solid var(--surface-primary);
box-shadow: 0 4px 6px rgba(var(--black-rgb), 0.05);
}
.reviews-section-special .reviewer-avatar i {
font-size: 2rem;
color: var(--primary-700);
}
.reviews-section-special .reviewer-name {
color: var(--text-primary);
margin: 0;
line-height: 1.4;
}
.reviews-section-special .reviewer-meta {
color: var(--text-secondary);
font-size: 0.875rem;
}
.reviews-section-special .reviewer-meta i {
color: var(--primary-500);
font-size: 0.875rem;
}
.reviews-section-special .card-decorative-element {
position: absolute;
width: 120px;
height: 120px;
background: linear-gradient(
135deg,
var(--primary-100),
transparent
);
border-radius: 50%;
top: -30px;
right: -30px;
opacity: 0.3;
transition: transform 0.6s ease;
pointer-events: none;
}
.reviews-section-special .review-card:hover .card-decorative-element {
transform: scale(1.3) rotate(45deg);
}
.reviews-section-special .review-card-compact {
padding: 2rem;
background: var(--surface-primary);
border-radius: 12px;
box-shadow:
0 2px 4px rgba(var(--black-rgb), 0.04),
0 1px 2px rgba(var(--black-rgb), 0.03);
border: 1px solid var(--primary-100);
}
.reviews-section-special .review-card-compact:hover {
transform: translateY(-6px);
box-shadow:
0 12px 20px -5px rgba(var(--black-rgb), 0.06),
0 6px 8px -5px rgba(var(--black-rgb), 0.04);
border-color: color-mix(in srgb, var(--primary-300) 70%, var(--primary-500) 30%);
}
.reviews-section-special .quote-icon-wrapper-small {
width: 44px;
height: 44px;
background: color-mix(in srgb, var(--primary-100) 60%, var(--primary-300) 40%);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1rem;
}
.reviews-section-special .quote-icon-wrapper-small i {
font-size: 1.25rem;
color: var(--primary-700);
}
.reviews-section-special .reviewer-avatar-small {
width: 40px;
height: 40px;
background: var(--primary-100);
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 0.5rem;
}
.reviews-section-special .reviewer-avatar-small i {
font-size: 1.5rem;
color: var(--primary-500);
}
.reviews-section-special .reviewer-name-compact {
color: var(--text-primary);
font-size: 0.95rem;
line-height: 1.4;
}
.reviews-section-special .card-decorative-corner {
position: absolute;
width: 60px;
height: 60px;
border-top: 3px solid var(--primary-100);
border-right: 3px solid var(--primary-100);
top: 0;
right: 0;
border-top-right-radius: 12px;
opacity: 0.4;
transition: opacity 0.3s ease;
pointer-events: none;
}
.reviews-section-special .review-card-compact:hover .card-decorative-corner {
opacity: 0.7;
}
.reviews-section-special .decorative-icons-bottom {
opacity: 0.6;
}
.reviews-section-special .icon-bubble {
width: 50px;
height: 50px;
background: var(--surface-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid var(--primary-100);
transition: all 0.3s ease;
}
.reviews-section-special .icon-bubble:hover {
transform: scale(1.15) rotate(5deg);
border-color: var(--primary-300);
background: color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary) 50%);
}
.reviews-section-special .icon-bubble i {
font-size: 1.25rem;
color: var(--primary-500);
}
@media (max-width: 991.98px) {
.reviews-section-special .review-card,
.reviews-section-special .review-card-compact {
padding: 2rem;
}
.reviews-section-special .section-title {
font-size: 2rem;
}
.reviews-section-special .blob-1,
.reviews-section-special .blob-2 {
width: 300px;
height: 300px;
}
}
@media (max-width: 767.98px) {
.reviews-section-special .review-card,
.reviews-section-special .review-card-compact {
padding: 1.5rem;
}
.reviews-section-special .section-title {
font-size: 1.75rem;
}
.reviews-section-special .review-text {
font-size: 1rem;
}
.reviews-section-special .quote-icon-wrapper {
width: 50px;
height: 50px;
}
.reviews-section-special .quote-icon-wrapper i {
font-size: 1.5rem;
}
.reviews-section-special .reviewer-avatar {
width: 48px;
height: 48px;
}
.reviews-section-special .decorative-icons-bottom {
gap: 1rem !important;
}
.reviews-section-special .icon-bubble {
width: 40px;
height: 40px;
}
.reviews-section-special .icon-bubble i {
font-size: 1rem;
}
.reviews-section-special .blob-1,
.reviews-section-special .blob-2 {
width: 200px;
height: 200px;
}
}
@media (max-width: 575.98px) {
.reviews-section-special .section-description {
font-size: 1rem;
}
.reviews-section-special .reviewer-name {
font-size: 0.9rem;
}
.reviews-section-special .reviewer-name-compact {
font-size: 0.85rem;
}
}
.reviews-section-special .review-card {
animation: fadeInUp 0.6s ease-out backwards;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.reviews-section-special .decorative-blob {
animation: float 20s 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);
}
}
.reviews-section-special .blob-1 {
animation-delay: 0s;
}
.reviews-section-special .blob-2 {
animation-delay: -10s;
}
.casestudy-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;
}
.casestudy-section-minimal .section-header {
margin-bottom: 20px;
}
.casestudy-section-minimal .decorative-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: linear-gradient(
135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 70%, var(--primary-700) 30%)
);
border-radius: 16px;
margin-bottom: 24px;
box-shadow:
0 4px 16px rgba(var(--black-rgb), 0.08),
0 0 0 8px color-mix(in srgb, var(--primary-500) 10%, transparent 90%);
animation: badge-float 3s ease-in-out infinite;
}
.casestudy-section-minimal .decorative-badge i {
font-size: 28px;
color: var(--light);
}
@keyframes badge-float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-8px);
}
}
.casestudy-section-minimal .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.casestudy-section-minimal .section-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.casestudy-section-minimal .section-description {
font-size: 1.05rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.casestudy-section-minimal .casestudy-card {
position: relative;
background: var(--surface-primary);
border-radius: 20px;
padding: 40px 32px;
height: 100%;
border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.casestudy-section-minimal .casestudy-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 60%, var(--primary-300) 40%)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.casestudy-section-minimal .casestudy-card:hover {
transform: translateY(-8px);
box-shadow:
0 20px 40px rgba(var(--black-rgb), 0.08),
0 0 0 1px var(--primary-500);
}
.casestudy-section-minimal .casestudy-card:hover::before {
transform: scaleX(1);
}
.casestudy-section-minimal .card-icon-wrapper {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
width: 72px;
height: 72px;
margin-bottom: 24px;
}
.casestudy-section-minimal .icon-background {
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
color-mix(in srgb, var(--primary-300) 10%, transparent 90%)
);
border-radius: 18px;
transform: rotate(0deg);
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.casestudy-section-minimal .casestudy-card:hover .icon-background {
transform: rotate(180deg);
}
.casestudy-section-minimal .card-icon-wrapper i {
position: relative;
font-size: 36px;
color: var(--primary-500);
z-index: 1;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.casestudy-section-minimal .casestudy-card:hover .card-icon-wrapper i {
transform: scale(1.1);
}
.casestudy-section-minimal .card-content {
position: relative;
z-index: 1;
}
.casestudy-section-minimal .card-title {
font-size: 1.35rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
transition: color 0.3s ease;
}
.casestudy-section-minimal .casestudy-card:hover .card-title {
color: var(--primary-500);
}
.casestudy-section-minimal .card-description {
font-size: 0.95rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.casestudy-section-minimal .card-decorative-element {
position: absolute;
bottom: -30px;
right: -30px;
width: 120px;
height: 120px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 8%, transparent 92%),
transparent 70%
);
border-radius: 50%;
pointer-events: none;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.casestudy-section-minimal .casestudy-card:hover .card-decorative-element {
transform: scale(1.5);
}
.casestudy-section-minimal .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.casestudy-section-minimal .shape {
position: absolute;
border-radius: 50%;
opacity: 0.4;
}
.casestudy-section-minimal .shape-1 {
width: 300px;
height: 300px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent 70%
);
top: -100px;
left: -100px;
animation: shape-float-1 20s ease-in-out infinite;
}
.casestudy-section-minimal .shape-2 {
width: 200px;
height: 200px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 10%, transparent 90%),
transparent 70%
);
top: 50%;
right: -50px;
animation: shape-float-2 25s ease-in-out infinite;
}
.casestudy-section-minimal .shape-3 {
width: 250px;
height: 250px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 12%, transparent 88%),
transparent 70%
);
bottom: -80px;
left: 30%;
animation: shape-float-3 30s ease-in-out infinite;
}
@keyframes shape-float-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(50px, 30px) scale(1.1);
}
}
@keyframes shape-float-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(-40px, 40px) scale(1.15);
}
}
@keyframes shape-float-3 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(30px, -50px) scale(1.2);
}
}
@media (max-width: 991px) {
.casestudy-section-minimal {
padding: 80px 0;
}
.casestudy-section-minimal .section-title {
font-size: 2rem;
}
.casestudy-section-minimal .section-subtitle {
font-size: 1.1rem;
}
.casestudy-section-minimal .casestudy-card {
padding: 36px 28px;
}
.casestudy-section-minimal .card-icon-wrapper {
width: 64px;
height: 64px;
}
.casestudy-section-minimal .card-icon-wrapper i {
font-size: 32px;
}
}
@media (max-width: 767px) {
.casestudy-section-minimal {
padding: 60px 0;
}
.casestudy-section-minimal .section-title {
font-size: 1.75rem;
}
.casestudy-section-minimal .section-subtitle {
font-size: 1rem;
}
.casestudy-section-minimal .section-description {
font-size: 0.95rem;
}
.casestudy-section-minimal .decorative-badge {
width: 48px;
height: 48px;
}
.casestudy-section-minimal .decorative-badge i {
font-size: 24px;
}
.casestudy-section-minimal .casestudy-card {
padding: 32px 24px;
}
.casestudy-section-minimal .card-title {
font-size: 1.2rem;
}
.casestudy-section-minimal .card-description {
font-size: 0.9rem;
}
.casestudy-section-minimal .shape-1,
.casestudy-section-minimal .shape-2,
.casestudy-section-minimal .shape-3 {
opacity: 0.3;
}
}
@media (max-width: 575px) {
.casestudy-section-minimal .section-title {
font-size: 1.5rem;
}
.casestudy-section-minimal .card-icon-wrapper {
width: 56px;
height: 56px;
margin-bottom: 20px;
}
.casestudy-section-minimal .card-icon-wrapper i {
font-size: 28px;
}
}
.process-section-style {
position: relative;
padding: 100px 0;
background: var(--surface-primary);
overflow: hidden;
}
.process-section-style .section-header {
margin-bottom: 80px;
}
.process-section-style .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.process-section-style .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 24px;
text-transform: uppercase;
letter-spacing: 1px;
}
.process-section-style .section-description {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
margin: 0;
}
.process-section-style .process-timeline {
position: relative;
max-width: 1000px;
margin: 0 auto;
padding: 40px 0;
}
.process-section-style .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(
to bottom,
transparent,
var(--primary-300) 10%,
var(--primary-300) 90%,
transparent
);
transform: translateX(-50%);
z-index: 1;
}
.process-section-style .timeline-item {
position: relative;
margin-bottom: 60px;
display: flex;
align-items: center;
}
.process-section-style .timeline-item:nth-child(odd) {
flex-direction: row;
}
.process-section-style .timeline-item:nth-child(even) {
flex-direction: row-reverse;
}
.process-section-style .timeline-item:last-child {
margin-bottom: 0;
}
.process-section-style .timeline-marker {
position: absolute;
left: 50%;
transform: translateX(-50%);
z-index: 3;
width: 60px;
height: 60px;
}
.process-section-style .marker-inner {
width: 60px;
height: 60px;
background: var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 24px;
border: 4px solid var(--surface-primary);
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.1);
position: relative;
z-index: 2;
transition: all 0.3s ease;
}
.process-section-style .marker-pulse {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
background: var(--primary-300);
animation: pulse 2s ease-out infinite;
opacity: 0;
}
@keyframes pulse {
0% {
transform: scale(1);
opacity: 0.6;
}
100% {
transform: scale(1.8);
opacity: 0;
}
}
.process-section-style .timeline-content {
width: calc(50% - 50px);
padding: 0 30px;
}
.process-section-style .timeline-item:nth-child(odd) .timeline-content {
text-align: right;
}
.process-section-style .timeline-item:nth-child(even) .timeline-content {
text-align: left;
}
.process-section-style .timeline-card {
position: relative;
background: var(--light);
border-radius: 16px;
padding: 40px 32px;
box-shadow: 0 8px 30px rgba(var(--black-rgb), 0.08);
border: 2px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
transition: all 0.4s ease;
}
.process-section-style .timeline-card:hover {
transform: translateY(-8px);
box-shadow: 0 16px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-500);
}
.card-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 16px;
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 32px;
margin-bottom: 24px;
box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 30%, transparent);
transition: all 0.3s ease;
}
.process-section-style .timeline-card:hover .card-icon {
transform: rotate(5deg) scale(1.1);
}
.card-body {
position: relative;
z-index: 1;
}
.card-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.card-description {
font-size: 1rem;
line-height: 1.7;
color: var(--text-secondary);
margin: 0;
}
.card-number {
position: absolute;
top: 20px;
right: 20px;
font-size: 4rem;
font-weight: 800;
color: color-mix(in srgb, var(--primary-500) 8%, transparent);
line-height: 1;
z-index: 0;
transition: all 0.3s ease;
}
.process-section-style .timeline-card:hover .card-number {
color: color-mix(in srgb, var(--primary-500) 15%, transparent);
transform: scale(1.1);
}
.process-section-style .timeline-item:nth-child(even) .card-number {
right: auto;
left: 20px;
}
.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 {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.process-section-style .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: 10%;
left: -100px;
animation: float 20s ease-in-out infinite;
}
.process-section-style .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: 15%;
right: -80px;
animation: float 25s ease-in-out infinite reverse;
}
.process-section-style .shape-3 {
width: 200px;
height: 200px;
background: var(--primary-300);
top: 50%;
right: 10%;
animation: float 18s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-30px) rotate(5deg);
}
}
@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.125rem;
}
.process-section-style .timeline-line {
left: 30px;
}
.process-section-style .timeline-item {
flex-direction: row !important;
padding-left: 80px;
}
.process-section-style .timeline-marker {
left: 30px;
transform: translateX(-50%);
}
.process-section-style .timeline-content {
width: 100%;
text-align: left !important;
padding: 0;
}
.card-number {
font-size: 3rem;
}
}
@media (max-width: 767px) {
.process-section-style {
padding: 60px 0;
}
.process-section-style .section-header {
margin-bottom: 60px;
}
.process-section-style .section-title {
font-size: 1.875rem;
}
.process-section-style .section-subtitle {
font-size: 1rem;
}
.process-section-style .section-description {
font-size: 1rem;
}
.process-section-style .timeline-item {
padding-left: 70px;
margin-bottom: 40px;
}
.process-section-style .timeline-marker {
width: 50px;
height: 50px;
}
.process-section-style .marker-inner {
width: 50px;
height: 50px;
font-size: 20px;
}
.process-section-style .timeline-card {
padding: 30px 24px;
}
.card-icon {
width: 60px;
height: 60px;
font-size: 28px;
margin-bottom: 20px;
}
.card-title {
font-size: 1.25rem;
}
.card-description {
font-size: 0.9375rem;
}
.card-number {
font-size: 2.5rem;
top: 15px;
right: 15px;
}
.shape-1,
.shape-2,
.process-section-style .shape-3 {
display: none;
}
}
@media (max-width: 575px) {
.process-section-style .section-title {
font-size: 1.625rem;
}
.process-section-style .timeline-item {
padding-left: 60px;
}
.process-section-style .timeline-line {
left: 25px;
}
.process-section-style .timeline-marker {
left: 25px;
width: 44px;
height: 44px;
}
.process-section-style .marker-inner {
width: 44px;
height: 44px;
font-size: 18px;
}
.process-section-style .timeline-card {
padding: 24px 20px;
}
.card-icon {
width: 54px;
height: 54px;
font-size: 24px;
}
.card-number {
font-size: 2rem;
}
}
.timeline-section-custom {
padding: 100px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
position: relative;
overflow: hidden;
}
.timeline-section-custom .timeline-header {
margin-bottom: 80px;
position: relative;
z-index: 2;
}
.timeline-section-custom .timeline-subtitle {
font-size: 0.95rem;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--primary-500);
margin-bottom: 16px;
}
.timeline-section-custom .timeline-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 24px;
line-height: 1.2;
}
.timeline-section-custom .timeline-desc {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.timeline-section-custom .timeline-wrapper {
position: relative;
padding: 40px 0;
}
.timeline-section-custom .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg,
var(--primary-300) 0%,
var(--primary-500) 50%,
var(--primary-300) 100%
);
transform: translateX(-50%);
z-index: 1;
}
.timeline-section-custom .timeline-item {
margin-bottom: 80px;
position: relative;
}
.timeline-section-custom .timeline-item:last-child {
margin-bottom: 0;
}
.timeline-section-custom .timeline-content {
background: var(--surface-primary);
border-radius: 16px;
padding: 40px;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
position: relative;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
}
.timeline-section-custom .timeline-content:hover {
transform: translateY(-8px);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.timeline-section-custom .timeline-content-left::after {
content: '';
position: absolute;
right: -24px;
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 16px 0 16px 24px;
border-color: transparent transparent transparent var(--surface-primary);
}
.timeline-section-custom .timeline-content-right::after {
content: '';
position: absolute;
left: -24px;
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 16px 24px 16px 0;
border-color: transparent var(--surface-primary) transparent transparent;
}
.timeline-section-custom .timeline-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
color: var(--light);
font-size: 1.5rem;
margin-bottom: 20px;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.timeline-section-custom .timeline-item-title {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.timeline-section-custom .timeline-item-desc {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.timeline-section-custom .timeline-marker {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
z-index: 3;
}
.timeline-section-custom .timeline-dot {
width: 24px;
height: 24px;
background: var(--primary-500);
border: 5px solid var(--surface-primary);
border-radius: 50%;
box-shadow: 0 0 0 6px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
transition: all 0.3s ease;
margin-bottom: 12px;
}
.timeline-section-custom .timeline-dot-current {
width: 32px;
height: 32px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
0%, 100% {
box-shadow: 0 0 0 6px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}
50% {
box-shadow: 0 0 0 12px color-mix(in srgb, var(--primary-300) 10%, transparent 90%);
}
}
.timeline-section-custom .timeline-year {
font-size: 1.125rem;
font-weight: 700;
color: var(--primary-700);
background: var(--surface-primary);
padding: 8px 20px;
border-radius: 24px;
border: 2px solid var(--primary-300);
white-space: nowrap;
}
.timeline-section-custom .timeline-visual {
display: flex;
align-items: center;
justify-content: center;
min-height: 280px;
position: relative;
}
.timeline-section-custom .visual-shape {
position: absolute;
border-radius: 50%;
opacity: 0.1;
animation: float 6s ease-in-out infinite;
}
.timeline-section-custom .visual-shape-1 {
width: 200px;
height: 200px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
top: 10%;
right: 15%;
}
.timeline-section-custom .visual-shape-2 {
width: 180px;
height: 180px;
background: linear-gradient(225deg, var(--primary-500), var(--primary-700));
bottom: 10%;
left: 10%;
animation-delay: 1s;
}
.timeline-section-custom .visual-shape-3 {
width: 220px;
height: 220px;
background: linear-gradient(45deg, var(--primary-300), var(--primary-500));
top: 5%;
right: 10%;
animation-delay: 0.5s;
}
.timeline-section-custom .visual-shape-4 {
width: 190px;
height: 190px;
background: linear-gradient(315deg, var(--primary-500), var(--primary-700));
bottom: 15%;
left: 15%;
animation-delay: 1.5s;
}
.timeline-section-custom .visual-shape-5 {
width: 210px;
height: 210px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-700));
top: 8%;
right: 12%;
animation-delay: 0.8s;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(180deg);
}
}
.timeline-section-custom .timeline-icon {
font-size: 4rem;
color: var(--primary-500);
position: relative;
z-index: 2;
filter: drop-shadow(0 4px 12px color-mix(in srgb, var(--primary-500) 25%, transparent 75%));
}
.timeline-section-custom .timeline-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.timeline-section-custom .deco-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%,
transparent 70%
);
}
.timeline-section-custom .deco-circle-1 {
width: 400px;
height: 400px;
top: 10%;
left: 5%;
animation: float-slow 20s infinite;
}
.timeline-section-custom .deco-circle-2 {
width: 300px;
height: 300px;
bottom: 20%;
right: 8%;
animation: float-slow 25s infinite reverse;
}
.timeline-section-custom .deco-circle-3 {
width: 250px;
height: 250px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: float-slow 30s infinite;
}
@keyframes float-slow {
0%, 100% {
transform: translate(0, 0);
}
33% {
transform: translate(30px, -30px);
}
66% {
transform: translate(-30px, 30px);
}
}
@media (max-width: 991px) {
.timeline-section-custom .timeline-line {
left: 30px;
}
.timeline-section-custom .timeline-item .row {
flex-direction: column !important;
}
.timeline-item .col-lg-5,
.timeline-section-custom .timeline-item .col-lg-2 {
order: initial !important;
}
.timeline-section-custom .timeline-marker {
position: absolute;
left: 0;
top: 40px;
}
.timeline-section-custom .timeline-content {
margin-left: 80px;
}
.timeline-content-left::after,
.timeline-section-custom .timeline-content-right::after {
left: -24px;
right: auto;
border-width: 16px 24px 16px 0;
border-color: transparent var(--surface-primary) transparent transparent;
}
.timeline-section-custom .timeline-visual {
margin-top: 30px;
min-height: 200px;
}
.timeline-section-custom .timeline-year {
font-size: 0.875rem;
padding: 6px 12px;
}
.timeline-section-custom .timeline-title {
font-size: 2.25rem;
}
.timeline-section-custom .timeline-item-title {
font-size: 1.5rem;
}
}
@media (max-width: 575px) {
.timeline-section-custom {
padding: 60px 0;
}
.timeline-section-custom .timeline-header {
margin-bottom: 50px;
}
.timeline-section-custom .timeline-title {
font-size: 1.875rem;
}
.timeline-section-custom .timeline-subtitle {
font-size: 0.85rem;
}
.timeline-section-custom .timeline-desc {
font-size: 1rem;
}
.timeline-section-custom .timeline-content {
padding: 24px;
margin-left: 60px;
}
.timeline-section-custom .timeline-badge {
width: 48px;
height: 48px;
font-size: 1.25rem;
margin-bottom: 16px;
}
.timeline-section-custom .timeline-item-title {
font-size: 1.25rem;
margin-bottom: 12px;
}
.timeline-section-custom .timeline-item-desc {
font-size: 0.9375rem;
}
.timeline-section-custom .timeline-icon {
font-size: 3rem;
}
.timeline-section-custom .timeline-visual {
min-height: 160px;
}
.timeline-section-custom .visual-shape {
width: 120px !important;
height: 120px !important;
}
.timeline-section-custom .timeline-item {
margin-bottom: 50px;
}
}
.career-section-clean {
position: relative;
padding: 100px 0 120px;
background: linear-gradient(
180deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.career-section-clean .career-header {
margin-bottom: 70px;
position: relative;
z-index: 2;
}
.career-section-clean .header-badge {
width: 80px;
height: 80px;
margin: 0 auto 30px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 20px;
box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
animation: float 3s ease-in-out infinite;
}
.career-section-clean .header-badge i {
font-size: 2rem;
color: var(--light);
}
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}
.career-section-clean .career-main-title {
font-size: 3rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 20px;
line-height: 1.2;
letter-spacing: -0.5px;
}
.career-section-clean .career-subtitle {
font-size: 1.5rem;
font-weight: 500;
color: var(--primary-700);
margin-bottom: 25px;
line-height: 1.4;
}
.career-section-clean .career-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
margin: 0 auto;
}
.career-section-clean .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.career-section-clean .shape-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 20%, transparent),
color-mix(in srgb, var(--primary-500) 10%, transparent)
);
}
.career-section-clean .shape-1 {
width: 400px;
height: 400px;
top: -100px;
right: -150px;
animation: pulse 8s ease-in-out infinite;
}
.career-section-clean .shape-2 {
width: 300px;
height: 300px;
bottom: 50px;
left: -100px;
animation: pulse 6s ease-in-out infinite reverse;
}
@keyframes pulse {
0%, 100% {
transform: scale(1);
opacity: 0.3;
}
50% {
transform: scale(1.1);
opacity: 0.5;
}
}
.career-section-clean .shape-blob {
position: absolute;
width: 500px;
height: 500px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 10%, transparent) 0%,
transparent 70%
);
animation: rotate 20s linear infinite;
}
@keyframes rotate {
from {
transform: translate(-50%, -50%) rotate(0deg);
}
to {
transform: translate(-50%, -50%) rotate(360deg);
}
}
.career-section-clean .career-grid {
position: relative;
z-index: 2;
}
.career-section-clean .career-card {
position: relative;
background: var(--light);
border-radius: 20px;
padding: 40px;
height: 100%;
box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-900) 5%, transparent);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
border: 2px solid var(--neutral-100);
}
.career-section-clean .career-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px color-mix(in srgb, var(--primary-500) 20%, transparent);
border-color: var(--primary-300);
}
.card-hover-effect {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 5%, transparent),
transparent
);
opacity: 0;
transition: opacity 0.4s ease;
pointer-events: none;
}
.career-section-clean .career-card:hover .card-hover-effect {
opacity: 1;
}
.card-icon-wrapper {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 25px;
transition: transform 0.4s ease;
}
.career-section-clean .career-card:hover .card-icon-wrapper {
transform: scale(1.1) rotate(5deg);
}
.card-icon-wrapper i {
font-size: 2rem;
color: var(--light);
}
.card-content {
position: relative;
z-index: 1;
}
.position-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 15px;
line-height: 1.3;
}
.position-meta {
margin-bottom: 20px;
}
.career-section-clean .role-badge {
display: inline-block;
padding: 6px 16px;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
color: var(--primary-700);
border-radius: 20px;
font-size: 0.875rem;
font-weight: 600;
letter-spacing: 0.5px;
}
.position-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 25px;
}
.card-features {
display: flex;
gap: 12px;
padding-top: 20px;
border-top: 1px solid var(--neutral-100);
}
.career-section-clean .feature-icon {
width: 40px;
height: 40px;
background: var(--surface-secondary);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.career-section-clean .feature-icon i {
font-size: 1.125rem;
color: var(--primary-500);
}
.career-section-clean .career-card:hover .feature-icon {
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
transform: translateY(-3px);
}
.career-section-clean .decorative-pattern {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 80px;
position: relative;
z-index: 2;
}
.career-section-clean .pattern-dot {
width: 12px;
height: 12px;
background: var(--primary-300);
border-radius: 50%;
animation: dotPulse 2s ease-in-out infinite;
}
.career-section-clean .pattern-dot:nth-child(2) {
animation-delay: 0.2s;
}
.career-section-clean .pattern-dot:nth-child(3) {
animation-delay: 0.4s;
}
.career-section-clean .pattern-dot:nth-child(4) {
animation-delay: 0.6s;
}
.career-section-clean .pattern-dot:nth-child(5) {
animation-delay: 0.8s;
}
@keyframes dotPulse {
0%, 100% {
transform: scale(1);
opacity: 0.5;
}
50% {
transform: scale(1.3);
opacity: 1;
}
}
@media (max-width: 991px) {
.career-section-clean {
padding: 80px 0 100px;
}
.career-section-clean .career-main-title {
font-size: 2.5rem;
}
.career-section-clean .career-subtitle {
font-size: 1.25rem;
}
.career-section-clean .career-description {
font-size: 1rem;
}
.shape-1,
.career-section-clean .shape-2 {
width: 250px;
height: 250px;
}
}
@media (max-width: 767px) {
.career-section-clean {
padding: 60px 0 80px;
}
.career-section-clean .career-header {
margin-bottom: 50px;
}
.career-section-clean .header-badge {
width: 60px;
height: 60px;
margin-bottom: 20px;
}
.career-section-clean .header-badge i {
font-size: 1.5rem;
}
.career-section-clean .career-main-title {
font-size: 2rem;
margin-bottom: 15px;
}
.career-section-clean .career-subtitle {
font-size: 1.125rem;
margin-bottom: 20px;
}
.career-section-clean .career-description {
font-size: 0.9375rem;
}
.career-section-clean .career-card {
padding: 30px;
}
.card-icon-wrapper {
width: 60px;
height: 60px;
margin-bottom: 20px;
}
.card-icon-wrapper i {
font-size: 1.5rem;
}
.position-title {
font-size: 1.25rem;
}
.position-description {
font-size: 0.9375rem;
}
.shape-1,
.career-section-clean .shape-2 {
width: 200px;
height: 200px;
}
.career-section-clean .decorative-pattern {
margin-top: 60px;
}
.career-section-clean .pattern-dot {
width: 10px;
height: 10px;
}
}
@media (max-width: 575px) {
.career-section-clean .career-card {
padding: 25px;
}
.card-features {
gap: 8px;
}
.career-section-clean .feature-icon {
width: 36px;
height: 36px;
}
.career-section-clean .feature-icon i {
font-size: 1rem;
}
}
.coreinfo-standard {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 40%, white 60%) 100%);
overflow: hidden;
}
.coreinfo-standard .section-header {
position: relative;
z-index: 2;
}
.coreinfo-standard #coreinfo-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.2;
margin-bottom: 1rem;
}
.coreinfo-standard #coreinfo-subtitle {
color: var(--primary-500);
font-weight: 600;
letter-spacing: 0.1em;
margin-bottom: 1.5rem;
}
.coreinfo-standard #coreinfo-desc {
color: var(--text-secondary);
font-size: 1.125rem;
line-height: 1.7;
max-width: 800px;
margin: 0 auto;
}
.coreinfo-standard .decorative-dots {
display: flex;
justify-content: center;
align-items: center;
gap: 0.5rem;
margin-top: 2rem;
}
.coreinfo-standard .decorative-dots .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
display: inline-block;
animation: pulse-dot 2s ease-in-out infinite;
}
.coreinfo-standard .decorative-dots .dot:nth-child(2) {
animation-delay: 0.3s;
}
.coreinfo-standard .decorative-dots .dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes pulse-dot {
0%, 100% {
opacity: 0.4;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.3);
}
}
.coreinfo-standard .info-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
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);
box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.04);
overflow: hidden;
}
.coreinfo-standard .info-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s ease;
}
.coreinfo-standard .info-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.coreinfo-standard .info-card:hover::before {
transform: scaleX(1);
}
.coreinfo-standard .icon-wrapper {
width: 64px;
height: 64px;
border-radius: 12px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
transition: all 0.4s ease;
}
.coreinfo-standard .info-card:hover .icon-wrapper {
transform: rotate(5deg) scale(1.05);
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.coreinfo-standard .icon-wrapper i {
font-size: 2rem;
color: white;
}
.coreinfo-standard .card-content h4 {
color: var(--text-primary);
font-weight: 600;
margin-bottom: 1rem;
line-height: 1.4;
}
.coreinfo-standard .card-content p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.95rem;
}
.coreinfo-standard .card-accent {
position: absolute;
bottom: 0;
right: 0;
width: 120px;
height: 120px;
background: radial-gradient(circle at center, color-mix(in srgb, var(--primary-300) 15%, transparent 85%), transparent 70%);
border-radius: 50%;
transform: translate(40%, 40%);
pointer-events: none;
transition: transform 0.4s ease;
}
.coreinfo-standard .info-card:hover .card-accent {
transform: translate(30%, 30%) scale(1.2);
}
.coreinfo-standard .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.coreinfo-standard .decorative-shapes .shape {
position: absolute;
border-radius: 50%;
opacity: 0.08;
}
.coreinfo-standard .decorative-shapes .shape-1 {
width: 300px;
height: 300px;
background: var(--primary-500);
top: 10%;
left: -100px;
animation: float-shape 20s ease-in-out infinite;
}
.coreinfo-standard .decorative-shapes .shape-2 {
width: 200px;
height: 200px;
background: var(--primary-700);
bottom: 20%;
right: -50px;
animation: float-shape 15s ease-in-out infinite reverse;
}
.coreinfo-standard .decorative-shapes .shape-3 {
width: 150px;
height: 150px;
background: var(--primary-300);
top: 50%;
right: 15%;
animation: float-shape 18s ease-in-out infinite;
}
@keyframes float-shape {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(20px, -20px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@media (max-width: 991.98px) {
.coreinfo-standard #coreinfo-title {
font-size: 2rem;
}
.coreinfo-standard #coreinfo-desc {
font-size: 1rem;
}
.coreinfo-standard .info-card {
padding: 1.75rem;
}
}
@media (max-width: 767.98px) {
.coreinfo-standard {
padding-top: 3rem;
padding-bottom: 3rem;
}
.coreinfo-standard #coreinfo-title {
font-size: 1.75rem;
}
.coreinfo-standard #coreinfo-subtitle {
font-size: 0.875rem;
}
.coreinfo-standard .icon-wrapper {
width: 56px;
height: 56px;
}
.coreinfo-standard .icon-wrapper i {
font-size: 1.75rem;
}
.coreinfo-standard .info-card {
padding: 1.5rem;
}
.coreinfo-standard .decorative-shapes .shape-1 {
width: 200px;
height: 200px;
}
.coreinfo-standard .decorative-shapes .shape-2 {
width: 150px;
height: 150px;
}
.coreinfo-standard .decorative-shapes .shape-3 {
width: 100px;
height: 100px;
}
}
@media (max-width: 575.98px) {
.coreinfo-standard #coreinfo-title {
font-size: 1.5rem;
}
.coreinfo-standard .info-card {
padding: 1.25rem;
}
.coreinfo-standard .card-content h4 {
font-size: 1.125rem;
}
.coreinfo-standard .card-content p {
font-size: 0.9rem;
}
}
@media (prefers-reduced-motion: reduce) {
.coreinfo-standard .info-card,
.coreinfo-standard .icon-wrapper,
.coreinfo-standard .card-accent,
.coreinfo-standard .decorative-dots .dot {
animation: none;
transition: none;
}
.coreinfo-standard .decorative-shapes .shape {
animation: none;
}
}
.contact-section-special {
position: relative;
background: linear-gradient(135deg,
var(--neutral-50) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--neutral-50) 70%) 100%
);
overflow: hidden;
}
.contact-section-special .decorative-dot-pattern {
width: 60px;
height: 6px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-700) 100%
);
border-radius: 3px;
margin: 0 auto;
}
.contact-section-special .decorative-line-accent {
width: 80px;
height: 3px;
background: var(--primary-500);
border-radius: 2px;
}
.contact-section-special #contact-title {
color: var(--text-primary);
letter-spacing: -0.5px;
}
.contact-section-special #contact-subtitle {
color: var(--primary-700);
font-weight: 600;
}
.contact-section-special #contact-desc {
color: var(--text-secondary);
line-height: 1.8;
}
.contact-section-special .contact-form-wrapper {
position: relative;
background: var(--light);
border-radius: 20px;
padding: 2.5rem;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
}
.contact-section-special .form-decorative-shape {
position: absolute;
top: -20px;
right: -20px;
width: 150px;
height: 150px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
transparent
);
border-radius: 50%;
z-index: 0;
}
.contact-section-special .form-corner-accent {
position: absolute;
bottom: 0;
left: 0;
width: 100px;
height: 100px;
background: linear-gradient(45deg,
var(--primary-500),
transparent
);
opacity: 0.1;
border-radius: 0 100% 0 0;
}
.contact-section-special .contact-form-special {
position: relative;
z-index: 1;
}
.contact-section-special .form-control {
border: 2px solid var(--neutral-300);
border-radius: 12px;
padding: 1rem;
transition: all 0.3s ease;
background: var(--light);
}
.contact-section-special .form-control:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
background: var(--light);
}
.contact-section-special .form-floating > label {
color: var(--text-secondary);
padding-left: 1rem;
}
.contact-section-special #contact-form-name,
.contact-section-special #contact-form-email,
.contact-section-special #contact-form-phone,
.contact-section-special #contact-form-message {
font-weight: 500;
}
.contact-section-special .form-check-input {
border: 2px solid var(--neutral-300);
border-radius: 6px;
width: 1.25em;
height: 1.25em;
}
.contact-section-special .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.contact-section-special #contact-form-checkbox {
color: var(--text-secondary);
font-size: 0.95rem;
}
.contact-section-special .btn-submit-special {
background: linear-gradient(135deg, #2563eb, #0284c7) !important;
color: var(--light) !important;
border: none !important;
padding: 1rem 2.5rem;
border-radius: 12px;
font-weight: 600;
font-size: 1.1rem;
transition: all 0.3s ease;
box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3);
display: inline-flex;
align-items: center;
justify-content: center;
}
.contact-section-special .btn-submit-special:hover {
transform: translateY(-3px);
box-shadow: 0 12px 35px rgba(37, 99, 235, 0.4);
}
.contact-section-special .btn-submit-special:active {
transform: translateY(-1px);
}
.contact-section-special .btn-submit-special i {
transition: transform 0.3s ease;
}
.contact-section-special .btn-submit-special:hover i {
transform: translateX(5px);
}
.contact-section-special .contact-info-wrapper {
position: relative;
height: 100%;
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.contact-section-special .info-decorative-shape {
position: absolute;
top: -30px;
left: -30px;
width: 200px;
height: 200px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 10%, transparent 90%),
transparent
);
border-radius: 50%;
z-index: 0;
}
.contact-section-special .contact-info-card {
position: relative;
background: var(--light);
border-radius: 16px;
padding: 1.8rem;
display: flex;
align-items: flex-start;
gap: 1.5rem;
box-shadow: 0 6px 25px rgba(var(--black-rgb), 0.06);
border: 1px solid var(--neutral-300);
transition: all 0.3s ease;
overflow: hidden;
}
.contact-section-special .contact-info-card:hover {
transform: translateY(-5px);
box-shadow: 0 12px 35px rgba(var(--black-rgb), 0.1);
border-color: var(--primary-500);
}
.contact-section-special .info-badge {
position: absolute;
top: 10px;
right: 10px;
width: 40px;
height: 40px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 30%, transparent 70%),
transparent
);
border-radius: 50%;
}
.contact-section-special .info-icon-wrapper {
flex-shrink: 0;
width: 60px;
height: 60px;
background: linear-gradient(135deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.5rem;
box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
}
.contact-section-special .info-content {
flex: 1;
}
.contact-section-special .info-title {
font-size: 1.1rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 0.5rem;
}
.contact-section-special #contact-info-phone,
.contact-section-special #contact-info-email,
.contact-section-special #contact-info-address {
color: var(--text-secondary);
margin: 0;
line-height: 1.6;
font-size: 0.95rem;
}
.contact-section-special .decorative-icons-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1rem;
margin-top: 2rem;
}
.contact-section-special .dec-icon-item {
aspect-ratio: 1;
background: linear-gradient(135deg,
var(--primary-100),
color-mix(in srgb, var(--primary-300) 50%, var(--primary-100) 50%)
);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
color: var(--primary-700);
transition: all 0.3s ease;
}
.contact-section-special .dec-icon-item:hover {
transform: scale(1.1) rotate(5deg);
box-shadow: 0 6px 20px rgba(var(--black-rgb), 0.1);
}
.contact-section-special .decorative-circles {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 0;
pointer-events: none;
}
.contact-section-special .decorative-circles .circle-1,
.contact-section-special .decorative-circles .circle-2,
.contact-section-special .decorative-circles .circle-3 {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent
);
}
.contact-section-special .decorative-circles .circle-1 {
width: 300px;
height: 300px;
top: -100px;
right: -50px;
}
.contact-section-special .decorative-circles .circle-2 {
width: 200px;
height: 200px;
bottom: 50px;
left: -50px;
}
.contact-section-special .decorative-circles .circle-3 {
width: 150px;
height: 150px;
top: 50%;
right: 10%;
}
@media (max-width: 991.98px) {
.contact-section-special .contact-form-wrapper,
.contact-section-special .contact-info-wrapper {
padding: 2rem 1.5rem;
}
.contact-section-special .decorative-icons-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 767.98px) {
.contact-section-special #contact-title {
font-size: 2rem;
}
.contact-section-special .contact-info-card {
flex-direction: column;
text-align: center;
gap: 1rem;
}
.contact-section-special .info-icon-wrapper {
margin: 0 auto;
}
.contact-section-special .btn-submit-special {
padding: 0.9rem 2rem;
font-size: 1rem;
}
}
@media (max-width: 575.98px) {
.contact-section-special {
padding: 3rem 0;
}
.contact-section-special .contact-form-wrapper {
padding: 1.5rem;
}
.contact-section-special .decorative-icons-grid {
gap: 0.75rem;
}
.contact-section-special .dec-icon-item {
font-size: 1.2rem;
}
}
.blog-section-bold {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.blog-section-bold .section-header {
max-width: 800px;
margin: 0 auto;
position: relative;
z-index: 2;
}
.blog-section-bold .decorative-dots-top {
display: flex;
gap: 8px;
justify-content: center;
align-items: center;
}
.blog-section-bold .decorative-dots-top .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
display: inline-block;
animation: dotPulse 2s ease-in-out infinite;
}
.blog-section-bold .decorative-dots-top .dot:nth-child(2) {
animation-delay: 0.3s;
}
.blog-section-bold .decorative-dots-top .dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes dotPulse {
0%, 100% {
opacity: 0.4;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.2);
}
}
.blog-section-bold .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.blog-section-bold .section-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.blog-section-bold .section-description {
font-size: 1.1rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
}
.blog-section-bold .decorative-line {
width: 60px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
border-radius: 2px;
}
.blog-section-bold .blog-card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-section-bold .blog-card:hover {
transform: translateY(-8px);
}
.blog-section-bold .blog-card .card {
border-radius: 12px;
transition: box-shadow 0.3s ease;
background: var(--surface-primary);
}
.blog-section-bold .blog-card:hover .card {
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12) !important;
}
.blog-section-bold .image-wrapper {
height: 220px;
border-radius: 12px 12px 0 0;
position: relative;
}
.blog-section-bold .blog-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease;
}
.blog-section-bold .blog-card:hover .blog-image {
transform: scale(1.08);
}
.blog-section-bold .image-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.3) 100%
);
opacity: 0;
transition: opacity 0.3s ease;
display: flex;
align-items: flex-start;
justify-content: flex-end;
padding: 1rem;
}
.blog-section-bold .blog-card:hover .image-overlay {
opacity: 1;
}
.blog-section-bold .category-badge {
background: var(--primary-500);
color: var(--light);
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.2rem;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
transform: translateY(-10px);
opacity: 0;
transition: all 0.3s ease;
}
.blog-section-bold .blog-card:hover .category-badge {
transform: translateY(0);
opacity: 1;
}
.blog-section-bold .card-body {
padding: 1.75rem;
}
.blog-section-bold .blog-title {
font-size: 1.25rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.4;
transition: color 0.3s ease;
}
.blog-section-bold .blog-card:hover .blog-title {
color: var(--primary-500);
}
.blog-section-bold .blog-excerpt {
font-size: 0.95rem;
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 0;
}
.blog-section-bold .blog-meta {
font-size: 0.875rem;
color: var(--text-secondary);
}
.blog-section-bold .meta-info i {
color: var(--primary-500);
font-size: 1rem;
}
.blog-section-bold .blog-link {
color: var(--primary-500);
text-decoration: none;
font-weight: 600;
font-size: 0.875rem;
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
}
.blog-section-bold .blog-link:hover {
color: var(--primary-700);
gap: 8px;
}
.blog-section-bold .blog-link i {
transition: transform 0.3s ease;
}
.blog-section-bold .blog-link:hover i {
transform: translateX(4px);
}
.blog-section-bold .decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 1;
overflow: hidden;
}
.blog-section-bold .shape-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 15%, transparent),
color-mix(in srgb, var(--primary-500) 10%, transparent)
);
}
.blog-section-bold .shape-1 {
width: 300px;
height: 300px;
top: -100px;
right: -80px;
opacity: 0.5;
}
.blog-section-bold .shape-2 {
width: 200px;
height: 200px;
bottom: -50px;
left: -50px;
opacity: 0.4;
}
.blog-section-bold .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) 8%, transparent) 0%,
transparent 70%
);
opacity: 0.6;
}
@media (max-width: 991.98px) {
.blog-section-bold .section-title {
font-size: 2rem;
}
.blog-section-bold .section-subtitle {
font-size: 1.1rem;
}
.blog-section-bold .section-description {
font-size: 1rem;
}
.blog-section-bold .image-wrapper {
height: 200px;
}
}
@media (max-width: 767.98px) {
.blog-section-bold .section-title {
font-size: 1.75rem;
}
.blog-section-bold .section-subtitle {
font-size: 1rem;
}
.blog-section-bold .section-description {
font-size: 0.95rem;
}
.blog-section-bold .blog-title {
font-size: 1.15rem;
}
.blog-section-bold .blog-excerpt {
font-size: 0.9rem;
}
.blog-section-bold .image-wrapper {
height: 180px;
}
.blog-section-bold .card-body {
padding: 1.5rem;
}
.blog-section-bold .shape-1,
.blog-section-bold .shape-2 {
display: none;
}
}
@media (max-width: 575.98px) {
.blog-section-bold .section-title {
font-size: 1.5rem;
}
.blog-section-bold .blog-meta {
flex-direction: column;
align-items: flex-start !important;
gap: 0.75rem;
}
.blog-section-bold .blog-link {
align-self: flex-start;
}
}
@media (prefers-reduced-motion: reduce) {
.blog-section-bold .blog-card,
.blog-section-bold .blog-image,
.blog-section-bold .blog-link i,
.blog-section-bold .category-badge {
transition: none;
}
.blog-section-bold .decorative-dots-top .dot {
animation: none;
}
}
@media (prefers-contrast: high) {
.blog-section-bold .blog-card .card {
border: 2px solid var(--neutral-300);
}
.blog-section-bold .blog-link {
text-decoration: underline;
}
}
.faq-section-featured {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
overflow: hidden;
}
.faq-section-featured .section-header h1 {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
}
.faq-section-featured .section-header h2 {
color: var(--text-secondary);
font-weight: 500;
}
.faq-section-featured .section-header p {
color: var(--text-secondary);
line-height: 1.7;
max-width: 100%;
}
.faq-section-featured .decorative-line-wrapper {
position: relative;
display: flex;
align-items: center;
justify-content: center;
gap: 0.75rem;
}
.faq-section-featured .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-700) 100%);
border-radius: 2px;
}
.faq-section-featured .decorative-dot {
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.faq-section-featured .faq-card {
transition: all 0.3s ease;
border-radius: 12px;
background: var(--surface-primary);
}
.faq-section-featured .faq-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 24px rgba(var(--black-rgb), 0.08) !important;
}
.faq-section-featured .faq-card .card-header {
padding: 1.5rem;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 8%, var(--surface-primary)) 0%,
color-mix(in srgb, var(--primary-300) 5%, var(--surface-primary)) 100%) !important;
border-radius: 12px 12px 0 0 !important;
border-bottom: 2px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.faq-section-featured .faq-card .card-body {
padding: 1.5rem;
}
.faq-section-featured .faq-icon-wrapper {
width: 48px;
height: 48px;
min-width: 48px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 10px;
box-shadow: 0 4px 8px color-mix(in srgb, var(--primary-500) 25%, transparent);
}
.faq-section-featured .faq-icon-wrapper i {
font-size: 1.5rem;
color: var(--light);
}
.faq-section-featured .card-header h3 {
color: var(--text-primary);
line-height: 1.4;
flex: 1;
}
.faq-section-featured .card-body p {
color: var(--text-secondary);
line-height: 1.8;
font-size: 0.95rem;
}
.faq-section-featured .decorative-elements {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.faq-section-featured .floating-shape {
position: absolute;
border-radius: 50%;
opacity: 0.06;
animation: float 20s ease-in-out infinite;
}
.faq-section-featured .shape-1 {
width: 300px;
height: 300px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
top: 10%;
left: -100px;
animation-delay: 0s;
}
.faq-section-featured .shape-2 {
width: 200px;
height: 200px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
bottom: 15%;
right: -50px;
animation-delay: 5s;
}
.faq-section-featured .shape-3 {
width: 150px;
height: 150px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
top: 50%;
right: 10%;
animation-delay: 10s;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
33% {
transform: translateY(-30px) rotate(120deg);
}
66% {
transform: translateY(30px) rotate(240deg);
}
}
.faq-section-featured .container {
position: relative;
z-index: 1;
}
@media (max-width: 991.98px) {
.faq-section-featured .section-header h1 {
font-size: 2.25rem;
}
.faq-section-featured .faq-icon-wrapper {
width: 40px;
height: 40px;
min-width: 40px;
}
.faq-section-featured .faq-icon-wrapper i {
font-size: 1.25rem;
}
.faq-section-featured .card-header h3 {
font-size: 1.1rem;
}
}
@media (max-width: 767.98px) {
.faq-section-featured .section-header h1 {
font-size: 1.875rem;
}
.faq-section-featured .section-header h2 {
font-size: 1.1rem;
}
.faq-section-featured .faq-card .card-header {
padding: 1.25rem;
}
.faq-section-featured .faq-card .card-body {
padding: 1.25rem;
}
.faq-section-featured .floating-shape {
display: none;
}
}
@media (max-width: 575.98px) {
.faq-section-featured .faq-icon-wrapper {
width: 36px;
height: 36px;
min-width: 36px;
margin-right: 0.75rem !important;
}
.faq-section-featured .faq-icon-wrapper i {
font-size: 1.1rem;
}
.faq-section-featured .card-header h3 {
font-size: 1rem;
}
.faq-section-featured .card-body p {
font-size: 0.9rem;
}
}
@media (prefers-contrast: high) {
.faq-section-featured .faq-card {
border: 2px solid var(--neutral-700);
}
.faq-section-featured .faq-card .card-header {
border-bottom: 3px solid var(--primary-700);
}
}
@media print {
.faq-section-featured .decorative-elements {
display: none;
}
.faq-section-featured .faq-card {
page-break-inside: avoid;
box-shadow: none !important;
border: 1px solid var(--neutral-300);
}
}
.footer-custom {
position: relative;
padding: 80px 0 40px;
overflow: hidden;
color: var(--light);
min-height: 600px;
}
.footer-custom .footer-background {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
),
url('assets/images/footer_bg.webp');
background-size: cover;
background-position: center;
background-attachment: fixed;
z-index: 0;
}
.footer-custom .decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: 1;
pointer-events: none;
}
.footer-custom .shape {
position: absolute;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-300) 8%, transparent);
animation: float 20s ease-in-out infinite;
pointer-events: none;}
.footer-custom .shape-1 {
width: 300px;
height: 300px;
top: -100px;
right: -50px;
animation-delay: 0s;
}
.footer-custom .shape-2 {
width: 200px;
height: 200px;
bottom: 50px;
left: 10%;
animation-delay: 5s;
}
.footer-custom .shape-3 {
width: 150px;
height: 150px;
top: 40%;
right: 15%;
animation-delay: 10s;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-30px) rotate(180deg);
}
}
.footer-custom .container {
z-index: 2;
}
.footer-custom .footer-content {
margin-bottom: 50px;
}
.footer-custom .footer-brand {
padding-right: 20px;
}
.footer-custom .brand-name {
font-size: 28px;
font-weight: 700;
margin-bottom: 20px;
color: var(--light);
letter-spacing: -0.5px;
position: relative;
display: inline-block;
}
.footer-custom .brand-name::after {
content: '';
position: absolute;
bottom: -8px;
left: 0;
width: 60px;
height: 3px;
background: var(--primary-300);
border-radius: 2px;
}
.footer-custom .brand-description {
font-size: 15px;
line-height: 1.8;
margin-bottom: 25px;
color: rgba(var(--white-rgb), 0.85);
}
.footer-custom .brand-icons {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 15px;
max-width: 280px;
}
.footer-custom .brand-icons .icon-item {
width: 55px;
height: 55px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--primary-500) 15%, transparent);
border-radius: 12px;
transition: all 0.3s ease;
backdrop-filter: blur(10px);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
}
.footer-custom .brand-icons .icon-item:hover {
background: color-mix(in srgb, var(--primary-500) 25%, transparent);
transform: translateY(-5px);
border-color: color-mix(in srgb, var(--primary-300) 40%, transparent);
}
.footer-custom .brand-icons .icon-item i {
font-size: 24px;
color: var(--primary-300);
}
.footer-custom .footer-title {
font-size: 20px;
font-weight: 600;
margin-bottom: 20px;
color: var(--light);
position: relative;
padding-bottom: 15px;
}
.footer-custom .decorative-line {
width: 50px;
height: 3px;
background: linear-gradient(90deg, var(--primary-300), transparent);
margin-bottom: 25px;
border-radius: 2px;
}
.footer-custom .links-list {
list-style: none;
padding: 0;
margin: 0;
}
.footer-custom .links-list li {
margin-bottom: 15px;
display: flex;
align-items: center;
transition: transform 0.3s ease;
}
.footer-custom .links-list li:hover {
transform: translateX(5px);
}
.footer-custom .links-list li i {
font-size: 12px;
color: var(--primary-300);
margin-right: 10px;
transition: transform 0.3s ease;
}
.footer-custom .links-list li:hover i {
transform: translateX(3px);
}
.footer-custom .links-list li a {
color: rgba(var(--white-rgb), 0.85);
text-decoration: none;
font-size: 15px;
transition: color 0.3s ease;
font-weight: 400;
}
.footer-custom .links-list li a:hover {
color: var(--primary-300);
}
.footer-custom .footer-contact {
position: relative;
}
.footer-custom .contact-items {
display: flex;
flex-direction: column;
gap: 20px;
}
.footer-custom .contact-item {
display: flex;
align-items: flex-start;
gap: 15px;
padding: 18px;
background: color-mix(in srgb, var(--primary-700) 12%, transparent);
border-radius: 12px;
backdrop-filter: blur(10px);
border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
transition: all 0.3s ease;
}
.footer-custom .contact-item:hover {
background: color-mix(in srgb, var(--primary-700) 18%, transparent);
border-color: color-mix(in srgb, var(--primary-300) 30%, transparent);
transform: translateX(5px);
}
.footer-custom .contact-icon {
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-500);
border-radius: 10px;
flex-shrink: 0;
}
.footer-custom .contact-icon i {
font-size: 20px;
color: var(--light);
}
.footer-custom .contact-details {
flex: 1;
padding-top: 4px;
}
.footer-custom .contact-text {
color: rgba(var(--white-rgb), 0.9);
font-size: 15px;
line-height: 1.6;
display: block;
}
.footer-custom .accent-badge {
position: absolute;
top: -20px;
right: 20px;
width: 80px;
height: 80px;
background: color-mix(in srgb, var(--primary-300) 12%, transparent);
border-radius: 50%;
border: 2px solid color-mix(in srgb, var(--primary-300) 25%, transparent);
animation: pulse 3s ease-in-out infinite;
pointer-events: none;}
@keyframes pulse {
0%, 100% {
transform: scale(1);
opacity: 0.6;
}
50% {
transform: scale(1.1);
opacity: 0.8;
}
}
.footer-custom .footer-bottom {
padding-top: 40px;
border-top: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
position: relative;
}
.footer-custom .disclaimer-text {
font-size: 13px;
line-height: 1.7;
color: rgba(var(--white-rgb), 0.7);
margin-bottom: 15px;
}
.footer-custom .copyright-wrapper {
text-align: right;
}
.footer-custom .copyright-text {
font-size: 14px;
color: rgba(var(--white-rgb), 0.8);
margin: 0;
font-weight: 400;
}
.footer-custom .bottom-decorations {
position: absolute;
bottom: 20px;
left: 0;
right: 0;
display: flex;
justify-content: center;
gap: 15px;
pointer-events: none;
}
.footer-custom .deco-circle {
width: 8px;
height: 8px;
background: var(--primary-300);
border-radius: 50%;
animation: bounce 2s ease-in-out infinite;
}
.footer-custom .deco-circle-1 {
animation-delay: 0s;
}
.footer-custom .deco-circle-2 {
animation-delay: 0.3s;
}
.footer-custom .deco-circle-3 {
animation-delay: 0.6s;
}
@keyframes bounce {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}
@media (max-width: 991px) {
.footer-custom {
padding: 60px 0 30px;
}
.footer-custom .footer-brand {
padding-right: 0;
margin-bottom: 40px;
}
.footer-custom .brand-name {
font-size: 24px;
}
.footer-custom .footer-links {
margin-bottom: 40px;
}
.footer-custom .copyright-wrapper {
text-align: left;
margin-top: 20px;
}
.footer-custom .shape-1 {
width: 200px;
height: 200px;
}
.footer-custom .shape-2 {
width: 150px;
height: 150px;
}
}
@media (max-width: 767px) {
.footer-custom {
padding: 50px 0 25px;
}
.footer-custom .footer-background {
background-attachment: scroll;
}
.footer-custom .brand-name {
font-size: 22px;
}
.footer-custom .brand-icons {
max-width: 100%;
}
.footer-custom .brand-icons .icon-item {
width: 50px;
height: 50px;
}
.footer-custom .footer-title {
font-size: 18px;
}
.footer-custom .contact-item {
padding: 15px;
}
.footer-custom .accent-badge {
display: none;
}
.footer-custom .shape-3 {
display: none;
}
}
@media (max-width: 575px) {
.footer-custom .brand-icons {
grid-template-columns: repeat(4, 1fr);
gap: 10px;
}
.footer-custom .brand-icons .icon-item {
width: 45px;
height: 45px;
}
.footer-custom .brand-icons .icon-item i {
font-size: 20px;
}
.footer-custom .contact-icon {
width: 40px;
height: 40px;
}
.footer-custom .contact-icon i {
font-size: 18px;
}
.footer-custom .contact-text {
font-size: 14px;
}
.footer-custom .footer-bottom {
padding-top: 30px;
}
.footer-custom .disclaimer-text,
.footer-custom .copyright-text {
font-size: 12px;
}
}

:root {
  --tc-space-1: calc(0.25rem * 0.84);
  --tc-space-2: calc(0.5rem * 0.84);
  --tc-space-3: calc(0.75rem * 0.84);
  --tc-space-4: calc(1rem * 0.84);
  --tc-space-5: calc(1.25rem * 0.84);
  --tc-space-6: calc(1.5rem * 0.84);
  --tc-space-7: calc(2rem * 0.84);
  --tc-space-8: calc(3rem * 0.84);
  --tc-space-9: calc(4rem * 0.84);
  --tc-space-10: calc(6rem * 0.84);

  --tc-font-size-xs: calc(0.75rem * 1.12);
  --tc-font-size-sm: calc(0.875rem * 1.12);
  --tc-font-size-base: calc(1rem * 1.12);
  --tc-font-size-lg: calc(1.125rem * 1.12);
  --tc-font-size-xl: calc(1.25rem * 1.12);
  --tc-font-size-2xl: calc(1.5rem * 1.12);
  --tc-font-size-3xl: calc(1.875rem * 1.12);
  --tc-font-size-4xl: calc(2.25rem * 1.12);
  --tc-font-size-5xl: calc(3rem * 1.12);
  --tc-font-size-6xl: calc(3.75rem * 1.12);

  --tc-border-radius: 20px;
  --tc-border-radius-sm: calc(20px * 0.5);
  --tc-border-radius-lg: calc(20px * 1.5);

  --tc-line-height-tight: 1.4000000000000001;
  --tc-line-height-normal: 1.6;
  --tc-line-height-loose: 1.8;
  --tc-letter-spacing: 0.036em;
}

.card, .feature-card, .services_card, .team-card, .review-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover, .feature-card:hover, .services_card:hover, .team-card:hover, .review-card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.btn, .button, button, [class*="btn-"] {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.btn:hover, .button:hover, button:hover, [class*="btn-"]:hover {
  background-color: var(--tc-secondary, #8b5cf6);
  border-color: var(--tc-secondary, #8b5cf6);
  color: white;
}

a:not(.btn):not(.button) {
  transition: background-color 0.3s ease, padding 0.3s ease;
}
a:not(.btn):not(.button):hover {
  background-color: rgba(99, 102, 241, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
}


img {
  filter: saturate(1.2) brightness(1.05);
}

.hero_bg_image,
.services_card img,
.about_image,
.features_image,
.team_member img,
.reviews_avatar img {
  border-radius: 0px;
}

.pattern-noise-1 {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  background-blend-mode: multiply;
}

.pattern-dots-0 {
  background-image: radial-gradient(circle, rgba(0,0,0,0.05) 1px, transparent 1px);
  background-size: 20px 20px;
  background-blend-mode: multiply;
}

.pattern-noise-0 {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  background-blend-mode: multiply;
}

.pattern-dots-1 {
  background-image: radial-gradient(circle, rgba(0,0,0,0.05) 1px, transparent 1px);
  background-size: 20px 20px;
  background-blend-mode: multiply;
}

.pattern-noise-5 {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  background-blend-mode: multiply;
}
/* ========================================
 * UNIQUIFIER MUTATIONS - Typography
 * Font Size | Line Height | Letter Spacing
 * ======================================== */

:root {
  /* Font Size Mutations */
  --tc-font-size-xs: 12px;
  --tc-font-size-sm: 14px;
  --tc-font-size-base: 17px;
  --tc-font-size-lg: 18px;
  --tc-font-size-xl: 20px;
  --tc-font-size-2xl: 23px;
  --tc-font-size-3xl: 29px;
  --tc-font-size-4xl: 40px;
  --tc-font-size-5xl: 52px;
  --tc-font-size-6xl: 60px;

  /* Line Height Mutations */
  --tc-line-height-tight: 1.22;
  --tc-line-height-normal: 1.31;
  --tc-line-height-relaxed: 1.68;
  --tc-line-height-loose: 1.94;

  /* Letter Spacing Mutations */
  --tc-letter-spacing-tight: 0.006em;
  --tc-letter-spacing-normal: 0.004em;
  --tc-letter-spacing-wide: 0.031em;
  --tc-letter-spacing-wider: 0.032em;
}


section:not(:first-child) {
  border-top: 1px solid rgba(0,0,0,0.1);
}
