:root {
--primary-50: #fefce8;
--primary-50-rgb: 254, 252, 232;
--primary-100: #fef9c3;
--primary-100-rgb: 254, 249, 195;
--primary-300: #fde047;
--primary-300-rgb: 253, 224, 71;
--primary-500: #eab308;
--primary-500-rgb: 234, 179, 8;
--primary-700: #a16207;
--primary-700-rgb: 161, 98, 7;
--primary-200: #feed85;
--primary-200-rgb: 254, 237, 133;
--primary-400: #f4ca28;
--primary-400-rgb: 244, 202, 40;
--primary-600: #c68b08;
--primary-600-rgb: 198, 139, 8;
--primary-800: #895306;
--primary-800-rgb: 137, 83, 6;
--primary-900: #714505;
--primary-900-rgb: 113, 69, 5;
--primary-950: #492d03;
--primary-950-rgb: 73, 45, 3;
--primary-rgb: 234, 179, 8;
--neutral-50: #fafaf9;
--neutral-50-rgb: 250, 250, 249;
--neutral-100: #f5f5f4;
--neutral-100-rgb: 245, 245, 244;
--neutral-300: #d6d3d1;
--neutral-300-rgb: 214, 211, 209;
--neutral-500: #78716c;
--neutral-500-rgb: 120, 113, 108;
--neutral-700: #44403c;
--neutral-700-rgb: 68, 64, 60;
--neutral-900: #1c1917;
--neutral-900-rgb: 28, 25, 23;
--neutral-200: #e6e4e3;
--neutral-200-rgb: 230, 228, 227;
--neutral-400: #a7a29f;
--neutral-400-rgb: 167, 162, 159;
--neutral-600: #5e5954;
--neutral-600-rgb: 94, 89, 84;
--neutral-800: #3a3633;
--neutral-800-rgb: 58, 54, 51;
--neutral-950: #1f1d1b;
--neutral-950-rgb: 31, 29, 27;
--surface-primary: var(--neutral-50);
--surface-secondary: var(--neutral-100);
--surface-accent: var(--primary-50);
--text-primary: var(--neutral-900);
--text-secondary: var(--neutral-700);
--text-accent: var(--primary-700);
--button-primary-bg: var(--primary-500);
--button-primary-text: #ffffff;
--button-primary-text-rgb: 255, 255, 255;
--button-secondary-bg: var(--neutral-100);
--button-secondary-text: var(--neutral-900);
--border-light: var(--neutral-300);
--border-medium: var(--neutral-500);
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
--shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
--shadow-card: 0 4px 6px rgba(0, 0, 0, 0.05);
--shadow-elevated: 0 10px 25px rgba(0, 0, 0, 0.1);
--shadow-button-hover: 0 6px 12px rgba(234, 179, 8, 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;
}
.modern_font_primary {
font-family: var(--font-primary);
}
.minimal_font_secondary {
font-family: var(--font-secondary);
}
.bright_font_mono {
font-family: var(--font-mono);
}
.ui_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);
}
.web_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);
}
.container_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);
}
.app_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);
}
.fresh_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);
}
.design_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);
}
.section_heading_4 {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
}
.style_heading_5 {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-semibold);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.dark_heading_6 {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.creative_body_large {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
letter-spacing: var(--tracking-normal);
}
.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);
}
.agency_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);
}
.page_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);
}
.unique_overline {
font-family: var(--font-primary);
font-size: var(--text-xs);
font-weight: var(--font-semibold);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-wider);
text-transform: uppercase;
color: var(--text-muted);
}
.main_code_inline {
font-family: var(--font-mono);
font-size: 0.875em;
font-weight: var(--font-medium);
line-height: var(--leading-normal);
background-color: var(--bg-muted);
color: var(--text-primary);
padding: 0.125rem 0.25rem;
border-radius: var(--radius-sm);
}
.digital_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;
}
.pro_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);
}
.top_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);
}
.layout_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);
}
.content_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);
}
.studio_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;
}
.premium_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);
}
.new_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);
}
.business_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);
}
.business_nav_link:hover,
.business_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.brand_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);
}
.core_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) {
.pro_hero_title {
font-size: var(--text-4xl);
}
.layout_section_title {
font-size: var(--text-3xl);
}
.ui_display_1 {
font-size: var(--text-5xl);
}
.web_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.pro_hero_title {
font-size: var(--text-3xl);
}
.layout_section_title {
font-size: var(--text-2xl);
}
.ui_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);
}
.clean_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.company_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.base_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.custom_text_balance {
text-wrap: balance;
}
.prime_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.business_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.page_caption,
.unique_overline,
.core_footer_text {
color: var(--text-secondary);
}
.top_hero_subtitle,
.content_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.pro_hero_title,
.layout_section_title,
.app_heading_1,
.fresh_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.clean_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;
}
}
.elite_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.site_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.light_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.smart_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.bold_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.best_stack {
display: flex;
flex-direction: column;
}
.premium44_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.base28_full_height {
min-height: 100vh;
}
.site72_section_height {
min-height: 80vh;
}
.bold15_hero_height {
min-height: 90vh;
}
.new40_m_0 { margin: 0; }
.container94_m_1 { margin: var(--space-1); }
.top77_m_2 { margin: var(--space-2); }
.company52_m_3 { margin: var(--space-3); }
.page72_m_4 { margin: var(--space-4); }
.modern49_m_6 { margin: var(--space-6); }
.app36_m_8 { margin: var(--space-8); }
.site47_m_12 { margin: var(--space-12); }
.pro72_m_16 { margin: var(--space-16); }
.site28_mx_auto { margin-left: auto; margin-right: auto; }
.creative18_my_auto { margin-top: auto; margin-bottom: auto; }
.container62_mt_0 { margin-top: 0; }
.minimal58_mt_4 { margin-top: var(--space-4); }
.creative45_mt_8 { margin-top: var(--space-8); }
.custom6_mt_12 { margin-top: var(--space-12); }
.minimal51_mb_0 { margin-bottom: 0; }
.pro72_mb_4 { margin-bottom: var(--space-4); }
.prime22_mb_8 { margin-bottom: var(--space-8); }
.web93_mb_12 { margin-bottom: var(--space-12); }
.smart19_p_0 { padding: 0; }
.studio42_p_1 { padding: var(--space-1); }
.digital9_p_2 { padding: var(--space-2); }
.new55_p_3 { padding: var(--space-3); }
.top97_p_4 { padding: var(--space-4); }
.fresh36_p_6 { padding: var(--space-6); }
.custom91_p_8 { padding: var(--space-8); }
.theme53_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.minimal10_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.minimal81_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.unique46_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.style12_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.fresh42_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.premium33_gap_1 { gap: var(--space-1); }
.layout33_gap_2 { gap: var(--space-2); }
.fresh78_gap_3 { gap: var(--space-3); }
.bold89_gap_4 { gap: var(--space-4); }
.smart38_gap_6 { gap: var(--space-6); }
.container59_gap_8 { gap: var(--space-8); }
.digital25_shadow_none { box-shadow: var(--shadow-none); }
.prime43_shadow_xs { box-shadow: var(--shadow-xs); }
.app72_shadow_sm { box-shadow: var(--shadow-sm); }
.bold27_shadow_md { box-shadow: var(--shadow-md); }
.base92_shadow_lg { box-shadow: var(--shadow-lg); }
.base35_shadow_xl { box-shadow: var(--shadow-xl); }
.container72_shadow_2xl { box-shadow: var(--shadow-2xl); }
.design59_shadow_inner { box-shadow: var(--shadow-inner); }
.custom16_shadow_colored { box-shadow: var(--shadow-colored); }
.web95_radius_none { border-radius: var(--radius-none); }
.light52_radius_xs { border-radius: var(--radius-xs); }
.section38_radius_sm { border-radius: var(--radius-sm); }
.modern7_radius_md { border-radius: var(--radius-md); }
.digital72_radius_lg { border-radius: var(--radius-lg); }
.bold77_radius_xl { border-radius: var(--radius-xl); }
.clean30_radius_2xl { border-radius: var(--radius-2xl); }
.minimal82_radius_3xl { border-radius: var(--radius-3xl); }
.app30_radius_full { border-radius: var(--radius-full); }
.site2_gradient_primary {
background: var(--gradient-primary);
}
.new88_gradient_secondary {
background: var(--gradient-secondary);
}
.smart22_gradient_hero {
background: var(--gradient-hero);
}
.main72_gradient_card {
background: var(--gradient-card);
}
.design1_gradient_overlay {
position: relative;
}
.design1_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;
}
.design1_gradient_overlay > * {
position: relative;
z-index: 2;
}
.digital17_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.digital17_hover_lift:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.elite25_hover_scale {
transition: transform var(--transition-normal);
}
.elite25_hover_scale:hover {
transform: scale(1.02);
}
.web34_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.web34_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.pro45_hover_fade {
transition: opacity var(--transition-normal);
}
.pro45_hover_fade:hover {
opacity: var(--opacity-loading);
}
.web48_focus_ring {
transition: box-shadow var(--transition-fast);
}
.web48_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.digital42_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.site83_hero_content {
position: relative;
z-index: 2;
}
.core83_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.digital68_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.premium21_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.bold22_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.section14_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: var(--space-6);
}
.smart99_timeline {
position: relative;
}
.smart99_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.digital16_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.digital16_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.digital16_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.company49_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.top82_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;
}
}
.content34_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;
}
}
.pro98_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;
}
}
.digital59_transition_all {
transition: var(--transition-all);
}
.bright21_transition_fast {
transition: all var(--transition-fast);
}
.agency27_transition_normal {
transition: all var(--transition-normal);
}
.fresh3_transition_slow {
transition: all var(--transition-slow);
}
.smart65_bg_primary { background-color: var(--bg-primary); }
.container53_bg_secondary { background-color: var(--bg-secondary); }
.style45_bg_muted { background-color: var(--bg-muted); }
.creative43_bg_glass { background-color: var(--bg-glass); }
.section11_text_primary { color: var(--text-primary); }
.theme1_text_secondary { color: var(--text-secondary); }
.light53_text_muted { color: var(--text-muted); }
.section52_text_inverse { color: var(--text-inverse); }
.business60_text_link { color: var(--text-link); }
.section47_border_light { border-color: var(--border-light); }
.ui41_border_medium { border-color: var(--border-medium); }
.site84_border_strong { border-color: var(--border-strong); }
.modern42_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 768px) {
.core83_services_grid,
.premium21_features_grid,
.digital68_team_grid,
.section14_pricing_grid {
grid-template-columns: 1fr;
}
.bold22_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.smart99_timeline::before {
left: 30px;
}
.digital16_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.site72_section_height {
min-height: 60vh;
}
.bold15_hero_height {
min-height: 70vh;
}
}
@media (max-width: 480px) {
.bold22_gallery_grid {
grid-template-columns: 1fr;
}
.digital16_timeline_item {
padding-left: var(--space-12) !important;
}
}
.business50_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;
}
.design4_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.creative80_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);
}
.creative80_skip_link:focus {
top: 6px;
}
@media print {
.main92_no_print {
display: none !important;
}
.digital81_print_only {
display: block !important;
}
.prime43_shadow_xs,
.app72_shadow_sm,
.bold27_shadow_md,
.base92_shadow_lg,
.base35_shadow_xl,
.container72_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) {
.company49_fade_in,
.top82_slide_up,
.content34_slide_in_left,
.pro98_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.digital17_hover_lift,
.elite25_hover_scale,
.web34_hover_shadow,
.pro45_hover_fade,
.digital59_transition_all,
.bright21_transition_fast,
.agency27_transition_normal,
.fresh3_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
.header-variant {
position: sticky;
top: 0;
z-index: 1000;
background: var(--surface-primary);
box-shadow: 0 2px 16px rgba(var(--black-rgb), 0.06);
transition: all 0.3s ease;
}
.header-variant .navbar {
padding: 1rem 0;
position: relative;
}
.header-variant .container {
position: relative;
}
.header-variant .navbar-brand {
font-size: 1.125rem;
font-weight: 700;
color: var(--primary-700);
text-decoration: none;
display: flex;
align-items: center;
gap: 0.5rem;
transition: all 0.3s ease;
z-index: 10003;
position: relative;
}
.header-variant .brand-text {
position: relative;
display: inline-block;
}
.header-variant .brand-accent {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
display: inline-block;
animation: pulse-v168 2s ease-in-out infinite;
}
@keyframes pulse-v168 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.header-variant .navbar-brand:hover {
color: var(--primary-500);
transform: translateY(-2px);
}
.header-variant .navbar-toggle-checkbox {
display: none;
}
.header-variant .navbar-toggle {
display: none;
flex-direction: column;
justify-content: space-between;
width: 30px;
height: 24px;
cursor: pointer;
z-index: 10003;
position: relative;
background: transparent;
border: none;
padding: 0;
}
.header-variant .hamburger-line {
width: 100%;
height: 3px;
background: #334155;
border-radius: 3px;
transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transform-origin: center;
}
.header-variant .navbar-toggle-checkbox:checked ~ .navbar-toggle .hamburger-line:nth-child(1) {
transform: translateY(10.5px) rotate(45deg);
}
.header-variant .navbar-toggle-checkbox:checked ~ .navbar-toggle .hamburger-line:nth-child(2) {
opacity: 0;
transform: scaleX(0);
}
.header-variant .navbar-toggle-checkbox:checked ~ .navbar-toggle .hamburger-line:nth-child(3) {
transform: translateY(-10.5px) rotate(-45deg);
}
.header-variant .navbar-collapse {
display: flex;
align-items: center;
justify-content: flex-end;
}
.header-variant .navbar-nav {
display: flex;
align-items: center;
gap: 0.5rem;
list-style: none;
margin: 0;
padding: 0;
}
.header-variant .nav-item {
margin: 0;
}
.header-variant .nav-link {
color: var(--neutral-700);
font-size: 0.75rem;
font-weight: 500;
padding: 0.625rem 1.25rem;
margin: 0;
text-decoration: none;
border-radius: 8px;
transition: all 0.3s ease;
position: relative;
display: block;
}
.header-variant .nav-link::before {
content: '';
position: absolute;
bottom: 8px;
left: 50%;
transform: translateX(-50%) scaleX(0);
width: 60%;
height: 2px;
background: var(--primary-500);
border-radius: 2px;
transition: transform 0.3s ease;
}
.header-variant .nav-link:hover {
color: var(--primary-500);
background: color-mix(in srgb, var(--primary-50) 50%, transparent);
}
.header-variant .nav-link:hover::before {
transform: translateX(-50%) scaleX(1);
}
.header-variant .navbar-backdrop {
display: none;
}
.header-variant .header-decorative-gradient {
position: absolute;
top: 0;
right: 0;
width: 300px;
height: 100%;
background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--primary-50) 30%, transparent));
pointer-events: none;
opacity: 0.5;
}
@media (max-width: 991.98px) {
.header-variant .navbar-toggle {
display: flex;
}
.header-variant .navbar-collapse {
position: fixed;
top: 0;
right: -100%;
width: 280px;
height: 100vh;
background: var(--surface-primary);
padding: 5rem 2rem 2rem;
transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
box-shadow: -4px 0 24px rgba(var(--black-rgb), 0.1);
z-index: 10;
overflow-y: auto;
}
.header-variant .navbar-toggle-checkbox:checked ~ .navbar-collapse {
right: 0;
}
.header-variant .navbar-backdrop {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(var(--black-rgb), 0.5);
backdrop-filter: blur(4px);
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
z-index: -1;
}
.header-variant .navbar-toggle-checkbox:checked ~ .navbar-collapse .navbar-backdrop {
opacity: 1;
visibility: visible;
}
.header-variant .navbar-nav {
flex-direction: column;
align-items: stretch;
gap: 0.75rem;
}
.header-variant .nav-link {
padding: 1rem 1.25rem;
border-left: 3px solid transparent;
border-radius: 0 8px 8px 0;
animation: slideInRight-v168 0.4s ease backwards;
}
.header-variant .nav-item:nth-child(1) .nav-link {
animation-delay: 0.1s;
}
.header-variant .nav-item:nth-child(2) .nav-link {
animation-delay: 0.15s;
}
.header-variant .nav-item:nth-child(3) .nav-link {
animation-delay: 0.2s;
}
.header-variant .nav-item:nth-child(4) .nav-link {
animation-delay: 0.25s;
}
.header-variant .nav-link::before {
display: none;
}
.header-variant .nav-link:hover {
border-left-color: var(--primary-500);
background: color-mix(in srgb, var(--primary-50) 70%, transparent);
transform: translateX(4px);
}
.header-variant .header-decorative-gradient {
display: none;
}
}
@keyframes slideInRight-v168 {
from {
opacity: 0;
transform: translateX(30px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.header-variant .navbar-collapse {
width: 320px;
}
.header-variant .nav-link {
font-size: 0.875rem;
}
}
@media (max-width: 575.98px) {
.header-variant .navbar-brand {
font-size: 1.125rem;
}
.header-variant .navbar-collapse {
width: 85%;
max-width: 280px;
}
}
@media (prefers-reduced-motion: reduce) {
.header-variant * {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
.header-variant .nav-link:focus-visible,
.header-variant .navbar-brand:focus-visible,
.header-variant .navbar-toggle:focus-visible {
outline: 2px solid var(--primary-500);
outline-offset: 2px;
border-radius: 4px;
}
.hero-section-variant {
position: relative;
padding: 80px 0 100px;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
overflow: hidden;
}
.hero-section-variant .hero-bg-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.08;
z-index: 0;
}
.hero-section-variant .hero-bg-decoration-1 {
width: 500px;
height: 500px;
background: var(--primary-500);
top: -150px;
right: -100px;
filter: blur(80px);
}
.hero-section-variant .hero-bg-decoration-2 {
width: 400px;
height: 400px;
background: var(--primary-700);
bottom: -100px;
left: -80px;
filter: blur(100px);
}
.hero-section-variant .hero-content {
position: relative;
z-index: 1;
}
.hero-section-variant .hero-badge {
display: inline-flex;
align-items: center;
padding: 8px 20px;
background: color-mix(in srgb, var(--primary-500) 10%, transparent 90%);
border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
border-radius: 50px;
margin-bottom: 24px;
animation: pulse-badge 3s ease-in-out infinite;
}
.badge-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
display: block;
animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-badge {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}
@keyframes pulse-dot {
0%, 100% { opacity: 1; }
50% { opacity: 0.5; }
}
.hero-section-variant .hero-title {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 800;
line-height: 1.2;
color: var(--text-primary);
margin-bottom: 20px;
letter-spacing: -0.02em;
}
.hero-section-variant .hero-subtitle {
font-size: clamp(1.25rem, 3vw, 1.75rem);
font-weight: 600;
line-height: 1.4;
color: var(--primary-700);
margin-bottom: 24px;
}
.hero-section-variant .hero-description {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 32px;
max-width: 560px;
}
.hero-section-variant .feature-icons-row {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin-top: 40px;
}
.hero-section-variant .feature-icon-item {
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
border-radius: 16px;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.05);
}
.hero-section-variant .feature-icon-item i {
font-size: 24px;
color: var(--primary-500);
transition: all 0.3s ease;
}
.hero-section-variant .feature-icon-item:hover {
transform: translateY(-4px);
background: var(--primary-500);
border-color: var(--primary-700);
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
}
.hero-section-variant .feature-icon-item:hover i {
color: var(--light);
transform: scale(1.1);
}
.hero-section-variant .hero-image-wrapper {
position: relative;
z-index: 1;
}
.hero-section-variant .hero-image-container {
position: relative;
border-radius: 24px;
overflow: hidden;
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.15);
transition: transform 0.4s ease;
}
.hero-section-variant .hero-image-container:hover {
transform: scale(1.02);
}
.hero-section-variant .hero-image {
width: 100%;
height: auto;
display: block;
border-radius: 24px;
}
.hero-section-variant .decorative-circle {
position: absolute;
border-radius: 50%;
z-index: -1;
opacity: 0.15;
}
.hero-section-variant .decorative-circle-1 {
width: 300px;
height: 300px;
background: var(--primary-500);
top: -50px;
right: -50px;
filter: blur(60px);
animation: float-circle 8s ease-in-out infinite;
}
.hero-section-variant .decorative-circle-2 {
width: 200px;
height: 200px;
background: var(--primary-700);
bottom: -40px;
left: -40px;
filter: blur(50px);
animation: float-circle 6s ease-in-out infinite reverse;
}
@keyframes float-circle {
0%, 100% { transform: translate(0, 0); }
50% { transform: translate(20px, -20px); }
}
.hero-section-variant .decorative-blob {
position: absolute;
width: 250px;
height: 250px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 40%, transparent 60%),
color-mix(in srgb, var(--primary-700) 40%, transparent 60%));
border-radius: 45% 55% 60% 40% / 55% 45% 55% 45%;
bottom: 50px;
right: 50px;
z-index: -1;
animation: morph-blob 10s ease-in-out infinite;
}
@keyframes morph-blob {
0%, 100% {
border-radius: 45% 55% 60% 40% / 55% 45% 55% 45%;
transform: rotate(0deg);
}
50% {
border-radius: 55% 45% 40% 60% / 45% 55% 45% 55%;
transform: rotate(180deg);
}
}
.hero-section-variant .floating-icon {
position: absolute;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border: 2px solid var(--primary-500);
border-radius: 16px;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.1);
z-index: 2;
}
.hero-section-variant .floating-icon i {
font-size: 28px;
color: var(--primary-500);
}
.hero-section-variant .floating-icon-1 {
top: 10%;
right: 10%;
animation: float-icon 4s ease-in-out infinite;
}
.hero-section-variant .floating-icon-2 {
bottom: 15%;
left: 5%;
animation: float-icon 5s ease-in-out infinite 0.5s;
}
.hero-section-variant .floating-icon-3 {
top: 50%;
right: -10px;
animation: float-icon 6s ease-in-out infinite 1s;
}
@keyframes float-icon {
0%, 100% { transform: translateY(0) rotate(0deg); }
50% { transform: translateY(-20px) rotate(5deg); }
}
@media (max-width: 991.98px) {
.hero-section-variant {
padding: 60px 0 80px;
}
.hero-section-variant .hero-title {
font-size: 2rem;
}
.hero-section-variant .hero-subtitle {
font-size: 1.25rem;
}
.hero-section-variant .hero-description {
font-size: 1rem;
}
.hero-section-variant .hero-image-wrapper {
margin-top: 40px;
}
.hero-section-variant .floating-icon {
width: 50px;
height: 50px;
}
.hero-section-variant .floating-icon i {
font-size: 22px;
}
.hero-section-variant .decorative-circle-1 {
width: 200px;
height: 200px;
}
.hero-section-variant .decorative-circle-2 {
width: 150px;
height: 150px;
}
.hero-section-variant .decorative-blob {
width: 180px;
height: 180px;
}
}
@media (max-width: 575.98px) {
.hero-section-variant {
padding: 40px 0 60px;
}
.hero-section-variant .hero-badge {
padding: 6px 16px;
}
.hero-section-variant .feature-icons-row {
gap: 12px;
}
.hero-section-variant .feature-icon-item {
width: 48px;
height: 48px;
}
.hero-section-variant .feature-icon-item i {
font-size: 20px;
}
.hero-section-variant .floating-icon-3 {
display: none;
}
}
.usp-secondary {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 50%, white 50%) 100%
);
position: relative;
padding: 80px 0;
--usp-item-icon-size: 64px;
--usp-item-gap: 20px;
--usp-item-padding: 32px;
}
.usp-secondary__bg-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
pointer-events: none;
z-index: 0;
}
.usp-secondary__shape {
position: absolute;
border-radius: 50%;
opacity: 0.06;
}
.usp-secondary__shape--1 {
width: 500px;
height: 500px;
background: var(--primary-500);
top: -150px;
right: -100px;
animation: float 18s ease-in-out infinite;
}
.usp-secondary__shape--2 {
width: 400px;
height: 400px;
background: var(--primary-300);
bottom: -150px;
left: -100px;
animation: float 15s ease-in-out infinite reverse;
}
.usp-secondary__header {
position: relative;
z-index: 2;
}
.usp-secondary__badge {
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
}
.usp-secondary__badge-dot {
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
display: block;
animation: pulse-grow 2s ease-out infinite;
}
.usp-secondary__title {
color: var(--text-primary);
line-height: 1.2;
font-weight: 800;
letter-spacing: -0.01em;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__subtitle {
color: var(--primary-700);
font-weight: 600;
line-height: 1.4;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__description {
color: var(--text-secondary);
line-height: 1.6;
max-width: 680px;
margin-left: auto;
margin-right: auto;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__item {
background: white;
border-radius: 16px;
padding: var(--usp-item-padding);
height: 100%;
display: flex;
gap: var(--usp-item-gap);
box-shadow: 0 4px 16px rgba(var(--black-rgb), 0.06);
transition: all 0.3s ease;
position: relative;
z-index: 2;
border: 1px solid rgba(var(--primary-rgb), 0.1);
min-width: 0;
overflow: hidden;
}
.usp-secondary__item:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.usp-secondary__item-icon {
flex-shrink: 0;
width: var(--usp-item-icon-size);
height: var(--usp-item-icon-size);
min-width: 48px;
min-height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
border-radius: 16px;
box-shadow: 0 8px 16px rgba(var(--primary-rgb), 0.3);
transition: all 0.3s ease;
}
.usp-secondary__item:hover .usp-secondary__item-icon {
transform: scale(1.05);
box-shadow: 0 12px 24px rgba(var(--primary-rgb), 0.4);
}
.usp-secondary__item-icon i {
font-size: 28px;
color: white;
}
.usp-secondary__item-content {
flex: 1;
min-width: 0;
}
.usp-secondary__item-header {
margin-bottom: 12px;
gap: 12px;
flex-wrap: wrap;
align-items: flex-start;
}
.usp-secondary__item-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.3;
margin: 0;
flex: 1 1 auto;
min-width: 0;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__item-badge {
display: inline-block;
padding: 6px 14px;
background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
color: var(--primary-700);
border-radius: 20px;
font-size: 0.875rem;
font-weight: 700;
white-space: normal;
border: 1px solid var(--primary-200);
flex-shrink: 0;
text-align: center;
max-width: 100%;
word-break: break-word;
}
.usp-secondary__item-text {
color: var(--text-secondary);
line-height: 1.6;
font-size: 0.9375rem;
word-wrap: break-word;
overflow-wrap: break-word;
hyphens: auto;
}
.usp-secondary__accent-line {
height: 4px;
width: 100px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
border-radius: 2px;
margin: 0 auto;
position: relative;
z-index: 2;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(3deg);
}
}
@keyframes pulse-grow {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(2);
opacity: 0;
}
}
@media (max-width: 1399px) {
.usp-secondary {
--usp-item-padding: 28px;
--usp-item-gap: 18px;
}
.usp-secondary__item-header {
gap: 8px;
}
}
@media (max-width: 1199px) {
.usp-secondary {
--usp-item-icon-size: 56px;
--usp-item-padding: 24px;
--usp-item-gap: 16px;
}
.usp-secondary__item-header {
gap: 10px;
}
.usp-secondary__item-title {
font-size: 1.125rem;
}
.usp-secondary__item-badge {
font-size: 0.8125rem;
padding: 5px 12px;
}
}
@media (max-width: 991px) {
.usp-secondary {
padding: 60px 0;
--usp-item-icon-size: 56px;
}
.usp-secondary__title {
font-size: 2rem;
}
.usp-secondary__subtitle {
font-size: 1.125rem;
}
.usp-secondary__item {
gap: 16px;
}
.usp-secondary__item-icon i {
font-size: 24px;
}
.usp-secondary__item-header {
gap: 10px;
}
.usp-secondary__shape--1,
.usp-secondary__shape--2 {
width: 300px;
height: 300px;
}
}
@media (max-width: 767px) {
.usp-secondary {
--usp-item-icon-size: 48px;
--usp-item-padding: 20px;
--usp-item-gap: 16px;
}
.usp-secondary__title {
font-size: 1.75rem;
}
.usp-secondary__subtitle {
font-size: 1rem;
}
.usp-secondary__description {
font-size: 0.9375rem;
}
.usp-secondary__item {
flex-direction: column;
text-align: center;
}
.usp-secondary__item-header {
flex-direction: column;
gap: 8px;
align-items: center;
}
.usp-secondary__item-title {
text-align: center;
}
.usp-secondary__item-icon {
margin: 0 auto;
}
.usp-secondary__item-icon i {
font-size: 22px;
}
.usp-secondary__item-badge {
font-size: 0.8125rem;
padding: 5px 12px;
}
.usp-secondary__shape--1,
.usp-secondary__shape--2 {
display: none;
}
}
@media (max-width: 575px) {
.usp-secondary {
padding: 40px 0;
--usp-item-padding: 16px;
--usp-item-gap: 12px;
}
.usp-secondary__title {
font-size: 1.5rem;
}
.usp-secondary__item-header {
gap: 6px;
margin-bottom: 8px;
}
.usp-secondary__item-badge {
padding: 4px 10px;
font-size: 0.75rem;
}
.usp-secondary__item-text {
font-size: 0.875rem;
}
}
.about-section-style {
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
position: relative;
overflow: hidden;
}
.about-section-style .content-wrapper {
position: relative;
z-index: 2;
}
.about-section-style .decorative-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: linear-gradient(
135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-700) 60%, var(--primary-500) 40%)
);
border-radius: 16px;
color: var(--light);
font-size: 1.75rem;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent);
animation: float 3s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(-10px);
}
}
.about-section-style .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.about-section-style .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.about-section-style .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
}
.about-section-style .features-grid {
display: grid;
grid-template-columns: 1fr;
gap: 1.5rem;
}
.about-section-style .feature-item {
display: flex;
gap: 1.25rem;
padding: 1.5rem;
background: var(--surface-primary);
border-radius: 12px;
border: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.about-section-style .feature-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: linear-gradient(
to bottom,
var(--primary-500),
var(--primary-700)
);
transform: scaleY(0);
transform-origin: bottom;
transition: transform 0.3s ease;
}
.about-section-style .feature-item:hover {
transform: translateX(8px);
border-color: var(--primary-300);
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-300) 20%, transparent);
}
.about-section-style .feature-item:hover::before {
transform: scaleY(1);
transform-origin: top;
}
.about-section-style .feature-icon {
flex-shrink: 0;
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-100) 80%, var(--surface-primary) 20%),
color-mix(in srgb, var(--primary-300) 50%, var(--surface-primary) 50%)
);
border-radius: 12px;
color: var(--primary-700);
font-size: 1.5rem;
transition: all 0.3s ease;
}
.about-section-style .feature-item:hover .feature-icon {
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
color: var(--light);
transform: scale(1.05) rotate(5deg);
}
.about-section-style .feature-content {
flex: 1;
}
.about-section-style .feature-name {
font-size: 1.125rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 0.5rem;
line-height: 1.3;
}
.about-section-style .feature-desc {
font-size: 0.9375rem;
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 0;
}
.about-section-style .images-wrapper {
position: relative;
height: 100%;
min-height: 500px;
}
.about-section-style .decorative-shape-1 {
position: absolute;
top: -50px;
right: -50px;
width: 200px;
height: 200px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 20%, transparent),
color-mix(in srgb, var(--primary-100) 30%, transparent)
);
border-radius: 50%;
filter: blur(40px);
z-index: 0;
}
.about-section-style .decorative-shape-2 {
position: absolute;
bottom: -30px;
left: -30px;
width: 150px;
height: 150px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 15%, transparent),
color-mix(in srgb, var(--primary-300) 25%, transparent)
);
border-radius: 50%;
filter: blur(30px);
z-index: 0;
}
.about-section-style .image-grid {
position: relative;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
gap: 1rem;
height: 100%;
z-index: 1;
}
.about-section-style .image-container {
position: relative;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 8px 32px color-mix(in srgb, var(--neutral-900) 15%, transparent);
transition: all 0.4s ease;
}
.about-section-style .image-large {
grid-column: 1 / 2;
grid-row: 1 / 3;
}
.about-section-style .image-small-top {
grid-column: 2 / 3;
grid-row: 1 / 2;
}
.about-section-style .image-small-bottom {
grid-column: 2 / 3;
grid-row: 2 / 3;
}
.about-section-style .image-container img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s ease;
}
.about-section-style .image-container:hover img {
transform: scale(1.08);
}
.about-section-style .image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-700) 40%, transparent),
color-mix(in srgb, var(--primary-500) 20%, transparent)
);
opacity: 0;
transition: opacity 0.4s ease;
}
.about-section-style .image-container:hover .image-overlay {
opacity: 1;
}
.about-section-style .dots-pattern {
position: absolute;
bottom: 30px;
left: -60px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
z-index: 0;
opacity: 0.4;
}
.about-section-style .dots-pattern .dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
animation: dotPulse 2s ease-in-out infinite;
}
.about-section-style .dots-pattern .dot:nth-child(2) {
animation-delay: 0.2s;
}
.about-section-style .dots-pattern .dot:nth-child(3) {
animation-delay: 0.4s;
}
.about-section-style .dots-pattern .dot:nth-child(4) {
animation-delay: 0.6s;
}
.about-section-style .dots-pattern .dot:nth-child(5) {
animation-delay: 0.8s;
}
.about-section-style .dots-pattern .dot:nth-child(6) {
animation-delay: 1s;
}
.about-section-style .dots-pattern .dot:nth-child(7) {
animation-delay: 1.2s;
}
.about-section-style .dots-pattern .dot:nth-child(8) {
animation-delay: 1.4s;
}
.about-section-style .dots-pattern .dot:nth-child(9) {
animation-delay: 1.6s;
}
@keyframes dotPulse {
0%, 100% {
transform: scale(1);
opacity: 0.4;
}
50% {
transform: scale(1.3);
opacity: 0.8;
}
}
@media (max-width: 991.98px) {
.about-section-style .section-title {
font-size: 2rem;
}
.about-section-style .images-wrapper {
min-height: 400px;
margin-top: 2rem;
}
}
@media (max-width: 767.98px) {
.about-section-style .section-title {
font-size: 1.75rem;
}
.about-section-style .section-subtitle {
font-size: 1.125rem;
}
.about-section-style .section-description {
font-size: 1rem;
}
.about-section-style .feature-item {
flex-direction: column;
text-align: center;
align-items: center;
}
.about-section-style .feature-content {
text-align: center;
}
.about-section-style .image-grid {
grid-template-columns: 1fr;
grid-template-rows: auto;
gap: 1rem;
}
.about-section-style .image-large,
.about-section-style .image-small-top,
.about-section-style .image-small-bottom {
grid-column: 1;
grid-row: auto;
height: 250px;
}
.about-section-style .images-wrapper {
min-height: auto;
}
}
@media (max-width: 575.98px) {
.about-section-style .decorative-badge {
width: 50px;
height: 50px;
font-size: 1.5rem;
}
.about-section-style .feature-icon {
width: 48px;
height: 48px;
font-size: 1.25rem;
}
}
.features-section-minimal {
position: relative;
padding: 100px 0;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.features-section-minimal .section-header {
position: relative;
z-index: 2;
}
.features-section-minimal .decorative-accent {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
}
.features-section-minimal .accent-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-dot-v249 2s ease-in-out infinite;
}
.features-section-minimal .accent-line {
width: 60px;
height: 2px;
background: linear-gradient(
90deg,
var(--primary-300),
var(--primary-500),
var(--primary-300)
);
}
.features-section-minimal .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.features-section-minimal .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
text-transform: uppercase;
letter-spacing: 0.05em;
}
.features-section-minimal .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.features-section-minimal .feature-card {
position: relative;
padding: 40px 35px;
background: var(--surface-primary);
border-radius: 16px;
border: 2px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
z-index: 1;
}
.features-section-minimal .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-50) 20%, transparent 80%) 0%,
transparent 50%
);
opacity: 0;
transition: opacity 0.4s ease;
z-index: -1;
}
.features-section-minimal .feature-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.08);
}
.features-section-minimal .feature-card:hover::before {
opacity: 1;
}
.features-section-minimal .feature-icon-wrapper {
position: relative;
display: inline-block;
}
.features-section-minimal .icon-background {
position: relative;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(
135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
);
border-radius: 20px;
transition: all 0.4s ease;
z-index: 2;
}
.features-section-minimal .feature-card:hover .icon-background {
transform: rotate(5deg) scale(1.05);
}
.features-section-minimal .icon-background i {
font-size: 2.25rem;
color: var(--light);
}
.features-section-minimal .decorative-shape {
position: absolute;
width: 100px;
height: 100px;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
opacity: 0.15;
z-index: 1;
animation: float-shape-v249 6s ease-in-out infinite;
}
.features-section-minimal .shape-1 {
background: var(--primary-300);
top: -20px;
left: -20px;
}
.features-section-minimal .shape-2 {
background: var(--primary-500);
top: -25px;
right: -25px;
animation-delay: -2s;
}
.features-section-minimal .shape-3 {
background: var(--primary-700);
bottom: -20px;
left: -15px;
animation-delay: -4s;
}
.features-section-minimal .shape-4 {
background: var(--primary-300);
bottom: -25px;
right: -20px;
animation-delay: -3s;
}
.features-section-minimal .feature-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.3;
margin-bottom: 16px;
transition: color 0.3s ease;
}
.features-section-minimal .feature-card:hover .feature-title {
color: var(--primary-500);
}
.features-section-minimal .feature-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.features-section-minimal .feature-accent-line {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 3px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.features-section-minimal .feature-card:hover .feature-accent-line {
width: 100%;
}
.features-section-minimal .background-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.features-section-minimal .decoration-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-100) 30%, transparent 70%) 0%,
transparent 70%
);
}
.features-section-minimal .circle-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
animation: pulse-circle-v249 8s ease-in-out infinite;
}
.features-section-minimal .circle-2 {
width: 300px;
height: 300px;
bottom: -80px;
left: -80px;
animation: pulse-circle-v249 10s ease-in-out infinite;
animation-delay: -4s;
}
.features-section-minimal .decoration-blob {
position: absolute;
width: 250px;
height: 250px;
background: color-mix(in srgb, var(--primary-50) 40%, transparent 60%);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
filter: blur(40px);
animation: morph-blob-v249 12s ease-in-out infinite;
}
.features-section-minimal .blob-1 {
top: 20%;
left: 10%;
}
.features-section-minimal .blob-2 {
bottom: 15%;
right: 15%;
animation-delay: -6s;
}
@keyframes pulse-dot-v249 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
@keyframes float-shape-v249 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(10px, -10px) rotate(120deg);
}
66% {
transform: translate(-5px, 5px) rotate(240deg);
}
}
@keyframes pulse-circle-v249 {
0%, 100% {
transform: scale(1);
opacity: 0.3;
}
50% {
transform: scale(1.1);
opacity: 0.5;
}
}
@keyframes morph-blob-v249 {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: translate(0, 0) rotate(0deg);
}
25% {
border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
transform: translate(20px, -20px) rotate(90deg);
}
50% {
border-radius: 30% 70% 60% 40% / 60% 40% 50% 60%;
transform: translate(0, -30px) rotate(180deg);
}
75% {
border-radius: 70% 30% 40% 60% / 40% 60% 50% 40%;
transform: translate(-20px, -10px) rotate(270deg);
}
}
@media (max-width: 991px) {
.features-section-minimal {
padding: 80px 0;
}
.features-section-minimal .section-title {
font-size: 2.25rem;
}
.features-section-minimal .section-subtitle {
font-size: 1.125rem;
}
.features-section-minimal .section-description {
font-size: 1rem;
}
.features-section-minimal .feature-card {
padding: 35px 30px;
}
.features-section-minimal .feature-title {
font-size: 1.375rem;
}
}
@media (max-width: 767px) {
.features-section-minimal {
padding: 60px 0;
}
.features-section-minimal .section-title {
font-size: 1.875rem;
}
.features-section-minimal .section-subtitle {
font-size: 1rem;
}
.features-section-minimal .section-description {
font-size: 0.9375rem;
}
.features-section-minimal .feature-card {
padding: 30px 25px;
}
.features-section-minimal .icon-background {
width: 70px;
height: 70px;
}
.features-section-minimal .icon-background i {
font-size: 2rem;
}
.features-section-minimal .feature-title {
font-size: 1.25rem;
}
.features-section-minimal .feature-description {
font-size: 0.9375rem;
}
.features-section-minimal .decoration-circle,
.features-section-minimal .decoration-blob {
display: none;
}
}
@media (max-width: 575px) {
.features-section-minimal .section-title {
font-size: 1.625rem;
}
.features-section-minimal .accent-line {
width: 40px;
}
}
.services-section-style {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.services-section-style .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.05;
z-index: 0;
pointer-events: none;
}
.services-section-style .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
right: -100px;
filter: blur(80px);
}
.services-section-style .blob-2 {
width: 500px;
height: 500px;
background: var(--primary-700);
bottom: -150px;
left: -150px;
filter: blur(100px);
}
.services-section-style #services-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.2;
letter-spacing: -0.02em;
}
.services-section-style #services-subtitle {
color: var(--primary-500);
font-weight: 600;
}
.services-section-style #services-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 800px;
margin: 0 auto;
}
.services-section-style .service-card {
position: relative;
background: var(--light);
border-radius: 16px;
padding: 2.5rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.04);
border: 1px solid var(--neutral-100);
overflow: hidden;
z-index: 1;
}
.services-section-style .service-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.services-section-style .service-card.featured {
border: 2px solid var(--primary-500);
background: linear-gradient(135deg, var(--light) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--light) 70%) 100%);
}
.services-section-style .featured-badge {
position: absolute;
top: 20px;
right: 20px;
width: 40px;
height: 40px;
background: var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1rem;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
animation: pulse-badge 2s ease-in-out infinite;
}
@keyframes pulse-badge {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
}
.services-section-style .service-icon-wrapper {
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
transition: all 0.3s ease;
box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.services-section-style .service-card:hover .service-icon-wrapper {
transform: rotate(5deg) scale(1.05);
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.services-section-style .service-icon-wrapper i {
font-size: 2.5rem;
color: var(--light);
}
.services-section-style .service-content {
position: relative;
z-index: 2;
}
.services-section-style .service-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.services-section-style .service-description {
color: var(--text-secondary);
margin-bottom: 1.5rem;
line-height: 1.7;
font-size: 0.95rem;
}
.services-section-style .service-features {
margin-bottom: 1.5rem;
padding: 1.25rem;
background: var(--surface-secondary);
border-radius: 12px;
border-left: 3px solid var(--primary-500);
}
.services-section-style .features-text {
color: var(--text-secondary);
font-size: 0.9rem;
line-height: 1.8;
margin: 0;
}
.services-section-style .service-pricing {
padding-top: 1.5rem;
border-top: 1px solid var(--neutral-100);
margin-top: auto;
}
.services-section-style .price-tag {
display: flex;
align-items: center;
justify-content: center;
}
.services-section-style .price-value {
font-size: 1.25rem;
font-weight: 700;
color: var(--primary-700);
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
-webkit-background-clip: text;background-clip: text;
}
.services-section-style .card-accent {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
transform: scaleX(0);
transition: transform 0.4s ease;
transform-origin: left;
}
.services-section-style .service-card:hover .card-accent {
transform: scaleX(1);
}
.services-section-style .floating-icons {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 0;
}
.services-section-style .floating-icon {
position: absolute;
font-size: 2rem;
color: var(--primary-300);
opacity: 0.1;
animation: float 6s ease-in-out infinite;
}
.services-section-style .icon-1 {
top: 15%;
left: 10%;
animation-delay: 0s;
}
.services-section-style .icon-2 {
top: 60%;
right: 15%;
animation-delay: 2s;
}
.services-section-style .icon-3 {
bottom: 20%;
left: 20%;
animation-delay: 4s;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(10deg);
}
}
@media (max-width: 991.98px) {
.services-section-style .service-card {
padding: 2rem;
}
.services-section-style .service-icon-wrapper {
width: 70px;
height: 70px;
}
.services-section-style .service-icon-wrapper i {
font-size: 2rem;
}
.services-section-style .service-title {
font-size: 1.35rem;
}
}
@media (max-width: 767.98px) {
.services-section-style #services-title {
font-size: 2rem;
}
.services-section-style #services-subtitle {
font-size: 1.25rem;
}
.services-section-style .service-card {
padding: 1.5rem;
}
.services-section-style .blob-1,
.services-section-style .blob-2 {
display: none;
}
.services-section-style .floating-icons {
display: none;
}
}
@media (max-width: 575.98px) {
.services-section-style .service-icon-wrapper {
width: 60px;
height: 60px;
}
.services-section-style .service-icon-wrapper i {
font-size: 1.75rem;
}
.services-section-style .service-title {
font-size: 1.25rem;
}
.services-section-style .price-value {
font-size: 1.1rem;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.services-section-style .service-card {
padding: 2rem;
}
.services-section-style .service-description {
font-size: 0.9rem;
}
}
@media (min-width: 1400px) {
.services-section-style .container {
max-width: 1320px;
}
.services-section-style .service-card {
padding: 3rem;
}
.services-section-style .service-icon-wrapper {
width: 90px;
height: 90px;
}
.services-section-style .service-icon-wrapper i {
font-size: 2.75rem;
}
}
.priceplan-section-alt {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, white 70%) 100%);
overflow: hidden;
}
.priceplan-section-alt .section-header {
margin-bottom: 60px;
}
.priceplan-section-alt .section-title {
font-size: 2.75rem;
font-weight: 800;
color: var(--text-primary);
margin-bottom: 16px;
letter-spacing: -0.02em;
}
.priceplan-section-alt .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 24px;
letter-spacing: -0.01em;
}
.priceplan-section-alt .section-description {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.priceplan-section-alt .pricing-card {
position: relative;
background: var(--light);
border-radius: 24px;
padding: 40px 32px;
height: 100%;
display: flex;
flex-direction: column;
box-shadow: 0 4px 24px rgba(var(--black-rgb), 0.06);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid var(--neutral-100);
overflow: hidden;
}
.priceplan-section-alt .pricing-card:hover {
transform: translateY(-12px);
box-shadow: 0 16px 48px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.priceplan-section-alt .pricing-card-featured {
background: linear-gradient(135deg,
var(--light) 0%,
color-mix(in srgb, var(--primary-50) 20%, white 80%) 100%);
border-color: var(--primary-500);
box-shadow: 0 8px 32px rgba(var(--black-rgb), 0.1);
transform: scale(1.05);
}
.priceplan-section-alt .pricing-card-featured:hover {
transform: scale(1.05) translateY(-12px);
box-shadow: 0 20px 56px rgba(var(--black-rgb), 0.15);
}
.priceplan-section-alt .featured-badge {
position: absolute;
top: 20px;
right: 20px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: white;
width: 48px;
height: 48px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.25rem;
z-index: 2;
box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 40%, transparent);
}
.priceplan-section-alt .card-decorative-top {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-300),
var(--primary-500));
background-size: 200% 100%;
animation: shimmer 3s ease-in-out infinite;
}
.priceplan-section-alt .card-decorative-bottom {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 80px;
background: linear-gradient(180deg,
transparent 0%,
color-mix(in srgb, var(--primary-50) 20%, transparent) 100%);
pointer-events: none;
}
@keyframes shimmer {
0%, 100% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
}
.priceplan-section-alt .pricing-card-header {
text-align: center;
margin-bottom: 32px;
}
.priceplan-section-alt .plan-icon {
width: 80px;
height: 80px;
margin: 0 auto 24px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
font-size: 2.25rem;
color: white;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.priceplan-section-alt .pricing-card-featured .plan-icon {
width: 88px;
height: 88px;
font-size: 2.5rem;
}
.priceplan-section-alt .plan-name {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
letter-spacing: -0.01em;
}
.priceplan-section-alt .plan-description {
font-size: 1rem;
line-height: 1.7;
color: var(--text-secondary);
margin: 0;
}
.priceplan-section-alt .pricing-card-body {
flex: 1;
display: flex;
flex-direction: column;
}
.priceplan-section-alt .price-container {
text-align: center;
margin-bottom: 32px;
padding: 24px 0;
border-top: 2px solid var(--neutral-100);
border-bottom: 2px solid var(--neutral-100);
}
.priceplan-section-alt .pricing-card-featured .price-container {
border-color: var(--primary-300);
background: color-mix(in srgb, var(--primary-50) 15%, transparent);
border-radius: 16px;
margin-left: -8px;
margin-right: -8px;
padding-left: 8px;
padding-right: 8px;
}
.priceplan-section-alt .price-badge {
display: flex;
align-items: baseline;
justify-content: center;
gap: 4px;
}
.priceplan-section-alt .currency {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
}
.priceplan-section-alt .price-value {
font-size: 3.5rem;
font-weight: 800;
color: var(--text-primary);
line-height: 1;
letter-spacing: -0.02em;
}
.priceplan-section-alt .period {
font-size: 1.125rem;
font-weight: 500;
color: var(--text-secondary);
}
.priceplan-section-alt .price-badge-custom {
display: block;
}
.priceplan-section-alt .price-value-custom {
font-size: 2rem;
font-weight: 700;
color: var(--primary-500);
display: block;
}
.priceplan-section-alt .features-container {
flex: 1;
}
.priceplan-section-alt .features-icon-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 12px;
margin-bottom: 24px;
padding: 20px;
background: var(--surface-primary);
border-radius: 16px;
border: 1px solid var(--neutral-100);
}
.priceplan-section-alt .features-icon-grid i {
font-size: 1.75rem;
color: var(--primary-500);
text-align: center;
transition: all 0.3s ease;
}
.priceplan-section-alt .pricing-card:hover .features-icon-grid i {
color: var(--primary-700);
transform: scale(1.15);
}
.priceplan-section-alt .features-text {
font-size: 0.9375rem;
line-height: 1.8;
color: var(--text-secondary);
text-align: left;
}
.priceplan-section-alt .decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.priceplan-section-alt .shape-circle {
position: absolute;
border-radius: 50%;
border: 2px solid var(--primary-300);
opacity: 0.1;
}
.priceplan-section-alt .shape-circle-1 {
width: 400px;
height: 400px;
top: -200px;
left: -100px;
animation: float 20s ease-in-out infinite;
}
.priceplan-section-alt .shape-circle-2 {
width: 300px;
height: 300px;
bottom: -150px;
right: -50px;
animation: float 25s ease-in-out infinite reverse;
}
.priceplan-section-alt .shape-blob {
position: absolute;
width: 500px;
height: 500px;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 10%, transparent),
color-mix(in srgb, var(--primary-500) 10%, transparent));
opacity: 0.5;
filter: blur(40px);
}
.priceplan-section-alt .shape-blob-1 {
top: 10%;
right: 5%;
animation: morph 15s ease-in-out infinite;
}
.priceplan-section-alt .shape-blob-2 {
bottom: 15%;
left: 10%;
animation: morph 18s ease-in-out infinite reverse;
}
@keyframes float {
0%, 100% { transform: translateY(0) translateX(0); }
25% { transform: translateY(-30px) translateX(20px); }
50% { transform: translateY(-50px) translateX(0); }
75% { transform: translateY(-30px) translateX(-20px); }
}
@keyframes morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
50% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
}
@media (max-width: 991px) {
.priceplan-section-alt {
padding: 80px 0;
}
.priceplan-section-alt .section-title {
font-size: 2.25rem;
}
.priceplan-section-alt .section-subtitle {
font-size: 1.25rem;
}
.priceplan-section-alt .pricing-card-featured {
transform: scale(1);
}
.priceplan-section-alt .pricing-card-featured:hover {
transform: scale(1) translateY(-12px);
}
}
@media (max-width: 767px) {
.priceplan-section-alt {
padding: 60px 0;
}
.priceplan-section-alt .section-title {
font-size: 1.875rem;
}
.priceplan-section-alt .section-subtitle {
font-size: 1.125rem;
}
.priceplan-section-alt .section-description {
font-size: 1rem;
}
.priceplan-section-alt .pricing-card {
padding: 32px 24px;
}
.priceplan-section-alt .plan-icon {
width: 64px;
height: 64px;
font-size: 1.875rem;
}
.priceplan-section-alt .plan-name {
font-size: 1.5rem;
}
.priceplan-section-alt .price-value {
font-size: 2.75rem;
}
.priceplan-section-alt .features-icon-grid {
grid-template-columns: repeat(3, 1fr);
gap: 10px;
padding: 16px;
}
.priceplan-section-alt .features-icon-grid i {
font-size: 1.5rem;
}
}
@media (max-width: 575px) {
.priceplan-section-alt .section-title {
font-size: 1.625rem;
}
.priceplan-section-alt .pricing-card {
padding: 28px 20px;
}
.priceplan-section-alt .price-value {
font-size: 2.5rem;
}
.priceplan-section-alt .features-icon-grid {
grid-template-columns: repeat(2, 1fr);
}
}
.team-section-special {
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;
}
.team-section-special .section-header-wrapper {
position: relative;
padding: 20px 0;
}
.team-section-special .decorative-line-top,
.team-section-special .decorative-line-bottom {
width: 60px;
height: 3px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
margin: 0 auto 20px;
border-radius: 2px;
}
.team-section-special .decorative-line-bottom {
margin: 20px auto 0;
}
.team-section-special .section-subtitle {
font-size: 0.875rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
color: var(--primary-500);
margin-bottom: 16px;
}
.team-section-special .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 24px;
line-height: 1.2;
}
.team-section-special .section-description {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 0;
}
.team-section-special .team-card {
height: 100%;
background: var(--surface-primary);
border-radius: 16px;
overflow: hidden;
box-shadow:
0 4px 6px rgba(var(--black-rgb), 0.04),
0 2px 4px rgba(var(--black-rgb), 0.02);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-section-special .team-card:hover {
transform: translateY(-12px);
box-shadow:
0 20px 40px rgba(var(--black-rgb), 0.08),
0 8px 16px rgba(var(--black-rgb), 0.04);
}
.team-section-special .team-card-inner {
display: flex;
flex-direction: column;
height: 100%;
}
.team-section-special .team-image-wrapper {
position: relative;
width: 100%;
padding-top: 100%;
overflow: hidden;
background: var(--neutral-100);
}
.team-section-special .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-special .team-card:hover .team-member-photo {
transform: scale(1.08);
}
.team-section-special .image-decorative-border {
position: absolute;
top: 12px;
left: 12px;
right: 12px;
bottom: 12px;
border: 2px solid var(--primary-300);
border-radius: 8px;
opacity: 0;
transition: opacity 0.4s ease;
pointer-events: none;
z-index: 2;
}
.team-section-special .team-card:hover .image-decorative-border {
opacity: 1;
}
.team-section-special .image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
180deg,
transparent 0%,
color-mix(in srgb, var(--primary-700) 20%, transparent 80%) 100%
);
opacity: 0;
transition: opacity 0.4s ease;
z-index: 1;
}
.team-section-special .team-card:hover .image-overlay {
opacity: 1;
}
.team-section-special .team-info {
padding: 28px 24px;
text-align: center;
background: var(--surface-primary);
}
.team-section-special .member-name {
font-size: 1.25rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 8px;
transition: color 0.3s ease;
}
.team-section-special .team-card:hover .member-name {
color: var(--primary-500);
}
.team-section-special .member-role {
font-size: 0.938rem;
color: var(--text-secondary);
margin-bottom: 16px;
line-height: 1.5;
}
.team-section-special .member-accent-line {
width: 40px;
height: 2px;
background: var(--primary-500);
margin: 0 auto;
border-radius: 1px;
transform: scaleX(0);
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-section-special .team-card:hover .member-accent-line {
transform: scaleX(1);
}
.team-section-special .decorative-card {
background: linear-gradient(
135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 50%, var(--surface-primary) 50%)
);
border: 2px dashed var(--primary-300);
}
.team-section-special .decorative-content {
position: relative;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
min-height: 400px;
}
.team-section-special .decorative-content i {
font-size: 4rem;
color: var(--primary-300);
z-index: 2;
}
.team-section-special .decorative-circle-1,
.team-section-special .decorative-circle-2,
.team-section-special .decorative-circle-3 {
position: absolute;
border-radius: 50%;
opacity: 0.15;
}
.team-section-special .decorative-circle-1 {
width: 200px;
height: 200px;
background: var(--primary-300);
top: 10%;
left: 10%;
animation: float-1 6s ease-in-out infinite;
}
.team-section-special .decorative-circle-2 {
width: 120px;
height: 120px;
background: var(--primary-500);
bottom: 15%;
right: 15%;
animation: float-2 8s ease-in-out infinite;
}
.team-section-special .decorative-circle-3 {
width: 80px;
height: 80px;
background: var(--primary-700);
top: 50%;
right: 10%;
animation: float-3 7s ease-in-out infinite;
}
.team-section-special .background-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.team-section-special .deco-shape {
position: absolute;
border-radius: 50%;
opacity: 0.08;
}
.team-section-special .deco-shape-1 {
width: 400px;
height: 400px;
background: var(--primary-300);
top: -150px;
right: -100px;
animation: float-1 20s ease-in-out infinite;
}
.team-section-special .deco-shape-2 {
width: 300px;
height: 300px;
background: var(--primary-500);
bottom: -100px;
left: -80px;
animation: float-2 25s ease-in-out infinite;
}
.team-section-special .deco-dots {
position: absolute;
width: 120px;
height: 120px;
background-image: radial-gradient(
circle,
var(--primary-500) 2px,
transparent 2px
);
background-size: 20px 20px;
opacity: 0.15;
}
.team-section-special .deco-dots-1 {
top: 20%;
left: 5%;
animation: float-3 15s ease-in-out infinite;
}
.team-section-special .deco-dots-2 {
bottom: 30%;
right: 8%;
animation: float-1 18s ease-in-out infinite;
}
@keyframes float-1 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(20px, -20px) rotate(120deg);
}
66% {
transform: translate(-15px, 15px) rotate(240deg);
}
}
@keyframes float-2 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(-25px, 20px) rotate(-120deg);
}
66% {
transform: translate(20px, -15px) rotate(-240deg);
}
}
@keyframes float-3 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(15px, -15px) scale(1.1);
}
}
@media (max-width: 991.98px) {
.team-section-special {
padding: 80px 0;
}
.team-section-special .section-title {
font-size: 2rem;
}
.team-section-special .section-description {
font-size: 1rem;
}
.team-section-special .deco-shape-1 {
width: 250px;
height: 250px;
top: -100px;
right: -80px;
}
.team-section-special .deco-shape-2 {
width: 200px;
height: 200px;
bottom: -80px;
left: -60px;
}
}
@media (max-width: 767.98px) {
.team-section-special {
padding: 60px 0;
}
.team-section-special .section-title {
font-size: 1.75rem;
}
.team-section-special .section-subtitle {
font-size: 0.813rem;
}
.team-section-special .section-description {
font-size: 0.938rem;
}
.team-section-special .member-name {
font-size: 1.125rem;
}
.team-section-special .member-role {
font-size: 0.875rem;
}
.team-section-special .team-info {
padding: 24px 20px;
}
.team-section-special .deco-shape-1,
.team-section-special .deco-shape-2 {
display: none;
}
}
@media (max-width: 575.98px) {
.team-section-special .section-title {
font-size: 1.5rem;
}
.team-section-special .decorative-line-top,
.team-section-special .decorative-line-bottom {
width: 40px;
height: 2px;
}
}
.reviews-section-special {
padding: 100px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
position: relative;
overflow: hidden;
}
.reviews-section-special .header-decoration {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
margin-bottom: 25px;
}
.reviews-section-special .decoration-line {
width: 50px;
height: 2px;
background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
}
.reviews-section-special .decoration-icon {
font-size: 28px;
color: var(--primary-500);
}
.reviews-section-special .section-title {
font-size: 42px;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 15px;
line-height: 1.2;
}
.reviews-section-special .section-subtitle {
font-size: 20px;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 20px;
}
.reviews-section-special .section-description {
font-size: 16px;
line-height: 1.7;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.reviews-section-special .review-card {
background: var(--light);
border-radius: 16px;
padding: 35px;
height: 100%;
position: relative;
transition: all 0.4s ease;
border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
}
.reviews-section-special .review-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
border-color: color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.reviews-section-special .review-card.featured {
background: linear-gradient(135deg, var(--primary-50) 0%, var(--light) 100%);
border: 2px solid var(--primary-500);
}
.reviews-section-special .featured-badge {
position: absolute;
top: -12px;
right: 30px;
background: var(--primary-500);
color: var(--light);
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
box-shadow: 0 4px 15px rgba(var(--black-rgb), 0.2);
}
.reviews-section-special .quote-icon {
font-size: 48px;
color: color-mix(in srgb, var(--primary-500) 20%, transparent);
margin-bottom: 20px;
line-height: 1;
}
.reviews-section-special .review-card.featured .quote-icon {
color: color-mix(in srgb, var(--primary-500) 35%, transparent);
}
.reviews-section-special .review-content {
margin-bottom: 25px;
}
.reviews-section-special .review-text {
font-size: 15px;
line-height: 1.8;
color: var(--text-primary);
font-style: italic;
margin: 0;
}
.reviews-section-special .review-author-section {
display: flex;
align-items: center;
gap: 15px;
padding-top: 20px;
border-top: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
}
.reviews-section-special .author-avatar {
width: 50px;
height: 50px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.1);
}
.reviews-section-special .avatar-initial {
font-size: 18px;
font-weight: 700;
color: var(--light);
}
.reviews-section-special .author-info {
flex: 1;
}
.reviews-section-special .author-name {
font-size: 14px;
font-weight: 600;
color: var(--text-primary);
margin: 0;
line-height: 1.5;
}
.reviews-section-special .card-decoration {
position: absolute;
bottom: 0;
right: 0;
width: 100px;
height: 100px;
background: radial-gradient(circle at bottom right, color-mix(in srgb, var(--primary-500) 8%, transparent), transparent 70%);
border-radius: 16px;
pointer-events: none;
}
.reviews-section-special .review-card.horizontal {
display: flex;
flex-direction: column;
}
.reviews-section-special .floating-decoration {
position: absolute;
font-size: 60px;
color: color-mix(in srgb, var(--primary-500) 8%, transparent);
z-index: 0;
animation: float 6s ease-in-out infinite;
}
.reviews-section-special .decoration-1 {
top: 10%;
left: 5%;
animation-delay: 0s;
}
.reviews-section-special .decoration-2 {
top: 60%;
right: 8%;
animation-delay: 2s;
}
.reviews-section-special .decoration-3 {
bottom: 15%;
left: 10%;
animation-delay: 4s;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(5deg);
}
}
@media (max-width: 991px) {
.reviews-section-special {
padding: 80px 0;
}
.reviews-section-special .section-title {
font-size: 36px;
}
.reviews-section-special .section-subtitle {
font-size: 18px;
}
.reviews-section-special .review-card {
padding: 30px;
}
.reviews-section-special .floating-decoration {
font-size: 40px;
}
}
@media (max-width: 767px) {
.reviews-section-special {
padding: 60px 0;
}
.reviews-section-special .section-title {
font-size: 30px;
}
.reviews-section-special .section-subtitle {
font-size: 16px;
}
.reviews-section-special .section-description {
font-size: 15px;
}
.reviews-section-special .review-card {
padding: 25px;
}
.reviews-section-special .quote-icon {
font-size: 36px;
}
.reviews-section-special .review-text {
font-size: 14px;
}
.reviews-section-special .author-avatar {
width: 45px;
height: 45px;
}
.reviews-section-special .avatar-initial {
font-size: 16px;
}
.reviews-section-special .author-name {
font-size: 13px;
}
.reviews-section-special .floating-decoration {
display: none;
}
}
@media (max-width: 575px) {
.reviews-section-special .decoration-line {
width: 30px;
}
.reviews-section-special .decoration-icon {
font-size: 22px;
}
.reviews-section-special .section-title {
font-size: 26px;
}
.reviews-section-special .featured-badge {
width: 35px;
height: 35px;
font-size: 16px;
top: -10px;
right: 20px;
}
}
.casestudy-section-minimal {
position: relative;
padding: 100px 0;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.casestudy-section-minimal .section-header {
margin-bottom: 20px;
}
.casestudy-section-minimal .decorative-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: linear-gradient(
135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 70%, var(--primary-700) 30%)
);
border-radius: 16px;
margin-bottom: 24px;
box-shadow:
0 4px 16px rgba(var(--black-rgb), 0.08),
0 0 0 8px color-mix(in srgb, var(--primary-500) 10%, transparent 90%);
animation: badge-float 3s ease-in-out infinite;
}
.casestudy-section-minimal .decorative-badge i {
font-size: 28px;
color: var(--light);
}
@keyframes badge-float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-8px);
}
}
.casestudy-section-minimal .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.casestudy-section-minimal .section-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.casestudy-section-minimal .section-description {
font-size: 1.05rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.casestudy-section-minimal .casestudy-card {
position: relative;
background: var(--surface-primary);
border-radius: 20px;
padding: 40px 32px;
height: 100%;
border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.casestudy-section-minimal .casestudy-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 60%, var(--primary-300) 40%)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.casestudy-section-minimal .casestudy-card:hover {
transform: translateY(-8px);
box-shadow:
0 20px 40px rgba(var(--black-rgb), 0.08),
0 0 0 1px var(--primary-500);
}
.casestudy-section-minimal .casestudy-card:hover::before {
transform: scaleX(1);
}
.casestudy-section-minimal .card-icon-wrapper {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
width: 72px;
height: 72px;
margin-bottom: 24px;
}
.casestudy-section-minimal .icon-background {
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
color-mix(in srgb, var(--primary-300) 10%, transparent 90%)
);
border-radius: 18px;
transform: rotate(0deg);
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.casestudy-section-minimal .casestudy-card:hover .icon-background {
transform: rotate(180deg);
}
.casestudy-section-minimal .card-icon-wrapper i {
position: relative;
font-size: 36px;
color: var(--primary-500);
z-index: 1;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.casestudy-section-minimal .casestudy-card:hover .card-icon-wrapper i {
transform: scale(1.1);
}
.casestudy-section-minimal .card-content {
position: relative;
z-index: 1;
}
.casestudy-section-minimal .card-title {
font-size: 1.35rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
transition: color 0.3s ease;
}
.casestudy-section-minimal .casestudy-card:hover .card-title {
color: var(--primary-500);
}
.casestudy-section-minimal .card-description {
font-size: 0.95rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.casestudy-section-minimal .card-decorative-element {
position: absolute;
bottom: -30px;
right: -30px;
width: 120px;
height: 120px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 8%, transparent 92%),
transparent 70%
);
border-radius: 50%;
pointer-events: none;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.casestudy-section-minimal .casestudy-card:hover .card-decorative-element {
transform: scale(1.5);
}
.casestudy-section-minimal .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.casestudy-section-minimal .shape {
position: absolute;
border-radius: 50%;
opacity: 0.4;
}
.casestudy-section-minimal .shape-1 {
width: 300px;
height: 300px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent 70%
);
top: -100px;
left: -100px;
animation: shape-float-1 20s ease-in-out infinite;
}
.casestudy-section-minimal .shape-2 {
width: 200px;
height: 200px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 10%, transparent 90%),
transparent 70%
);
top: 50%;
right: -50px;
animation: shape-float-2 25s ease-in-out infinite;
}
.casestudy-section-minimal .shape-3 {
width: 250px;
height: 250px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 12%, transparent 88%),
transparent 70%
);
bottom: -80px;
left: 30%;
animation: shape-float-3 30s ease-in-out infinite;
}
@keyframes shape-float-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(50px, 30px) scale(1.1);
}
}
@keyframes shape-float-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(-40px, 40px) scale(1.15);
}
}
@keyframes shape-float-3 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(30px, -50px) scale(1.2);
}
}
@media (max-width: 991px) {
.casestudy-section-minimal {
padding: 80px 0;
}
.casestudy-section-minimal .section-title {
font-size: 2rem;
}
.casestudy-section-minimal .section-subtitle {
font-size: 1.1rem;
}
.casestudy-section-minimal .casestudy-card {
padding: 36px 28px;
}
.casestudy-section-minimal .card-icon-wrapper {
width: 64px;
height: 64px;
}
.casestudy-section-minimal .card-icon-wrapper i {
font-size: 32px;
}
}
@media (max-width: 767px) {
.casestudy-section-minimal {
padding: 60px 0;
}
.casestudy-section-minimal .section-title {
font-size: 1.75rem;
}
.casestudy-section-minimal .section-subtitle {
font-size: 1rem;
}
.casestudy-section-minimal .section-description {
font-size: 0.95rem;
}
.casestudy-section-minimal .decorative-badge {
width: 48px;
height: 48px;
}
.casestudy-section-minimal .decorative-badge i {
font-size: 24px;
}
.casestudy-section-minimal .casestudy-card {
padding: 32px 24px;
}
.casestudy-section-minimal .card-title {
font-size: 1.2rem;
}
.casestudy-section-minimal .card-description {
font-size: 0.9rem;
}
.casestudy-section-minimal .shape-1,
.casestudy-section-minimal .shape-2,
.casestudy-section-minimal .shape-3 {
opacity: 0.3;
}
}
@media (max-width: 575px) {
.casestudy-section-minimal .section-title {
font-size: 1.5rem;
}
.casestudy-section-minimal .card-icon-wrapper {
width: 56px;
height: 56px;
margin-bottom: 20px;
}
.casestudy-section-minimal .card-icon-wrapper i {
font-size: 28px;
}
}
.process-section-custom {
position: relative;
padding: 100px 0 120px;
background: linear-gradient(
180deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%
);
overflow: hidden;
}
.process-section-custom .section-header {
margin-bottom: 80px;
position: relative;
z-index: 2;
}
.process-section-custom .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.2;
}
.process-section-custom .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 1.5rem;
text-transform: uppercase;
letter-spacing: 1.5px;
}
.process-section-custom .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
margin: 0 auto;
}
.process-section-custom .decorative-timeline-start {
width: 4px;
height: 60px;
background: linear-gradient(
180deg,
transparent 0%,
var(--primary-500) 100%
);
margin: 0 auto 40px;
border-radius: 2px;
}
.process-section-custom .process-steps {
position: relative;
z-index: 2;
}
.process-section-custom .process-row {
position: relative;
margin-bottom: 80px;
}
.process-section-custom .process-row:last-child {
margin-bottom: 0;
}
.process-section-custom .process-card {
background: var(--surface-primary);
border-radius: 20px;
padding: 50px 40px;
position: relative;
box-shadow:
0 4px 20px rgba(var(--black-rgb), 0.06),
0 0 0 1px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.process-section-custom .process-card:hover {
transform: translateY(-8px);
box-shadow:
0 12px 40px rgba(var(--black-rgb), 0.12),
0 0 0 2px var(--primary-300);
}
.process-section-custom .card-left {
margin-right: auto;
max-width: 90%;
}
.process-section-custom .card-right {
margin-left: auto;
max-width: 90%;
}
.process-section-custom .process-number {
position: absolute;
top: -25px;
left: 40px;
width: 70px;
height: 70px;
background: linear-gradient(
135deg,
var(--primary-500) 0%,
color-mix(in srgb, var(--primary-700) 70%, var(--primary-500) 30%) 100%
);
border-radius: 18px;
display: flex;
align-items: center;
justify-content: center;
box-shadow:
0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%),
0 0 0 4px var(--surface-primary);
z-index: 3;
}
.process-section-custom .card-right .process-number {
left: auto;
right: 40px;
}
.process-section-custom .number-text {
font-size: 1.75rem;
font-weight: 800;
color: var(--light);
position: relative;
z-index: 2;
}
.process-section-custom .number-decoration {
position: absolute;
width: 100%;
height: 100%;
border-radius: 18px;
border: 2px solid var(--light);
opacity: 0;
transform: scale(0.8);
animation: pulse-decoration 2s ease-in-out infinite;
}
@keyframes pulse-decoration {
0%, 100% {
opacity: 0;
transform: scale(0.8);
}
50% {
opacity: 0.3;
transform: scale(1.2);
}
}
.process-section-custom .process-content {
padding-top: 30px;
}
.process-section-custom .process-icon-wrapper {
width: 56px;
height: 56px;
background: color-mix(in srgb, var(--primary-100) 60%, transparent 40%);
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
transition: all 0.3s ease;
}
.process-section-custom .process-card:hover .process-icon-wrapper {
background: color-mix(in srgb, var(--primary-300) 40%, transparent 60%);
transform: rotate(5deg) scale(1.1);
}
.process-section-custom .process-icon-wrapper i {
font-size: 1.75rem;
color: var(--primary-500);
}
.process-section-custom .process-title {
font-size: 1.625rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.process-section-custom .process-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.75;
margin: 0;
}
.process-section-custom .card-decoration {
position: absolute;
width: 120px;
height: 120px;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
}
.process-section-custom .decoration-1 {
background: var(--primary-500);
top: -30px;
right: -30px;
}
.process-section-custom .decoration-2 {
background: var(--primary-300);
bottom: -40px;
left: -40px;
width: 140px;
height: 140px;
}
.process-section-custom .decoration-3 {
background: var(--primary-500);
top: 50%;
right: -50px;
transform: translateY(-50%);
}
.process-section-custom .decoration-4 {
background: var(--primary-700);
bottom: -20px;
left: -20px;
width: 100px;
height: 100px;
}
.process-section-custom .decoration-5 {
background: var(--primary-500);
top: -40px;
right: -40px;
width: 160px;
height: 160px;
}
.process-section-custom .process-visual {
position: relative;
height: 100%;
min-height: 350px;
display: flex;
align-items: center;
justify-content: center;
}
.process-section-custom .visual-placeholder {
width: 280px;
height: 280px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-100) 50%, transparent 50%) 0%,
color-mix(in srgb, var(--primary-300) 30%, transparent 70%) 100%
);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 2;
box-shadow:
0 20px 60px color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
inset 0 -2px 20px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
transition: all 0.5s ease;
}
.process-section-custom .process-row:hover .visual-placeholder {
transform: scale(1.05) rotate(5deg);
}
.process-section-custom .visual-placeholder i {
font-size: 4rem;
color: var(--primary-500);
opacity: 0.6;
}
.process-section-custom .visual-accent {
position: absolute;
width: 320px;
height: 320px;
border: 3px dashed color-mix(in srgb, var(--primary-300) 40%, transparent 60%);
border-radius: 50%;
animation: rotate-accent 20s linear infinite;
}
@keyframes rotate-accent {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.process-section-custom .accent-2,
.process-section-custom .accent-4 {
animation-direction: reverse;
}
.process-section-custom .process-connector {
position: absolute;
width: 3px;
height: 100px;
background: linear-gradient(
180deg,
var(--primary-300) 0%,
color-mix(in srgb, var(--primary-300) 50%, transparent 50%) 100%
);
bottom: -90px;
z-index: 1;
}
.process-section-custom .connector-right {
right: 25%;
}
.process-section-custom .connector-left {
left: 25%;
}
.process-section-custom .process-row:last-child .process-connector {
display: none;
}
.process-section-custom .card-final {
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
);
box-shadow:
0 8px 32px rgba(var(--black-rgb), 0.1),
0 0 0 2px var(--primary-300);
}
.process-section-custom .floating-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
overflow: hidden;
}
.process-section-custom .shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.process-section-custom .shape-1 {
width: 300px;
height: 300px;
background: var(--primary-500);
top: 10%;
left: -150px;
animation: float-shape-1 25s ease-in-out infinite;
}
.process-section-custom .shape-2 {
width: 200px;
height: 200px;
background: var(--primary-700);
top: 50%;
right: -100px;
animation: float-shape-2 20s ease-in-out infinite;
}
.process-section-custom .shape-3 {
width: 250px;
height: 250px;
background: var(--primary-300);
bottom: 10%;
left: 10%;
animation: float-shape-3 30s ease-in-out infinite;
}
@keyframes float-shape-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(50px, 100px) scale(1.1);
}
}
@keyframes float-shape-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(-80px, -50px) scale(0.9);
}
}
@keyframes float-shape-3 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(100px, -80px) scale(1.15);
}
}
@media (max-width: 991px) {
.process-section-custom {
padding: 80px 0 100px;
}
.process-section-custom .section-title {
font-size: 2.25rem;
}
.process-section-custom .section-subtitle {
font-size: 1.125rem;
}
.process-section-custom .section-description {
font-size: 1rem;
}
.process-section-custom .process-row {
margin-bottom: 60px;
}
.process-section-custom .card-left,
.process-section-custom .card-right {
max-width: 100%;
margin: 0;
}
.process-section-custom .process-card {
padding: 40px 30px;
}
.process-section-custom .process-number {
width: 60px;
height: 60px;
top: -20px;
left: 30px;
}
.process-section-custom .card-right .process-number {
right: 30px;
}
.process-section-custom .number-text {
font-size: 1.5rem;
}
.process-section-custom .process-visual {
min-height: 300px;
margin-top: 40px;
}
.process-section-custom .visual-placeholder {
width: 240px;
height: 240px;
}
.process-section-custom .visual-placeholder i {
font-size: 3rem;
}
.process-section-custom .visual-accent {
width: 280px;
height: 280px;
}
.process-section-custom .process-connector {
display: none;
}
}
@media (max-width: 767px) {
.process-section-custom {
padding: 60px 0 80px;
}
.process-section-custom .section-header {
margin-bottom: 60px;
}
.process-section-custom .section-title {
font-size: 1.875rem;
}
.process-section-custom .section-subtitle {
font-size: 1rem;
letter-spacing: 1px;
}
.process-section-custom .process-row {
margin-bottom: 50px;
}
.process-section-custom .process-card {
padding: 35px 25px;
}
.process-section-custom .process-number {
width: 55px;
height: 55px;
left: 25px;
}
.process-section-custom .card-right .process-number {
right: 25px;
}
.process-section-custom .number-text {
font-size: 1.375rem;
}
.process-section-custom .process-title {
font-size: 1.375rem;
}
.process-section-custom .process-description {
font-size: 0.9375rem;
}
.process-section-custom .process-visual {
min-height: 250px;
margin-top: 30px;
}
.process-section-custom .visual-placeholder {
width: 200px;
height: 200px;
}
.process-section-custom .visual-placeholder i {
font-size: 2.5rem;
}
.process-section-custom .visual-accent {
width: 240px;
height: 240px;
}
}
@media (max-width: 575px) {
.process-section-custom .process-card {
padding: 30px 20px;
}
.process-section-custom .process-number {
width: 50px;
height: 50px;
top: -15px;
left: 20px;
}
.process-section-custom .card-right .process-number {
right: 20px;
}
.process-section-custom .number-text {
font-size: 1.25rem;
}
.process-section-custom .process-icon-wrapper {
width: 48px;
height: 48px;
}
.process-section-custom .process-icon-wrapper i {
font-size: 1.5rem;
}
.process-section-custom .visual-placeholder {
width: 180px;
height: 180px;
}
.process-section-custom .visual-placeholder i {
font-size: 2rem;
}
.process-section-custom .visual-accent {
width: 220px;
height: 220px;
}
}
.timeline-section-bold {
min-height: 100vh;
max-height: 100vh;
display: flex;
align-items: center;
overflow: hidden;
background: var(--surface-primary);
padding: 3rem 0;
position: relative;
}
.timeline-section-bold .container {
max-width: 1200px;
margin: 0 auto;
padding: 0 1.5rem;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.timeline-section-bold .section-header {
text-align: center;
margin-bottom: 2.5rem;
}
.timeline-section-bold .timeline-main-title {
font-size: 2.5rem;
font-weight: 800;
color: var(--text-primary);
margin-bottom: 0.75rem;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: -0.02em;
}
.timeline-section-bold .timeline-subtitle {
font-size: 1.25rem;
font-weight: 700;
color: var(--primary-500);
margin-bottom: 1rem;
line-height: 1.3;
}
.timeline-section-bold .timeline-description {
font-size: 0.95rem;
color: var(--text-secondary);
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
}
.timeline-section-bold .timeline-track {
display: flex;
flex-direction: column;
gap: 1.5rem;
position: relative;
max-height: 450px;
overflow-y: auto;
padding: 1rem 0;
}
.timeline-section-bold .timeline-track::-webkit-scrollbar {
width: 6px;
}
.timeline-section-bold .timeline-track::-webkit-scrollbar-track {
background: var(--neutral-100);
border-radius: 3px;
}
.timeline-section-bold .timeline-track::-webkit-scrollbar-thumb {
background: var(--primary-500);
border-radius: 3px;
border: 3px solid var(--neutral-900);
}
.timeline-section-bold .timeline-item {
display: flex;
align-items: center;
position: relative;
}
.timeline-section-bold .timeline-item-left {
justify-content: flex-start;
padding-left: 1rem;
}
.timeline-section-bold .timeline-item-right {
justify-content: flex-end;
padding-right: 1rem;
}
.timeline-section-bold .timeline-card {
background: var(--surface-secondary);
border: 3px solid var(--neutral-900);
border-radius: 6px;
padding: 1.5rem;
max-width: 500px;
position: relative;
box-shadow: 5px 5px 0 var(--primary-500);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.timeline-section-bold .timeline-item-left .timeline-card {
box-shadow: 5px 5px 0 var(--primary-500);
}
.timeline-section-bold .timeline-item-right .timeline-card {
box-shadow: -5px 5px 0 var(--primary-500);
}
.timeline-section-bold .timeline-card:hover {
transform: translate(-2px, -2px);
}
.timeline-section-bold .timeline-item-left .timeline-card:hover {
box-shadow: 7px 7px 0 var(--primary-500);
}
.timeline-section-bold .timeline-item-right .timeline-card:hover {
box-shadow: -7px 7px 0 var(--primary-500);
}
.timeline-section-bold .timeline-number {
position: absolute;
top: -12px;
left: -12px;
background: var(--primary-500);
color: var(--light);
border: 3px solid var(--neutral-900);
border-radius: 6px;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.25rem;
font-weight: 800;
box-shadow: 3px 3px 0 var(--neutral-900);
}
.timeline-section-bold .timeline-content {
margin-bottom: 0.75rem;
}
.timeline-section-bold .timeline-item-title {
font-size: 1.25rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 0.5rem;
line-height: 1.3;
}
.timeline-section-bold .timeline-item-desc {
font-size: 0.9rem;
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
}
.timeline-section-bold .timeline-icon {
position: absolute;
bottom: 1rem;
right: 1rem;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border: 2px solid var(--primary-500);
border-radius: 50%;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-500);
font-size: 1.25rem;
}
.timeline-section-bold .timeline-connector {
position: absolute;
width: 3px;
height: 60px;
background: var(--primary-500);
bottom: -30px;
left: 50%;
transform: translateX(-50%);
border-radius: 2px;
}
.timeline-section-bold .timeline-item:last-child .timeline-connector {
display: none;
}
.timeline-section-bold .decorative-dots {
position: absolute;
top: 2rem;
right: 2rem;
display: flex;
gap: 0.75rem;
}
.timeline-section-bold .decorative-dots .dot {
width: 12px;
height: 12px;
background: var(--primary-500);
border: 2px solid var(--neutral-900);
border-radius: 50%;
display: block;
box-shadow: 2px 2px 0 var(--neutral-900);
}
.timeline-section-bold .decorative-dots .dot:nth-child(2) {
background: var(--neutral-900);
}
.timeline-section-bold .decorative-dots .dot:nth-child(3) {
background: var(--surface-accent);
}
@media (max-width: 768px) {
.timeline-section-bold {
padding: 2rem 0;
}
.timeline-section-bold .timeline-main-title {
font-size: 2rem;
}
.timeline-section-bold .timeline-subtitle {
font-size: 1.1rem;
}
.timeline-section-bold .timeline-description {
font-size: 0.9rem;
}
.timeline-section-bold .timeline-track {
max-height: 400px;
}
.timeline-section-bold .timeline-item-left,
.timeline-section-bold .timeline-item-right {
justify-content: center;
padding: 0;
}
.timeline-section-bold .timeline-card {
max-width: 100%;
box-shadow: 4px 4px 0 var(--primary-500) !important;
}
.timeline-section-bold .timeline-card:hover {
box-shadow: 6px 6px 0 var(--primary-500) !important;
}
.timeline-section-bold .timeline-number {
width: 40px;
height: 40px;
font-size: 1rem;
}
.timeline-section-bold .timeline-item-title {
font-size: 1.1rem;
}
.timeline-section-bold .timeline-item-desc {
font-size: 0.85rem;
}
.timeline-section-bold .decorative-dots {
top: 1rem;
right: 1rem;
gap: 0.5rem;
}
.timeline-section-bold .decorative-dots .dot {
width: 10px;
height: 10px;
}
}
@media (max-width: 576px) {
.timeline-section-bold .timeline-main-title {
font-size: 1.75rem;
}
.timeline-section-bold .section-header {
margin-bottom: 2rem;
}
.timeline-section-bold .timeline-track {
max-height: 380px;
gap: 1.25rem;
}
.timeline-section-bold .timeline-card {
padding: 1.25rem;
}
.timeline-section-bold .timeline-icon {
width: 36px;
height: 36px;
font-size: 1.1rem;
}
}
@media (min-width: 1200px) {
.timeline-section-bold .timeline-main-title {
font-size: 3rem;
}
.timeline-section-bold .timeline-track {
max-height: 480px;
}
.timeline-section-bold .timeline-card {
max-width: 550px;
}
}
.career-section-bold {
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
position: relative;
}
.career-section-bold .decorative-blob-top {
position: absolute;
top: -100px;
right: -100px;
width: 400px;
height: 400px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%,
transparent 70%
);
border-radius: 50%;
pointer-events: none;
z-index: 1;
}
.career-section-bold .decorative-blob-bottom {
position: absolute;
bottom: -150px;
left: -150px;
width: 500px;
height: 500px;
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: 1;
}
.career-section-bold .decorative-grid {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image:
linear-gradient(color-mix(in srgb, var(--primary-300) 8%, transparent 92%) 1px, transparent 1px),
linear-gradient(90deg, color-mix(in srgb, var(--primary-300) 8%, transparent 92%) 1px, transparent 1px);
background-size: 50px 50px;
pointer-events: none;
z-index: 1;
opacity: 0.4;
}
.career-section-bold .icon-badge {
width: 80px;
height: 80px;
margin: 0 auto;
background: linear-gradient(
135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
box-shadow:
0 10px 30px color-mix(in srgb, var(--primary-500) 25%, transparent 75%),
0 0 0 10px color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
transition: transform 0.3s ease;
}
.career-section-bold .icon-badge i {
font-size: 2rem;
color: var(--light);
}
.career-section-bold .icon-badge:hover {
transform: translateY(-5px) rotate(5deg);
}
.career-section-bold #career-title {
color: var(--text-primary);
letter-spacing: -0.02em;
line-height: 1.2;
}
.career-section-bold #career-subtitle {
color: var(--primary-700);
font-weight: 600;
}
.career-section-bold #career-desc {
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
line-height: 1.7;
}
.career-section-bold .decorative-divider {
width: 100px;
height: 4px;
background: linear-gradient(
90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
border-radius: 2px;
}
.career-section-bold .career-card {
background: var(--surface-primary);
border-radius: 24px;
padding: 2.5rem;
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
z-index: 2;
box-shadow:
0 4px 6px color-mix(in srgb, var(--neutral-900) 5%, transparent 95%),
0 0 0 1px color-mix(in srgb, var(--primary-300) 10%, transparent 90%);
}
.career-section-bold .career-card::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(
90deg,
transparent 0%,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 50%,
transparent 100%
);
transition: left 0.6s ease;
}
.career-section-bold .career-card:hover::before {
left: 100%;
}
.career-section-bold .career-card:hover {
transform: translateY(-8px);
border-color: var(--primary-500);
box-shadow:
0 20px 40px color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
0 0 0 2px var(--primary-500);
}
.career-section-bold .corner-accent {
position: absolute;
top: 0;
right: 0;
width: 80px;
height: 80px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 25%, transparent 75%) 0%,
transparent 60%
);
border-radius: 0 24px 0 100%;
}
.career-section-bold .career-icon {
width: 60px;
height: 60px;
background: linear-gradient(
135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 85%, var(--primary-700) 15%)
);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
transition: all 0.3s ease;
}
.career-section-bold .career-icon i {
font-size: 1.75rem;
color: var(--light);
}
.career-section-bold .career-card:hover .career-icon {
transform: scale(1.1) rotate(5deg);
}
.career-section-bold .career-card h3 {
color: var(--text-primary);
line-height: 1.4;
transition: color 0.3s ease;
}
.career-section-bold .career-card:hover h3 {
color: var(--primary-700);
}
.career-section-bold .role-badge {
display: inline-flex;
align-items: center;
padding: 0.5rem 1rem;
background: color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
border-radius: 50px;
font-size: 0.875rem;
font-weight: 600;
color: var(--primary-700);
border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}
.career-section-bold .career-card p {
line-height: 1.7;
margin-bottom: 0;
}
.career-section-bold .tech-tags {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.career-section-bold .tech-tag {
display: inline-block;
width: 40px;
height: 8px;
background: linear-gradient(
90deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 70%, var(--primary-300) 30%)
);
border-radius: 4px;
opacity: 0.6;
transition: opacity 0.3s ease;
}
.career-section-bold .career-card:hover .tech-tag {
opacity: 1;
}
.career-section-bold .arrow-indicator {
position: absolute;
bottom: 2rem;
right: 2rem;
width: 40px;
height: 40px;
background: var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transform: translateX(-10px);
transition: all 0.4s ease;
}
.career-section-bold .arrow-indicator i {
color: var(--light);
font-size: 1.25rem;
}
.career-section-bold .career-card:hover .arrow-indicator {
opacity: 1;
transform: translateX(0);
}
.career-section-bold .bottom-decorative-icons {
display: flex;
justify-content: center;
gap: 3rem;
position: relative;
z-index: 2;
}
.career-section-bold .floating-icon {
width: 50px;
height: 50px;
background: linear-gradient(
135deg,
var(--surface-primary),
color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary) 50%)
);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
animation: float 3s ease-in-out infinite;
animation-delay: var(--delay);
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
}
.career-section-bold .floating-icon i {
font-size: 1.25rem;
color: var(--primary-500);
}
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}
@media (max-width: 991.98px) {
.career-section-bold .icon-badge {
width: 70px;
height: 70px;
}
.career-section-bold .icon-badge i {
font-size: 1.75rem;
}
.career-section-bold #career-title {
font-size: 2.5rem;
}
.career-section-bold .career-card {
padding: 2rem;
}
}
@media (max-width: 767.98px) {
.career-section-bold .decorative-blob-top,
.career-section-bold .decorative-blob-bottom {
width: 300px;
height: 300px;
}
.career-section-bold .icon-badge {
width: 60px;
height: 60px;
}
.career-section-bold .icon-badge i {
font-size: 1.5rem;
}
.career-section-bold #career-title {
font-size: 2rem;
}
.career-section-bold .career-card {
padding: 1.5rem;
}
.career-section-bold .career-icon {
width: 50px;
height: 50px;
}
.career-section-bold .career-icon i {
font-size: 1.5rem;
}
.career-section-bold .bottom-decorative-icons {
gap: 1.5rem;
}
.career-section-bold .floating-icon {
width: 40px;
height: 40px;
}
.career-section-bold .floating-icon i {
font-size: 1rem;
}
.career-section-bold .arrow-indicator {
position: static;
margin-top: 1rem;
opacity: 1;
transform: translateX(0);
}
}
@media (max-width: 575.98px) {
.career-section-bold #career-title {
font-size: 1.75rem;
}
.career-section-bold #career-subtitle {
font-size: 1.125rem;
}
.career-section-bold .career-card {
padding: 1.25rem;
}
.career-section-bold .bottom-decorative-icons {
gap: 1rem;
}
}
@media print {
.career-section-bold .decorative-blob-top,
.career-section-bold .decorative-blob-bottom,
.career-section-bold .decorative-grid,
.career-section-bold .bottom-decorative-icons {
display: none;
}
.career-section-bold .career-card {
box-shadow: none;
border: 1px solid var(--neutral-300);
page-break-inside: avoid;
}
}
.coreinfo-section-pro {
padding: 100px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
position: relative;
overflow: hidden;
}
.coreinfo-section-pro .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.2;
}
.coreinfo-section-pro .section-subtitle {
font-size: 1.5rem;
font-weight: 500;
color: var(--primary-700);
margin-bottom: 1.5rem;
line-height: 1.4;
}
.coreinfo-section-pro .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
margin-bottom: 0;
}
.coreinfo-section-pro .coreinfo-card {
background: var(--light);
border-radius: 16px;
padding: 2.5rem;
height: 100%;
position: relative;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid transparent;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
}
.coreinfo-section-pro .coreinfo-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.coreinfo-section-pro .icon-wrapper {
width: 70px;
height: 70px;
border-radius: 16px;
background: linear-gradient(135deg,
var(--primary-500) 0%,
var(--primary-700) 100%
);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.75rem;
transition: transform 0.4s ease;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.coreinfo-section-pro .coreinfo-card:hover .icon-wrapper {
transform: scale(1.1) rotate(5deg);
}
.coreinfo-section-pro .icon-wrapper i {
font-size: 2rem;
color: var(--light);
}
.coreinfo-section-pro .card-content {
position: relative;
z-index: 2;
}
.coreinfo-section-pro .card-title {
font-size: 1.5rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
transition: color 0.3s ease;
}
.coreinfo-section-pro .coreinfo-card:hover .card-title {
color: var(--primary-700);
}
.coreinfo-section-pro .card-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.75;
margin-bottom: 0;
}
.coreinfo-section-pro .card-accent {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
border-radius: 0 0 14px 14px;
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.coreinfo-section-pro .coreinfo-card:hover .card-accent {
transform: scaleX(1);
}
.coreinfo-section-pro .decorative-shape-top {
position: absolute;
top: -100px;
right: -100px;
width: 400px;
height: 400px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%,
transparent 70%
);
border-radius: 50%;
pointer-events: none;
animation: float 20s infinite ease-in-out;
}
.coreinfo-section-pro .decorative-shape-bottom {
position: absolute;
bottom: -150px;
left: -150px;
width: 500px;
height: 500px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 15%, transparent 85%) 0%,
transparent 70%
);
border-radius: 50%;
pointer-events: none;
animation: float 25s infinite ease-in-out reverse;
}
.coreinfo-section-pro .decorative-dots {
position: absolute;
top: 50%;
left: 5%;
width: 120px;
height: 120px;
background-image: radial-gradient(
circle,
var(--primary-300) 2px,
transparent 2px
);
background-size: 20px 20px;
opacity: 0.3;
pointer-events: none;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.05);
}
66% {
transform: translate(-20px, 20px) scale(0.95);
}
}
@media (max-width: 991px) {
.coreinfo-section-pro {
padding: 80px 0;
}
.coreinfo-section-pro .section-title {
font-size: 2.25rem;
}
.coreinfo-section-pro .section-subtitle {
font-size: 1.25rem;
}
.coreinfo-section-pro .coreinfo-card {
padding: 2rem;
}
}
@media (max-width: 767px) {
.coreinfo-section-pro {
padding: 60px 0;
}
.coreinfo-section-pro .section-title {
font-size: 1.875rem;
}
.coreinfo-section-pro .section-subtitle {
font-size: 1.125rem;
}
.coreinfo-section-pro .section-description {
font-size: 1rem;
}
.coreinfo-section-pro .coreinfo-card {
padding: 1.75rem;
}
.coreinfo-section-pro .icon-wrapper {
width: 60px;
height: 60px;
}
.coreinfo-section-pro .icon-wrapper i {
font-size: 1.75rem;
}
.coreinfo-section-pro .card-title {
font-size: 1.25rem;
}
.coreinfo-section-pro .decorative-shape-top,
.coreinfo-section-pro .decorative-shape-bottom {
display: none;
}
}
@media (max-width: 575px) {
.coreinfo-section-pro .section-title {
font-size: 1.625rem;
}
.coreinfo-section-pro .section-subtitle {
font-size: 1rem;
}
.coreinfo-section-pro .coreinfo-card {
padding: 1.5rem;
}
}
@media (prefers-reduced-motion: reduce) {
.coreinfo-section-pro .coreinfo-card,
.coreinfo-section-pro .icon-wrapper,
.coreinfo-section-pro .card-accent {
transition: none;
}
.coreinfo-section-pro .decorative-shape-top,
.coreinfo-section-pro .decorative-shape-bottom {
animation: none;
}
}
@media (prefers-contrast: high) {
.coreinfo-section-pro .coreinfo-card {
border: 3px solid var(--neutral-700);
}
.coreinfo-section-pro .icon-wrapper {
border: 2px solid var(--light);
}
}
.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-minimal {
position: relative;
background: linear-gradient(135deg,
var(--neutral-50) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--neutral-50) 70%) 100%
);
overflow: hidden;
}
.contact-section-minimal #contact-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
}
.contact-section-minimal #contact-subtitle {
color: var(--primary-500);
font-weight: 600;
}
.contact-section-minimal #contact-desc {
color: var(--text-secondary);
line-height: 1.7;
}
.contact-section-minimal .contact-form-wrapper {
position: relative;
background: var(--light);
border-radius: 24px;
padding: 3rem;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
transition: all 0.3s ease;
}
.contact-section-minimal .contact-form-wrapper:hover {
box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.12);
transform: translateY(-5px);
}
.contact-section-minimal .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.1;
pointer-events: none;
}
.contact-section-minimal .shape-1 {
width: 150px;
height: 150px;
background: var(--primary-500);
top: -50px;
right: -50px;
}
.contact-section-minimal .shape-2 {
width: 100px;
height: 100px;
background: var(--primary-300);
bottom: -30px;
left: -30px;
}
.contact-section-minimal .contact-form .form-label {
color: var(--text-primary);
margin-bottom: 0.5rem;
font-size: 0.95rem;
}
.contact-section-minimal .contact-form .form-control {
border: 2px solid var(--neutral-100);
border-radius: 12px;
padding: 0.75rem 1rem;
transition: all 0.3s ease;
background: var(--light);
color: var(--text-primary);
}
.contact-section-minimal .contact-form .form-control:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, transparent);
background: var(--light);
}
.contact-section-minimal .contact-form .form-control::placeholder {
color: var(--text-secondary);
opacity: 0.6;
}
.contact-section-minimal .contact-form textarea.form-control {
resize: vertical;
min-height: 120px;
}
.form-check-input {
width: 1.25rem;
height: 1.25rem;
border: 2px solid var(--neutral-300);
cursor: pointer;
}
.form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.form-check-label {
color: var(--text-secondary);
font-size: 0.9rem;
cursor: pointer;
}
.btn-submit {
background: linear-gradient(135deg, #2563eb, #0284c7) !important;
color: var(--light) !important;
border: none !important;
border-radius: 12px !important;
padding: 1rem 2rem !important;
font-weight: 600 !important;
font-size: 1.1rem !important;
transition: all 0.3s ease !important;
box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3) !important;
}
.btn-submit:hover {
transform: translateY(-3px) !important;
box-shadow: 0 12px 30px rgba(37, 99, 235, 0.4) !important;
}
.btn-submit:active {
transform: translateY(-1px) !important;
}
.btn-submit i {
transition: transform 0.3s ease;
}
.btn-submit:hover i {
transform: translateX(5px);
}
.contact-section-minimal .contact-info-wrapper {
position: relative;
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.contact-section-minimal .contact-info-card {
position: relative;
background: var(--light);
border-radius: 20px;
padding: 2rem;
border: 2px solid var(--neutral-100);
transition: all 0.3s ease;
z-index: 1;
}
.contact-section-minimal .contact-info-card:hover {
border-color: var(--primary-300);
transform: translateX(-5px);
box-shadow: 0 10px 30px rgba(var(--black-rgb), 0.08);
}
.contact-section-minimal .info-icon-wrapper {
width: 64px;
height: 64px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.75rem;
box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}
.contact-section-minimal .contact-info-card h4 {
color: var(--text-primary);
margin-bottom: 0.75rem;
}
.contact-section-minimal .info-detail {
color: var(--primary-500);
font-size: 1.1rem;
font-weight: 600;
margin-bottom: 0.5rem;
}
.contact-section-minimal .info-description {
color: var(--text-secondary);
font-size: 0.9rem;
margin-bottom: 0;
}
.contact-section-minimal .decorative-circle {
position: absolute;
border-radius: 50%;
border: 3px solid var(--primary-300);
opacity: 0.2;
pointer-events: none;
}
.contact-section-minimal .circle-1 {
width: 120px;
height: 120px;
top: 10%;
right: -30px;
}
.contact-section-minimal .circle-2 {
width: 80px;
height: 80px;
bottom: 15%;
right: 50px;
}
.contact-section-minimal .background-decoration {
position: absolute;
border-radius: 50%;
background: var(--primary-300);
opacity: 0.05;
pointer-events: none;
}
.contact-section-minimal .decoration-1 {
width: 400px;
height: 400px;
top: -100px;
left: -100px;
}
.contact-section-minimal .decoration-2 {
width: 300px;
height: 300px;
bottom: -80px;
right: -80px;
}
@media (max-width: 991px) {
.contact-section-minimal .contact-form-wrapper {
padding: 2rem;
margin-bottom: 2rem;
}
.contact-section-minimal .contact-info-card {
padding: 1.5rem;
}
.contact-section-minimal .info-icon-wrapper {
width: 56px;
height: 56px;
font-size: 1.5rem;
}
}
@media (max-width: 767px) {
.contact-section-minimal #contact-title {
font-size: 2rem;
}
.contact-section-minimal .contact-form-wrapper {
padding: 1.5rem;
border-radius: 16px;
}
.contact-section-minimal .contact-info-card {
padding: 1.25rem;
border-radius: 16px;
}
.shape-1,
.contact-section-minimal .shape-2 {
display: none;
}
.btn-submit {
padding: 0.875rem 1.5rem !important;
font-size: 1rem !important;
}
}
@media (max-width: 575px) {
.contact-section-minimal {
padding: 3rem 0;
}
.contact-section-minimal .contact-form-wrapper {
padding: 1.25rem;
}
.form-control {
font-size: 0.95rem;
}
.decoration-1,
.contact-section-minimal .decoration-2 {
display: none;
}
}
.blog-section-bold {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.blog-section-bold .section-header {
max-width: 800px;
margin: 0 auto;
position: relative;
z-index: 2;
}
.blog-section-bold .decorative-dots-top {
display: flex;
gap: 8px;
justify-content: center;
align-items: center;
}
.blog-section-bold .decorative-dots-top .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
display: inline-block;
animation: dotPulse 2s ease-in-out infinite;
}
.blog-section-bold .decorative-dots-top .dot:nth-child(2) {
animation-delay: 0.3s;
}
.blog-section-bold .decorative-dots-top .dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes dotPulse {
0%, 100% {
opacity: 0.4;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.2);
}
}
.blog-section-bold .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.blog-section-bold .section-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.blog-section-bold .section-description {
font-size: 1.1rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
}
.blog-section-bold .decorative-line {
width: 60px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
border-radius: 2px;
}
.blog-section-bold .blog-card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-section-bold .blog-card:hover {
transform: translateY(-8px);
}
.blog-section-bold .blog-card .card {
border-radius: 12px;
transition: box-shadow 0.3s ease;
background: var(--surface-primary);
}
.blog-section-bold .blog-card:hover .card {
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12) !important;
}
.blog-section-bold .image-wrapper {
height: 220px;
border-radius: 12px 12px 0 0;
position: relative;
}
.blog-section-bold .blog-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease;
}
.blog-section-bold .blog-card:hover .blog-image {
transform: scale(1.08);
}
.blog-section-bold .image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
180deg,
rgba(var(--black-rgb), 0) 0%,
rgba(var(--black-rgb), 0.3) 100%
);
opacity: 0;
transition: opacity 0.3s ease;
display: flex;
align-items: flex-start;
justify-content: flex-end;
padding: 1rem;
}
.blog-section-bold .blog-card:hover .image-overlay {
opacity: 1;
}
.blog-section-bold .category-badge {
background: var(--primary-500);
color: var(--light);
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.2rem;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
transform: translateY(-10px);
opacity: 0;
transition: all 0.3s ease;
}
.blog-section-bold .blog-card:hover .category-badge {
transform: translateY(0);
opacity: 1;
}
.blog-section-bold .card-body {
padding: 1.75rem;
}
.blog-section-bold .blog-title {
font-size: 1.25rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.4;
transition: color 0.3s ease;
}
.blog-section-bold .blog-card:hover .blog-title {
color: var(--primary-500);
}
.blog-section-bold .blog-excerpt {
font-size: 0.95rem;
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 0;
}
.blog-section-bold .blog-meta {
font-size: 0.875rem;
color: var(--text-secondary);
}
.blog-section-bold .meta-info i {
color: var(--primary-500);
font-size: 1rem;
}
.blog-section-bold .blog-link {
color: var(--primary-500);
text-decoration: none;
font-weight: 600;
font-size: 0.875rem;
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
}
.blog-section-bold .blog-link:hover {
color: var(--primary-700);
gap: 8px;
}
.blog-section-bold .blog-link i {
transition: transform 0.3s ease;
}
.blog-section-bold .blog-link:hover i {
transform: translateX(4px);
}
.blog-section-bold .decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 1;
overflow: hidden;
}
.blog-section-bold .shape-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 15%, transparent),
color-mix(in srgb, var(--primary-500) 10%, transparent)
);
}
.blog-section-bold .shape-1 {
width: 300px;
height: 300px;
top: -100px;
right: -80px;
opacity: 0.5;
}
.blog-section-bold .shape-2 {
width: 200px;
height: 200px;
bottom: -50px;
left: -50px;
opacity: 0.4;
}
.blog-section-bold .shape-blob {
position: absolute;
width: 400px;
height: 400px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 8%, transparent) 0%,
transparent 70%
);
opacity: 0.6;
}
@media (max-width: 991.98px) {
.blog-section-bold .section-title {
font-size: 2rem;
}
.blog-section-bold .section-subtitle {
font-size: 1.1rem;
}
.blog-section-bold .section-description {
font-size: 1rem;
}
.blog-section-bold .image-wrapper {
height: 200px;
}
}
@media (max-width: 767.98px) {
.blog-section-bold .section-title {
font-size: 1.75rem;
}
.blog-section-bold .section-subtitle {
font-size: 1rem;
}
.blog-section-bold .section-description {
font-size: 0.95rem;
}
.blog-section-bold .blog-title {
font-size: 1.15rem;
}
.blog-section-bold .blog-excerpt {
font-size: 0.9rem;
}
.blog-section-bold .image-wrapper {
height: 180px;
}
.blog-section-bold .card-body {
padding: 1.5rem;
}
.blog-section-bold .shape-1,
.blog-section-bold .shape-2 {
display: none;
}
}
@media (max-width: 575.98px) {
.blog-section-bold .section-title {
font-size: 1.5rem;
}
.blog-section-bold .blog-meta {
flex-direction: column;
align-items: flex-start !important;
gap: 0.75rem;
}
.blog-section-bold .blog-link {
align-self: flex-start;
}
}
@media (prefers-reduced-motion: reduce) {
.blog-section-bold .blog-card,
.blog-section-bold .blog-image,
.blog-section-bold .blog-link i,
.blog-section-bold .category-badge {
transition: none;
}
.blog-section-bold .decorative-dots-top .dot {
animation: none;
}
}
@media (prefers-contrast: high) {
.blog-section-bold .blog-card .card {
border: 2px solid var(--neutral-300);
}
.blog-section-bold .blog-link {
text-decoration: underline;
}
}
.faq-section-bold {
position: relative;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%
);
overflow: hidden;
}
.faq-section-bold .decorative-circles {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.faq-section-bold .circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 10%, transparent 90%),
transparent
);
animation: float 20s infinite ease-in-out;
}
.faq-section-bold .circle-1 {
width: 300px;
height: 300px;
top: -150px;
right: -100px;
animation-delay: 0s;
}
.faq-section-bold .circle-2 {
width: 200px;
height: 200px;
bottom: 100px;
left: -50px;
animation-delay: 5s;
}
.faq-section-bold .circle-3 {
width: 150px;
height: 150px;
top: 50%;
right: 10%;
animation-delay: 10s;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
25% {
transform: translate(20px, -20px) rotate(90deg);
}
50% {
transform: translate(0, -40px) rotate(180deg);
}
75% {
transform: translate(-20px, -20px) rotate(270deg);
}
}
.faq-section-bold .decorative-shapes {
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.faq-section-bold .shape {
position: absolute;
opacity: 0.05;
}
.faq-section-bold .shape-square {
width: 100px;
height: 100px;
background: var(--primary-500);
bottom: 50px;
right: 100px;
transform: rotate(45deg);
}
.faq-section-bold .shape-triangle {
width: 0;
height: 0;
border-left: 80px solid transparent;
border-right: 80px solid transparent;
border-bottom: 140px solid var(--primary-700);
bottom: 200px;
left: 15%;
}
.faq-section-bold .container {
position: relative;
z-index: 1;
}
.faq-section-bold #faq-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
.faq-section-bold #faq-subtitle {
color: var(--primary-700);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.faq-section-bold #faq-desc {
color: var(--text-secondary);
line-height: 1.7;
}
.faq-section-bold .faq-card {
border: none;
border-radius: 12px;
box-shadow:
0 2px 8px color-mix(in srgb, var(--neutral-900) 5%, transparent 95%),
0 1px 3px color-mix(in srgb, var(--neutral-900) 8%, transparent 92%);
transition: all 0.3s ease;
background: var(--surface-primary);
overflow: hidden;
}
.faq-section-bold .faq-card:hover {
transform: translateY(-4px);
box-shadow:
0 12px 24px color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
0 4px 8px color-mix(in srgb, var(--neutral-900) 10%, transparent 90%);
}
.faq-section-bold .faq-card .card-header {
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 5%, var(--surface-primary) 95%),
var(--surface-primary)
);
border-bottom: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
padding: 1.5rem;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}
.faq-section-bold .faq-card .card-body {
padding: 1.5rem;
background: var(--surface-primary);
}
.faq-section-bold .icon-wrapper {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 10px;
flex-shrink: 0;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.faq-section-bold .icon-wrapper i {
font-size: 1.5rem;
color: var(--light);
}
.faq-section-bold [id^="faq-question-"] {
color: var(--text-primary);
font-weight: 600;
line-height: 1.4;
}
.faq-section-bold [id^="faq-answer-"] {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.95rem;
}
@media (max-width: 991.98px) {
.faq-section-bold #faq-title {
font-size: 2.5rem;
}
.faq-section-bold .circle-1 {
width: 200px;
height: 200px;
}
.faq-section-bold .circle-2 {
width: 150px;
height: 150px;
}
}
@media (max-width: 767.98px) {
.faq-section-bold #faq-title {
font-size: 2rem;
}
.faq-section-bold .icon-wrapper {
width: 40px;
height: 40px;
}
.faq-section-bold .icon-wrapper i {
font-size: 1.25rem;
}
.faq-section-bold .faq-card .card-header {
padding: 1.25rem;
}
.faq-section-bold .faq-card .card-body {
padding: 1.25rem;
}
.faq-section-bold [id^="faq-question-"] {
font-size: 1rem;
}
.faq-section-bold .circle {
display: none;
}
}
@media (max-width: 575.98px) {
.faq-section-bold #faq-title {
font-size: 1.75rem;
}
.faq-section-bold #faq-subtitle {
font-size: 0.9rem;
}
.faq-section-bold .faq-card .card-header {
padding: 1rem;
}
.faq-section-bold .faq-card .card-body {
padding: 1rem;
}
}
@media (prefers-reduced-motion: reduce) {
.faq-section-bold .faq-card,
.faq-section-bold .circle {
animation: none;
transition: none;
}
.faq-section-bold .faq-card:hover {
transform: none;
}
}
@media print {
.faq-section-bold .decorative-circles,
.faq-section-bold .decorative-shapes {
display: none;
}
.faq-section-bold .faq-card {
box-shadow: none;
border: 1px solid var(--neutral-300);
page-break-inside: avoid;
}
}
.footer-style {
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;
overflow: hidden;
color: var(--light);
}
.footer-style__overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-700) 88%, transparent) 0%,
color-mix(in srgb, var(--primary-500) 85%, transparent) 100%
);
z-index: 1;
}
.footer-style__decorative {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 2;
overflow: hidden;
}
.footer-style__shape {
position: absolute;
border-radius: 50%;
background: rgba(var(--white-rgb), 0.03);
animation: float 20s infinite ease-in-out;
}
.footer-style__shape--1 {
width: 400px;
height: 400px;
top: -200px;
right: -100px;
animation-delay: 0s;
}
.footer-style__shape--2 {
width: 300px;
height: 300px;
bottom: -150px;
left: 10%;
animation-delay: 5s;
}
.footer-style__shape--3 {
width: 200px;
height: 200px;
top: 50%;
left: -100px;
animation-delay: 10s;
}
@keyframes float {
0%, 100% {
transform: translateY(0) scale(1);
}
50% {
transform: translateY(-30px) scale(1.05);
}
}
.footer-style .container {
z-index: 3;
}
.footer-style__main {
border-bottom: 1px solid rgba(var(--white-rgb), 0.1);
}
.footer-style__brand {
padding-right: 2rem;
}
.footer-style__sitename {
font-size: 2rem;
font-weight: 700;
color: var(--light);
margin-bottom: 1rem;
letter-spacing: -0.02em;
text-shadow: 0 2px 10px rgba(var(--black-rgb), 0.2);
}
.footer-style__sitedesc {
font-size: 0.95rem;
line-height: 1.7;
color: rgba(var(--white-rgb), 0.9);
margin: 0;
}
.footer-style__icons {
display: flex;
gap: 1.5rem;
}
.footer-style__icons i {
font-size: 1.5rem;
color: rgba(var(--white-rgb), 0.6);
transition: all 0.3s ease;
}
.footer-style__icons i:hover {
color: rgba(var(--white-rgb), 0.9);
transform: translateY(-3px);
}
.footer-style__title {
font-size: 1.25rem;
font-weight: 600;
color: var(--light);
margin-bottom: 1.5rem;
position: relative;
padding-bottom: 0.75rem;
}
.footer-style__title::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 50px;
height: 3px;
background: rgba(var(--white-rgb), 0.4);
border-radius: 2px;
}
.footer-style__list {
list-style: none;
padding: 0;
margin: 0;
}
.footer-style__list li {
margin-bottom: 0.75rem;
}
.footer-style__link {
color: rgba(var(--white-rgb), 0.85);
text-decoration: none;
font-size: 0.95rem;
transition: all 0.3s ease;
display: flex;
align-items: center;
gap: 0.5rem;
}
.footer-style__link i {
font-size: 0.75rem;
transition: transform 0.3s ease;
}
.footer-style__link:hover {
color: var(--light);
transform: translateX(5px);
}
.footer-style__link:hover i {
transform: translateX(3px);
}
.footer-style__contact {
display: flex;
flex-direction: column;
gap: 1.25rem;
}
.footer-style__contact-item {
display: flex;
align-items: flex-start;
gap: 1rem;
color: rgba(var(--white-rgb), 0.9);
font-size: 0.95rem;
line-height: 1.6;
}
.footer-style__contact-item i {
font-size: 1.25rem;
margin-top: 0.15rem;
flex-shrink: 0;
opacity: 0.8;
}
.footer-style__contact-item span {
flex: 1;
}
.footer-style__divider {
border-color: rgba(var(--white-rgb), 0.15);
margin: 0;
opacity: 1;
}
.footer-style__bottom {
align-items: center;
}
.footer-style__disclaimer {
font-size: 0.85rem;
line-height: 1.6;
color: rgba(var(--white-rgb), 0.75);
margin: 0;
}
.footer-style__copyright {
font-size: 0.9rem;
color: rgba(var(--white-rgb), 0.9);
font-weight: 500;
}
.footer-style__badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
background: rgba(var(--white-rgb), 0.1);
border-radius: 50%;
backdrop-filter: blur(10px);
}
.footer-style__badge i {
font-size: 1.5rem;
color: rgba(var(--white-rgb), 0.9);
}
@media (max-width: 991.98px) {
.footer-style__sitename {
font-size: 1.75rem;
}
.footer-style__brand {
padding-right: 0;
margin-bottom: 2rem;
}
.footer-style__section {
margin-bottom: 2rem;
}
}
@media (max-width: 767.98px) {
.footer-style {
background-attachment: scroll;
}
.footer-style__sitename {
font-size: 1.5rem;
}
.footer-style__title {
font-size: 1.1rem;
}
.footer-style__bottom {
text-align: center;
}
.footer-style__badge {
margin: 1rem auto 0;
}
.footer-style__shape--1 {
width: 250px;
height: 250px;
}
.footer-style__shape--2 {
width: 200px;
height: 200px;
}
.footer-style__shape--3 {
width: 150px;
height: 150px;
}
}
@media (max-width: 575.98px) {
.footer-style__main {
padding: 2rem 0 !important;
}
.footer-style__bottom {
padding: 1.5rem 0 !important;
}
.footer-style__sitedesc,
.footer-style__link,
.footer-style__contact-item {
font-size: 0.9rem;
}
.footer-style__disclaimer {
font-size: 0.8rem;
}
.footer-style__copyright {
font-size: 0.85rem;
}
}
@media (prefers-reduced-motion: reduce) {
.footer-style__shape {
animation: none;
}
.footer-style__link,
.footer-style__icons i {
transition: none;
}
}
@media print {
.footer-style {
background: var(--neutral-50) !important;
color: var(--neutral-900) !important;
}
.footer-style__overlay,
.footer-style__decorative,
.footer-style__badge {
display: none;
}
.footer-style__sitename,
.footer-style__title,
.footer-style__link,
.footer-style__contact-item,
.footer-style__disclaimer,
.footer-style__copyright {
color: var(--neutral-900) !important;
}
}
.additional-universal-minimal {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-minimal #add_page_1_sec_1_title {
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-minimal #add_page_1_sec_1_subtitle {
color: var(--text-secondary);
font-weight: 500;
}
.additional-universal-minimal #add_page_1_sec_1_desc {
color: var(--text-secondary);
line-height: 1.7;
}
.additional-universal-minimal .mixed-content-wrapper {
position: relative;
z-index: 2;
}
.additional-universal-minimal .content-block {
border-radius: 20px;
background: var(--surface-secondary);
border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
transition: all 0.3s ease;
overflow: hidden;
}
.additional-universal-minimal .content-block:hover {
box-shadow: 0 15px 40px color-mix(in srgb, var(--primary-500) 12%, transparent);
transform: translateY(-3px);
}
.additional-universal-minimal .full-width-card {
position: relative;
}
.additional-universal-minimal .card-visual-area {
padding: 3rem 2rem;
background: color-mix(in srgb, var(--primary-500) 8%, transparent);
display: flex;
align-items: center;
justify-content: center;
min-height: 300px;
}
.additional-universal-minimal .visual-icon-group {
display: flex;
gap: 2rem;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.additional-universal-minimal .visual-icon-group i {
font-size: 4rem;
color: var(--primary-500);
opacity: 0.4;
transition: all 0.3s ease;
}
.additional-universal-minimal .content-block:hover .visual-icon-group i {
opacity: 0.7;
transform: scale(1.1);
}
.additional-universal-minimal .card-text-area {
padding: 3rem 2.5rem;
}
.additional-universal-minimal .section-badge {
display: inline-block;
padding: 0.5rem 1rem;
border-radius: 50px;
background: var(--primary-500);
color: white;
font-size: 0.875rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 1rem;
}
.additional-universal-minimal .card-text-area h3 {
color: var(--text-primary);
}
.additional-universal-minimal .card-text-area p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 1.05rem;
}
.additional-universal-minimal .side-card {
position: relative;
padding: 2.5rem 2rem;
}
.additional-universal-minimal .icon-header {
display: inline-flex;
align-items: center;
justify-content: center;
width: 70px;
height: 70px;
border-radius: 16px;
background: color-mix(in srgb, var(--primary-500) 15%, transparent);
color: var(--primary-500);
font-size: 2rem;
margin-bottom: 1.5rem;
transition: all 0.3s ease;
}
.additional-universal-minimal .side-card:hover .icon-header {
background: var(--primary-500);
color: white;
transform: rotate(-5deg) scale(1.1);
}
.additional-universal-minimal .side-card h3 {
color: var(--text-primary);
}
.additional-universal-minimal .side-card p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 1rem;
}
.additional-universal-minimal .card-corner-accent {
position: absolute;
bottom: 0;
right: 0;
width: 80px;
height: 80px;
background: linear-gradient(
135deg,
transparent 50%,
color-mix(in srgb, var(--primary-500) 15%, transparent) 50%
);
border-radius: 0 0 20px 0;
}
.additional-universal-minimal .highlight-card {
padding: 2.5rem 2rem;
background: color-mix(in srgb, var(--primary-500) 10%, var(--surface-secondary));
border: 2px solid var(--primary-500);
}
.additional-universal-minimal .highlight-icon {
width: 90px;
height: 90px;
border-radius: 50%;
background: var(--primary-500);
color: white;
display: flex;
align-items: center;
justify-content: center;
font-size: 2.5rem;
margin: 0 auto;
box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
transition: all 0.3s ease;
}
.additional-universal-minimal .highlight-card:hover .highlight-icon {
transform: scale(1.15) rotate(10deg);
}
.additional-universal-minimal .highlight-card h3 {
color: var(--text-primary);
}
.additional-universal-minimal .highlight-card p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 1.05rem;
}
.additional-universal-minimal .floating-element {
position: absolute;
opacity: 0.04;
color: var(--primary-500);
pointer-events: none;
}
.additional-universal-minimal .elem-1 {
top: 15%;
left: 5%;
font-size: 7rem;
animation: float-modern-v084 10s ease-in-out infinite;
}
.additional-universal-minimal .elem-2 {
top: 60%;
right: 8%;
font-size: 6rem;
animation: float-modern-v084 12s ease-in-out infinite reverse;
}
.additional-universal-minimal .elem-3 {
bottom: 20%;
left: 10%;
font-size: 5rem;
animation: float-modern-v084 14s ease-in-out infinite;
}
@keyframes float-modern-v084 {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-25px) rotate(15deg);
}
}
@media (max-width: 991.98px) {
.additional-universal-minimal .card-visual-area {
min-height: 200px;
padding: 2rem 1.5rem;
}
.additional-universal-minimal .visual-icon-group i {
font-size: 3rem;
}
.additional-universal-minimal .card-text-area {
padding: 2rem 1.5rem;
}
.additional-universal-minimal .side-card {
padding: 2rem 1.5rem;
}
.additional-universal-minimal .highlight-card {
padding: 2rem 1.5rem;
text-align: center;
}
.additional-universal-minimal .highlight-icon {
width: 80px;
height: 80px;
font-size: 2.25rem;
}
}
@media (max-width: 575.98px) {
.additional-universal-minimal #add_page_1_sec_1_title {
font-size: 2rem;
}
.additional-universal-minimal .card-visual-area {
min-height: 150px;
padding: 1.5rem 1rem;
}
.additional-universal-minimal .visual-icon-group i {
font-size: 2.5rem;
}
.additional-universal-minimal .card-text-area {
padding: 1.5rem 1.25rem;
}
.additional-universal-minimal .side-card {
padding: 1.5rem 1.25rem;
}
.additional-universal-minimal .icon-header {
width: 60px;
height: 60px;
font-size: 1.75rem;
}
}
.add_wrap_variant {
position: relative;
padding: var(--space-section-y, 5rem) 0;
background: var(--surface-primary, #f8fafc);
overflow: hidden;
}
.add_wrap_variant .bg_shape {
position: absolute;
border-radius: 50%;
opacity: 0.04;
pointer-events: none;
z-index: 0;
}
.add_wrap_variant .shape_1 {
width: 600px;
height: 600px;
background: var(--primary-500, #7c3aed);
top: -200px;
left: -200px;
filter: blur(100px);
}
.add_wrap_variant .shape_2 {
width: 400px;
height: 400px;
background: var(--primary-300, #c4b5fd);
top: 30%;
right: -100px;
filter: blur(80px);
}
.add_wrap_variant .shape_3 {
width: 500px;
height: 500px;
background: var(--primary-500, #7c3aed);
bottom: -150px;
left: 50%;
filter: blur(90px);
}
.add_wrap_variant .container {
position: relative;
z-index: 1;
}
.add_wrap_variant .add_header_section {
text-align: center;
margin-bottom: var(--space-12, 3rem);
}
.add_wrap_variant .header_badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: linear-gradient(135deg, var(--primary-500, #7c3aed) 0%, var(--primary-700, #6d28d9) 100%);
color: #ffffff;
border-radius: 50%;
font-size: 1.5rem;
margin-bottom: var(--space-4, 1rem);
box-shadow: 0 8px 24px rgba(124, 58, 237, 0.3);
animation: pulse-badge 2s ease-in-out infinite;
}
@keyframes pulse-badge {
0%, 100% {
transform: scale(1);
box-shadow: 0 8px 24px rgba(124, 58, 237, 0.3);
}
50% {
transform: scale(1.05);
box-shadow: 0 12px 32px rgba(124, 58, 237, 0.4);
}
}
.add_wrap_variant .add_title {
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 800;
color: var(--text-primary, #1a1a1b);
margin-bottom: var(--space-4, 1rem);
line-height: 1.15;
background: linear-gradient(135deg, var(--text-primary, #1a1a1b) 0%, var(--primary-700, #6d28d9) 100%);
-webkit-background-clip: text;
background-clip: text;}
.add_wrap_variant .add_subtitle {
font-size: clamp(1.125rem, 2vw, 1.5rem);
color: var(--primary-500, #7c3aed);
margin-bottom: var(--space-6, 1.5rem);
font-weight: 600;
line-height: 1.4;
}
.add_wrap_variant .add_description {
font-size: 1.0625rem;
color: var(--text-secondary, #475569);
line-height: 1.75;
text-align: center;
}
.add_wrap_variant .add_masonry_grid {
margin-top: var(--space-10, 2.5rem);
}
.add_wrap_variant .masonry_card {
position: relative;
background: #ffffff;
border-radius: var(--radius-lg, 12px);
padding: var(--space-6, 1.5rem);
border: 1px solid var(--border-light, #cbd5e1);
box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
transition: all 0.4s ease;
height: 100%;
overflow: hidden;
}
.add_wrap_variant .masonry_card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(124, 58, 237, 0.15);
border-color: var(--primary-500, #7c3aed);
}
.add_wrap_variant .masonry_card_large {
padding: var(--space-8, 2rem);
min-height: 280px;
}
.add_wrap_variant .masonry_card_large .card_decoration {
position: absolute;
top: var(--space-4, 1rem);
right: var(--space-4, 1rem);
opacity: 0.1;
}
.add_wrap_variant .decoration_circle {
width: 80px;
height: 80px;
border: 2px solid var(--primary-500, #7c3aed);
border-radius: 50%;
}
.add_wrap_variant .decoration_dots {
display: flex;
gap: 6px;
justify-content: center;
margin-top: 8px;
}
.add_wrap_variant .decoration_dots span {
width: 6px;
height: 6px;
background: var(--primary-500, #7c3aed);
border-radius: 50%;
display: block;
}
.add_wrap_variant .masonry_card_small {
min-height: 280px;
display: flex;
flex-direction: column;
}
.add_wrap_variant .card_icon {
width: 64px;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, var(--primary-100, #ede9fe) 100%);
border-radius: var(--radius-md, 10px);
color: var(--primary-500, #7c3aed);
font-size: 1.75rem;
margin-bottom: var(--space-4, 1rem);
transition: all 0.3s ease;
}
.add_wrap_variant .masonry_card:hover .card_icon {
background: linear-gradient(135deg, var(--primary-500, #7c3aed) 0%, var(--primary-700, #6d28d9) 100%);
color: #ffffff;
transform: scale(1.1) rotate(5deg);
}
.add_wrap_variant .masonry_card_large .card_icon {
width: 72px;
height: 72px;
font-size: 2rem;
}
.add_wrap_variant .card_body {
flex: 1;
}
.add_wrap_variant .add_elem_title {
font-size: clamp(1.25rem, 2vw, 1.5rem);
font-weight: 700;
color: var(--text-primary, #1a1a1b);
margin-bottom: var(--space-3, 0.75rem);
line-height: 1.3;
}
.add_wrap_variant .add_elem_desc {
font-size: 1rem;
color: var(--text-secondary, #475569);
line-height: 1.65;
margin: 0;
}
.add_wrap_variant .masonry_card_highlight {
background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, #ffffff 50%, var(--primary-50, #f5f3ff) 100%);
border: 2px solid var(--primary-300, #c4b5fd);
padding: var(--space-8, 2rem);
display: flex;
align-items: center;
gap: var(--space-6, 1.5rem);
min-height: 200px;
}
.add_wrap_variant .masonry_card_highlight:hover {
background: linear-gradient(135deg, var(--primary-100, #ede9fe) 0%, #ffffff 50%, var(--primary-100, #ede9fe) 100%);
border-color: var(--primary-500, #7c3aed);
}
.add_wrap_variant .highlight_icon_wrapper {
position: relative;
flex-shrink: 0;
width: 96px;
height: 96px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500, #7c3aed) 0%, var(--primary-700, #6d28d9) 100%);
color: #ffffff;
font-size: 2.5rem;
border-radius: 50%;
box-shadow: 0 12px 32px rgba(124, 58, 237, 0.3);
}
.add_wrap_variant .icon_ring {
position: absolute;
width: 110px;
height: 110px;
border: 3px solid var(--primary-300, #c4b5fd);
border-radius: 50%;
animation: pulse-ring 2s ease-in-out infinite;
}
@keyframes pulse-ring {
0%, 100% {
transform: scale(1);
opacity: 0.6;
}
50% {
transform: scale(1.1);
opacity: 0.3;
}
}
.add_wrap_variant .masonry_card_highlight .add_elem_title {
font-size: clamp(1.375rem, 2.5vw, 1.75rem);
}
@media (max-width: 991.98px) {
.add_wrap_variant .masonry_card_highlight {
flex-direction: column;
text-align: center;
}
.add_wrap_variant .highlight_icon_wrapper {
margin: 0 auto;
}
}
@media (max-width: 767.98px) {
.add_wrap_variant {
padding: var(--space-10, 2.5rem) 0;
}
.add_wrap_variant .add_header_section {
margin-bottom: var(--space-8, 2rem);
}
.add_wrap_variant .masonry_card {
padding: var(--space-4, 1rem);
}
.add_wrap_variant .masonry_card_large,
.add_wrap_variant .masonry_card_small {
min-height: auto;
}
.add_wrap_variant .masonry_card_large .card_decoration {
display: none;
}
.add_wrap_variant .masonry_card_highlight {
padding: var(--space-6, 1.5rem);
}
.add_wrap_variant .highlight_icon_wrapper {
width: 80px;
height: 80px;
font-size: 2rem;
}
.add_wrap_variant .icon_ring {
width: 94px;
height: 94px;
}
}
.additional-universal-section {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-section .section-header {
position: relative;
max-width: 800px;
margin: 0 auto;
z-index: 1;
}
.additional-universal-section .header-badge {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.additional-universal-section .header-badge i {
font-size: 2rem;
color: var(--light);
}
.additional-universal-section .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-section .section-subtitle {
font-size: 1.5rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.additional-universal-section .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 720px;
}
.additional-universal-section .timeline-wrapper {
position: relative;
max-width: 900px;
margin: 0 auto;
padding: 2rem 0;
}
.additional-universal-section .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 100%);
transform: translateX(-50%);
z-index: 0;
}
.additional-universal-section .timeline-item {
position: relative;
display: flex;
justify-content: flex-end;
padding-right: calc(50% + 50px);
margin-bottom: 4rem;
}
.additional-universal-section .timeline-item-reverse {
justify-content: flex-start;
padding-right: 0;
padding-left: calc(50% + 50px);
}
.additional-universal-section .timeline-marker {
position: absolute;
left: 50%;
top: 30px;
transform: translateX(-50%);
z-index: 2;
}
.additional-universal-section .marker-dot {
width: 20px;
height: 20px;
background: var(--primary-500);
border: 4px solid var(--light);
border-radius: 50%;
box-shadow: 0 0 0 4px var(--primary-100);
transition: all 0.3s ease;
}
.additional-universal-section .timeline-item:hover .marker-dot {
transform: scale(1.3);
background: var(--primary-700);
}
.additional-universal-section .marker-pulse {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 20px;
height: 20px;
background: var(--primary-300);
border-radius: 50%;
animation: pulse 2s infinite;
opacity: 0;
}
@keyframes pulse {
0% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.7;
}
100% {
transform: translate(-50%, -50%) scale(3);
opacity: 0;
}
}
.additional-universal-section .timeline-content {
position: relative;
background: var(--light);
border-radius: 16px;
padding: 2rem;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
border: 1px solid var(--neutral-100);
transition: all 0.3s ease;
max-width: 400px;
width: 100%;
}
.additional-universal-section .timeline-item:hover .timeline-content {
transform: translateY(-5px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
border-color: var(--primary-300);
}
.additional-universal-section .timeline-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.25rem;
}
.additional-universal-section .timeline-icon i {
font-size: 1.75rem;
color: var(--primary-500);
}
.additional-universal-section .timeline-title {
font-size: 1.5rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-section .timeline-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.additional-universal-section .timeline-decorative {
position: absolute;
bottom: -15px;
right: -15px;
width: 80px;
height: 80px;
background: var(--primary-50);
border-radius: 50%;
opacity: 0.5;
z-index: -1;
}
.additional-universal-section .decorative-shape {
position: absolute;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
opacity: 0.04;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: 5%;
left: -10%;
animation: float 20s ease-in-out infinite;
}
.additional-universal-section .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: 10%;
right: -8%;
animation: float 25s ease-in-out infinite reverse;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(30px, -30px) rotate(10deg);
}
}
.additional-universal-section .decorative-gradient {
position: absolute;
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-100) 0%, transparent 70%);
opacity: 0.3;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .gradient-1 {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
.additional-universal-section .section-title {
font-size: 2rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.25rem;
}
.timeline-item,
.additional-universal-section .timeline-item-reverse {
padding-left: 80px;
padding-right: 0;
justify-content: flex-start;
}
.additional-universal-section .timeline-marker {
left: 30px;
transform: translateX(0);
}
.additional-universal-section .timeline-line {
left: 30px;
transform: translateX(0);
}
.additional-universal-section .timeline-content {
max-width: 100%;
}
}
@media (max-width: 767.98px) {
.additional-universal-section .section-title {
font-size: 1.75rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.125rem;
}
.additional-universal-section .section-description {
font-size: 1rem;
}
.additional-universal-section .timeline-item {
margin-bottom: 3rem;
}
.additional-universal-section .timeline-content {
padding: 1.5rem;
}
.additional-universal-section .timeline-title {
font-size: 1.25rem;
}
.additional-universal-section .decorative-shape {
display: none;
}
}
@media (max-width: 575.98px) {
.additional-universal-section {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.additional-universal-section .section-header {
margin-bottom: 2rem !important;
}
.timeline-item,
.additional-universal-section .timeline-item-reverse {
padding-left: 50px;
}
.additional-universal-section .timeline-marker {
left: 15px;
}
.additional-universal-section .timeline-line {
left: 15px;
}
.additional-universal-section .marker-dot {
width: 16px;
height: 16px;
}
.additional-universal-section .timeline-content {
padding: 1.25rem;
}
.additional-universal-section .timeline-icon {
width: 50px;
height: 50px;
}
.additional-universal-section .timeline-icon i {
font-size: 1.5rem;
}
}
.additional-universal-section {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-section .section-header {
position: relative;
max-width: 900px;
margin: 0 auto;
z-index: 1;
}
.additional-universal-section .header-divider {
width: 100px;
height: 3px;
background: var(--primary-500);
margin: 0 auto 1.5rem;
}
.additional-universal-section .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.additional-universal-section .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: 1.125rem;
}
.additional-universal-section .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 800px;
}
.additional-universal-section .features-grid {
position: relative;
z-index: 1;
}
.additional-universal-section .feature-box {
position: relative;
background: var(--light);
border: 2px solid var(--neutral-300);
padding: 2.5rem;
height: 100%;
transition: all 0.3s ease;
overflow: hidden;
}
.additional-universal-section .feature-box:hover {
border-color: var(--primary-500);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
transform: translateY(-4px);
}
.additional-universal-section .feature-box-highlight {
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--light) 100%);
border-width: 3px;
border-color: var(--primary-500);
}
.additional-universal-section .feature-header {
display: flex;
align-items: center;
gap: 1.5rem;
margin-bottom: 1.5rem;
padding-bottom: 1.5rem;
border-bottom: 2px solid var(--neutral-100);
}
.additional-universal-section .feature-number {
font-size: 3rem;
font-weight: 700;
color: var(--neutral-300);
line-height: 1;
font-family: 'Courier New', monospace;
transition: color 0.3s ease;
}
.additional-universal-section .feature-box:hover .feature-number {
color: var(--primary-500);
}
.additional-universal-section .feature-icon-wrapper {
flex-shrink: 0;
width: 70px;
height: 70px;
background: var(--neutral-900);
display: flex;
align-items: center;
justify-content: center;
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
transition: all 0.3s ease;
}
.additional-universal-section .feature-box:hover .feature-icon-wrapper {
background: var(--primary-500);
transform: rotate(20deg);
}
.additional-universal-section .feature-icon-wrapper i {
font-size: 2rem;
color: var(--light);
}
.additional-universal-section .feature-content {
position: relative;
}
.additional-universal-section .feature-title {
font-size: 1.625rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-section .feature-description {
font-size: 1.0625rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.additional-universal-section .feature-corner-accent {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 50px 50px 0;
border-color: transparent var(--primary-100) transparent transparent;
opacity: 0;
transition: opacity 0.3s ease;
}
.additional-universal-section .feature-box:hover .feature-corner-accent {
opacity: 1;
}
.additional-universal-section .highlight-badge {
position: absolute;
top: 20px;
right: 20px;
width: 50px;
height: 50px;
background: var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
}
.additional-universal-section .highlight-badge i {
font-size: 1.25rem;
color: var(--light);
}
.additional-universal-section .decorative-grid {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image:
linear-gradient(var(--neutral-100) 1px, transparent 1px),
linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.3;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .decorative-line {
position: absolute;
background: var(--primary-300);
opacity: 0.15;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .line-h {
width: 100%;
height: 2px;
top: 30%;
left: 0;
}
.additional-universal-section .line-v {
width: 2px;
height: 100%;
top: 0;
left: 50%;
transform: translateX(-50%);
}
@media (max-width: 991.98px) {
.additional-universal-section .section-title {
font-size: 2.25rem;
}
.additional-universal-section .section-subtitle {
font-size: 1rem;
}
.additional-universal-section .feature-box {
padding: 2rem;
}
.additional-universal-section .feature-header {
gap: 1.25rem;
}
.additional-universal-section .feature-number {
font-size: 2.5rem;
}
.additional-universal-section .feature-icon-wrapper {
width: 60px;
height: 60px;
}
.additional-universal-section .feature-icon-wrapper i {
font-size: 1.75rem;
}
.additional-universal-section .feature-title {
font-size: 1.5rem;
}
.additional-universal-section .line-v {
display: none;
}
}
@media (max-width: 767.98px) {
.additional-universal-section .section-title {
font-size: 2rem;
}
.additional-universal-section .section-subtitle {
font-size: 0.9375rem;
}
.additional-universal-section .section-description {
font-size: 1rem;
}
.additional-universal-section .feature-box {
padding: 1.75rem;
}
.additional-universal-section .feature-header {
padding-bottom: 1.25rem;
}
.additional-universal-section .feature-title {
font-size: 1.375rem;
}
.additional-universal-section .feature-description {
font-size: 1rem;
}
.additional-universal-section .decorative-grid {
background-size: 30px 30px;
}
.additional-universal-section .line-h {
display: none;
}
}
@media (max-width: 575.98px) {
.additional-universal-section {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.additional-universal-section .section-header {
margin-bottom: 2rem !important;
}
.additional-universal-section .feature-box {
padding: 1.5rem;
}
.additional-universal-section .feature-header {
flex-direction: column;
align-items: flex-start;
gap: 1rem;
}
.additional-universal-section .feature-number {
font-size: 2rem;
}
.additional-universal-section .feature-icon-wrapper {
width: 55px;
height: 55px;
}
.additional-universal-section .feature-icon-wrapper i {
font-size: 1.5rem;
}
.additional-universal-section .highlight-badge {
width: 40px;
height: 40px;
top: 15px;
right: 15px;
}
.additional-universal-section .highlight-badge i {
font-size: 1rem;
}
}


/* 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;
    }
}
