:root {
--primary-50: #ecfeff;
--primary-50-rgb: 236, 254, 255;
--primary-100: #cffafe;
--primary-100-rgb: 207, 250, 254;
--primary-300: #67e8f9;
--primary-300-rgb: 103, 232, 249;
--primary-500: #06b6d4;
--primary-500-rgb: 6, 182, 212;
--primary-700: #0e7490;
--primary-700-rgb: 14, 116, 144;
--primary-200: #9bf1fc;
--primary-200-rgb: 155, 241, 252;
--primary-400: #37cfe7;
--primary-400-rgb: 55, 207, 231;
--primary-600: #0a95b2;
--primary-600-rgb: 10, 149, 178;
--primary-800: #0c637a;
--primary-800-rgb: 12, 99, 122;
--primary-900: #0a5165;
--primary-900-rgb: 10, 81, 101;
--primary-950: #073542;
--primary-950-rgb: 7, 53, 66;
--primary-rgb: 6, 182, 212;
--neutral-50: #f8fafc;
--neutral-50-rgb: 248, 250, 252;
--neutral-100: #f1f5f9;
--neutral-100-rgb: 241, 245, 249;
--neutral-300: #cbd5e1;
--neutral-300-rgb: 203, 213, 225;
--neutral-500: #64748b;
--neutral-500-rgb: 100, 116, 139;
--neutral-700: #334155;
--neutral-700-rgb: 51, 65, 85;
--neutral-900: #0f172a;
--neutral-900-rgb: 15, 23, 42;
--neutral-200: #dee5ed;
--neutral-200-rgb: 222, 229, 237;
--neutral-400: #98a5b6;
--neutral-400-rgb: 152, 165, 182;
--neutral-600: #4c5b70;
--neutral-600-rgb: 76, 91, 112;
--neutral-800: #2b3748;
--neutral-800-rgb: 43, 55, 72;
--neutral-950: #171e26;
--neutral-950-rgb: 23, 30, 38;
--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(6, 182, 212, 0.3);
--radius-sm: 4px;
--radius-md: 8px;
--radius-lg: 12px;
--radius-xl: 16px;
--transition-fast: 0.15s ease;
--transition-base: 0.2s ease;
--transition-slow: 0.3s ease;
--white-rgb: 255, 255, 255;
--black-rgb: 0, 0, 0;
--transparent-rgb: 0, 0, 0;
--overlay-light-rgb: 255, 255, 255;
--overlay-dark-rgb: 0, 0, 0;
--text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
--text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
--text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
--text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
--text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
--text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
--text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
--text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
--text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
--text-6xl: clamp(3.75rem, 3rem + 3.75vw, 4.5rem);
--text-7xl: clamp(4.5rem, 3.5rem + 5vw, 6rem);
--text-8xl: clamp(6rem, 4.5rem + 7.5vw, 8rem);
--text-9xl: clamp(8rem, 6rem + 10vw, 12rem);
--font-light: 300;
--font-normal: 400;
--font-medium: 500;
--font-semibold: 600;
--font-bold: 700;
--font-extrabold: 800;
--leading-none: 1;
--leading-tight: 1.25;
--leading-snug: 1.375;
--leading-normal: 1.5;
--leading-relaxed: 1.625;
--leading-loose: 2;
--leading-extra_loose: 2.5;
--tracking-tighter: -0.05em;
--tracking-tight: -0.025em;
--tracking-normal: 0;
--tracking-wide: 0.025em;
--tracking-wider: 0.05em;
--tracking-widest: 0.1em;
--font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
--font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
--font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
--text-body: var(--text-primary);
--space-0: 0;
--space-1: 0.25rem;
--space-2: 0.5rem;
--space-3: 0.75rem;
--space-4: 1rem;
--space-5: 1.25rem;
--space-6: 1.5rem;
--space-7: 1.75rem;
--space-8: 2rem;
--space-9: 2.25rem;
--space-10: 2.5rem;
--space-11: 2.75rem;
--space-12: 3rem;
--space-14: 3.5rem;
--space-16: 4rem;
--space-20: 5rem;
--space-24: 6rem;
--space-28: 7rem;
--space-32: 8rem;
--space-36: 9rem;
--space-40: 10rem;
--space-44: 11rem;
--space-48: 12rem;
--space-52: 13rem;
--space-56: 14rem;
--space-60: 15rem;
--space-64: 16rem;
--space-72: 18rem;
--space-80: 20rem;
--space-96: 24rem;
--space-px: 1px;
--space-0.5: 0.125rem;
--space-1.5: 0.375rem;
--space-2.5: 0.625rem;
--space-3.5: 0.875rem;
--space-xs: 0.5rem;
--space-sm: 1rem;
--space-md: 1.5rem;
--space-lg: 2rem;
--space-xl: 3rem;
--space-2xl: 4rem;
--space-3xl: 6rem;
--space-4xl: 8rem;
--space-5xl: 12rem;
--space-6xl: 16rem;
--section-py: clamp(3rem, 5vw, 5rem);
--section-y-mobile: 3rem;
--section-y-tablet: 4rem;
--section-y-desktop: 5rem;
--section-y-hero: clamp(4rem, 10vw, 8rem);
--section-x: clamp(1rem, 3vw, 2rem);
--section-gap: clamp(1.5rem, 3vw, 2.5rem);
--card-padding: 1.5rem;
--card-gap: 1rem;
--button-padding-x: 1.5rem;
--button-padding-y: 0.75rem;
--form-gap: 1rem;
}
:root {
--shadow-none: none;
--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
--shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
--radius-none: 0;
--radius-xs: 0.125rem;
--radius-sm: 0.25rem;
--radius-md: 0.375rem;
--radius-lg: 0.5rem;
--radius-xl: 0.75rem;
--radius-2xl: 1rem;
--radius-3xl: 1.5rem;
--radius-full: 9999px;
--transition-fast: 0.15s ease;
--transition-normal: 0.3s ease;
--transition-slow: 0.5s ease;
--transition-all: all 0.3s ease;
--duration-fast: 0.15s;
--duration-normal: 0.3s;
--duration-slow: 0.5s;
--ease-smooth: ease-in-out;
--ease-spring: cubic-bezier(0.68, -0.55, 0.265, 1.55);
--opacity-disabled: 0.5;
--opacity-loading: 0.7;
--opacity-overlay: 0.8;
}
section {
padding-top: var(--section-y-mobile);
padding-bottom: var(--section-y-mobile);
padding-left: var(--section-x);
padding-right: var(--section-x);
}
@media (min-width: 768px) {
section {
padding-top: var(--section-y-tablet);
padding-bottom: var(--section-y-tablet);
}
}
@media (min-width: 1024px) {
section {
padding-top: var(--section-y-desktop);
padding-bottom: var(--section-y-desktop);
}
}
section[id="hero"] {
padding-top: var(--section-y-hero);
padding-bottom: var(--section-y-hero);
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
*, *::before, *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
@media (prefers-contrast: high) {
:root {
--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
}
}
@media print {
:root {
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: none;
--shadow-xl: none;
}
section {
padding-top: 1rem;
padding-bottom: 1rem;
break-inside: avoid;
}
}
html {
scroll-behavior: smooth;
scroll-padding-top: 6rem;
}
body {
overflow-x: hidden;
}
*:focus {
outline: 2px solid var(--border-interactive);
outline-offset: 2px;
border-radius: var(--radius-sm);
}
*:focus:not(:focus-visible) {
outline: none;
}
*:focus-visible {
outline: 2px solid var(--border-interactive);
outline-offset: 2px;
}
.light_font_primary {
font-family: var(--font-primary);
}
.digital_font_secondary {
font-family: var(--font-secondary);
}
.best_font_mono {
font-family: var(--font-mono);
}
.container_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);
}
.studio_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);
}
.unique_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);
}
.main_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);
}
.page_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);
}
.style_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);
}
.pro_heading_4 {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
}
.web_heading_5 {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-semibold);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.section_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);
}
.layout_body_large {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
letter-spacing: var(--tracking-normal);
}
.theme_body_base {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
letter-spacing: var(--tracking-normal);
}
.minimal_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);
}
.prime_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);
}
.bright_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);
}
.business_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);
}
.clean_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;
}
.company_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);
}
.fresh_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);
}
.content_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);
}
.premium_section_subtitle {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-secondary);
margin-bottom: var(--space-3);
}
.elite_section_description {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
letter-spacing: var(--tracking-normal);
color: var(--text-primary);
margin-bottom: var(--space-8);
max-width: 65ch;
}
.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);
}
.site_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);
}
.dark_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);
}
.dark_nav_link:hover,
.dark_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.top_button_text {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.bold_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) {
.company_hero_title {
font-size: var(--text-4xl);
}
.content_section_title {
font-size: var(--text-3xl);
}
.container_display_1 {
font-size: var(--text-5xl);
}
.studio_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.company_hero_title {
font-size: var(--text-3xl);
}
.content_section_title {
font-size: var(--text-2xl);
}
.container_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;
}
.app_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.custom_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.core_text_balance {
text-wrap: balance;
}
.modern_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.dark_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.prime_caption,
.bright_overline,
.bold_footer_text {
color: var(--text-secondary);
}
.fresh_hero_subtitle,
.premium_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.company_hero_title,
.content_section_title,
.main_heading_1,
.page_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;
}
}
.agency_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.ui_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.smart_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.design_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.new_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.brand_stack {
display: flex;
flex-direction: column;
}
.unique75_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.premium64_full_height {
min-height: 100vh;
}
.clean58_section_height {
min-height: 80vh;
}
.base52_hero_height {
min-height: 90vh;
}
.layout55_m_0 { margin: 0; }
.site59_m_1 { margin: var(--space-1); }
.design76_m_2 { margin: var(--space-2); }
.section76_m_3 { margin: var(--space-3); }
.custom50_m_4 { margin: var(--space-4); }
.content30_m_6 { margin: var(--space-6); }
.base6_m_8 { margin: var(--space-8); }
.brand0_m_12 { margin: var(--space-12); }
.fresh61_m_16 { margin: var(--space-16); }
.premium73_mx_auto { margin-left: auto; margin-right: auto; }
.style15_my_auto { margin-top: auto; margin-bottom: auto; }
.style1_mt_0 { margin-top: 0; }
.pro57_mt_4 { margin-top: var(--space-4); }
.agency52_mt_8 { margin-top: var(--space-8); }
.app82_mt_12 { margin-top: var(--space-12); }
.prime3_mb_0 { margin-bottom: 0; }
.fresh64_mb_4 { margin-bottom: var(--space-4); }
.custom24_mb_8 { margin-bottom: var(--space-8); }
.elite23_mb_12 { margin-bottom: var(--space-12); }
.unique3_p_0 { padding: 0; }
.studio76_p_1 { padding: var(--space-1); }
.container66_p_2 { padding: var(--space-2); }
.dark31_p_3 { padding: var(--space-3); }
.pro24_p_4 { padding: var(--space-4); }
.core98_p_6 { padding: var(--space-6); }
.section29_p_8 { padding: var(--space-8); }
.site9_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.dark23_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.content29_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.modern80_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.creative88_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.pro68_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.smart70_gap_1 { gap: var(--space-1); }
.smart66_gap_2 { gap: var(--space-2); }
.layout36_gap_3 { gap: var(--space-3); }
.fresh3_gap_4 { gap: var(--space-4); }
.light88_gap_6 { gap: var(--space-6); }
.container63_gap_8 { gap: var(--space-8); }
.modern70_shadow_none { box-shadow: var(--shadow-none); }
.site31_shadow_xs { box-shadow: var(--shadow-xs); }
.section93_shadow_sm { box-shadow: var(--shadow-sm); }
.style44_shadow_md { box-shadow: var(--shadow-md); }
.elite98_shadow_lg { box-shadow: var(--shadow-lg); }
.web50_shadow_xl { box-shadow: var(--shadow-xl); }
.site74_shadow_2xl { box-shadow: var(--shadow-2xl); }
.smart84_shadow_inner { box-shadow: var(--shadow-inner); }
.unique36_shadow_colored { box-shadow: var(--shadow-colored); }
.digital96_radius_none { border-radius: var(--radius-none); }
.studio31_radius_xs { border-radius: var(--radius-xs); }
.prime93_radius_sm { border-radius: var(--radius-sm); }
.dark88_radius_md { border-radius: var(--radius-md); }
.elite31_radius_lg { border-radius: var(--radius-lg); }
.bright91_radius_xl { border-radius: var(--radius-xl); }
.premium94_radius_2xl { border-radius: var(--radius-2xl); }
.clean56_radius_3xl { border-radius: var(--radius-3xl); }
.theme59_radius_full { border-radius: var(--radius-full); }
.studio13_gradient_primary {
background: var(--gradient-primary);
}
.unique3_gradient_secondary {
background: var(--gradient-secondary);
}
.site70_gradient_hero {
background: var(--gradient-hero);
}
.smart41_gradient_card {
background: var(--gradient-card);
}
.main4_gradient_overlay {
position: relative;
}
.main4_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;
}
.main4_gradient_overlay > * {
position: relative;
z-index: 2;
}
.new72_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.new72_hover_lift:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.best54_hover_scale {
transition: transform var(--transition-normal);
}
.best54_hover_scale:hover {
transform: scale(1.02);
}
.light26_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.light26_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.bright34_hover_fade {
transition: opacity var(--transition-normal);
}
.bright34_hover_fade:hover {
opacity: var(--opacity-loading);
}
.premium10_focus_ring {
transition: box-shadow var(--transition-fast);
}
.premium10_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.main61_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.business18_hero_content {
position: relative;
z-index: 2;
}
.custom29_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.content17_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.base62_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.digital9_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.prime59_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: var(--space-6);
}
.bright84_timeline {
position: relative;
}
.bright84_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.bright63_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.bright63_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.bright63_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.prime56_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.site4_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;
}
}
.bright49_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;
}
}
.digital38_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;
}
}
.site92_transition_all {
transition: var(--transition-all);
}
.prime46_transition_fast {
transition: all var(--transition-fast);
}
.digital87_transition_normal {
transition: all var(--transition-normal);
}
.prime12_transition_slow {
transition: all var(--transition-slow);
}
.content96_bg_primary { background-color: var(--bg-primary); }
.new46_bg_secondary { background-color: var(--bg-secondary); }
.company85_bg_muted { background-color: var(--bg-muted); }
.container93_bg_glass { background-color: var(--bg-glass); }
.bright90_text_primary { color: var(--text-primary); }
.premium57_text_secondary { color: var(--text-secondary); }
.ui62_text_muted { color: var(--text-muted); }
.smart6_text_inverse { color: var(--text-inverse); }
.elite98_text_link { color: var(--text-link); }
.site15_border_light { border-color: var(--border-light); }
.best78_border_medium { border-color: var(--border-medium); }
.fresh61_border_strong { border-color: var(--border-strong); }
.main89_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 768px) {
.custom29_services_grid,
.base62_features_grid,
.content17_team_grid,
.prime59_pricing_grid {
grid-template-columns: 1fr;
}
.digital9_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.bright84_timeline::before {
left: 30px;
}
.bright63_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.clean58_section_height {
min-height: 60vh;
}
.base52_hero_height {
min-height: 70vh;
}
}
@media (max-width: 480px) {
.digital9_gallery_grid {
grid-template-columns: 1fr;
}
.bright63_timeline_item {
padding-left: var(--space-12) !important;
}
}
.site96_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;
}
.content65_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.unique75_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);
}
.unique75_skip_link:focus {
top: 6px;
}
@media print {
.premium37_no_print {
display: none !important;
}
.content8_print_only {
display: block !important;
}
.site31_shadow_xs,
.section93_shadow_sm,
.style44_shadow_md,
.elite98_shadow_lg,
.web50_shadow_xl,
.site74_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) {
.prime56_fade_in,
.site4_slide_up,
.bright49_slide_in_left,
.digital38_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.new72_hover_lift,
.best54_hover_scale,
.light26_hover_shadow,
.bright34_hover_fade,
.site92_transition_all,
.prime46_transition_fast,
.digital87_transition_normal,
.prime12_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
.header-secondary {
position: relative;
background: var(--surface-primary);
box-shadow: 0 2px 12px color-mix(in srgb, var(--neutral-900) 8%, transparent);
z-index: 1000;
}
.header-secondary .navbar {
padding: 1rem 0;
position: relative;
}
.header-secondary .container-fluid {
position: relative;
z-index: 10;
}
.header-secondary .navbar-brand {
font-size: 1.125rem;
font-weight: 700;
color: var(--primary-700);
letter-spacing: -0.02em;
transition: all 0.3s ease;
position: relative;
z-index: 10;
}
.header-secondary .navbar-brand:hover {
color: var(--primary-500);
transform: translateY(-1px);
}
.header-secondary .nav-toggle-checkbox {
display: none;
}
.header-secondary .navbar-toggler {
border: none;
background: transparent;
padding: 0.5rem;
cursor: pointer;
display: none;
flex-direction: column;
gap: 5px;
width: 40px;
height: 40px;
justify-content: center;
align-items: center;
position: relative;
z-index: 10003;
transition: transform 0.3s ease;
}
.header-secondary .navbar-toggler:hover {
transform: scale(1.05);
}
.header-secondary .hamburger-line {
display: block;
width: 28px;
height: 3px;
background: #334155;
border-radius: 3px;
transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transform-origin: center;
}
.header-secondary .nav-toggle-checkbox:checked ~ .navbar-toggler .hamburger-line:nth-child(1) {
transform: translateY(8px) rotate(45deg);
}
.header-secondary .nav-toggle-checkbox:checked ~ .navbar-toggler .hamburger-line:nth-child(2) {
opacity: 0;
transform: scaleX(0);
}
.header-secondary .nav-toggle-checkbox:checked ~ .navbar-toggler .hamburger-line:nth-child(3) {
transform: translateY(-8px) rotate(-45deg);
}
.header-secondary .navbar-nav {
gap: 0.5rem;
align-items: center;
}
.header-secondary .nav-link {
color: var(--text-primary);
font-size: 0.75rem;
font-weight: 500;
padding: 0.625rem 1.25rem;
margin: 0;
border-radius: 8px;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.header-secondary .nav-link::before {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 2px;
background: var(--primary-500);
transform: translateX(-50%);
transition: width 0.3s ease;
}
.header-secondary .nav-link:hover {
color: var(--primary-700);
background: color-mix(in srgb, var(--primary-50) 50%, transparent);
}
.header-secondary .nav-link:hover::before {
width: 80%;
}
.header-secondary .header-decoration-top {
position: absolute;
top: -50px;
right: 10%;
width: 120px;
height: 120px;
background: radial-gradient(circle, var(--primary-100), transparent 70%);
border-radius: 50%;
opacity: 0.4;
pointer-events: none;
z-index: 1;
}
.header-secondary .header-decoration-right {
position: absolute;
bottom: -30px;
right: 5%;
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-300), transparent);
border-radius: 50%;
opacity: 0.3;
pointer-events: none;
z-index: 1;
}
@media (max-width: 991.98px) {
.header-secondary .navbar-toggler {
display: flex;
}
.header-secondary .navbar-collapse {
position: fixed;
top: 0;
right: -100%;
width: 280px;
height: 100vh;
background: var(--surface-primary);
transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
z-index: 10;
padding: 5rem 0 2rem 0;
overflow-y: auto;
box-shadow: -4px 0 20px color-mix(in srgb, var(--neutral-900) 15%, transparent);
}
.header-secondary .nav-toggle-checkbox:checked ~ .navbar-collapse {
right: 0;
}
.header-secondary .navbar-backdrop {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: color-mix(in srgb, var(--neutral-900) 40%, transparent);
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
z-index: -1;
backdrop-filter: blur(4px);
}
.header-secondary .nav-toggle-checkbox:checked ~ .navbar-collapse .navbar-backdrop {
opacity: 1;
visibility: visible;
}
.header-secondary .navbar-nav {
flex-direction: column;
gap: 0;
width: 100%;
align-items: stretch;
}
.header-secondary .nav-item {
width: 100%;
opacity: 0;
transform: translateX(30px);
animation: slideInRight 0.4s ease forwards;
}
.header-secondary .nav-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(1) {
animation-delay: 0.1s;
}
.header-secondary .nav-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(2) {
animation-delay: 0.2s;
}
.header-secondary .nav-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(3) {
animation-delay: 0.3s;
}
.header-secondary .nav-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(4) {
animation-delay: 0.4s;
}
.header-secondary .nav-link {
padding: 1rem 2rem;
margin: 0;
border-radius: 0;
border-bottom: 1px solid var(--neutral-100);
font-size: 0.875rem;
font-weight: 500;
color: var(--text-primary);
}
.header-secondary .nav-link::before {
display: none;
}
.header-secondary .nav-link:hover {
background: var(--primary-50);
color: var(--primary-700);
}
}
@keyframes slideInRight {
from {
opacity: 0;
transform: translateX(30px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
@media (max-width: 767.98px) {
.header-secondary .navbar-brand {
font-size: 1.125rem;
}
.header-secondary .navbar-collapse {
width: 260px;
}
.header-secondary .header-decoration-top,
.header-secondary .header-decoration-right {
display: none;
}
}
@media (min-width: 1400px) {
.header-secondary .navbar {
padding: 1.25rem 0;
}
.header-secondary .navbar-brand {
font-size: 1.125rem;
}
.header-secondary .nav-link {
font-size: 1.0625rem;
padding: 0.75rem 1.5rem;
}
.header-secondary .header-decoration-top {
width: 150px;
height: 150px;
}
.header-secondary .header-decoration-right {
width: 100px;
height: 100px;
}
}
.hero-primary {
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
);
position: relative;
padding: 0;
}
.hero-primary__bg-shape {
position: absolute;
border-radius: 50%;
opacity: 0.08;
z-index: 1;
pointer-events: none;
}
.hero-primary__bg-shape--1 {
width: 600px;
height: 600px;
background: radial-gradient(
circle,
var(--primary-300),
transparent 70%
);
top: -15%;
right: -10%;
animation: float-shape 20s ease-in-out infinite;
}
.hero-primary__bg-shape--2 {
width: 400px;
height: 400px;
background: radial-gradient(
circle,
var(--primary-500),
transparent 70%
);
bottom: 10%;
left: -5%;
animation: float-shape 15s ease-in-out infinite reverse;
}
.hero-primary__bg-shape--3 {
width: 300px;
height: 300px;
background: radial-gradient(
circle,
var(--primary-300),
transparent 70%
);
top: 40%;
left: 30%;
animation: float-shape 25s ease-in-out infinite;
}
@keyframes float-shape {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(30px, -30px) scale(1.1);
}
}
.hero-primary__content {
position: relative;
z-index: 2;
padding-right: 2rem;
}
.hero-primary__badge-wrapper {
display: flex;
align-items: center;
gap: 0.5rem;
}
.hero-primary__badge-dot {
width: 12px;
height: 12px;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 50%;
display: inline-block;
animation: pulse-dot 2s ease-in-out infinite;
}
.hero-primary__badge-dot:nth-child(2) {
animation-delay: 0.3s;
}
.hero-primary__badge-dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes pulse-dot {
0%, 100% {
opacity: 1;
transform: scale(1);
}
50% {
opacity: 0.5;
transform: scale(0.8);
}
}
.hero-primary__subtitle {
font-size: 1rem;
font-weight: 600;
color: var(--primary-700);
text-transform: uppercase;
letter-spacing: 0.1em;
margin-bottom: 1rem;
}
.hero-primary__title {
font-size: clamp(2.5rem, 5vw, 3.75rem);
font-weight: 800;
color: var(--text-primary);
line-height: 1.1;
margin-bottom: 1.5rem;
background: linear-gradient(
135deg,
var(--text-primary) 0%,
color-mix(in srgb, var(--primary-700) 80%, var(--text-primary) 20%) 100%
);
background-clip: text;
-webkit-background-clip: text;}
.hero-primary__description {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
max-width: 600px;
}
.hero-primary__icon-grid {
display: flex;
gap: 1rem;
flex-wrap: wrap;
margin-top: 2rem;
}
.hero-primary__icon-item {
width: 60px;
height: 60px;
background: var(--surface-primary);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
box-shadow:
0 4px 6px rgba(var(--black-rgb), 0.05),
0 10px 20px rgba(var(--black-rgb), 0.08);
transition: all 0.3s ease;
border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}
.hero-primary__icon-item:hover {
transform: translateY(-8px);
box-shadow:
0 8px 12px rgba(var(--black-rgb), 0.08),
0 20px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-500);
}
.hero-primary__icon-item i {
font-size: 1.5rem;
color: var(--primary-700);
}
.hero-primary__image-wrapper {
position: relative;
z-index: 2;
}
.hero-primary__image-container {
position: relative;
border-radius: 24px;
overflow: hidden;
box-shadow:
0 20px 40px rgba(var(--black-rgb), 0.12),
0 40px 80px rgba(var(--black-rgb), 0.08);
}
.hero-primary__image {
width: 100%;
height: auto;
display: block;
border-radius: 24px;
transition: transform 0.5s ease;
}
.hero-primary__image:hover {
transform: scale(1.02);
}
.hero-primary__blob {
position: absolute;
border-radius: 50%;
z-index: -1;
opacity: 0.15;
}
.hero-primary__blob--1 {
width: 300px;
height: 300px;
background: linear-gradient(
135deg,
var(--primary-300),
var(--primary-500)
);
top: -10%;
right: -10%;
filter: blur(60px);
animation: blob-float 8s ease-in-out infinite;
}
.hero-primary__blob--2 {
width: 250px;
height: 250px;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
bottom: -5%;
left: -5%;
filter: blur(50px);
animation: blob-float 10s ease-in-out infinite reverse;
}
@keyframes blob-float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(20px, -20px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
.hero-primary__floating-card {
position: absolute;
width: 80px;
height: 80px;
background: var(--surface-primary);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
box-shadow:
0 10px 20px rgba(var(--black-rgb), 0.1),
0 20px 40px rgba(var(--black-rgb), 0.15);
border: 3px solid var(--primary-300);
animation: float-card 4s ease-in-out infinite;
z-index: 10;
}
.hero-primary__floating-card--1 {
top: 10%;
right: 5%;
animation-delay: 0s;
}
.hero-primary__floating-card--2 {
bottom: 15%;
left: 8%;
animation-delay: 1s;
}
.hero-primary__floating-card--3 {
top: 50%;
right: -5%;
animation-delay: 2s;
}
@keyframes float-card {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(5deg);
}
}
.hero-primary__card-icon i {
font-size: 2rem;
color: var(--primary-700);
}
.hero-primary__decorative-line {
position: absolute;
height: 2px;
background: linear-gradient(
90deg,
transparent,
var(--primary-300),
transparent
);
z-index: 0;
}
.hero-primary__decorative-line--1 {
width: 200px;
top: 20%;
left: -10%;
transform: rotate(-45deg);
opacity: 0.3;
}
.hero-primary__decorative-line--2 {
width: 150px;
bottom: 30%;
right: -5%;
transform: rotate(45deg);
opacity: 0.3;
}
.hero-primary__wave-decoration {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100px;
background: linear-gradient(
to top,
var(--surface-primary) 0%,
transparent 100%
);
z-index: 1;
}
@media (max-width: 991.98px) {
.hero-primary__content {
padding-right: 0;
text-align: center;
}
.hero-primary__badge-wrapper {
justify-content: center;
}
.hero-primary__icon-grid {
justify-content: center;
}
.hero-primary__description {
max-width: 100%;
}
.hero-primary__floating-card {
width: 60px;
height: 60px;
}
.hero-primary__card-icon i {
font-size: 1.5rem;
}
.hero-primary__floating-card--3 {
right: 5%;
}
}
@media (max-width: 767.98px) {
.hero-primary__title {
font-size: 2rem;
}
.hero-primary__subtitle {
font-size: 0.875rem;
}
.hero-primary__description {
font-size: 1rem;
}
.hero-primary__icon-item {
width: 50px;
height: 50px;
}
.hero-primary__icon-item i {
font-size: 1.25rem;
}
.hero-primary__floating-card {
width: 50px;
height: 50px;
}
.hero-primary__card-icon i {
font-size: 1.25rem;
}
.hero-primary__bg-shape--1 {
width: 400px;
height: 400px;
}
.hero-primary__bg-shape--2 {
width: 300px;
height: 300px;
}
.hero-primary__bg-shape--3 {
display: none;
}
}
@media (max-width: 575.98px) {
.hero-primary__floating-card--2,
.hero-primary__floating-card--3 {
display: none;
}
.hero-primary__decorative-line {
display: none;
}
}
.usp-secondary {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 50%, white 50%) 100%
);
position: relative;
padding: 80px 0;
--usp-item-icon-size: 64px;
--usp-item-gap: 20px;
--usp-item-padding: 32px;
}
.usp-secondary__bg-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
pointer-events: none;
z-index: 0;
}
.usp-secondary__shape {
position: absolute;
border-radius: 50%;
opacity: 0.06;
}
.usp-secondary__shape--1 {
width: 500px;
height: 500px;
background: var(--primary-500);
top: -150px;
right: -100px;
animation: float 18s ease-in-out infinite;
}
.usp-secondary__shape--2 {
width: 400px;
height: 400px;
background: var(--primary-300);
bottom: -150px;
left: -100px;
animation: float 15s ease-in-out infinite reverse;
}
.usp-secondary__header {
position: relative;
z-index: 2;
}
.usp-secondary__badge {
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
}
.usp-secondary__badge-dot {
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
display: block;
animation: pulse-grow 2s ease-out infinite;
}
.usp-secondary__title {
color: var(--text-primary);
line-height: 1.2;
font-weight: 800;
letter-spacing: -0.01em;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__subtitle {
color: var(--primary-700);
font-weight: 600;
line-height: 1.4;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__description {
color: var(--text-secondary);
line-height: 1.6;
max-width: 680px;
margin-left: auto;
margin-right: auto;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__item {
background: white;
border-radius: 16px;
padding: var(--usp-item-padding);
height: 100%;
display: flex;
gap: var(--usp-item-gap);
box-shadow: 0 4px 16px rgba(var(--black-rgb), 0.06);
transition: all 0.3s ease;
position: relative;
z-index: 2;
border: 1px solid rgba(var(--primary-rgb), 0.1);
min-width: 0;
overflow: hidden;
}
.usp-secondary__item:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.usp-secondary__item-icon {
flex-shrink: 0;
width: var(--usp-item-icon-size);
height: var(--usp-item-icon-size);
min-width: 48px;
min-height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
border-radius: 16px;
box-shadow: 0 8px 16px rgba(var(--primary-rgb), 0.3);
transition: all 0.3s ease;
}
.usp-secondary__item:hover .usp-secondary__item-icon {
transform: scale(1.05);
box-shadow: 0 12px 24px rgba(var(--primary-rgb), 0.4);
}
.usp-secondary__item-icon i {
font-size: 28px;
color: white;
}
.usp-secondary__item-content {
flex: 1;
min-width: 0;
}
.usp-secondary__item-header {
margin-bottom: 12px;
gap: 12px;
flex-wrap: wrap;
align-items: flex-start;
}
.usp-secondary__item-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.3;
margin: 0;
flex: 1 1 auto;
min-width: 0;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__item-badge {
display: inline-block;
padding: 6px 14px;
background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
color: var(--primary-700);
border-radius: 20px;
font-size: 0.875rem;
font-weight: 700;
white-space: normal;
border: 1px solid var(--primary-200);
flex-shrink: 0;
text-align: center;
max-width: 100%;
word-break: break-word;
}
.usp-secondary__item-text {
color: var(--text-secondary);
line-height: 1.6;
font-size: 0.9375rem;
word-wrap: break-word;
overflow-wrap: break-word;
hyphens: auto;
}
.usp-secondary__accent-line {
height: 4px;
width: 100px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
border-radius: 2px;
margin: 0 auto;
position: relative;
z-index: 2;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(3deg);
}
}
@keyframes pulse-grow {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(2);
opacity: 0;
}
}
@media (max-width: 1399px) {
.usp-secondary {
--usp-item-padding: 28px;
--usp-item-gap: 18px;
}
.usp-secondary__item-header {
gap: 8px;
}
}
@media (max-width: 1199px) {
.usp-secondary {
--usp-item-icon-size: 56px;
--usp-item-padding: 24px;
--usp-item-gap: 16px;
}
.usp-secondary__item-header {
gap: 10px;
}
.usp-secondary__item-title {
font-size: 1.125rem;
}
.usp-secondary__item-badge {
font-size: 0.8125rem;
padding: 5px 12px;
}
}
@media (max-width: 991px) {
.usp-secondary {
padding: 60px 0;
--usp-item-icon-size: 56px;
}
.usp-secondary__title {
font-size: 2rem;
}
.usp-secondary__subtitle {
font-size: 1.125rem;
}
.usp-secondary__item {
gap: 16px;
}
.usp-secondary__item-icon i {
font-size: 24px;
}
.usp-secondary__item-header {
gap: 10px;
}
.usp-secondary__shape--1,
.usp-secondary__shape--2 {
width: 300px;
height: 300px;
}
}
@media (max-width: 767px) {
.usp-secondary {
--usp-item-icon-size: 48px;
--usp-item-padding: 20px;
--usp-item-gap: 16px;
}
.usp-secondary__title {
font-size: 1.75rem;
}
.usp-secondary__subtitle {
font-size: 1rem;
}
.usp-secondary__description {
font-size: 0.9375rem;
}
.usp-secondary__item {
flex-direction: column;
text-align: center;
}
.usp-secondary__item-header {
flex-direction: column;
gap: 8px;
align-items: center;
}
.usp-secondary__item-title {
text-align: center;
}
.usp-secondary__item-icon {
margin: 0 auto;
}
.usp-secondary__item-icon i {
font-size: 22px;
}
.usp-secondary__item-badge {
font-size: 0.8125rem;
padding: 5px 12px;
}
.usp-secondary__shape--1,
.usp-secondary__shape--2 {
display: none;
}
}
@media (max-width: 575px) {
.usp-secondary {
padding: 40px 0;
--usp-item-padding: 16px;
--usp-item-gap: 12px;
}
.usp-secondary__title {
font-size: 1.5rem;
}
.usp-secondary__item-header {
gap: 6px;
margin-bottom: 8px;
}
.usp-secondary__item-badge {
padding: 4px 10px;
font-size: 0.75rem;
}
.usp-secondary__item-text {
font-size: 0.875rem;
}
}
.about-section-variant {
padding: 100px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, white 70%) 100%);
position: relative;
overflow: hidden;
}
.about-section-variant .section-header {
max-width: 100%;
}
.about-section-variant .text-primary {
color: var(--primary-500) !important;
letter-spacing: 0.1em;
font-size: 0.875rem;
}
.about-section-variant #about-title {
color: var(--neutral-900);
line-height: 1.2;
}
.about-section-variant #about-desc {
color: var(--neutral-700);
line-height: 1.7;
}
.about-section-variant .features-grid {
display: grid;
grid-template-columns: 1fr;
gap: 1.5rem;
margin-top: 2rem;
}
.about-section-variant .feature-item {
display: flex;
gap: 1rem;
padding: 1.5rem;
background: white;
border-radius: 12px;
border: 1px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
transition: all 0.3s ease;
}
.about-section-variant .feature-item:hover {
transform: translateX(8px);
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.08);
border-color: var(--primary-300);
}
.about-section-variant .feature-icon {
flex-shrink: 0;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: white;
border-radius: 10px;
font-size: 1.25rem;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.about-section-variant .feature-content h4 {
color: var(--neutral-900);
margin-bottom: 0.5rem;
}
.about-section-variant .feature-content p {
color: var(--neutral-700);
line-height: 1.6;
}
.about-section-variant .images-wrapper {
position: relative;
height: 100%;
min-height: 600px;
}
.about-section-variant .decorative-blob {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 500px;
height: 500px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent 80%), transparent);
border-radius: 40% 60% 60% 40% / 50% 40% 60% 50%;
animation: blob-float 8s ease-in-out infinite;
z-index: 1;
}
@keyframes blob-float {
0%, 100% {
border-radius: 40% 60% 60% 40% / 50% 40% 60% 50%;
transform: translate(-50%, -50%) rotate(0deg);
}
50% {
border-radius: 60% 40% 40% 60% / 40% 60% 50% 60%;
transform: translate(-50%, -50%) rotate(180deg);
}
}
.about-section-variant .images-grid {
position: relative;
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: repeat(12, 1fr);
gap: 1rem;
height: 600px;
z-index: 2;
}
.about-section-variant .image-item {
position: relative;
overflow: hidden;
border-radius: 16px;
}
.about-section-variant .image-large {
grid-column: 1 / 9;
grid-row: 1 / 8;
}
.about-section-variant .image-small {
grid-column: 9 / 13;
grid-row: 1 / 5;
}
.about-section-variant .image-medium {
grid-column: 5 / 13;
grid-row: 8 / 13;
}
.about-section-variant .image-item img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.5s ease;
}
.about-section-variant .image-item:hover img {
transform: scale(1.08);
filter: brightness(1.1);
}
.about-section-variant .image-decoration {
position: absolute;
border-radius: 12px;
z-index: -1;
}
.about-section-variant .decoration-1 {
top: -10px;
right: -10px;
width: 100%;
height: 100%;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
opacity: 0.2;
}
.about-section-variant .decoration-2 {
bottom: -8px;
left: -8px;
width: 100%;
height: 100%;
background: linear-gradient(225deg, var(--primary-500), var(--primary-700));
opacity: 0.15;
}
.about-section-variant .decoration-3 {
top: -12px;
left: -12px;
width: 100%;
height: 100%;
background: linear-gradient(45deg, var(--primary-700), var(--primary-500));
opacity: 0.18;
}
.about-section-variant .floating-icon {
position: absolute;
width: 50px;
height: 50px;
background: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-500);
font-size: 1.25rem;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
z-index: 3;
animation: float 3s ease-in-out infinite;
}
.about-section-variant .icon-1 {
top: 10%;
right: 10%;
animation-delay: 0s;
}
.about-section-variant .icon-2 {
bottom: 20%;
left: 5%;
animation-delay: 1s;
}
.about-section-variant .icon-3 {
top: 50%;
right: 5%;
animation-delay: 2s;
}
@keyframes float {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(-15px);
}
}
@media (max-width: 991.98px) {
.about-section-variant {
padding: 80px 0;
}
.about-section-variant .images-wrapper {
min-height: 500px;
margin-bottom: 3rem;
}
.about-section-variant .images-grid {
height: 500px;
}
.about-section-variant .decorative-blob {
width: 400px;
height: 400px;
}
}
@media (max-width: 767.98px) {
.about-section-variant {
padding: 60px 0;
}
.about-section-variant #about-title {
font-size: 2rem;
}
.about-section-variant .images-wrapper {
min-height: 400px;
}
.about-section-variant .images-grid {
height: 400px;
gap: 0.75rem;
}
.about-section-variant .floating-icon {
width: 40px;
height: 40px;
font-size: 1rem;
}
.about-section-variant .decorative-blob {
width: 300px;
height: 300px;
}
.about-section-variant .feature-item {
padding: 1.25rem;
}
.about-section-variant .feature-icon {
width: 40px;
height: 40px;
font-size: 1rem;
}
}
@media (max-width: 575.98px) {
.about-section-variant #about-title {
font-size: 1.75rem;
}
.about-section-variant .images-wrapper {
min-height: 350px;
}
.about-section-variant .images-grid {
height: 350px;
gap: 0.5rem;
}
.about-section-variant .feature-item {
flex-direction: column;
align-items: flex-start;
padding: 1rem;
}
}
.features-section-variant {
position: relative;
overflow: hidden;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
}
.features-section-variant .decorative-dots {
position: absolute;
top: -20px;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 8px;
background-image: radial-gradient(
circle,
var(--primary-500) 2px,
transparent 2px
);
background-size: 12px 12px;
background-repeat: repeat-x;
}
.features-section-variant .decorative-line-accent {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
transparent,
var(--primary-500),
transparent
);
margin: 2rem auto 0;
border-radius: 2px;
}
.features-section-variant .decorative-blob-1 {
position: absolute;
top: 10%;
left: -5%;
width: 300px;
height: 300px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
transparent
);
border-radius: 45% 55% 60% 40% / 50% 60% 40% 50%;
filter: blur(40px);
animation: float-blob 20s ease-in-out infinite;
pointer-events: none;
}
.features-section-variant .decorative-blob-2 {
position: absolute;
bottom: 15%;
right: -5%;
width: 350px;
height: 350px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
transparent
);
border-radius: 60% 40% 50% 50% / 40% 60% 40% 60%;
filter: blur(50px);
animation: float-blob 25s ease-in-out infinite reverse;
pointer-events: none;
}
.features-section-variant .floating-icon-decoration {
position: absolute;
top: 20%;
right: 8%;
font-size: 4rem;
color: color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
animation: float-icon 8s ease-in-out infinite;
pointer-events: none;
}
@keyframes float-blob {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
@keyframes float-icon {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(5deg);
}
}
.features-section-variant .subtitle-badge {
display: inline-block;
padding: 0.5rem 1.5rem;
background: color-mix(in srgb, var(--primary-100) 60%, var(--surface-primary) 40%);
color: var(--primary-700);
border-radius: 50px;
font-size: 0.875rem;
font-weight: 600;
letter-spacing: 0.5px;
text-transform: uppercase;
border: 2px solid color-mix(in srgb, var(--primary-300) 40%, transparent 60%);
}
#features-title {
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.5px;
}
#features-desc {
font-size: 1.125rem;
line-height: 1.7;
color: var(--text-secondary);
}
.features-section-variant .features-diagonal-grid {
position: relative;
z-index: 2;
}
.features-section-variant .feature-card-variant {
position: relative;
padding: 2.5rem;
background: var(--surface-primary);
border-radius: 16px;
border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
box-shadow:
0 4px 6px color-mix(in srgb, var(--neutral-900) 5%, transparent 95%),
0 10px 20px color-mix(in srgb, var(--primary-500) 3%, transparent 97%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
height: 100%;
display: flex;
flex-direction: column;
overflow: hidden;
}
.features-section-variant .feature-card-variant:hover {
transform: translateY(-8px);
box-shadow:
0 12px 24px color-mix(in srgb, var(--neutral-900) 8%, transparent 92%),
0 20px 40px color-mix(in srgb, var(--primary-500) 8%, transparent 92%);
border-color: color-mix(in srgb, var(--primary-300) 60%, transparent 40%);
}
.features-section-variant .feature-card-large {
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%
);
}
.features-section-variant .feature-card-elevated {
margin-top: 2rem;
}
.features-section-variant .feature-card-offset {
margin-top: -1rem;
}
.card-decoration-corner {
position: absolute;
top: 0;
right: 0;
width: 100px;
height: 100px;
background: linear-gradient(
135deg,
transparent 50%,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 50%
);
border-radius: 0 16px 0 100%;
pointer-events: none;
}
.features-section-variant .feature-icon-wrapper {
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(
135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-700) 70%, var(--primary-500) 30%)
);
border-radius: 16px;
margin-bottom: 1.5rem;
font-size: 2rem;
color: var(--light);
box-shadow:
0 4px 12px color-mix(in srgb, var(--primary-500) 25%, transparent 75%),
inset 0 -2px 8px color-mix(in srgb, var(--neutral-900) 10%, transparent 90%);
transition: transform 0.3s ease;
position: relative;
z-index: 2;
}
.features-section-variant .feature-card-variant:hover .feature-icon-wrapper {
transform: scale(1.1) rotate(5deg);
}
.features-section-variant .feature-content {
flex: 1;
position: relative;
z-index: 2;
}
.features-section-variant .feature-title {
color: var(--text-primary);
font-weight: 700;
margin-bottom: 1rem;
line-height: 1.3;
transition: color 0.3s ease;
}
.features-section-variant .feature-card-variant:hover .feature-title {
color: var(--primary-700);
}
.features-section-variant .feature-description {
color: var(--text-secondary);
line-height: 1.7;
font-size: 1rem;
margin: 0;
}
.features-section-variant .feature-accent-bar {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 0 2px 2px 0;
transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.features-section-variant .feature-card-variant:hover .feature-accent-bar {
width: 100%;
}
@media (max-width: 991.98px) {
.features-section-variant .feature-card-elevated {
margin-top: 0;
}
.features-section-variant .feature-card-offset {
margin-top: 0;
}
.features-section-variant .floating-icon-decoration {
font-size: 2.5rem;
top: 10%;
right: 5%;
}
}
@media (max-width: 767.98px) {
.features-section-variant {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
#features-title {
font-size: 2rem;
}
#features-desc {
font-size: 1rem;
}
.features-section-variant .feature-card-variant {
padding: 2rem 1.5rem;
}
.features-section-variant .feature-icon-wrapper {
width: 60px;
height: 60px;
font-size: 1.75rem;
}
.features-section-variant .feature-title {
font-size: 1.25rem;
}
.decorative-blob-1,
.features-section-variant .decorative-blob-2 {
width: 200px;
height: 200px;
}
.features-section-variant .floating-icon-decoration {
display: none;
}
}
@media (max-width: 575.98px) {
.features-section-variant .subtitle-badge {
font-size: 0.75rem;
padding: 0.4rem 1.2rem;
}
#features-title {
font-size: 1.75rem;
}
.features-section-variant .feature-card-variant {
padding: 1.5rem;
}
}
@media (prefers-reduced-motion: reduce) {
.feature-card-variant,
.feature-icon-wrapper,
.features-section-variant .feature-accent-bar {
transition: none;
}
.decorative-blob-1,
.decorative-blob-2,
.features-section-variant .floating-icon-decoration {
animation: none;
}
}
@media (prefers-contrast: high) {
.features-section-variant .feature-card-variant {
border-width: 2px;
border-color: var(--neutral-700);
}
.features-section-variant .subtitle-badge {
border-width: 2px;
}
.features-section-variant .feature-accent-bar {
height: 6px;
}
}
.services-classic {
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-classic .section-header {
position: relative;
z-index: 2;
}
.services-classic #services-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
.services-classic #services-subtitle {
color: var(--primary-500);
font-size: 1.25rem;
font-weight: 600;
}
.services-classic #services-desc {
font-size: 1.05rem;
line-height: 1.7;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.services-classic .service-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2.5rem 2rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.04);
overflow: hidden;
}
.services-classic .service-card:hover {
transform: translateY(-8px);
box-shadow:
0 12px 40px rgba(var(--black-rgb), 0.08),
0 0 0 4px color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
border-color: var(--primary-300);
}
.services-classic .service-icon-wrapper {
width: 72px;
height: 72px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(
135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-700) 70%, var(--primary-500) 30%)
);
border-radius: 16px;
margin-bottom: 1.5rem;
transition: all 0.4s ease;
}
.services-classic .service-card:hover .service-icon-wrapper {
transform: rotate(-5deg) scale(1.1);
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.15);
}
.services-classic .service-icon-wrapper i {
font-size: 2rem;
color: var(--light);
}
.services-classic .service-content {
position: relative;
z-index: 2;
}
.services-classic .service-name {
color: var(--text-primary);
font-weight: 700;
margin-bottom: 1rem;
transition: color 0.3s ease;
}
.services-classic .service-card:hover .service-name {
color: var(--primary-500);
}
.services-classic .service-description {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.95rem;
}
.services-classic .service-features {
color: var(--text-secondary);
font-size: 0.875rem;
line-height: 1.8;
padding: 1rem;
background: color-mix(in srgb, var(--primary-50) 40%, transparent 60%);
border-radius: 8px;
border-left: 3px solid var(--primary-500);
}
.services-classic .service-pricing {
display: flex;
align-items: center;
gap: 0.5rem;
}
.services-classic .price-tag {
color: var(--primary-700);
font-weight: 700;
font-size: 1.125rem;
padding: 0.5rem 1rem;
background: color-mix(in srgb, var(--primary-100) 60%, transparent 40%);
border-radius: 8px;
display: inline-block;
}
.services-classic .service-badge {
position: absolute;
top: -30px;
right: -30px;
width: 120px;
height: 120px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent
);
border-radius: 50%;
transition: all 0.4s ease;
opacity: 0;
}
.services-classic .service-card:hover .service-badge {
opacity: 1;
transform: translate(-10px, 10px) scale(1.2);
}
.services-classic .decorative-blob-top {
position: absolute;
top: -100px;
right: -50px;
width: 400px;
height: 400px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 12%, transparent 88%),
transparent 70%
);
border-radius: 50%;
filter: blur(40px);
pointer-events: none;
}
.services-classic .decorative-blob-bottom {
position: absolute;
bottom: -150px;
left: -100px;
width: 500px;
height: 500px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 8%, transparent 92%),
transparent 70%
);
border-radius: 50%;
filter: blur(60px);
pointer-events: none;
}
.services-classic .decorative-circle-1 {
position: absolute;
top: 20%;
left: 5%;
width: 80px;
height: 80px;
border: 3px solid color-mix(in srgb, var(--primary-300) 25%, transparent 75%);
border-radius: 50%;
animation: float-1 8s ease-in-out infinite;
pointer-events: none;
}
.services-classic .decorative-circle-2 {
position: absolute;
bottom: 15%;
right: 8%;
width: 120px;
height: 120px;
border: 3px solid color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
border-radius: 50%;
animation: float-2 10s ease-in-out infinite;
pointer-events: none;
}
@keyframes float-1 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
25% {
transform: translate(20px, -20px) rotate(5deg);
}
50% {
transform: translate(10px, 10px) rotate(-5deg);
}
75% {
transform: translate(-15px, 5px) rotate(3deg);
}
}
@keyframes float-2 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(-25px, 15px) rotate(-8deg);
}
66% {
transform: translate(15px, -10px) rotate(8deg);
}
}
@media (max-width: 991.98px) {
.services-classic #services-title {
font-size: 2.5rem;
}
.services-classic .service-card {
padding: 2rem 1.5rem;
}
.services-classic .service-icon-wrapper {
width: 64px;
height: 64px;
}
.services-classic .service-icon-wrapper i {
font-size: 1.75rem;
}
}
@media (max-width: 767.98px) {
.services-classic {
padding: 3rem 0;
}
.services-classic #services-title {
font-size: 2rem;
}
.services-classic #services-subtitle {
font-size: 1.125rem;
}
.services-classic .service-card {
padding: 1.75rem 1.25rem;
}
.services-classic .service-icon-wrapper {
width: 56px;
height: 56px;
}
.services-classic .service-icon-wrapper i {
font-size: 1.5rem;
}
.services-classic .service-name {
font-size: 1.25rem;
}
.services-classic .decorative-circle-1,
.services-classic .decorative-circle-2 {
display: none;
}
.services-classic .decorative-blob-top,
.services-classic .decorative-blob-bottom {
width: 300px;
height: 300px;
}
}
@media (max-width: 575.98px) {
.services-classic #services-title {
font-size: 1.75rem;
}
.services-classic .price-tag {
font-size: 1rem;
padding: 0.4rem 0.8rem;
}
.services-classic .service-features {
font-size: 0.8125rem;
padding: 0.875rem;
}
}
@media (prefers-contrast: high) {
.services-classic .service-card {
border: 2px solid var(--neutral-700);
}
.services-classic .service-card:hover {
border-color: var(--primary-700);
}
.services-classic .decorative-blob-top,
.services-classic .decorative-blob-bottom {
display: none;
}
}
@media (prefers-reduced-motion: reduce) {
.services-classic .service-card,
.services-classic .service-icon-wrapper,
.services-classic .service-badge {
transition: none;
}
.services-classic .decorative-circle-1,
.services-classic .decorative-circle-2 {
animation: none;
}
.services-classic .service-card:hover {
transform: none;
}
}
.priceplan-section-pro {
position: relative;
padding: 100px 0;
background: linear-gradient(180deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.priceplan-section-pro .section-header {
margin-bottom: 3rem;
}
.priceplan-section-pro .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
letter-spacing: -0.02em;
}
.priceplan-section-pro .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 1.5rem;
}
.priceplan-section-pro .section-description {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
max-width: 600px;
margin: 0 auto;
}
.priceplan-section-pro .pricing-card {
position: relative;
background: white;
border-radius: 20px;
padding: 2.5rem 2rem;
height: 100%;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid var(--neutral-100);
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.05);
}
.priceplan-section-pro .pricing-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.priceplan-section-pro .pricing-card.featured {
border-color: var(--primary-500);
border-width: 3px;
box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.priceplan-section-pro .pricing-card.featured:hover {
box-shadow: 0 16px 50px color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.priceplan-section-pro .popular-badge {
position: absolute;
top: -15px;
right: 30px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: white;
padding: 8px 20px;
border-radius: 50px;
font-size: 0.875rem;
font-weight: 600;
box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 40%, transparent);
}
.priceplan-section-pro .popular-badge i {
margin-right: 5px;
}
.priceplan-section-pro .card-header-section {
text-align: center;
margin-bottom: 2rem;
}
.priceplan-section-pro .icon-wrapper {
width: 80px;
height: 80px;
margin: 0 auto 1.5rem;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
border-radius: 20px;
transition: all 0.3s ease;
}
.priceplan-section-pro .pricing-card:hover .icon-wrapper {
transform: scale(1.1) rotate(5deg);
background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
}
.priceplan-section-pro .icon-wrapper i {
font-size: 2.5rem;
color: var(--primary-500);
}
.priceplan-section-pro .plan-name {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
}
.priceplan-section-pro .plan-description {
font-size: 0.9375rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 0;
}
.priceplan-section-pro .price-section {
text-align: center;
padding: 2rem 0;
margin: 2rem 0;
border-top: 2px solid var(--neutral-100);
border-bottom: 2px solid var(--neutral-100);
}
.priceplan-section-pro .pricing-card.featured .price-section {
border-color: color-mix(in srgb, var(--primary-500) 30%, transparent);
background: linear-gradient(180deg, transparent, var(--primary-50), transparent);
}
.priceplan-section-pro .price-wrapper {
display: flex;
align-items: baseline;
justify-content: center;
gap: 0.25rem;
}
.priceplan-section-pro .currency {
font-size: 1.5rem;
font-weight: 600;
color: var(--text-secondary);
}
.priceplan-section-pro .price-amount {
font-size: 4rem;
font-weight: 800;
color: var(--primary-500);
line-height: 1;
letter-spacing: -0.02em;
}
.priceplan-section-pro .period {
font-size: 1.125rem;
color: var(--text-secondary);
font-weight: 500;
}
.priceplan-section-pro .features-section {
margin: 2rem 0;
}
.priceplan-section-pro .features-list {
font-size: 0.9375rem;
line-height: 1.9;
color: var(--text-secondary);
text-align: left;
}
.priceplan-section-pro .card-footer-section {
margin-top: 2.5rem;
padding-top: 2rem;
}
.priceplan-section-pro .decorative-line {
height: 4px;
background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
border-radius: 2px;
}
.priceplan-section-pro .pricing-card.featured .decorative-line {
background: linear-gradient(90deg, var(--primary-300), var(--primary-500), var(--primary-700), var(--primary-500), var(--primary-300));
}
.priceplan-section-pro .decorative-shapes {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.priceplan-section-pro .shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent 70%);
}
.priceplan-section-pro .shape-1 {
width: 400px;
height: 400px;
top: -200px;
left: -100px;
}
.priceplan-section-pro .shape-2 {
width: 300px;
height: 300px;
bottom: -150px;
right: -50px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 12%, transparent), transparent 70%);
}
.priceplan-section-pro .shape-blob {
position: absolute;
width: 600px;
height: 600px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(ellipse at center, color-mix(in srgb, var(--primary-100) 8%, transparent), transparent 60%);
animation: blob-float 20s ease-in-out infinite;
}
@keyframes blob-float {
0%, 100% { transform: translate(-50%, -50%) scale(1); }
50% { transform: translate(-45%, -55%) scale(1.1); }
}
@media (max-width: 991px) {
.priceplan-section-pro {
padding: 80px 0;
}
.priceplan-section-pro .section-title {
font-size: 2.25rem;
}
.priceplan-section-pro .section-subtitle {
font-size: 1.25rem;
}
.priceplan-section-pro .price-amount {
font-size: 3.5rem;
}
}
@media (max-width: 767px) {
.priceplan-section-pro {
padding: 60px 0;
}
.priceplan-section-pro .section-title {
font-size: 1.875rem;
}
.priceplan-section-pro .section-subtitle {
font-size: 1.125rem;
}
.priceplan-section-pro .section-description {
font-size: 1rem;
}
.priceplan-section-pro .pricing-card {
padding: 2rem 1.5rem;
}
.priceplan-section-pro .icon-wrapper {
width: 70px;
height: 70px;
}
.priceplan-section-pro .icon-wrapper i {
font-size: 2rem;
}
.priceplan-section-pro .plan-name {
font-size: 1.5rem;
}
.priceplan-section-pro .price-amount {
font-size: 3rem;
}
.priceplan-section-pro .popular-badge {
top: -12px;
right: 20px;
padding: 6px 16px;
font-size: 0.8125rem;
}
}
@media (max-width: 575px) {
.priceplan-section-pro .section-title {
font-size: 1.625rem;
}
.priceplan-section-pro .price-section {
padding: 1.5rem 0;
margin: 1.5rem 0;
}
.priceplan-section-pro .features-section {
margin: 1.5rem 0;
}
}
.team-section-minimal {
padding: 80px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
position: relative;
overflow: hidden;
}
.team-section-minimal .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.2;
}
.team-section-minimal .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 1.5rem;
line-height: 1.4;
}
.team-section-minimal .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
margin-bottom: 3rem;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.team-section-minimal .decorative-shape-top {
width: 80px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
margin: 0 auto 2rem;
border-radius: 2px;
}
.team-section-minimal .decorative-line {
width: 100px;
height: 2px;
background: var(--primary-300);
margin: 2rem auto 0;
opacity: 0.5;
}
.team-section-minimal .team-grid {
margin-top: 4rem;
position: relative;
z-index: 2;
}
.team-section-minimal .team-card {
background: var(--surface-primary);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
height: 100%;
position: relative;
}
.team-section-minimal .team-card:hover {
transform: translateY(-12px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.15);
}
.team-section-minimal .team-image-wrapper {
position: relative;
overflow: hidden;
padding-top: 100%;
background: var(--neutral-100);
}
.team-section-minimal .team-member-photo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-section-minimal .team-card:hover .team-member-photo {
transform: scale(1.08);
}
.team-section-minimal .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) 30%, transparent) 100%
);
opacity: 0;
transition: opacity 0.4s ease;
}
.team-section-minimal .team-card:hover .image-overlay {
opacity: 1;
}
.team-section-minimal .decorative-corner {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 60px 60px 0;
border-color: transparent var(--primary-500) transparent transparent;
opacity: 0;
transition: opacity 0.4s ease;
}
.team-section-minimal .team-card:hover .decorative-corner {
opacity: 0.9;
}
.team-section-minimal .team-info {
padding: 2rem 1.5rem;
text-align: center;
background: var(--surface-primary);
}
.team-section-minimal .member-name {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 0.5rem;
line-height: 1.3;
transition: color 0.3s ease;
}
.team-section-minimal .team-card:hover .member-name {
color: var(--primary-500);
}
.team-section-minimal .member-role {
font-size: 1rem;
color: var(--text-secondary);
margin-bottom: 1rem;
line-height: 1.5;
font-weight: 500;
}
.team-section-minimal .role-accent-line {
width: 40px;
height: 3px;
background: var(--primary-500);
margin: 0 auto;
border-radius: 2px;
transform: scaleX(0);
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-section-minimal .team-card:hover .role-accent-line {
transform: scaleX(1);
}
.team-section-minimal .team-card-decorative {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
display: flex;
align-items: center;
justify-content: center;
min-height: 400px;
position: relative;
overflow: hidden;
}
.team-section-minimal .join-team-content {
position: relative;
z-index: 2;
text-align: center;
}
.team-section-minimal .decorative-icon-wrapper {
width: 120px;
height: 120px;
background: rgba(var(--white-rgb), 0.15);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
backdrop-filter: blur(10px);
border: 2px solid rgba(var(--white-rgb), 0.2);
}
.team-section-minimal .decorative-icon-wrapper i {
font-size: 4rem;
color: rgba(var(--white-rgb), 0.9);
}
.team-section-minimal .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.team-section-minimal .shape-circle {
position: absolute;
top: 10%;
right: 10%;
width: 100px;
height: 100px;
border-radius: 50%;
background: rgba(var(--white-rgb), 0.1);
animation: float 6s ease-in-out infinite;
}
.team-section-minimal .shape-square {
position: absolute;
bottom: 15%;
left: 15%;
width: 80px;
height: 80px;
background: rgba(var(--white-rgb), 0.08);
transform: rotate(45deg);
animation: float 8s ease-in-out infinite reverse;
}
.team-section-minimal .decorative-elements {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.team-section-minimal .blob-shape {
position: absolute;
border-radius: 50%;
opacity: 0.03;
filter: blur(40px);
}
.team-section-minimal .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
left: -100px;
animation: blob-movement 20s ease-in-out infinite;
}
.team-section-minimal .blob-2 {
width: 500px;
height: 500px;
background: var(--primary-300);
bottom: -150px;
right: -150px;
animation: blob-movement 25s ease-in-out infinite reverse;
}
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
}
@keyframes blob-movement {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(50px, -50px) rotate(120deg);
}
66% {
transform: translate(-30px, 30px) rotate(240deg);
}
}
@media (max-width: 991.98px) {
.team-section-minimal {
padding: 60px 0;
}
.team-section-minimal .section-title {
font-size: 2.25rem;
}
.team-section-minimal .section-subtitle {
font-size: 1.25rem;
}
.team-section-minimal .section-description {
font-size: 1rem;
}
.team-section-minimal .team-grid {
margin-top: 3rem;
}
}
@media (max-width: 767.98px) {
.team-section-minimal {
padding: 50px 0;
}
.team-section-minimal .section-title {
font-size: 1.875rem;
}
.team-section-minimal .section-subtitle {
font-size: 1.125rem;
}
.team-section-minimal .member-name {
font-size: 1.25rem;
}
.team-section-minimal .member-role {
font-size: 0.938rem;
}
.team-section-minimal .team-info {
padding: 1.5rem 1rem;
}
}
@media (max-width: 575.98px) {
.team-section-minimal .section-title {
font-size: 1.625rem;
}
.team-section-minimal .decorative-shape-top {
width: 60px;
height: 3px;
}
}
.reviews-section-primary {
position: relative;
padding: 100px 0;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.reviews-section-primary .decorative-accent-top {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
margin-bottom: 1.5rem;
}
.reviews-section-primary .accent-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
display: block;
}
.reviews-section-primary .accent-line {
width: 60px;
height: 2px;
background: linear-gradient(
90deg,
var(--primary-300),
var(--primary-500),
var(--primary-300)
);
display: block;
}
.reviews-section-primary .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.2;
}
.reviews-section-primary .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-700);
margin-bottom: 1.5rem;
text-transform: uppercase;
letter-spacing: 1px;
}
.reviews-section-primary .section-description {
font-size: 1.125rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.reviews-section-primary .review-card {
position: relative;
height: 100%;
background: var(--surface-primary);
border-radius: 16px;
overflow: hidden;
transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
box-shadow:
0 4px 6px rgba(var(--black-rgb), 0.05),
0 10px 20px rgba(var(--black-rgb), 0.08);
}
.reviews-section-primary .review-card:hover {
transform: translateY(-8px);
box-shadow:
0 12px 24px rgba(var(--black-rgb), 0.1),
0 20px 40px rgba(var(--black-rgb), 0.12);
}
.reviews-section-primary .review-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 5px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-700)
);
opacity: 0;
transition: opacity 0.3s ease;
}
.reviews-section-primary .review-card:hover::before {
opacity: 1;
}
.reviews-section-primary .review-card-inner {
padding: 2.5rem 2rem;
position: relative;
z-index: 2;
}
.reviews-section-primary .quote-icon {
width: 56px;
height: 56px;
background: linear-gradient(
135deg,
var(--primary-100),
color-mix(in srgb, var(--primary-300) 50%, var(--primary-100) 50%)
);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
transition: transform 0.3s ease;
}
.reviews-section-primary .review-card:hover .quote-icon {
transform: scale(1.1) rotate(5deg);
}
.reviews-section-primary .quote-icon i {
font-size: 28px;
color: var(--primary-700);
}
.reviews-section-primary .review-content {
margin-bottom: 2rem;
}
.reviews-section-primary .review-text {
font-size: 1rem;
line-height: 1.7;
color: var(--text-secondary);
margin: 0;
position: relative;
}
.reviews-section-primary .review-author-section {
display: flex;
align-items: center;
gap: 1rem;
padding-top: 1.5rem;
border-top: 2px solid color-mix(in srgb, var(--primary-100) 50%, var(--surface-primary) 50%);
}
.reviews-section-primary .author-avatar {
flex-shrink: 0;
}
.reviews-section-primary .avatar-placeholder {
width: 56px;
height: 56px;
background: linear-gradient(
135deg,
var(--primary-300),
var(--primary-500)
);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.3s ease;
}
.reviews-section-primary .review-card:hover .avatar-placeholder {
transform: scale(1.05);
}
.reviews-section-primary .avatar-placeholder i {
font-size: 32px;
color: var(--surface-primary);
}
.reviews-section-primary .author-info {
flex: 1;
}
.reviews-section-primary .author-name {
font-size: 1rem;
font-weight: 600;
color: var(--text-primary);
margin: 0;
line-height: 1.4;
}
.reviews-section-primary .card-corner-decoration {
position: absolute;
bottom: 0;
right: 0;
width: 80px;
height: 80px;
background: linear-gradient(
135deg,
transparent 0%,
transparent 50%,
color-mix(in srgb, var(--primary-100) 30%, transparent 70%) 50%,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 100%
);
border-radius: 16px 0 16px 0;
pointer-events: none;
opacity: 0.5;
transition: opacity 0.3s ease;
}
.reviews-section-primary .review-card:hover .card-corner-decoration {
opacity: 0.8;
}
.reviews-section-primary .decorative-accent-bottom {
position: relative;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
}
.reviews-section-primary .accent-shape-left,
.reviews-section-primary .accent-shape-right {
position: absolute;
width: 100px;
height: 4px;
background: linear-gradient(
90deg,
transparent,
var(--primary-300),
transparent
);
}
.reviews-section-primary .accent-shape-left {
left: 50%;
transform: translateX(-120%);
}
.reviews-section-primary .accent-shape-right {
right: 50%;
transform: translateX(120%);
}
.reviews-section-primary .bg-decoration-circle-1,
.reviews-section-primary .bg-decoration-circle-2 {
position: absolute;
border-radius: 50%;
pointer-events: none;
opacity: 0.08;
}
.reviews-section-primary .bg-decoration-circle-1 {
width: 400px;
height: 400px;
background: radial-gradient(
circle,
var(--primary-300),
transparent 70%
);
top: -100px;
right: -100px;
animation: float-slow 20s ease-in-out infinite;
}
.reviews-section-primary .bg-decoration-circle-2 {
width: 300px;
height: 300px;
background: radial-gradient(
circle,
var(--primary-500),
transparent 70%
);
bottom: -80px;
left: -80px;
animation: float-slow 25s ease-in-out infinite reverse;
}
.reviews-section-primary .bg-decoration-blob {
position: absolute;
width: 500px;
height: 500px;
background: radial-gradient(
ellipse at center,
color-mix(in srgb, var(--primary-100) 40%, transparent 60%),
transparent 70%
);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 40% 60% 70% 30% / 50% 60% 40% 50%;
pointer-events: none;
opacity: 0.15;
animation: blob-morph 30s ease-in-out infinite;
}
@keyframes float-slow {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(30px, 30px) scale(1.05);
}
}
@keyframes blob-morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 50% 60% 40% 50%;
}
25% {
border-radius: 60% 40% 30% 70% / 60% 50% 50% 40%;
}
50% {
border-radius: 30% 70% 60% 40% / 40% 50% 60% 50%;
}
75% {
border-radius: 70% 30% 40% 60% / 50% 40% 50% 60%;
}
}
@media (max-width: 991px) {
.reviews-section-primary {
padding: 80px 0;
}
.reviews-section-primary .section-title {
font-size: 2.25rem;
}
.reviews-section-primary .section-subtitle {
font-size: 1.125rem;
}
.reviews-section-primary .section-description {
font-size: 1rem;
}
}
@media (max-width: 767px) {
.reviews-section-primary {
padding: 60px 0;
}
.reviews-section-primary .section-title {
font-size: 2rem;
}
.reviews-section-primary .section-subtitle {
font-size: 1rem;
}
.reviews-section-primary .review-card-inner {
padding: 2rem 1.5rem;
}
.reviews-section-primary .quote-icon {
width: 48px;
height: 48px;
}
.reviews-section-primary .quote-icon i {
font-size: 24px;
}
.reviews-section-primary .avatar-placeholder {
width: 48px;
height: 48px;
}
.reviews-section-primary .avatar-placeholder i {
font-size: 28px;
}
.reviews-section-primary .author-name {
font-size: 0.95rem;
}
.reviews-section-primary .bg-decoration-circle-1 {
width: 250px;
height: 250px;
}
.reviews-section-primary .bg-decoration-circle-2 {
width: 200px;
height: 200px;
}
}
@media (max-width: 575px) {
.reviews-section-primary .section-title {
font-size: 1.75rem;
}
.reviews-section-primary .review-text {
font-size: 0.95rem;
}
.reviews-section-primary .accent-line {
width: 40px;
}
}
.casestudy-section-modern {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.casestudy-section-modern .section-header {
position: relative;
z-index: 2;
}
.casestudy-section-modern .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.casestudy-section-modern .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
margin-bottom: 1.5rem;
}
.casestudy-section-modern .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.casestudy-section-modern .case-card {
background: var(--light);
border-radius: 16px;
overflow: hidden;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 6px rgba(var(--black-rgb), 0.05);
height: 100%;
display: flex;
flex-direction: column;
position: relative;
}
.casestudy-section-modern .case-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 24px rgba(var(--black-rgb), 0.1);
}
.casestudy-section-modern .case-image-wrapper {
position: relative;
height: 240px;
background: linear-gradient(
135deg,
var(--primary-50) 0%,
color-mix(in srgb, var(--primary-100) 70%, var(--primary-300) 30%) 100%
);
overflow: hidden;
}
.casestudy-section-modern .case-image-placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 4rem;
color: var(--primary-500);
opacity: 0.3;
transition: all 0.4s ease;
}
.casestudy-section-modern .case-card:hover .case-image-placeholder {
transform: scale(1.1);
opacity: 0.5;
}
.casestudy-section-modern .case-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
180deg,
transparent 0%,
color-mix(in srgb, var(--primary-700) 20%, transparent 80%) 100%
);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.4s ease;
}
.casestudy-section-modern .case-card:hover .case-overlay {
opacity: 1;
}
.casestudy-section-modern .case-icon {
width: 60px;
height: 60px;
background: var(--light);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.75rem;
color: var(--primary-500);
transform: scale(0);
transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.casestudy-section-modern .case-card:hover .case-icon {
transform: scale(1);
}
.casestudy-section-modern .case-content {
padding: 2rem;
flex: 1;
display: flex;
flex-direction: column;
}
.casestudy-section-modern .case-meta {
margin-bottom: 1rem;
}
.casestudy-section-modern .case-badge {
display: inline-block;
width: 40px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
border-radius: 2px;
}
.casestudy-section-modern .case-title {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.3;
margin-bottom: 1rem;
transition: color 0.3s ease;
}
.casestudy-section-modern .case-card:hover .case-title {
color: var(--primary-500);
}
.casestudy-section-modern .case-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 1.5rem;
flex: 1;
}
.casestudy-section-modern .case-footer {
margin-top: auto;
padding-top: 1rem;
border-top: 1px solid var(--neutral-100);
}
.casestudy-section-modern .case-stats {
display: flex;
gap: 8px;
align-items: center;
}
.casestudy-section-modern .stat-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
opacity: 0.6;
transition: all 0.3s ease;
}
.casestudy-section-modern .case-card:hover .stat-dot {
opacity: 1;
transform: scale(1.2);
}
.casestudy-section-modern .stat-dot:nth-child(2) {
opacity: 0.4;
}
.casestudy-section-modern .stat-dot:nth-child(3) {
opacity: 0.2;
}
.casestudy-section-modern .case-card:hover .stat-dot:nth-child(2) {
opacity: 0.8;
transition-delay: 0.1s;
}
.casestudy-section-modern .case-card:hover .stat-dot:nth-child(3) {
opacity: 0.6;
transition-delay: 0.2s;
}
.casestudy-section-modern .decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 1;
}
.casestudy-section-modern .shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.casestudy-section-modern .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -200px;
right: -100px;
}
.casestudy-section-modern .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: -150px;
left: -50px;
}
.casestudy-section-modern .shape-3 {
width: 200px;
height: 200px;
background: var(--primary-300);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
.casestudy-section-modern .section-title {
font-size: 2rem;
}
.casestudy-section-modern .section-subtitle {
font-size: 1.25rem;
}
.casestudy-section-modern .section-description {
font-size: 1rem;
}
.casestudy-section-modern .case-image-wrapper {
height: 220px;
}
.casestudy-section-modern .case-content {
padding: 1.5rem;
}
.casestudy-section-modern .case-title {
font-size: 1.25rem;
}
}
@media (max-width: 767.98px) {
.casestudy-section-modern .section-title {
font-size: 1.75rem;
}
.casestudy-section-modern .section-subtitle {
font-size: 1.125rem;
}
.casestudy-section-modern .case-image-wrapper {
height: 200px;
}
.casestudy-section-modern .case-image-placeholder {
font-size: 3rem;
}
.casestudy-section-modern .case-icon {
width: 50px;
height: 50px;
font-size: 1.5rem;
}
.casestudy-section-modern .case-content {
padding: 1.25rem;
}
.casestudy-section-modern .case-title {
font-size: 1.125rem;
}
.casestudy-section-modern .case-description {
font-size: 0.9375rem;
}
}
@media (max-width: 575.98px) {
.casestudy-section-modern .section-title {
font-size: 1.5rem;
}
.casestudy-section-modern .section-subtitle {
font-size: 1rem;
}
.casestudy-section-modern .section-description {
font-size: 0.9375rem;
}
}
@media (prefers-reduced-motion: reduce) {
.casestudy-section-modern .case-card,
.casestudy-section-modern .case-image-placeholder,
.casestudy-section-modern .case-overlay,
.casestudy-section-modern .case-icon,
.casestudy-section-modern .stat-dot {
transition: none;
}
}
@media (prefers-contrast: high) {
.casestudy-section-modern .case-card {
border: 2px solid var(--neutral-300);
}
.casestudy-section-modern .case-card:hover {
border-color: var(--primary-500);
}
}
.process-section-classic {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.process-section-classic .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.process-section-classic .section-subtitle {
font-size: 0.875rem;
font-weight: 600;
letter-spacing: 2px;
color: var(--primary-500);
margin-bottom: 1rem;
}
.process-section-classic .section-description {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
max-width: 100%;
}
.process-section-classic .decorative-dot-pattern {
width: 60px;
height: 8px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
border-radius: 4px;
margin: 0 auto;
}
.process-section-classic .decorative-line {
width: 100px;
height: 3px;
background: var(--primary-500);
margin: 0 auto;
border-radius: 2px;
}
.process-section-classic .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;
}
.process-section-classic .process-item-wrapper {
position: relative;
z-index: 2;
}
.process-section-classic .process-number {
display: inline-block;
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: var(--light);
font-size: 1.5rem;
font-weight: 700;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent);
transition: transform 0.3s ease;
}
.process-section-classic .process-item-wrapper:hover .process-number {
transform: scale(1.1) rotate(5deg);
}
.process-section-classic .process-content {
padding: 2rem;
background: var(--surface-secondary);
border-radius: 16px;
border: 2px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
transition: all 0.3s ease;
height: 100%;
}
.process-section-classic .process-content:hover {
border-color: var(--primary-500);
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 15%, transparent);
transform: translateY(-4px);
}
.process-section-classic .process-title {
font-size: 1.75rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.process-section-classic .process-description {
font-size: 1rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 0;
}
.process-section-classic .process-icon-wrapper {
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 35%, transparent);
border: 4px solid var(--surface-primary);
position: relative;
z-index: 3;
transition: all 0.3s ease;
}
.process-section-classic .process-icon-wrapper::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
opacity: 0.3;
animation: pulse-ring 2s ease-out infinite;
}
@keyframes pulse-ring {
0% {
transform: scale(1);
opacity: 0.3;
}
100% {
transform: scale(1.5);
opacity: 0;
}
}
.process-section-classic .process-item-wrapper:hover .process-icon-wrapper {
transform: scale(1.1);
box-shadow: 0 8px 28px color-mix(in srgb, var(--primary-500) 45%, transparent);
}
.process-section-classic .process-icon-wrapper i {
font-size: 2rem;
color: var(--light);
}
.process-section-classic .process-visual {
padding: 1rem;
}
.process-section-classic .visual-placeholder {
width: 100%;
height: 280px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 10%, transparent),
color-mix(in srgb, var(--primary-300) 15%, transparent));
border-radius: 16px;
position: relative;
overflow: hidden;
border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.process-section-classic .visual-placeholder::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: linear-gradient(45deg,
transparent 40%,
color-mix(in srgb, var(--light) 10%, transparent) 50%,
transparent 60%);
animation: shimmer 3s infinite;
}
@keyframes shimmer {
0% {
transform: translateX(-100%) translateY(-100%) rotate(45deg);
}
100% {
transform: translateX(100%) translateY(100%) rotate(45deg);
}
}
.process-section-classic .background-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.process-section-classic .shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 8%, transparent),
transparent 70%);
}
.process-section-classic .shape-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.process-section-classic .shape-2 {
width: 300px;
height: 300px;
bottom: -80px;
left: -80px;
animation: float 25s ease-in-out infinite reverse;
}
.process-section-classic .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) 5%, transparent),
transparent 70%);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: blob-morph 15s ease-in-out infinite;
opacity: 0.4;
}
@keyframes float {
0%, 100% {
transform: translateY(0) scale(1);
}
50% {
transform: translateY(-30px) scale(1.05);
}
}
@keyframes blob-morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
25% {
border-radius: 60% 40% 50% 50% / 60% 30% 70% 40%;
}
50% {
border-radius: 50% 50% 30% 70% / 50% 60% 40% 60%;
}
75% {
border-radius: 30% 70% 60% 40% / 40% 60% 50% 50%;
}
}
@media (max-width: 991.98px) {
.process-section-classic .timeline-line {
display: none;
}
.process-section-classic .process-icon-wrapper {
width: 70px;
height: 70px;
margin: 2rem 0;
}
.process-section-classic .process-icon-wrapper i {
font-size: 1.75rem;
}
.process-section-classic .process-content {
padding: 1.5rem;
}
.process-section-classic .process-title {
font-size: 1.5rem;
}
.process-section-classic .visual-placeholder {
height: 220px;
}
}
@media (max-width: 767.98px) {
.process-section-classic .section-title {
font-size: 2rem;
}
.process-section-classic .section-description {
font-size: 1rem;
}
.process-section-classic .process-number {
width: 50px;
height: 50px;
font-size: 1.25rem;
}
.process-section-classic .process-icon-wrapper {
width: 60px;
height: 60px;
margin: 1.5rem 0;
}
.process-section-classic .process-icon-wrapper i {
font-size: 1.5rem;
}
.process-section-classic .process-content {
padding: 1.25rem;
}
.process-section-classic .process-title {
font-size: 1.25rem;
}
.process-section-classic .process-description {
font-size: 0.9375rem;
}
.process-section-classic .visual-placeholder {
height: 180px;
margin-top: 1rem;
}
.shape-1,
.process-section-classic .shape-2 {
width: 250px;
height: 250px;
}
.process-section-classic .shape-blob {
width: 300px;
height: 300px;
}
}
@media (max-width: 575.98px) {
.process-section-classic .section-title {
font-size: 1.75rem;
}
.process-section-classic .process-number {
width: 45px;
height: 45px;
font-size: 1.125rem;
margin-bottom: 1rem;
}
.process-section-classic .process-content {
padding: 1rem;
}
.process-section-classic .process-title {
font-size: 1.125rem;
}
.process-section-classic .visual-placeholder {
height: 150px;
}
}
@media (prefers-contrast: high) {
.process-section-classic .process-content {
border-width: 3px;
}
.process-section-classic .process-icon-wrapper {
border-width: 5px;
}
.process-section-classic .visual-placeholder {
border-width: 3px;
}
}
@media (prefers-reduced-motion: reduce) {
.process-number,
.process-content,
.process-section-classic .process-icon-wrapper {
transition: none;
}
.process-icon-wrapper::before,
.visual-placeholder::before,
.shape-1,
.shape-2,
.process-section-classic .shape-blob {
animation: none;
}
}
.timeline-section-bold {
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;
}
.timeline-section-bold .section-header {
margin-bottom: 60px;
}
.timeline-section-bold .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.timeline-section-bold .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.timeline-section-bold .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.timeline-section-bold .timeline-wrapper {
position: relative;
padding: 40px 0;
}
.timeline-section-bold .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(to bottom,
transparent 0%,
var(--primary-300) 10%,
var(--primary-500) 50%,
var(--primary-300) 90%,
transparent 100%
);
transform: translateX(-50%);
z-index: 1;
}
.timeline-section-bold .timeline-item {
position: relative;
display: flex;
align-items: center;
margin-bottom: 60px;
padding-left: 50%;
padding-left: calc(50% + 60px);
}
.timeline-section-bold .timeline-item-reverse {
flex-direction: row-reverse;
padding-left: 0;
padding-right: calc(50% + 60px);
}
.timeline-section-bold .timeline-marker {
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
z-index: 2;
}
.timeline-section-bold .marker-dot {
width: 20px;
height: 20px;
background: var(--primary-500);
border: 4px solid var(--surface-primary);
border-radius: 50%;
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
transition: all 0.3s ease;
}
.timeline-section-bold .marker-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 50px;
height: 50px;
background: var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.25rem;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
transition: all 0.3s ease;
opacity: 0;
pointer-events: none;
}
.timeline-section-bold .timeline-item:hover .marker-icon {
opacity: 1;
transform: translate(-50%, -50%) scale(1.1);
}
.timeline-section-bold .timeline-item:hover .marker-dot {
background: var(--primary-700);
transform: scale(1.2);
}
.timeline-section-bold .timeline-content {
flex: 1;
max-width: 500px;
}
.timeline-section-bold .timeline-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 32px;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
transition: all 0.4s ease;
}
.timeline-section-bold .timeline-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.15);
border-color: var(--primary-300);
}
.timeline-section-bold .card-accent {
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: linear-gradient(to bottom,
var(--primary-500),
var(--primary-700)
);
border-radius: 16px 0 0 16px;
transition: width 0.3s ease;
}
.timeline-section-bold .timeline-card:hover .card-accent {
width: 8px;
}
.timeline-section-bold .timeline-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.timeline-section-bold .timeline-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.timeline-section-bold .timeline-decorative {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
}
.timeline-section-bold .deco-line {
display: inline-block;
width: 60px;
height: 3px;
background: linear-gradient(to right,
var(--primary-500),
transparent
);
border-radius: 2px;
}
.timeline-section-bold .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.timeline-section-bold .shape {
position: absolute;
border-radius: 50%;
opacity: 0.06;
}
.timeline-section-bold .shape-1 {
width: 300px;
height: 300px;
background: var(--primary-500);
top: 10%;
right: 5%;
animation: float-shape 20s ease-in-out infinite;
}
.timeline-section-bold .shape-2 {
width: 200px;
height: 200px;
background: var(--primary-700);
bottom: 20%;
left: 8%;
animation: float-shape 15s ease-in-out infinite reverse;
}
.timeline-section-bold .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(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@media (max-width: 991px) {
.timeline-section-bold {
padding: 80px 0;
}
.timeline-section-bold .section-title {
font-size: 2rem;
}
.timeline-section-bold .timeline-line {
left: 30px;
}
.timeline-section-bold .timeline-item,
.timeline-section-bold .timeline-item-reverse {
padding-left: 80px;
padding-right: 0;
flex-direction: row;
}
.timeline-section-bold .timeline-marker {
left: 30px;
}
.timeline-section-bold .timeline-content {
max-width: 100%;
}
}
@media (max-width: 767px) {
.timeline-section-bold {
padding: 60px 0;
}
.timeline-section-bold .section-header {
margin-bottom: 40px;
}
.timeline-section-bold .section-title {
font-size: 1.75rem;
}
.timeline-section-bold .section-subtitle {
font-size: 1.125rem;
}
.timeline-section-bold .section-description {
font-size: 1rem;
}
.timeline-section-bold .timeline-item {
margin-bottom: 40px;
padding-left: 70px;
}
.timeline-section-bold .timeline-card {
padding: 24px;
}
.timeline-section-bold .timeline-title {
font-size: 1.25rem;
}
.timeline-section-bold .timeline-description {
font-size: 0.9375rem;
}
.timeline-section-bold .marker-icon {
width: 40px;
height: 40px;
font-size: 1rem;
}
.timeline-section-bold .shape-1,
.timeline-section-bold .shape-2,
.timeline-section-bold .shape-3 {
display: none;
}
}
@media (max-width: 575px) {
.timeline-section-bold .timeline-line {
left: 20px;
}
.timeline-section-bold .timeline-marker {
left: 20px;
}
.timeline-section-bold .timeline-item {
padding-left: 60px;
}
.timeline-section-bold .timeline-card {
padding: 20px;
}
}
@media (prefers-contrast: high) {
.timeline-section-bold .timeline-card {
border: 2px solid var(--neutral-700);
}
.timeline-section-bold .timeline-title {
color: var(--neutral-900);
}
.timeline-section-bold .timeline-line {
background: var(--neutral-700);
}
}
.career-section-featured {
position: relative;
padding: 120px 0;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
);
overflow: hidden;
}
.career-section-featured .decorative-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
color-mix(in srgb, var(--primary-500) 10%, transparent 90%)
);
pointer-events: none;
z-index: 1;
}
.career-section-featured .decorative-circle-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.career-section-featured .decorative-circle-2 {
width: 300px;
height: 300px;
bottom: -80px;
left: -80px;
animation: float 25s ease-in-out infinite reverse;
}
.career-section-featured .decorative-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) 8%, transparent 92%) 0%,
transparent 70%
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
pointer-events: none;
z-index: 1;
animation: morph 30s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@keyframes morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
50% {
border-radius: 70% 30% 50% 50% / 60% 40% 60% 40%;
}
}
.career-section-featured .container {
position: relative;
z-index: 2;
}
.career-section-featured .section-header {
margin-bottom: 60px;
}
.career-section-featured .header-icon-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
background: linear-gradient(
135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-700) 70%, var(--primary-500) 30%)
);
border-radius: 20px;
box-shadow: 0 10px 40px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
animation: pulse-icon 3s ease-in-out infinite;
}
.career-section-featured .header-icon-wrapper i {
font-size: 2.5rem;
color: var(--light);
}
@keyframes pulse-icon {
0%, 100% {
transform: scale(1);
box-shadow: 0 10px 40px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
}
50% {
transform: scale(1.05);
box-shadow: 0 15px 50px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
}
}
.career-section-featured .section-title {
font-size: 3rem;
font-weight: 800;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.2;
letter-spacing: -0.02em;
}
.career-section-featured .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 1.5rem;
line-height: 1.4;
}
.career-section-featured .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
margin: 0 auto;
}
.career-section-featured .career-card {
background: var(--surface-primary);
border-radius: 24px;
padding: 2rem;
height: 100%;
box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-900) 8%, transparent 92%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
position: relative;
overflow: hidden;
}
.career-section-featured .career-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.career-section-featured .career-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 60px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
border-color: var(--primary-500);
}
.career-section-featured .career-card:hover::before {
transform: scaleX(1);
}
.career-section-featured .career-card-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 1.5rem;
}
.career-section-featured .career-icon {
display: flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 25%, var(--surface-primary) 75%),
color-mix(in srgb, var(--primary-500) 15%, var(--surface-primary) 85%)
);
border-radius: 16px;
transition: all 0.3s ease;
}
.career-section-featured .career-card:hover .career-icon {
background: linear-gradient(
135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-700) 70%, var(--primary-500) 30%)
);
transform: rotate(5deg) scale(1.05);
}
.career-section-featured .career-icon i {
font-size: 1.75rem;
color: var(--primary-700);
transition: color 0.3s ease;
}
.career-section-featured .career-card:hover .career-icon i {
color: var(--light);
}
.career-section-featured .career-badge {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: var(--surface-accent);
border-radius: 10px;
border: 2px solid var(--primary-300);
}
.career-section-featured .career-badge i {
font-size: 1.125rem;
color: var(--primary-500);
}
.career-section-featured .career-card-body {
display: flex;
flex-direction: column;
gap: 1rem;
}
.career-section-featured .career-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin: 0;
line-height: 1.3;
transition: color 0.3s ease;
}
.career-section-featured .career-card:hover .career-title {
color: var(--primary-500);
}
.career-section-featured .career-role-badge {
display: inline-flex;
align-self: flex-start;
}
.career-section-featured .career-role-badge span {
display: inline-block;
padding: 0.5rem 1rem;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 20%, var(--surface-primary) 80%),
color-mix(in srgb, var(--primary-500) 15%, var(--surface-primary) 85%)
);
color: var(--primary-700);
font-size: 0.875rem;
font-weight: 600;
border-radius: 8px;
border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
transition: all 0.3s ease;
}
.career-section-featured .career-card:hover .career-role-badge span {
background: var(--primary-500);
color: var(--light);
border-color: var(--primary-500);
}
.career-section-featured .career-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
flex-grow: 1;
}
.career-section-featured .career-card-footer {
margin-top: 1.5rem;
padding-top: 1.5rem;
border-top: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
}
.career-section-featured .career-meta {
display: flex;
gap: 1rem;
align-items: center;
}
.career-section-featured .career-meta i {
font-size: 1.25rem;
color: var(--primary-500);
transition: all 0.3s ease;
}
.career-section-featured .career-card:hover .career-meta i {
color: var(--primary-700);
transform: scale(1.1);
}
.career-section-featured .decorative-line {
position: absolute;
bottom: 60px;
left: 50%;
transform: translateX(-50%);
width: 200px;
height: 3px;
background: linear-gradient(
90deg,
transparent,
var(--primary-500),
transparent
);
border-radius: 2px;
z-index: 1;
}
.career-section-featured .decorative-dots {
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 12px;
z-index: 1;
}
.career-section-featured .decorative-dots .dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
animation: dot-pulse 2s ease-in-out infinite;
}
.career-section-featured .decorative-dots .dot:nth-child(2) {
animation-delay: 0.2s;
}
.career-section-featured .decorative-dots .dot:nth-child(3) {
animation-delay: 0.4s;
}
.career-section-featured .decorative-dots .dot:nth-child(4) {
animation-delay: 0.6s;
}
.career-section-featured .decorative-dots .dot:nth-child(5) {
animation-delay: 0.8s;
}
@keyframes dot-pulse {
0%, 100% {
transform: scale(1);
opacity: 0.6;
}
50% {
transform: scale(1.5);
opacity: 1;
}
}
@media (max-width: 991px) {
.career-section-featured {
padding: 80px 0;
}
.career-section-featured .section-title {
font-size: 2.25rem;
}
.career-section-featured .section-subtitle {
font-size: 1.25rem;
}
.career-section-featured .section-description {
font-size: 1rem;
}
.career-section-featured .decorative-circle-1 {
width: 300px;
height: 300px;
}
.career-section-featured .decorative-circle-2 {
width: 200px;
height: 200px;
}
.career-section-featured .decorative-blob {
width: 400px;
height: 400px;
}
}
@media (max-width: 767px) {
.career-section-featured {
padding: 60px 0;
}
.career-section-featured .section-title {
font-size: 1.875rem;
}
.career-section-featured .section-subtitle {
font-size: 1.125rem;
}
.career-section-featured .header-icon-wrapper {
width: 64px;
height: 64px;
}
.career-section-featured .header-icon-wrapper i {
font-size: 2rem;
}
.career-section-featured .career-card {
padding: 1.5rem;
}
.career-section-featured .career-title {
font-size: 1.25rem;
}
.career-section-featured .career-icon {
width: 56px;
height: 56px;
}
.career-section-featured .career-icon i {
font-size: 1.5rem;
}
.career-section-featured .decorative-circle-1,
.career-section-featured .decorative-circle-2 {
display: none;
}
}
@media (max-width: 575px) {
.career-section-featured .section-title {
font-size: 1.625rem;
}
.career-section-featured .career-card {
padding: 1.25rem;
}
.career-section-featured .decorative-line {
width: 120px;
}
.career-section-featured .decorative-dots {
gap: 8px;
}
.career-section-featured .decorative-dots .dot {
width: 6px;
height: 6px;
}
}
.coreinfo-custom {
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
position: relative;
}
.coreinfo-custom .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.06;
pointer-events: none;
}
.coreinfo-custom .shape-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500), transparent);
top: -100px;
left: -100px;
}
.coreinfo-custom .shape-2 {
width: 350px;
height: 350px;
background: radial-gradient(circle, var(--primary-700), transparent);
bottom: -80px;
right: -80px;
}
.coreinfo-custom .decorative-dots {
position: absolute;
width: 120px;
height: 120px;
background-image: radial-gradient(
circle,
var(--primary-300) 2px,
transparent 2px
);
background-size: 20px 20px;
opacity: 0.15;
pointer-events: none;
}
.coreinfo-custom .dots-1 {
top: 50px;
right: 100px;
}
.coreinfo-custom .dots-2 {
bottom: 50px;
left: 80px;
}
.coreinfo-custom .badge-accent {
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: 16px;
color: var(--light);
font-size: 1.5rem;
box-shadow:
0 8px 16px color-mix(in srgb, var(--primary-500) 25%, transparent),
0 0 0 4px color-mix(in srgb, var(--primary-50) 50%, transparent);
animation: pulse-badge 2s ease-in-out infinite;
}
@keyframes pulse-badge {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.05);
}
}
.coreinfo-custom #coreinfo-title {
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.coreinfo-custom #coreinfo-subtitle {
color: var(--primary-700);
font-weight: 600;
font-size: 1.25rem;
}
.coreinfo-custom .description-text {
color: var(--text-secondary);
font-size: 1.0625rem;
line-height: 1.7;
max-width: 720px;
margin: 0 auto;
}
.coreinfo-custom .feature-card {
background: var(--light);
border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent);
border-radius: 20px;
padding: 2.5rem 2rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.coreinfo-custom .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-700)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.coreinfo-custom .feature-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow:
0 20px 40px color-mix(in srgb, var(--primary-500) 12%, transparent),
0 0 0 1px color-mix(in srgb, var(--primary-300) 30%, transparent);
}
.coreinfo-custom .feature-card:hover::before {
transform: scaleX(1);
}
.coreinfo-custom .feature-icon-wrapper {
position: relative;
width: fit-content;
}
.coreinfo-custom .icon-circle {
width: 80px;
height: 80px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-100) 80%, var(--light) 20%),
color-mix(in srgb, var(--primary-300) 40%, var(--light) 60%)
);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
font-size: 2rem;
color: var(--primary-700);
transition: all 0.4s ease;
position: relative;
z-index: 2;
}
.coreinfo-custom .feature-card:hover .icon-circle {
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
color: var(--light);
transform: rotate(5deg) scale(1.1);
border-radius: 24px;
}
.coreinfo-custom .icon-decoration {
position: absolute;
top: -8px;
right: -8px;
width: 32px;
height: 32px;
background: var(--primary-500);
border-radius: 8px;
opacity: 0.15;
z-index: 1;
transition: all 0.4s ease;
}
.coreinfo-custom .feature-card:hover .icon-decoration {
transform: translate(4px, -4px) rotate(15deg);
opacity: 0.25;
}
.coreinfo-custom .feature-card h3 {
color: var(--text-primary);
font-size: 1.375rem;
line-height: 1.4;
margin-bottom: 1rem;
transition: color 0.3s ease;
}
.coreinfo-custom .feature-card:hover h3 {
color: var(--primary-700);
}
.coreinfo-custom .feature-card p {
color: var(--text-secondary);
font-size: 0.9375rem;
line-height: 1.7;
}
.coreinfo-custom .decorative-line-bottom {
height: 3px;
width: 100%;
max-width: 200px;
margin: 0 auto;
background: linear-gradient(
90deg,
transparent,
var(--primary-500),
var(--primary-700),
transparent
);
border-radius: 2px;
opacity: 0.3;
}
@media (max-width: 991.98px) {
.coreinfo-custom .shape-1,
.coreinfo-custom .shape-2 {
width: 250px;
height: 250px;
}
.coreinfo-custom #coreinfo-title {
font-size: 2.25rem;
}
.coreinfo-custom .feature-card {
padding: 2rem 1.5rem;
}
}
@media (max-width: 767.98px) {
.coreinfo-custom .badge-accent {
width: 48px;
height: 48px;
font-size: 1.25rem;
}
.coreinfo-custom #coreinfo-title {
font-size: 1.875rem;
}
.coreinfo-custom #coreinfo-subtitle {
font-size: 1.125rem;
}
.coreinfo-custom .description-text {
font-size: 1rem;
}
.coreinfo-custom .decorative-dots {
width: 80px;
height: 80px;
background-size: 15px 15px;
}
.coreinfo-custom .icon-circle {
width: 70px;
height: 70px;
font-size: 1.75rem;
}
.coreinfo-custom .feature-card h3 {
font-size: 1.25rem;
}
}
@media (max-width: 575.98px) {
.coreinfo-custom .feature-card {
padding: 1.75rem 1.25rem;
}
}
@media (prefers-reduced-motion: no-preference) {
.coreinfo-custom .feature-card {
animation: fadeInUp 0.6s ease-out backwards;
}
.coreinfo-custom .feature-card:nth-child(1) { animation-delay: 0.1s; }
.coreinfo-custom .feature-card:nth-child(2) { animation-delay: 0.2s; }
.coreinfo-custom .feature-card:nth-child(3) { animation-delay: 0.3s; }
.coreinfo-custom .feature-card:nth-child(4) { animation-delay: 0.4s; }
.coreinfo-custom .feature-card:nth-child(5) { animation-delay: 0.5s; }
.coreinfo-custom .feature-card:nth-child(6) { animation-delay: 0.6s; }
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@media (prefers-reduced-motion: reduce) {
.coreinfo-custom *,
.coreinfo-custom *::before,
.coreinfo-custom *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
@media (prefers-contrast: high) {
.coreinfo-custom .feature-card {
border: 2px solid var(--neutral-900);
}
.coreinfo-custom .feature-card:hover {
border-color: var(--primary-700);
}
}
.leadgen-section-secondary {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.leadgen-section-secondary .decorative-accent {
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
margin: 0 auto;
box-shadow: 0 0 25px var(--primary-500);
animation: pulse-leadgen-v001 2.5s ease-in-out infinite;
}
@keyframes pulse-leadgen-v001 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.leadgen-section-secondary .leadgen-form-card {
background: var(--light);
border-radius: 28px;
padding: 3.5rem;
box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.1);
position: relative;
overflow: hidden;
border: 1px solid var(--neutral-100);
transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.leadgen-section-secondary .leadgen-form-card:hover {
transform: translateY(-6px);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.15);
}
.leadgen-section-secondary .decorative-shape-corner {
position: absolute;
top: -40px;
right: -40px;
width: 140px;
height: 140px;
background: linear-gradient(135deg, var(--primary-400), var(--primary-600));
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.12;
animation: rotate-leadgen-v001 25s linear infinite;
}
.leadgen-section-secondary .decorative-shape-gradient {
position: absolute;
bottom: -50px;
left: -50px;
width: 180px;
height: 180px;
background: linear-gradient(135deg, var(--primary-600), var(--primary-800));
border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
opacity: 0.1;
animation: rotate-leadgen-v001 30s linear infinite reverse;
}
@keyframes rotate-leadgen-v001 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 0.3s ease;
font-size: 1rem;
height: calc(3.5rem + 2px);
}
.leadgen-section-secondary .form-floating > label {
padding: 1.1rem 1.35rem;
color: var(--text-secondary);
font-weight: 500;
}
.leadgen-section-secondary .form-control:focus,
.leadgen-section-secondary .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 20%, transparent);
background: var(--light);
outline: none;
}
.leadgen-section-secondary .form-control:hover,
.leadgen-section-secondary .form-select:hover {
border-color: var(--neutral-200);
}
.leadgen-section-secondary textarea.form-control {
min-height: 150px;
resize: vertical;
}
.leadgen-section-secondary .form-check-input {
width: 1.3rem;
height: 1.3rem;
border: 2px solid var(--neutral-300);
border-radius: 7px;
cursor: pointer;
transition: all 0.3s ease;
}
.leadgen-section-secondary .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.leadgen-section-secondary .form-check-input:hover {
border-color: var(--primary-300);
}
.leadgen-section-secondary .form-check-label {
cursor: pointer;
user-select: none;
padding-left: 0.6rem;
line-height: 1.6;
}
.leadgen-section-secondary .btn-leadgen-submit {
background: linear-gradient(135deg, #3b82f6, #1d4ed8) !important;
color: var(--light) !important;
border: none;
border-radius: 14px;
font-weight: 600;
font-size: 1.15rem;
letter-spacing: 0.4px;
transition: all 0.4s ease;
box-shadow: 0 6px 20px rgba(59, 130, 246, 0.35);
position: relative;
overflow: hidden;
}
.leadgen-section-secondary .btn-leadgen-submit::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(var(--white-rgb), 0.25), transparent);
transition: left 0.6s ease;
}
.leadgen-section-secondary .btn-leadgen-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(59, 130, 246, 0.45);
}
.leadgen-section-secondary .btn-leadgen-submit:hover::before {
left: 100%;
}
.leadgen-section-secondary .btn-leadgen-submit:active {
transform: translateY(0);
box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}
.leadgen-section-secondary .decorative-blob-primary {
position: absolute;
top: 10%;
left: 5%;
width: 300px;
height: 300px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-300) 15%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(60px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-1 15s ease-in-out infinite;
}
.leadgen-section-secondary .decorative-blob-secondary {
position: absolute;
bottom: 15%;
right: 8%;
width: 250px;
height: 250px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-500) 12%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(50px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-2 18s ease-in-out infinite;
}
@keyframes float-blob-leadgen-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.95);
}
}
@keyframes float-blob-leadgen-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(-25px, 25px) scale(1.05);
}
66% {
transform: translate(20px, -20px) scale(0.98);
}
}
.leadgen-section-secondary .container > * {
position: relative;
z-index: 1;
}
@media (max-width: 991px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2.5rem;
}
}
@media (max-width: 767px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2rem;
border-radius: 20px;
}
.leadgen-section-secondary .btn-leadgen-submit {
font-size: 1.05rem;
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
padding: 1rem 1.15rem;
}
}
.leadgen-section-secondary .form-control:focus-visible,
.leadgen-section-secondary .form-select:focus-visible,
.leadgen-section-secondary .form-check-input:focus-visible {
outline: 3px solid var(--primary-500);
outline-offset: 2px;
}
.leadgen-section-secondary .btn-leadgen-submit:focus-visible {
outline: 3px solid var(--light);
outline-offset: 3px;
}
.leadgen-section-secondary .leadgen-field,
.leadgen-section-secondary .leadgen-field-dynamic {
animation: fadeInField 0.4s ease-out;
margin-bottom: 0;
}
@keyframes fadeInField {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control,
.leadgen-section-secondary .leadgen-form-dynamic .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 0.3s ease;
font-size: 1rem;
height: calc(3.5rem + 2px);
}
.leadgen-section-secondary .leadgen-form-dynamic .form-floating > label {
padding: 1.1rem 1.35rem;
color: var(--text-secondary);
font-weight: 500;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control:focus,
.leadgen-section-secondary .leadgen-form-dynamic .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 20%, transparent);
background: var(--light);
outline: none;
}
.leadgen-section-secondary .leadgen-form-dynamic textarea.form-control {
min-height: 120px;
resize: vertical;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-input {
width: 1.3rem;
height: 1.3rem;
border: 2px solid var(--neutral-300);
border-radius: 7px;
cursor: pointer;
transition: all 0.3s ease;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-label {
cursor: pointer;
user-select: none;
padding-left: 0.6rem;
line-height: 1.6;
}
.contact-section-variant {
position: relative;
background: linear-gradient(180deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
overflow: hidden;
}
.contact-section-variant .section-header-variant {
position: relative;
z-index: 2;
}
.contact-section-variant .decorative-dot-pattern {
width: 60px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-700) 100%);
margin: 0 auto;
border-radius: 2px;
}
#contact-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
}
#contact-subtitle {
color: var(--text-secondary);
font-weight: 500;
}
#contact-desc {
color: var(--text-secondary);
line-height: 1.8;
}
.contact-section-variant .contact-form-wrapper-variant {
position: relative;
background: var(--surface-primary);
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%);
}
.decorative-shape-1,
.contact-section-variant .decorative-shape-2 {
position: absolute;
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.contact-section-variant .decorative-shape-1 {
width: 100px;
height: 100px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%,
transparent 70%);
top: -20px;
right: -20px;
}
.contact-section-variant .decorative-shape-2 {
width: 150px;
height: 150px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 10%, transparent 90%) 0%,
transparent 70%);
bottom: -40px;
left: -40px;
}
.contact-section-variant .contact-form-variant {
position: relative;
z-index: 1;
}
.contact-section-variant .contact-form-variant .form-floating {
position: relative;
}
.contact-section-variant .contact-form-variant .form-control {
background: var(--surface-secondary);
border: 2px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
border-radius: 12px;
padding: 1rem 1rem 1rem 3rem;
font-size: 1rem;
transition: all 0.3s ease;
color: var(--text-primary);
}
.contact-section-variant .contact-form-variant .form-control:focus {
background: var(--surface-primary);
border-color: var(--primary-500);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
outline: none;
}
.contact-section-variant .contact-form-variant .form-floating > label {
padding-left: 3rem;
color: var(--text-secondary);
font-weight: 500;
}
.input-icon {
position: absolute;
left: 1rem;
top: 50%;
transform: translateY(-50%);
color: var(--primary-500);
font-size: 1.2rem;
z-index: 5;
pointer-events: none;
}
.contact-section-variant .contact-form-variant textarea.form-control {
min-height: 150px;
resize: vertical;
}
.contact-section-variant .custom-checkbox-variant {
padding: 1rem;
background: color-mix(in srgb, var(--primary-50) 40%, transparent 60%);
border-radius: 12px;
border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}
.contact-section-variant .custom-checkbox-variant .form-check-input {
width: 1.5rem;
height: 1.5rem;
border: 2px solid var(--primary-500);
border-radius: 6px;
cursor: pointer;
margin-top: 0.1rem;
}
.contact-section-variant .custom-checkbox-variant .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.contact-section-variant .custom-checkbox-variant .form-check-label {
color: var(--text-secondary);
font-size: 0.95rem;
line-height: 1.6;
margin-left: 0.5rem;
cursor: pointer;
}
.btn-submit-variant {
width: 100%;
padding: 1.2rem 2rem;
background: linear-gradient(135deg, #2563eb 0%, #0284c7 100%) !important;
color: var(--light) !important;
border: none;
border-radius: 12px;
font-size: 1.1rem;
font-weight: 600;
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
position: relative;
overflow: hidden;
}
.btn-submit-variant::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg,
transparent 0%,
rgba(var(--white-rgb), 0.2) 50%,
transparent 100%);
transition: left 0.5s ease;
}
.btn-submit-variant:hover {
transform: translateY(-2px);
box-shadow: 0 6px 25px rgba(37, 99, 235, 0.4);
}
.btn-submit-variant:hover::before {
left: 100%;
}
.btn-submit-variant:active {
transform: translateY(0);
}
.contact-section-variant .contact-info-wrapper-variant {
position: relative;
height: 100%;
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.contact-section-variant .contact-info-card-variant {
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
display: flex;
align-items: flex-start;
gap: 1.5rem;
box-shadow: 0 5px 20px rgba(var(--black-rgb), 0.06);
border: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.contact-section-variant .contact-info-card-variant::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: linear-gradient(180deg,
var(--primary-500) 0%,
var(--primary-700) 100%);
transform: scaleY(0);
transition: transform 0.3s ease;
}
.contact-section-variant .contact-info-card-variant:hover {
transform: translateX(8px);
box-shadow: 0 8px 30px rgba(var(--black-rgb), 0.1);
}
.contact-section-variant .contact-info-card-variant:hover::before {
transform: scaleY(1);
}
.contact-section-variant .info-icon-wrapper {
width: 60px;
height: 60px;
background: linear-gradient(135deg,
var(--primary-500) 0%,
var(--primary-700) 100%);
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.contact-section-variant .info-icon-wrapper i {
font-size: 1.5rem;
color: var(--light);
}
.contact-section-variant .info-content {
flex: 1;
}
.contact-section-variant .info-label {
font-size: 0.9rem;
font-weight: 600;
color: var(--text-secondary);
margin-bottom: 0.5rem;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.contact-section-variant .info-value {
font-size: 1.1rem;
font-weight: 600;
color: var(--text-primary);
margin: 0;
line-height: 1.6;
}
.contact-section-variant .decorative-pattern-variant {
position: absolute;
bottom: -50px;
right: -50px;
width: 200px;
height: 200px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
transparent 70%);
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.contact-section-variant .floating-shape {
position: absolute;
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.contact-section-variant .floating-shape-1 {
width: 300px;
height: 300px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 10%, transparent 90%) 0%,
transparent 70%);
top: 10%;
left: -100px;
animation: float-1 20s infinite ease-in-out;
}
.contact-section-variant .floating-shape-2 {
width: 200px;
height: 200px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 8%, transparent 92%) 0%,
transparent 70%);
bottom: 15%;
right: -50px;
animation: float-2 25s infinite ease-in-out;
}
.contact-section-variant .floating-shape-3 {
width: 150px;
height: 150px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-700) 12%, transparent 88%) 0%,
transparent 70%);
top: 50%;
right: 10%;
animation: float-3 30s infinite ease-in-out;
}
@keyframes float-1 {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
33% { transform: translate(30px, -30px) rotate(120deg); }
66% { transform: translate(-20px, 20px) rotate(240deg); }
}
@keyframes float-2 {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
33% { transform: translate(-40px, 30px) rotate(-120deg); }
66% { transform: translate(25px, -25px) rotate(-240deg); }
}
@keyframes float-3 {
0%, 100% { transform: translate(0, 0) scale(1); }
50% { transform: translate(-30px, 30px) scale(1.1); }
}
@media (max-width: 991.98px) {
.contact-section-variant .contact-form-wrapper-variant {
padding: 2rem;
margin-bottom: 2rem;
}
.contact-section-variant .contact-info-wrapper-variant {
margin-top: 2rem;
}
}
@media (max-width: 767.98px) {
.contact-section-variant .section-header-variant {
text-align: center;
}
#contact-title {
font-size: 2rem;
}
.contact-section-variant .contact-form-wrapper-variant {
padding: 1.5rem;
}
.contact-section-variant .contact-info-card-variant {
padding: 1.5rem;
}
.contact-section-variant .info-icon-wrapper {
width: 50px;
height: 50px;
}
.contact-section-variant .info-icon-wrapper i {
font-size: 1.25rem;
}
.btn-submit-variant {
font-size: 1rem;
padding: 1rem 1.5rem;
}
.floating-shape-1,
.floating-shape-2,
.contact-section-variant .floating-shape-3 {
display: none;
}
}
@media (max-width: 575.98px) {
#contact-title {
font-size: 1.75rem;
}
.contact-section-variant .contact-form-wrapper-variant {
padding: 1.25rem;
}
.contact-section-variant .contact-info-card-variant {
padding: 1.25rem;
gap: 1rem;
}
.contact-section-variant .info-icon-wrapper {
width: 45px;
height: 45px;
}
.contact-section-variant .info-value {
font-size: 1rem;
}
}
.blog-section-secondary {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.blog-section-secondary .decorative-dot-pattern {
width: 60px;
height: 6px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-500) 20%,
transparent 20%,
transparent 40%,
var(--primary-500) 40%,
var(--primary-500) 60%,
transparent 60%,
transparent 80%,
var(--primary-500) 80%
);
margin: 0 auto;
border-radius: 3px;
}
.blog-section-secondary .decorative-line-accent {
width: 80px;
height: 3px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
opacity: 0.6;
}
.blog-section-secondary .blog-card-secondary {
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
background: var(--surface-primary);
border-radius: 16px;
overflow: hidden;
}
.blog-section-secondary .blog-card-secondary:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.12) !important;
}
.blog-section-secondary .blog-image-wrapper {
height: 220px;
background: linear-gradient(135deg,
var(--primary-100) 0%,
var(--primary-50) 100%
);
}
.blog-section-secondary .blog-image {
width: 100%;
height: 220px;
object-fit: cover;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-section-secondary .blog-card-secondary:hover .blog-image {
transform: scale(1.08);
}
.blog-section-secondary .image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(180deg,
transparent 0%,
rgba(var(--black-rgb), 0.05) 100%
);
opacity: 0;
transition: opacity 0.4s ease;
}
.blog-section-secondary .blog-card-secondary:hover .image-overlay {
opacity: 1;
}
.blog-section-secondary .category-badge {
top: 16px;
right: 16px;
background: var(--surface-primary);
color: var(--primary-500);
padding: 8px 12px;
border-radius: 8px;
font-size: 0.875rem;
font-weight: 600;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.1);
transition: all 0.3s ease;
}
.blog-section-secondary .blog-card-secondary:hover .category-badge {
background: var(--primary-500);
color: var(--surface-primary);
transform: scale(1.05);
}
.blog-section-secondary .blog-meta {
display: flex;
align-items: center;
gap: 4px;
}
.blog-section-secondary .meta-icon {
display: inline-flex;
align-items: center;
color: var(--text-secondary);
font-size: 0.875rem;
transition: color 0.3s ease;
}
.blog-section-secondary .meta-icon i {
font-size: 1rem;
}
.blog-section-secondary .blog-card-secondary:hover .meta-icon {
color: var(--primary-500);
}
.blog-section-secondary .blog-card-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.4;
transition: color 0.3s ease;
}
.blog-section-secondary .blog-card-secondary:hover .blog-card-title {
color: var(--primary-500);
}
.blog-section-secondary .blog-card-excerpt {
font-size: 0.95rem;
line-height: 1.7;
color: var(--text-secondary);
}
.blog-section-secondary .blog-card-link {
font-size: 0.9375rem;
text-decoration: none;
cursor: pointer;
transition: all 0.3s ease;
letter-spacing: 0.3px;
}
.blog-section-secondary .blog-card-link:hover {
color: var(--primary-700) !important;
gap: 8px;
}
.blog-section-secondary .arrow-icon {
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
font-size: 1.1rem;
}
.blog-section-secondary .blog-card-secondary:hover .arrow-icon {
transform: translateX(6px);
}
.blog-section-secondary .decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.blog-section-secondary .shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%,
transparent 70%
);
opacity: 0.4;
}
.blog-section-secondary .shape-1 {
width: 300px;
height: 300px;
top: -100px;
left: -50px;
animation: float-1 20s ease-in-out infinite;
}
.blog-section-secondary .shape-2 {
width: 250px;
height: 250px;
bottom: -80px;
right: -60px;
animation: float-2 18s ease-in-out infinite;
}
.blog-section-secondary .shape-blob {
position: absolute;
width: 400px;
height: 400px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(ellipse,
color-mix(in srgb, var(--primary-100) 15%, transparent 85%) 0%,
transparent 70%
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.3;
animation: blob-morph 25s ease-in-out infinite;
}
.blog-section-secondary .container {
position: relative;
z-index: 1;
}
@keyframes float-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
@keyframes float-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(-25px, 25px) scale(0.95);
}
66% {
transform: translate(20px, -20px) scale(1.05);
}
}
@keyframes blob-morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: translate(-50%, -50%) rotate(0deg);
}
25% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
transform: translate(-50%, -50%) rotate(90deg);
}
50% {
border-radius: 30% 70% 60% 40% / 50% 60% 40% 50%;
transform: translate(-50%, -50%) rotate(180deg);
}
75% {
border-radius: 70% 30% 40% 60% / 40% 70% 30% 60%;
transform: translate(-50%, -50%) rotate(270deg);
}
}
@media (max-width: 991.98px) {
.blog-section-secondary .display-5 {
font-size: 2rem;
}
.blog-image-wrapper,
.blog-section-secondary .blog-image {
height: 200px;
}
.shape-1,
.blog-section-secondary .shape-2 {
width: 200px;
height: 200px;
}
.blog-section-secondary .shape-blob {
width: 300px;
height: 300px;
}
}
@media (max-width: 767.98px) {
.blog-section-secondary {
padding: 3rem 0;
}
.blog-section-secondary .display-5 {
font-size: 1.75rem;
}
.blog-section-secondary .lead {
font-size: 1rem;
}
.blog-image-wrapper,
.blog-section-secondary .blog-image {
height: 180px;
}
.blog-section-secondary .blog-card-secondary {
margin-bottom: 1rem;
}
.blog-section-secondary .shape-1 {
width: 150px;
height: 150px;
top: -50px;
left: -30px;
}
.blog-section-secondary .shape-2 {
width: 150px;
height: 150px;
bottom: -50px;
right: -30px;
}
.blog-section-secondary .shape-blob {
width: 250px;
height: 250px;
}
}
@media (max-width: 575.98px) {
.blog-section-secondary .blog-card-title {
font-size: 1.1rem;
}
.blog-section-secondary .blog-card-excerpt {
font-size: 0.9rem;
}
.blog-section-secondary .category-badge {
padding: 6px 10px;
font-size: 0.8125rem;
}
}
@media (prefers-reduced-motion: reduce) {
.blog-card-secondary,
.blog-image,
.arrow-icon,
.category-badge,
.meta-icon,
.blog-section-secondary .image-overlay {
transition: none;
}
.shape-1,
.shape-2,
.blog-section-secondary .shape-blob {
animation: none;
}
}
@media (prefers-contrast: high) {
.blog-section-secondary .blog-card-secondary {
border: 2px solid var(--neutral-700);
}
.blog-card-title,
.blog-section-secondary .blog-card-link {
font-weight: 800;
}
.blog-section-secondary .image-overlay {
display: none;
}
}
.faq-section-style {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.faq-section-style .faq-header {
position: relative;
z-index: 2;
}
.faq-section-style .decorative-icon-top {
display: inline-flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
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 70%);
transform: rotate(-5deg);
transition: all 0.4s ease;
}
.faq-section-style .decorative-icon-top i {
font-size: 2.5rem;
color: var(--light);
transform: rotate(5deg);
}
.faq-section-style .decorative-icon-top:hover {
transform: rotate(0deg) scale(1.1);
}
.faq-section-style #faq-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
.faq-section-style #faq-subtitle {
color: var(--primary-500);
font-weight: 600;
}
.faq-section-style #faq-desc {
color: var(--text-secondary);
line-height: 1.7;
}
.faq-section-style .faq-card {
border: none;
border-radius: 16px;
background: var(--light);
box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-900) 8%, transparent 92%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.faq-section-style .faq-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s ease;
}
.faq-section-style .faq-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
}
.faq-section-style .faq-card:hover::before {
transform: scaleX(1);
}
.faq-section-style .card-header {
background: color-mix(in srgb, var(--primary-50) 50%, var(--light) 50%);
border-bottom: 1px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
padding: 1.75rem 1.5rem;
border-radius: 16px 16px 0 0;
}
.faq-section-style .icon-wrapper {
display: flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
min-width: 48px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
transition: all 0.3s ease;
}
.faq-section-style .faq-card:hover .icon-wrapper {
transform: scale(1.1) rotate(5deg);
}
.faq-section-style .icon-wrapper i {
font-size: 1.5rem;
color: var(--light);
}
.faq-section-style .card-header h4 {
color: var(--text-primary);
font-weight: 600;
line-height: 1.4;
transition: color 0.3s ease;
}
.faq-section-style .faq-card:hover .card-header h4 {
color: var(--primary-700);
}
.faq-section-style .card-body {
padding: 1.75rem 1.5rem;
background: var(--light);
}
.faq-section-style .card-body p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.95rem;
}
.faq-section-style .decorative-elements {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.faq-section-style .blob-shape {
position: absolute;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.08;
animation: blobFloat 20s ease-in-out infinite;
}
.faq-section-style .blob-1 {
width: 400px;
height: 400px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
top: -100px;
right: -100px;
animation-delay: 0s;
}
.faq-section-style .blob-2 {
width: 500px;
height: 500px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
bottom: -150px;
left: -150px;
animation-delay: -10s;
}
.faq-section-style .dot-pattern {
position: absolute;
width: 200px;
height: 200px;
background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
background-size: 20px 20px;
opacity: 0.15;
}
.faq-section-style .pattern-1 {
top: 10%;
left: 5%;
animation: patternFloat 15s ease-in-out infinite;
}
.faq-section-style .pattern-2 {
bottom: 15%;
right: 8%;
animation: patternFloat 18s ease-in-out infinite reverse;
}
@keyframes blobFloat {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
25% {
transform: translate(30px, -30px) rotate(90deg);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
50% {
transform: translate(-20px, 20px) rotate(180deg);
border-radius: 30% 70% 40% 60% / 50% 60% 40% 50%;
}
75% {
transform: translate(40px, 10px) rotate(270deg);
border-radius: 70% 30% 60% 40% / 40% 70% 30% 60%;
}
}
@keyframes patternFloat {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(20px, -20px);
}
}
@media (max-width: 991.98px) {
.faq-section-style {
padding: 80px 0;
}
.faq-section-style .decorative-icon-top {
width: 70px;
height: 70px;
}
.faq-section-style .decorative-icon-top i {
font-size: 2rem;
}
.faq-section-style #faq-title {
font-size: 2.5rem;
}
.faq-section-style .blob-1,
.faq-section-style .blob-2 {
width: 300px;
height: 300px;
}
}
@media (max-width: 767.98px) {
.faq-section-style {
padding: 60px 0;
}
.faq-section-style .decorative-icon-top {
width: 60px;
height: 60px;
}
.faq-section-style .decorative-icon-top i {
font-size: 1.75rem;
}
.faq-section-style #faq-title {
font-size: 2rem;
}
.faq-section-style #faq-subtitle {
font-size: 1.25rem;
}
.faq-section-style .card-header {
padding: 1.5rem 1.25rem;
}
.faq-section-style .card-body {
padding: 1.5rem 1.25rem;
}
.faq-section-style .icon-wrapper {
width: 40px;
height: 40px;
min-width: 40px;
}
.faq-section-style .icon-wrapper i {
font-size: 1.25rem;
}
.faq-section-style .card-header h4 {
font-size: 1rem;
}
.faq-section-style .blob-1,
.faq-section-style .blob-2 {
width: 250px;
height: 250px;
}
.faq-section-style .dot-pattern {
width: 150px;
height: 150px;
}
}
@media (max-width: 575.98px) {
.faq-section-style {
padding: 50px 0;
}
.faq-section-style .card-header {
padding: 1.25rem 1rem;
}
.faq-section-style .card-body {
padding: 1.25rem 1rem;
}
.faq-section-style .icon-wrapper {
width: 36px;
height: 36px;
min-width: 36px;
}
.faq-section-style .icon-wrapper i {
font-size: 1.1rem;
}
.faq-section-style .card-header h4 {
font-size: 0.95rem;
}
.faq-section-style .card-body p {
font-size: 0.9rem;
}
}
.footer-alt {
position: relative;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
),
url('assets/images/footer_bg.webp');
background-size: cover;
background-position: center;
background-attachment: fixed;
color: var(--light);
overflow: hidden;
}
.footer-alt .footer-background-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: color-mix(in srgb, var(--primary-700) 88%, transparent);
z-index: 1;
}
.footer-alt .container {
z-index: 2;
}
.footer-alt .footer-brand-section {
padding-right: 20px;
}
.footer-alt .footer-sitename {
font-size: 1.75rem;
font-weight: 700;
color: var(--light);
margin-bottom: 1rem;
letter-spacing: -0.5px;
}
.footer-alt .footer-sitedesc {
font-size: 0.95rem;
line-height: 1.7;
color: rgba(var(--white-rgb), 0.9);
margin-bottom: 0;
}
.footer-alt .footer-icon-grid {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.footer-alt .footer-icon-grid .icon-item {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--primary-500) 20%, transparent);
border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
border-radius: 8px;
transition: all 0.3s ease;
}
.footer-alt .footer-icon-grid .icon-item i {
font-size: 1.25rem;
color: rgba(var(--white-rgb), 0.9);
}
.footer-alt .footer-icon-grid .icon-item:hover {
background: color-mix(in srgb, var(--primary-500) 35%, transparent);
border-color: color-mix(in srgb, var(--primary-300) 50%, transparent);
transform: translateY(-3px);
}
.footer-alt .footer-links-section {
padding-left: 20px;
}
.footer-alt .footer-section-title {
font-size: 1.25rem;
font-weight: 600;
color: var(--light);
margin-bottom: 1.5rem;
position: relative;
padding-bottom: 10px;
}
.footer-alt .footer-section-title::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 40px;
height: 3px;
background: linear-gradient(
90deg,
rgba(var(--white-rgb), 0.9),
color-mix(in srgb, var(--primary-300) 50%, transparent)
);
border-radius: 2px;
}
.footer-alt .footer-links-list {
list-style: none;
padding: 0;
margin: 0;
}
.footer-alt .footer-links-list li {
margin-bottom: 12px;
}
.footer-alt .footer-link {
color: rgba(var(--white-rgb), 0.85);
text-decoration: none;
font-size: 0.95rem;
display: flex;
align-items: center;
gap: 8px;
transition: all 0.3s ease;
padding: 4px 0;
}
.footer-alt .footer-link i {
font-size: 0.75rem;
transition: transform 0.3s ease;
}
.footer-alt .footer-link:hover {
color: var(--light);
padding-left: 8px;
}
.footer-alt .footer-link:hover i {
transform: translateX(4px);
}
.footer-alt .footer-contact-section {
padding-left: 15px;
}
.footer-alt .footer-contact-list {
display: flex;
flex-direction: column;
gap: 18px;
}
.footer-alt .contact-item {
display: flex;
align-items: flex-start;
gap: 12px;
}
.footer-alt .contact-item i {
font-size: 1.1rem;
color: rgba(var(--white-rgb), 0.9);
margin-top: 3px;
flex-shrink: 0;
}
.footer-alt .contact-text {
color: rgba(var(--white-rgb), 0.9);
font-size: 0.95rem;
line-height: 1.6;
}
.footer-alt .footer-badge-decorative {
display: flex;
gap: 8px;
align-items: center;
}
.badge-dot {
width: 8px;
height: 8px;
background: rgba(var(--white-rgb), 0.6);
border-radius: 50%;
animation: pulse 2s ease-in-out infinite;
}
.badge-dot:nth-child(2) {
animation-delay: 0.3s;
}
.badge-dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes pulse {
0%, 100% {
opacity: 0.6;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.2);
}
}
.footer-alt .footer-disclaimer-section {
position: relative;
}
.footer-alt .disclaimer-box {
background: color-mix(in srgb, var(--primary-500) 15%, transparent);
border: 1px solid color-mix(in srgb, var(--primary-300) 25%, transparent);
border-radius: 12px;
padding: 20px;
position: relative;
}
.footer-alt .disclaimer-icon {
font-size: 1.5rem;
color: rgba(var(--white-rgb), 0.9);
margin-bottom: 12px;
display: block;
}
.footer-alt .footer-disclaimer {
font-size: 0.875rem;
line-height: 1.6;
color: rgba(var(--white-rgb), 0.85);
margin-bottom: 0;
}
.footer-alt .decorative-circle {
position: absolute;
top: -30px;
right: -30px;
width: 120px;
height: 120px;
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
border-radius: 50%;
z-index: -1;
}
.footer-alt .footer-bottom {
border-top: 1px solid color-mix(in srgb, var(--primary-300) 25%, transparent);
margin-top: 2rem;
}
.footer-alt .copyright-wrapper {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}
.footer-alt .decorative-line {
width: 60px;
height: 2px;
background: linear-gradient(
90deg,
transparent,
rgba(var(--white-rgb), 0.5),
transparent
);
}
.footer-alt .copyright-text {
font-size: 0.9rem;
color: rgba(var(--white-rgb), 0.85);
letter-spacing: 0.3px;
}
.footer-alt .footer-decoration-top {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(
90deg,
transparent,
color-mix(in srgb, var(--primary-300) 50%, transparent),
transparent
);
z-index: 3;
}
.footer-alt .footer-decoration-bottom {
position: absolute;
bottom: 0;
right: 0;
width: 300px;
height: 300px;
background: radial-gradient(
circle at center,
color-mix(in srgb, var(--primary-500) 10%, transparent),
transparent 70%
);
pointer-events: none;
z-index: 1;
}
@media (max-width: 991px) {
.footer-brand-section,
.footer-links-section,
.footer-alt .footer-contact-section {
padding-left: 0;
padding-right: 0;
}
.footer-alt .footer-sitename {
font-size: 1.5rem;
}
.footer-alt .footer-icon-grid {
margin-bottom: 1rem;
}
.footer-alt .footer-links-section {
margin-top: 2rem;
}
}
@media (max-width: 767px) {
.footer-alt {
background-attachment: scroll;
}
.footer-alt .footer-sitename {
font-size: 1.35rem;
}
.footer-alt .footer-section-title {
font-size: 1.1rem;
}
.footer-alt .copyright-wrapper {
flex-direction: column;
gap: 10px;
}
.footer-alt .decorative-line {
width: 80px;
}
.footer-alt .footer-decoration-bottom {
width: 200px;
height: 200px;
}
.footer-alt .decorative-circle {
width: 80px;
height: 80px;
top: -20px;
right: -20px;
}
}
@media (max-width: 575px) {
.footer-alt .footer-icon-grid .icon-item {
width: 42px;
height: 42px;
}
.footer-alt .footer-icon-grid .icon-item i {
font-size: 1.1rem;
}
.footer-sitedesc,
.footer-link,
.footer-alt .contact-text {
font-size: 0.9rem;
}
.footer-alt .disclaimer-box {
padding: 16px;
}
.footer-alt .footer-disclaimer {
font-size: 0.825rem;
}
}
[data-sal] {
transition: opacity 0.6s ease, transform 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.footer-alt * {
animation: none !important;
transition: none !important;
}
}
@media print {
.footer-alt {
background: #333 !important;
color: var(--light) !important;
}
.footer-decoration-top,
.footer-decoration-bottom,
.footer-alt .decorative-circle {
display: none;
}
}


/* Footer Social Links - Simple Style */
.footer-social-links {
    margin: 20px 0;
    padding: 15px 0;
    text-align: center;
}

.footer-social-grid {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-social-link {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    position: relative;
}

.footer-social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    color: white;
    text-decoration: none;
}

/* Social Network Colors */
.footer-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.footer-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.footer-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.footer-x-link {
    background: linear-gradient(135deg, #000000, #333333);
}

.footer-x-link i {
    display: none;
}

.footer-x-link .x-symbol {
    font-weight: bold;
    font-size: 20px;
}

.footer-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.footer-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.footer-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.footer-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

@media (max-width: 768px) {
    .footer-social-grid {
        gap: 12px;
    }
    
    .footer-social-link {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}
