:root {
--primary-50: #f6f7f6;
--primary-50-rgb: 246, 247, 246;
--primary-100: #e3e8e3;
--primary-100-rgb: 227, 232, 227;
--primary-300: #a7b9a7;
--primary-300-rgb: 167, 185, 167;
--primary-500: #4a7c59;
--primary-500-rgb: 74, 124, 89;
--primary-700: #2d5a3f;
--primary-700-rgb: 45, 90, 63;
--primary-200: #c5d1c5;
--primary-200-rgb: 197, 209, 197;
--primary-400: #799b80;
--primary-400-rgb: 121, 155, 128;
--primary-600: #3c6b4c;
--primary-600-rgb: 60, 107, 76;
--primary-800: #264d36;
--primary-800-rgb: 38, 77, 54;
--primary-900: #1f3f2c;
--primary-900-rgb: 31, 63, 44;
--primary-950: #14291d;
--primary-950-rgb: 20, 41, 29;
--primary-rgb: 74, 124, 89;
--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(74, 124, 89, 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;
}
.premium_font_primary {
font-family: var(--font-primary);
}
.site_font_secondary {
font-family: var(--font-secondary);
}
.page_font_mono {
font-family: var(--font-mono);
}
.dark_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);
}
.elite_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);
}
.theme_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);
}
.creative_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);
}
.custom_heading_2 {
font-family: var(--font-secondary);
font-size: var(--text-3xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
}
.business_heading_3 {
font-family: var(--font-secondary);
font-size: var(--text-2xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
}
.fresh_heading_4 {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
}
.web_heading_5 {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-semibold);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.unique_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);
}
.main_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);
}
.top_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);
}
.studio_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);
}
.container_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);
}
.modern_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);
}
.brand_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);
}
.agency_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;
}
.new_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);
}
.design_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);
}
.digital_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);
}
.pro_section_subtitle {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-secondary);
margin-bottom: var(--space-3);
}
.bold_section_description {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
letter-spacing: var(--tracking-normal);
color: var(--text-primary);
margin-bottom: var(--space-8);
max-width: 65ch;
}
.light_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);
}
.app_card_text {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-normal);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-primary);
}
.bright_nav_link {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-primary);
text-decoration: none;
transition: color var(--transition-fast);
}
.bright_nav_link:hover,
.bright_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.section_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);
}
.smart_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) {
.new_hero_title {
font-size: var(--text-4xl);
}
.digital_section_title {
font-size: var(--text-3xl);
}
.dark_display_1 {
font-size: var(--text-5xl);
}
.elite_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.new_hero_title {
font-size: var(--text-3xl);
}
.digital_section_title {
font-size: var(--text-2xl);
}
.dark_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);
}
.style_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.best_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.prime_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.clean_text_balance {
text-wrap: balance;
}
.content_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.bright_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.container_caption,
.modern_overline,
.smart_footer_text {
color: var(--text-secondary);
}
.design_hero_subtitle,
.pro_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.new_hero_title,
.digital_section_title,
.creative_heading_1,
.custom_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.style_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;
}
}
.minimal_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.core_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.layout_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.ui_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.base_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.company_stack {
display: flex;
flex-direction: column;
}
.site75_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.base92_full_height {
min-height: 100vh;
}
.dark8_section_height {
min-height: 80vh;
}
.premium97_hero_height {
min-height: 90vh;
}
.minimal48_m_0 { margin: 0; }
.design18_m_1 { margin: var(--space-1); }
.site97_m_2 { margin: var(--space-2); }
.content28_m_3 { margin: var(--space-3); }
.minimal81_m_4 { margin: var(--space-4); }
.smart23_m_6 { margin: var(--space-6); }
.style16_m_8 { margin: var(--space-8); }
.bright52_m_12 { margin: var(--space-12); }
.smart96_m_16 { margin: var(--space-16); }
.smart73_mx_auto { margin-left: auto; margin-right: auto; }
.digital2_my_auto { margin-top: auto; margin-bottom: auto; }
.bold71_mt_0 { margin-top: 0; }
.web6_mt_4 { margin-top: var(--space-4); }
.ui72_mt_8 { margin-top: var(--space-8); }
.base62_mt_12 { margin-top: var(--space-12); }
.site38_mb_0 { margin-bottom: 0; }
.fresh60_mb_4 { margin-bottom: var(--space-4); }
.smart96_mb_8 { margin-bottom: var(--space-8); }
.business91_mb_12 { margin-bottom: var(--space-12); }
.light23_p_0 { padding: 0; }
.main9_p_1 { padding: var(--space-1); }
.company73_p_2 { padding: var(--space-2); }
.top64_p_3 { padding: var(--space-3); }
.best28_p_4 { padding: var(--space-4); }
.custom93_p_6 { padding: var(--space-6); }
.studio65_p_8 { padding: var(--space-8); }
.agency36_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.studio22_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.web82_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.digital81_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.bold80_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.main17_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.modern85_gap_1 { gap: var(--space-1); }
.design25_gap_2 { gap: var(--space-2); }
.base22_gap_3 { gap: var(--space-3); }
.best39_gap_4 { gap: var(--space-4); }
.bold92_gap_6 { gap: var(--space-6); }
.bright64_gap_8 { gap: var(--space-8); }
.creative79_shadow_none { box-shadow: var(--shadow-none); }
.content59_shadow_xs { box-shadow: var(--shadow-xs); }
.core17_shadow_sm { box-shadow: var(--shadow-sm); }
.best62_shadow_md { box-shadow: var(--shadow-md); }
.content72_shadow_lg { box-shadow: var(--shadow-lg); }
.prime89_shadow_xl { box-shadow: var(--shadow-xl); }
.theme74_shadow_2xl { box-shadow: var(--shadow-2xl); }
.new67_shadow_inner { box-shadow: var(--shadow-inner); }
.best81_shadow_colored { box-shadow: var(--shadow-colored); }
.bold39_radius_none { border-radius: var(--radius-none); }
.brand17_radius_xs { border-radius: var(--radius-xs); }
.custom85_radius_sm { border-radius: var(--radius-sm); }
.top54_radius_md { border-radius: var(--radius-md); }
.dark43_radius_lg { border-radius: var(--radius-lg); }
.bright23_radius_xl { border-radius: var(--radius-xl); }
.minimal80_radius_2xl { border-radius: var(--radius-2xl); }
.prime31_radius_3xl { border-radius: var(--radius-3xl); }
.minimal15_radius_full { border-radius: var(--radius-full); }
.app63_gradient_primary {
background: var(--gradient-primary);
}
.top64_gradient_secondary {
background: var(--gradient-secondary);
}
.dark32_gradient_hero {
background: var(--gradient-hero);
}
.bright75_gradient_card {
background: var(--gradient-card);
}
.top72_gradient_overlay {
position: relative;
}
.top72_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;
}
.top72_gradient_overlay > * {
position: relative;
z-index: 2;
}
.studio81_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.studio81_hover_lift:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.main99_hover_scale {
transition: transform var(--transition-normal);
}
.main99_hover_scale:hover {
transform: scale(1.02);
}
.ui2_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.ui2_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.company37_hover_fade {
transition: opacity var(--transition-normal);
}
.company37_hover_fade:hover {
opacity: var(--opacity-loading);
}
.app83_focus_ring {
transition: box-shadow var(--transition-fast);
}
.app83_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.bright82_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.digital0_hero_content {
position: relative;
z-index: 2;
}
.agency59_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.studio3_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.design8_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.container85_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.dark22_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: var(--space-6);
}
.custom58_timeline {
position: relative;
}
.custom58_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.clean35_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.clean35_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.clean35_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.modern25_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.light69_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;
}
}
.smart93_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;
}
}
.new32_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;
}
}
.brand13_transition_all {
transition: var(--transition-all);
}
.smart6_transition_fast {
transition: all var(--transition-fast);
}
.bold73_transition_normal {
transition: all var(--transition-normal);
}
.page0_transition_slow {
transition: all var(--transition-slow);
}
.ui76_bg_primary { background-color: var(--bg-primary); }
.page6_bg_secondary { background-color: var(--bg-secondary); }
.site46_bg_muted { background-color: var(--bg-muted); }
.content49_bg_glass { background-color: var(--bg-glass); }
.creative96_text_primary { color: var(--text-primary); }
.bold90_text_secondary { color: var(--text-secondary); }
.page12_text_muted { color: var(--text-muted); }
.studio62_text_inverse { color: var(--text-inverse); }
.unique97_text_link { color: var(--text-link); }
.style85_border_light { border-color: var(--border-light); }
.prime8_border_medium { border-color: var(--border-medium); }
.core72_border_strong { border-color: var(--border-strong); }
.digital8_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 768px) {
.agency59_services_grid,
.design8_features_grid,
.studio3_team_grid,
.dark22_pricing_grid {
grid-template-columns: 1fr;
}
.container85_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.custom58_timeline::before {
left: 30px;
}
.clean35_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.dark8_section_height {
min-height: 60vh;
}
.premium97_hero_height {
min-height: 70vh;
}
}
@media (max-width: 480px) {
.container85_gallery_grid {
grid-template-columns: 1fr;
}
.clean35_timeline_item {
padding-left: var(--space-12) !important;
}
}
.modern56_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;
}
.app92_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.container81_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);
}
.container81_skip_link:focus {
top: 6px;
}
@media print {
.pro15_no_print {
display: none !important;
}
.app31_print_only {
display: block !important;
}
.content59_shadow_xs,
.core17_shadow_sm,
.best62_shadow_md,
.content72_shadow_lg,
.prime89_shadow_xl,
.theme74_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) {
.modern25_fade_in,
.light69_slide_up,
.smart93_slide_in_left,
.new32_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.studio81_hover_lift,
.main99_hover_scale,
.ui2_hover_shadow,
.company37_hover_fade,
.brand13_transition_all,
.smart6_transition_fast,
.bold73_transition_normal,
.page0_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
.header-bold {
position: relative;
background: var(--surface-primary);
border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
box-shadow: 0 2px 12px color-mix(in srgb, var(--neutral-900) 5%, transparent);
z-index: 1000;
}
.header-bold .navbar {
padding: 1rem 0;
position: relative;
}
.header-bold .navbar-brand {
display: flex;
align-items: center;
text-decoration: none;
transition: transform 0.3s ease;
z-index: 10004;
position: relative;
}
.header-bold .navbar-brand:hover {
transform: translateY(-2px);
}
.header-bold .brand-container {
display: flex;
align-items: center;
gap: 0.75rem;
}
.header-bold .brand-icon {
width: 42px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 10px;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent);
transition: all 0.3s ease;
}
.header-bold .navbar-brand:hover .brand-icon {
transform: rotate(10deg) scale(1.05);
box-shadow: 0 6px 16px color-mix(in srgb, var(--primary-500) 40%, transparent);
}
.header-bold .brand-icon i {
font-size: 1.5rem;
color: var(--light);
}
.header-bold .brand-text {
font-size: 1.25rem;
font-weight: 700;
color: var(--text-primary);
letter-spacing: -0.02em;
}
.header-bold .nav-toggle-checkbox {
display: none;
}
.header-bold .hamburger-toggle {
display: none;
flex-direction: column;
justify-content: space-between;
width: 32px;
height: 24px;
cursor: pointer;
z-index: 10003;
position: relative;
padding: 4px;
transition: transform 0.3s ease;
}
.header-bold .hamburger-toggle:hover {
transform: scale(1.1);
}
.header-bold .hamburger-line {
display: block;
width: 100%;
height: 3px;
background: #334155;
border-radius: 3px;
transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transform-origin: center;
}
.header-bold .nav-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(1) {
transform: translateY(10px) rotate(45deg);
background: var(--primary-500);
}
.header-bold .nav-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(2) {
opacity: 0;
transform: scaleX(0);
}
.header-bold .nav-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(3) {
transform: translateY(-11px) rotate(-45deg);
background: var(--primary-500);
}
.header-bold .nav-backdrop {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: color-mix(in srgb, var(--neutral-900) 60%, transparent);
backdrop-filter: blur(8px);
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
z-index: -1;
}
.header-bold .nav-toggle-checkbox:checked ~ .nav-backdrop {
opacity: 1;
visibility: visible;
z-index: 10001;
}
.header-bold .navbar-nav {
display: flex;
align-items: center;
gap: 2rem;
}
.header-bold .nav-item {
position: relative;
}
.header-bold .nav-link {
color: var(--text-primary);
font-size: 0.75rem;
font-weight: 500;
padding: 0.5rem 0;
margin: 0;
text-decoration: none;
position: relative;
transition: color 0.3s ease;
}
.header-bold .nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--primary-500);
transition: width 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.header-bold .nav-link:hover {
color: var(--primary-500);
}
.header-bold .nav-link:hover::after {
width: 100%;
}
.header-bold .header-decoration {
position: absolute;
top: 0;
right: 0;
width: 200px;
height: 100%;
pointer-events: none;
overflow: hidden;
opacity: 0.3;
}
.header-bold .deco-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
opacity: 0.2;
animation: float 8s ease-in-out infinite;
}
.header-bold .deco-circle-1 {
width: 80px;
height: 80px;
top: -20px;
right: 40px;
animation-delay: 0s;
}
.header-bold .deco-circle-2 {
width: 50px;
height: 50px;
top: 30px;
right: 120px;
animation-delay: 2s;
}
.header-bold .deco-line {
position: absolute;
width: 2px;
height: 60%;
top: 20%;
right: 80px;
background: linear-gradient(to bottom,
transparent,
var(--primary-300),
transparent
);
opacity: 0.3;
}
@media (max-width: 991.98px) {
.header-bold .hamburger-toggle {
display: flex;
}
.header-bold .navbar-collapse {
position: fixed;
top: 0;
right: -100%;
width: 80%;
max-width: 320px;
height: 100vh;
background: var(--surface-primary);
box-shadow: -4px 0 24px color-mix(in srgb, var(--neutral-900) 15%, transparent);
padding: 5rem 2rem 2rem;
transition: right 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
z-index: 10002;
overflow-y: auto;
}
.header-bold .nav-toggle-checkbox:checked ~ .navbar-collapse {
right: 0;
}
.header-bold .navbar-nav {
flex-direction: column;
align-items: flex-start;
gap: 0;
width: 100%;
}
.header-bold .nav-item {
width: 100%;
border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 20%, transparent);
}
.header-bold .nav-link {
display: block;
width: 100%;
padding: 1rem 0;
font-size: 0.875rem;
}
.header-bold .nav-link::after {
display: none;
}
.header-bold .nav-link:hover {
padding-left: 1rem;
background: color-mix(in srgb, var(--primary-50) 50%, transparent);
}
.header-bold .header-decoration {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.header-bold .navbar-collapse {
width: 60%;
max-width: 400px;
}
.header-bold .nav-link {
font-size: 1.15rem;
}
}
@media (min-width: 1400px) {
.header-bold .container {
max-width: 1320px;
}
.header-bold .navbar-nav {
gap: 2.5rem;
}
.header-bold .brand-text {
font-size: 1.35rem;
}
}
@keyframes float {
0%, 100% {
transform: translateY(0) scale(1);
}
50% {
transform: translateY(-15px) scale(1.1);
}
}
@media (prefers-reduced-motion: reduce) {
.header-bold * {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
.hero-secondary {
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
position: relative;
padding-top: 2rem;
padding-bottom: 2rem;
}
.hero-secondary__bg-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
pointer-events: none;
z-index: 0;
}
.hero-secondary__shape {
position: absolute;
border-radius: 50%;
opacity: 0.1;
}
.hero-secondary__shape--circle-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
right: -100px;
animation: hero-secondary-float 20s ease-in-out infinite;
}
.hero-secondary__shape--circle-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: -80px;
left: -80px;
animation: hero-secondary-float 15s ease-in-out infinite reverse;
}
.hero-secondary__shape--blob-1 {
width: 500px;
height: 500px;
background: var(--primary-300);
top: 20%;
left: 10%;
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
animation: hero-secondary-morph 25s ease-in-out infinite;
opacity: 0.08;
}
.hero-secondary__shape--blob-2 {
width: 350px;
height: 350px;
background: var(--primary-500);
bottom: 15%;
right: 15%;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
animation: hero-secondary-morph 20s ease-in-out infinite reverse;
opacity: 0.06;
}
@keyframes hero-secondary-float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(30px, -30px) scale(1.05);
}
}
@keyframes hero-secondary-morph {
0%, 100% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
50% {
border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
}
}
.hero-secondary__content {
position: relative;
z-index: 2;
}
.hero-secondary__title {
color: var(--text-primary);
line-height: 1.2;
font-weight: 800;
letter-spacing: -0.02em;
margin-bottom: 1.5rem;
}
.hero-secondary__subtitle {
color: var(--primary-700);
font-weight: 500;
line-height: 1.4;
margin-bottom: 1.5rem;
}
.hero-secondary__description {
color: var(--text-secondary);
line-height: 1.7;
max-width: 600px;
}
.hero-secondary__badges {
margin-top: 2.5rem;
}
.hero-secondary__badge-item {
padding: 1rem 1.5rem;
background: var(--surface-primary);
border-radius: 12px;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.08);
transition: all 0.3s ease;
}
.hero-secondary__badge-item:hover {
transform: translateY(-4px);
box-shadow: 0 8px 20px rgba(var(--black-rgb), 0.12);
}
.hero-secondary__badge-icon {
font-size: 2rem;
color: var(--primary-500);
}
.hero-secondary__image-wrapper {
position: relative;
z-index: 1;
}
.hero-secondary__image-container {
position: relative;
z-index: 2;
}
.hero-secondary__image {
width: 100%;
height: auto;
object-fit: cover;
transition: transform 0.5s ease;
}
.hero-secondary__image:hover {
transform: scale(1.02);
}
.hero-secondary__image-frame {
position: absolute;
width: 100%;
height: 100%;
border: 3px solid var(--primary-300);
border-radius: 1rem;
z-index: 1;
opacity: 0.5;
}
.hero-secondary__image-frame--top {
top: -12px;
left: -12px;
}
.hero-secondary__image-frame--bottom {
bottom: -12px;
right: -12px;
border-color: var(--primary-500);
}
.hero-secondary__floating-icons {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 3;
}
.hero-secondary__floating-icon {
position: absolute;
width: 60px;
height: 60px;
background: var(--surface-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 6px 20px rgba(var(--black-rgb), 0.15);
animation: hero-secondary-bounce 3s ease-in-out infinite;
}
.hero-secondary__floating-icon i {
font-size: 1.5rem;
color: var(--primary-500);
}
.hero-secondary__floating-icon--1 {
top: 10%;
right: -5%;
animation-delay: 0s;
}
.hero-secondary__floating-icon--2 {
bottom: 20%;
left: -5%;
animation-delay: 1s;
}
.hero-secondary__floating-icon--3 {
top: 50%;
right: -3%;
animation-delay: 2s;
}
@keyframes hero-secondary-bounce {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
}
.hero-secondary__wave-divider {
position: absolute;
bottom: -1px;
left: 0;
width: 100%;
height: 80px;
background: var(--surface-primary);
clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
z-index: 1;
}
@media (max-width: 991.98px) {
.hero-secondary__title {
font-size: 2.5rem;
}
.hero-secondary__subtitle {
font-size: 1.5rem;
}
.hero-secondary__description {
font-size: 1.1rem;
}
.hero-secondary__badges {
justify-content: center;
margin-top: 2rem;
}
.hero-secondary__image-wrapper {
margin-top: 2rem;
}
.hero-secondary__floating-icon {
width: 50px;
height: 50px;
}
.hero-secondary__floating-icon i {
font-size: 1.25rem;
}
.hero-secondary__shape--circle-1 {
width: 300px;
height: 300px;
}
.hero-secondary__shape--circle-2 {
width: 250px;
height: 250px;
}
}
@media (max-width: 767.98px) {
.hero-secondary__title {
font-size: 2rem;
}
.hero-secondary__subtitle {
font-size: 1.25rem;
}
.hero-secondary__description {
font-size: 1rem;
}
.hero-secondary__badge-item {
padding: 0.75rem 1rem;
}
.hero-secondary__badge-icon {
font-size: 1.5rem;
}
.hero-secondary__image-frame {
border-width: 2px;
}
.hero-secondary__image-frame--top {
top: -8px;
left: -8px;
}
.hero-secondary__image-frame--bottom {
bottom: -8px;
right: -8px;
}
.hero-secondary__floating-icon {
width: 45px;
height: 45px;
}
.hero-secondary__floating-icon i {
font-size: 1rem;
}
.hero-secondary__wave-divider {
height: 50px;
}
}
@media (max-width: 575.98px) {
.hero-secondary {
padding-top: 1rem;
padding-bottom: 1rem;
}
.hero-secondary__title {
font-size: 1.75rem;
}
.hero-secondary__subtitle {
font-size: 1.1rem;
}
.hero-secondary__badges {
gap: 0.75rem;
}
.hero-secondary__badge-item {
padding: 0.5rem 0.75rem;
}
.hero-secondary__shape--circle-1,
.hero-secondary__shape--circle-2 {
width: 200px;
height: 200px;
}
}
@media (prefers-reduced-motion: reduce) {
.hero-secondary__shape,
.hero-secondary__floating-icon,
.hero-secondary__image {
animation: none !important;
transition: none !important;
}
}
@media print {
.hero-secondary__bg-shapes,
.hero-secondary__floating-icons,
.hero-secondary__wave-divider {
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-pro {
position: relative;
background: linear-gradient(180deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.about-section-pro .content-wrapper {
position: relative;
z-index: 2;
}
.about-section-pro .decorative-badge {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem 1rem;
background: color-mix(in srgb, var(--primary-100) 50%, white 50%);
border-radius: 2rem;
border: 2px solid var(--primary-300);
}
.about-section-pro .badge-dot {
display: inline-block;
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-dot-v179 2s ease-in-out infinite;
}
@keyframes pulse-dot-v179 {
0%, 100% {
opacity: 1;
transform: scale(1);
}
50% {
opacity: 0.6;
transform: scale(1.2);
}
}
.about-section-pro #about-title {
color: var(--text-primary);
line-height: 1.2;
font-weight: 700;
}
.about-section-pro #about-subtitle {
color: var(--primary-700);
font-weight: 600;
}
.about-section-pro #about-desc {
color: var(--text-secondary);
line-height: 1.7;
}
.about-section-pro .features-grid {
position: relative;
}
.about-section-pro .feature-card {
padding: 1.5rem;
background: white;
border-radius: 0.75rem;
border: 1px solid var(--neutral-100);
transition: all 0.3s ease;
height: 100%;
}
.about-section-pro .feature-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.08);
border-color: var(--primary-300);
}
.about-section-pro .feature-icon-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
background: linear-gradient(135deg,
var(--primary-100) 0%,
color-mix(in srgb, var(--primary-300) 40%, white 60%) 100%
);
border-radius: 0.75rem;
font-size: 1.5rem;
color: var(--primary-700);
transition: all 0.3s ease;
}
.about-section-pro .feature-card:hover .feature-icon-wrapper {
transform: scale(1.1) rotate(5deg);
background: linear-gradient(135deg,
var(--primary-300) 0%,
var(--primary-500) 100%
);
color: white;
}
.about-section-pro .feature-card h4 {
color: var(--text-primary);
transition: color 0.3s ease;
}
.about-section-pro .feature-card:hover h4 {
color: var(--primary-700);
}
.about-section-pro .feature-card p {
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
}
.about-section-pro .images-grid-wrapper {
position: relative;
min-height: 500px;
z-index: 1;
}
.about-section-pro .decorative-shape-1 {
position: absolute;
top: -40px;
right: -40px;
width: 200px;
height: 200px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 30%, transparent 70%) 0%,
transparent 100%
);
border-radius: 50%;
z-index: -1;
animation: float-shape-1-v179 6s ease-in-out infinite;
}
.about-section-pro .decorative-shape-2 {
position: absolute;
bottom: -60px;
left: -60px;
width: 250px;
height: 250px;
background: linear-gradient(225deg,
color-mix(in srgb, var(--primary-100) 40%, transparent 60%) 0%,
transparent 100%
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
z-index: -1;
animation: float-shape-2-v179 8s ease-in-out infinite;
}
@keyframes float-shape-1-v179 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(20px, 20px) rotate(180deg);
}
}
@keyframes float-shape-2-v179 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(-15px, -15px) rotate(-90deg);
}
}
.about-section-pro .images-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
gap: 1.5rem;
min-height: 500px;
}
.about-section-pro .image-item {
position: relative;
overflow: hidden;
border-radius: 1rem;
}
.about-section-pro .image-large {
grid-column: 1 / 2;
grid-row: 1 / 3;
}
.about-section-pro .image-small-top {
grid-column: 2 / 3;
grid-row: 1 / 2;
}
.about-section-pro .image-small-bottom {
grid-column: 2 / 3;
grid-row: 2 / 3;
}
.about-section-pro .image-item img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.about-section-pro .image-item:hover img {
transform: scale(1.05);
}
.about-section-pro .image-overlay {
position: absolute;
inset: 0;
background: linear-gradient(180deg,
transparent 0%,
color-mix(in srgb, var(--primary-700) 20%, transparent 80%) 100%
);
opacity: 0;
transition: opacity 0.4s ease;
}
.about-section-pro .image-item:hover .image-overlay {
opacity: 1;
}
.about-section-pro .image-accent-border {
position: absolute;
inset: -4px;
border: 3px solid var(--primary-500);
border-radius: 1rem;
opacity: 0;
transition: opacity 0.4s ease;
}
.about-section-pro .image-item:hover .image-accent-border {
opacity: 0.6;
}
.about-section-pro .floating-icons {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 2;
}
.about-section-pro .floating-icon {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: white;
border-radius: 50%;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.1);
font-size: 1.5rem;
color: var(--primary-500);
border: 3px solid var(--primary-100);
}
.about-section-pro .icon-1 {
top: 10%;
right: 10%;
animation: float-icon-1-v179 4s ease-in-out infinite;
}
.about-section-pro .icon-2 {
bottom: 15%;
left: 5%;
animation: float-icon-2-v179 5s ease-in-out infinite 1s;
}
@keyframes float-icon-1-v179 {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-15px) rotate(10deg);
}
}
@keyframes float-icon-2-v179 {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(-10deg);
}
}
@media (max-width: 991px) {
.about-section-pro #about-title {
font-size: 2rem;
}
.about-section-pro .content-wrapper {
padding-right: 0 !important;
margin-bottom: 2rem;
}
.about-section-pro .images-grid {
min-height: 400px;
}
}
@media (max-width: 767px) {
.about-section-pro #about-title {
font-size: 1.75rem;
}
.about-section-pro .images-grid {
grid-template-columns: 1fr;
grid-template-rows: auto;
gap: 1rem;
min-height: auto;
}
.about-section-pro .image-large,
.about-section-pro .image-small-top,
.about-section-pro .image-small-bottom {
grid-column: 1 / 2;
grid-row: auto;
min-height: 250px;
}
.about-section-pro .floating-icon {
width: 48px;
height: 48px;
font-size: 1.25rem;
}
.about-section-pro .decorative-shape-1,
.about-section-pro .decorative-shape-2 {
display: none;
}
}
@media (max-width: 575px) {
.about-section-pro .feature-card {
padding: 1.25rem;
}
.about-section-pro .feature-icon-wrapper {
width: 42px;
height: 42px;
font-size: 1.25rem;
}
}
.features-section-alt {
position: relative;
padding: 120px 0;
background: var(--surface-primary);
overflow: hidden;
}
.features-section-alt .features-header {
margin-bottom: 80px;
position: relative;
z-index: 2;
}
.features-section-alt .features-main-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.2;
letter-spacing: -0.02em;
}
.features-section-alt .features-subtitle {
font-size: 1.375rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 1.5rem;
line-height: 1.4;
}
.features-section-alt .features-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.features-section-alt .header-decoration {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 2.5rem;
gap: 1rem;
}
.features-section-alt .decoration-line {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
transparent,
var(--primary-500),
transparent
);
border-radius: 2px;
}
.features-section-alt .decoration-dots {
display: flex;
gap: 0.5rem;
}
.features-section-alt .decoration-dots .dot {
width: 8px;
height: 8px;
background: var(--primary-300);
border-radius: 50%;
display: block;
animation: dotPulse 2s ease-in-out infinite;
}
.features-section-alt .decoration-dots .dot:nth-child(2) {
animation-delay: 0.3s;
}
.features-section-alt .decoration-dots .dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes dotPulse {
0%, 100% {
transform: scale(1);
opacity: 0.5;
}
50% {
transform: scale(1.3);
opacity: 1;
}
}
.features-section-alt .features-grid {
position: relative;
z-index: 2;
}
.features-section-alt .feature-card {
position: relative;
height: 100%;
background: var(--light);
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
border-radius: 16px;
padding: 2.5rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.features-section-alt .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.features-section-alt .feature-card:hover {
transform: translateY(-8px);
border-color: var(--primary-500);
box-shadow:
0 20px 40px color-mix(in srgb, var(--primary-500) 10%, transparent),
0 10px 20px color-mix(in srgb, var(--primary-500) 5%, transparent);
}
.features-section-alt .feature-card:hover::before {
transform: scaleX(1);
}
.features-section-alt .feature-card-inner {
display: flex;
gap: 1.5rem;
position: relative;
z-index: 2;
}
.features-section-alt .feature-icon-wrapper {
position: relative;
flex-shrink: 0;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
}
.features-section-alt .icon-background {
position: absolute;
inset: 0;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 15%, transparent),
color-mix(in srgb, var(--primary-300) 10%, transparent)
);
border-radius: 16px;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.features-section-alt .feature-card:hover .icon-background {
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 25%, transparent),
color-mix(in srgb, var(--primary-300) 15%, transparent)
);
transform: rotate(5deg) scale(1.05);
}
.features-section-alt .feature-icon {
font-size: 2.25rem;
color: var(--primary-500);
position: relative;
z-index: 1;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.features-section-alt .feature-card:hover .feature-icon {
color: var(--primary-700);
transform: scale(1.1);
}
.features-section-alt .feature-content {
flex: 1;
}
.features-section-alt .feature-name {
font-size: 1.375rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
transition: color 0.3s ease;
}
.features-section-alt .feature-card:hover .feature-name {
color: var(--primary-700);
}
.features-section-alt .feature-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.card-decoration-corner {
position: absolute;
bottom: 0;
right: 0;
width: 120px;
height: 120px;
background: radial-gradient(
circle at bottom right,
color-mix(in srgb, var(--primary-300) 8%, transparent),
transparent 70%
);
pointer-events: none;
opacity: 0;
transition: opacity 0.4s ease;
}
.features-section-alt .feature-card:hover .card-decoration-corner {
opacity: 1;
}
.features-section-alt .section-decorations {
position: absolute;
inset: 0;
pointer-events: none;
overflow: hidden;
z-index: 1;
}
.features-section-alt .floating-shape {
position: absolute;
border-radius: 50%;
opacity: 0.4;
animation: float 20s ease-in-out infinite;
}
.features-section-alt .shape-1 {
width: 300px;
height: 300px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent),
transparent 70%
);
top: -100px;
left: -100px;
}
.features-section-alt .shape-2 {
width: 200px;
height: 200px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 10%, transparent),
transparent 70%
);
top: 50%;
right: -50px;
animation-delay: -7s;
}
.features-section-alt .shape-3 {
width: 250px;
height: 250px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 12%, transparent),
transparent 70%
);
bottom: -80px;
left: 30%;
animation-delay: -14s;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
.features-section-alt .gradient-orb {
position: absolute;
border-radius: 50%;
filter: blur(60px);
opacity: 0.3;
animation: orbFloat 15s ease-in-out infinite;
}
.features-section-alt .orb-1 {
width: 400px;
height: 400px;
background: radial-gradient(
circle,
var(--primary-300),
transparent 60%
);
top: 10%;
right: 10%;
}
.features-section-alt .orb-2 {
width: 350px;
height: 350px;
background: radial-gradient(
circle,
var(--primary-500),
transparent 60%
);
bottom: 15%;
left: 5%;
animation-delay: -8s;
}
@keyframes orbFloat {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(50px, 50px);
}
}
@media (max-width: 1199.98px) {
.features-section-alt {
padding: 100px 0;
}
.features-section-alt .features-main-title {
font-size: 2.25rem;
}
.features-section-alt .features-subtitle {
font-size: 1.25rem;
}
}
@media (max-width: 991.98px) {
.features-section-alt {
padding: 80px 0;
}
.features-section-alt .features-header {
margin-bottom: 60px;
}
.features-section-alt .features-main-title {
font-size: 2rem;
}
.features-section-alt .feature-card {
padding: 2rem;
}
.features-section-alt .feature-card-inner {
flex-direction: column;
gap: 1.25rem;
}
.features-section-alt .feature-icon-wrapper {
width: 70px;
height: 70px;
}
.features-section-alt .feature-icon {
font-size: 2rem;
}
}
@media (max-width: 767.98px) {
.features-section-alt {
padding: 60px 0;
}
.features-section-alt .features-header {
margin-bottom: 50px;
}
.features-section-alt .features-main-title {
font-size: 1.75rem;
}
.features-section-alt .features-subtitle {
font-size: 1.125rem;
}
.features-section-alt .features-description {
font-size: 1rem;
}
.features-section-alt .feature-card {
padding: 1.75rem;
}
.features-section-alt .feature-name {
font-size: 1.25rem;
}
.features-section-alt .feature-description {
font-size: 0.9375rem;
}
.features-section-alt .floating-shape {
opacity: 0.2;
}
.features-section-alt .gradient-orb {
opacity: 0.15;
}
}
@media (max-width: 575.98px) {
.features-section-alt {
padding: 50px 0;
}
.features-section-alt .features-main-title {
font-size: 1.5rem;
}
.features-section-alt .feature-card {
padding: 1.5rem;
}
.features-section-alt .feature-icon-wrapper {
width: 60px;
height: 60px;
}
.features-section-alt .feature-icon {
font-size: 1.75rem;
}
}
@media print {
.features-section-alt {
padding: 40px 0;
}
.section-decorations,
.card-decoration-corner,
.features-section-alt .header-decoration {
display: none;
}
.features-section-alt .feature-card {
border: 1px solid var(--neutral-300);
box-shadow: none;
page-break-inside: avoid;
}
}
.services-custom {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.services-custom .section-header {
position: relative;
z-index: 2;
}
.services-custom #services-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
.services-custom #services-subtitle {
color: var(--primary-500);
font-weight: 600;
margin-bottom: 1.5rem;
}
.services-custom #services-desc {
color: var(--text-secondary);
font-size: 1.125rem;
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.services-custom .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
opacity: 0.4;
}
.services-custom .shape-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
opacity: 0.6;
}
.services-custom .shape-1 {
width: 300px;
height: 300px;
top: -100px;
right: -50px;
animation: float-shape 20s ease-in-out infinite;
}
.services-custom .shape-2 {
width: 200px;
height: 200px;
bottom: 50px;
left: -50px;
animation: float-shape 25s ease-in-out infinite reverse;
}
.services-custom .shape-blob {
position: absolute;
width: 400px;
height: 400px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(circle, var(--primary-50) 0%, transparent 70%);
border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
opacity: 0.3;
animation: morph-blob 30s ease-in-out infinite;
}
@keyframes float-shape {
0%, 100% { transform: translateY(0px) rotate(0deg); }
50% { transform: translateY(-30px) rotate(10deg); }
}
@keyframes morph-blob {
0%, 100% { border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%; }
25% { border-radius: 60% 40% 40% 60% / 40% 60% 40% 60%; }
50% { border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%; }
75% { border-radius: 60% 40% 40% 60% / 40% 60% 40% 60%; }
}
.services-custom .service-card {
position: relative;
background: var(--light);
border-radius: 16px;
padding: 2.5rem 2rem;
box-shadow: 0 4px 20px 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;
z-index: 1;
}
.services-custom .service-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s ease;
}
.services-custom .service-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.services-custom .service-card:hover::before {
transform: scaleX(1);
}
.services-custom .featured-card {
border: 2px solid var(--primary-300);
background: linear-gradient(135deg, var(--light) 0%, var(--primary-50) 100%);
box-shadow: 0 8px 30px rgba(var(--black-rgb), 0.1);
}
.services-custom .featured-card::before {
transform: scaleX(1);
height: 5px;
}
.services-custom .featured-label {
position: absolute;
top: 20px;
right: 20px;
background: var(--primary-500);
color: var(--light);
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 40%, transparent);
animation: pulse-featured 2s ease-in-out infinite;
z-index: 2;
}
@keyframes pulse-featured {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.1); }
}
.services-custom .service-icon-wrapper {
width: 80px;
height: 80px;
border-radius: 16px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 30%, transparent);
transition: all 0.3s ease;
}
.services-custom .service-card:hover .service-icon-wrapper {
transform: scale(1.1) rotate(5deg);
box-shadow: 0 12px 30px color-mix(in srgb, var(--primary-500) 40%, transparent);
}
.services-custom .service-icon-wrapper i {
font-size: 2.5rem;
color: var(--light);
}
.services-custom .service-content {
position: relative;
z-index: 1;
}
.services-custom .service-name {
color: var(--text-primary);
font-weight: 700;
font-size: 1.5rem;
line-height: 1.3;
margin-bottom: 1rem;
}
.services-custom .service-description {
color: var(--text-secondary);
font-size: 0.95rem;
line-height: 1.7;
margin-bottom: 1.5rem;
}
.services-custom .service-features-text {
background: var(--surface-secondary);
border-left: 3px solid var(--primary-500);
padding: 1rem 1.25rem;
border-radius: 8px;
font-size: 0.9rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 1.5rem;
}
.services-custom .service-price-wrapper {
padding-top: 1.5rem;
border-top: 2px solid var(--neutral-100);
}
.services-custom .service-price {
color: var(--text-primary);
font-weight: 600;
font-size: 1rem;
line-height: 1.6;
padding: 1rem;
background: color-mix(in srgb, var(--primary-50) 50%, transparent);
border-radius: 8px;
border: 1px dashed var(--primary-300);
}
.services-custom .service-badge {
position: absolute;
bottom: 20px;
right: 20px;
width: 45px;
height: 45px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.25rem;
opacity: 0.7;
transition: all 0.3s ease;
}
.services-custom .service-card:hover .service-badge {
opacity: 1;
transform: rotate(360deg) scale(1.1);
}
.services-custom .badge-starter {
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
color: var(--light);
}
.services-custom .badge-professional {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: var(--light);
}
.services-custom .badge-enterprise {
background: linear-gradient(135deg, var(--primary-700), var(--neutral-900));
color: var(--light);
}
.services-custom .badge-creative {
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
color: var(--light);
}
.services-custom .badge-marketing {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: var(--light);
}
.services-custom .badge-security {
background: linear-gradient(135deg, var(--primary-700), var(--neutral-700));
color: var(--light);
}
.services-custom .decorative-icons {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
z-index: 0;
}
.services-custom .icon-float {
position: absolute;
width: 60px;
height: 60px;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-100) 60%, transparent);
display: flex;
align-items: center;
justify-content: center;
opacity: 0.4;
}
.services-custom .icon-float i {
font-size: 1.75rem;
color: var(--primary-500);
}
.services-custom .icon-1 {
top: 15%;
left: 5%;
animation: float-icon 15s ease-in-out infinite;
}
.services-custom .icon-2 {
bottom: 20%;
right: 8%;
animation: float-icon 18s ease-in-out infinite reverse;
}
.services-custom .icon-3 {
top: 60%;
left: 85%;
animation: float-icon 20s ease-in-out infinite;
}
@keyframes float-icon {
0%, 100% { transform: translateY(0px) rotate(0deg); }
33% { transform: translateY(-20px) rotate(5deg); }
66% { transform: translateY(20px) rotate(-5deg); }
}
@media (max-width: 991.98px) {
.services-custom #services-title {
font-size: 2.5rem;
}
.services-custom .service-card {
padding: 2rem 1.5rem;
}
.services-custom .service-icon-wrapper {
width: 70px;
height: 70px;
}
.services-custom .service-icon-wrapper i {
font-size: 2rem;
}
.services-custom .featured-label {
width: 45px;
height: 45px;
font-size: 1.25rem;
}
}
@media (max-width: 767.98px) {
.services-custom #services-title {
font-size: 2rem;
}
.services-custom #services-subtitle {
font-size: 1.25rem;
}
.services-custom #services-desc {
font-size: 1rem;
}
.services-custom .service-card {
padding: 1.75rem 1.25rem;
}
.services-custom .service-name {
font-size: 1.35rem;
}
.services-custom .shape-1,
.services-custom .shape-2 {
width: 150px;
height: 150px;
}
.services-custom .decorative-icons {
display: none;
}
}
@media (max-width: 575.98px) {
.services-custom {
padding-top: 3rem;
padding-bottom: 3rem;
}
.services-custom .service-icon-wrapper {
width: 60px;
height: 60px;
}
.services-custom .service-icon-wrapper i {
font-size: 1.75rem;
}
.services-custom .service-badge {
width: 40px;
height: 40px;
font-size: 1rem;
}
}
.priceplan-section-variant {
padding: 100px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
);
position: relative;
overflow: hidden;
}
.priceplan-section-variant .section-header-variant {
margin-bottom: 60px;
position: relative;
}
.priceplan-section-variant .decorative-accent-top {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
margin-bottom: 20px;
}
.priceplan-section-variant .accent-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
animation: pulse-v093 2s ease-in-out infinite;
}
.priceplan-section-variant .accent-line {
width: 60px;
height: 2px;
background: linear-gradient(90deg,
var(--primary-300),
var(--primary-500),
var(--primary-300)
);
}
.priceplan-section-variant .section-title-variant {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.priceplan-section-variant .section-subtitle-variant {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-700);
margin-bottom: 20px;
line-height: 1.4;
}
.priceplan-section-variant .section-description-variant {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 30px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.priceplan-section-variant .decorative-icons-row {
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
margin-top: 25px;
}
.priceplan-section-variant .decorative-icons-row i {
font-size: 1.5rem;
color: var(--primary-500);
opacity: 0.7;
animation: float-v093 3s ease-in-out infinite;
}
.priceplan-section-variant .decorative-icons-row i:nth-child(2) {
animation-delay: 0.5s;
}
.priceplan-section-variant .decorative-icons-row i:nth-child(3) {
animation-delay: 1s;
}
.priceplan-section-variant .pricing-cards-wrapper {
margin-top: 50px;
position: relative;
z-index: 2;
}
.priceplan-section-variant .pricing-card-variant {
background: var(--surface-primary);
border-radius: 24px;
padding: 40px 30px;
position: relative;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
height: 100%;
display: flex;
flex-direction: column;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
}
.priceplan-section-variant .pricing-card-variant:hover {
transform: translateY(-12px);
box-shadow: 0 20px 50px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-500);
}
.priceplan-section-variant .pricing-card-variant.featured-plan {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
border-color: var(--primary-500);
transform: scale(1.05);
box-shadow: 0 8px 40px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
}
.priceplan-section-variant .pricing-card-variant.featured-plan:hover {
transform: scale(1.05) translateY(-12px);
}
.priceplan-section-variant .featured-badge {
position: absolute;
top: -15px;
right: 30px;
background: var(--primary-500);
color: var(--light);
padding: 8px 20px;
border-radius: 20px;
font-size: 0.875rem;
font-weight: 600;
display: flex;
align-items: center;
gap: 6px;
box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.card-decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.1;
pointer-events: none;
}
.card-decorative-shape.shape-1 {
width: 120px;
height: 120px;
background: var(--primary-500);
top: -30px;
right: -30px;
}
.card-decorative-shape.shape-2 {
width: 150px;
height: 150px;
background: var(--primary-700);
bottom: -40px;
left: -40px;
}
.card-decorative-shape.shape-3 {
width: 100px;
height: 100px;
background: var(--primary-300);
top: 40%;
right: -20px;
}
.card-header-variant {
text-align: center;
margin-bottom: 30px;
position: relative;
z-index: 2;
}
.priceplan-section-variant .plan-icon-wrapper {
width: 70px;
height: 70px;
border-radius: 20px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
}
.priceplan-section-variant .plan-icon-wrapper i {
font-size: 2rem;
color: var(--light);
}
.priceplan-section-variant .plan-name-variant {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin: 0;
line-height: 1.3;
}
.card-body-variant {
flex: 1;
display: flex;
flex-direction: column;
position: relative;
z-index: 2;
}
.priceplan-section-variant .price-wrapper-variant {
text-align: center;
margin-bottom: 25px;
}
.priceplan-section-variant .price-badge {
display: inline-flex;
align-items: baseline;
gap: 4px;
padding: 15px 30px;
background: color-mix(in srgb, var(--primary-100) 50%, var(--surface-primary) 50%);
border-radius: 16px;
border: 2px solid var(--primary-300);
}
.priceplan-section-variant .price-badge .currency {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-700);
}
.priceplan-section-variant .price-amount-variant {
font-size: 3rem;
font-weight: 800;
color: var(--primary-700);
line-height: 1;
}
.priceplan-section-variant .price-badge .period {
font-size: 1rem;
color: var(--text-secondary);
font-weight: 500;
}
.priceplan-section-variant .plan-description-variant {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 30px;
text-align: center;
}
.priceplan-section-variant .features-section-variant {
background: color-mix(in srgb, var(--neutral-50) 60%, var(--surface-primary) 40%);
border-radius: 16px;
padding: 25px;
margin-top: auto;
}
.priceplan-section-variant .features-header {
text-align: center;
margin-bottom: 15px;
}
.priceplan-section-variant .features-header i {
font-size: 1.5rem;
color: var(--primary-500);
}
.priceplan-section-variant .features-list-variant {
font-size: 0.95rem;
color: var(--text-primary);
line-height: 1.8;
text-align: center;
}
.card-footer-variant {
margin-top: 30px;
text-align: center;
position: relative;
z-index: 2;
}
.priceplan-section-variant .decorative-line-bottom {
width: 60px;
height: 3px;
background: linear-gradient(90deg,
transparent,
var(--primary-500),
transparent
);
margin: 0 auto 15px;
border-radius: 2px;
}
.priceplan-section-variant .icon-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-100) 60%, var(--surface-primary) 40%);
border: 2px solid var(--primary-300);
}
.priceplan-section-variant .icon-badge i {
font-size: 1.25rem;
color: var(--primary-700);
}
.priceplan-section-variant .pricing-card-variant:hover .icon-badge {
background: var(--primary-500);
border-color: var(--primary-700);
transform: scale(1.1);
}
.priceplan-section-variant .pricing-card-variant:hover .icon-badge i {
color: var(--light);
}
.bottom-decoration {
position: relative;
margin-top: 80px;
height: 100px;
}
.priceplan-section-variant .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
}
.priceplan-section-variant .decorative-blob.blob-left {
width: 250px;
height: 250px;
background: var(--primary-500);
left: -50px;
top: -50px;
animation: blob-float-v093 8s ease-in-out infinite;
}
.priceplan-section-variant .decorative-blob.blob-right {
width: 200px;
height: 200px;
background: var(--primary-700);
right: -30px;
top: -30px;
animation: blob-float-v093 10s ease-in-out infinite reverse;
}
.priceplan-section-variant .floating-icons {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
gap: 40px;
opacity: 0.15;
}
.priceplan-section-variant .floating-icons i {
font-size: 2rem;
color: var(--primary-500);
animation: float-v093 4s ease-in-out infinite;
}
.priceplan-section-variant .floating-icons i:nth-child(2) {
animation-delay: 1s;
}
.priceplan-section-variant .floating-icons i:nth-child(3) {
animation-delay: 2s;
}
@keyframes pulse-v093 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.2);
opacity: 0.7;
}
}
@keyframes float-v093 {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}
@keyframes blob-float-v093 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
@media (max-width: 991px) {
.priceplan-section-variant {
padding: 80px 0;
}
.priceplan-section-variant .section-title-variant {
font-size: 2.25rem;
}
.priceplan-section-variant .section-subtitle-variant {
font-size: 1.25rem;
}
.priceplan-section-variant .pricing-card-variant.featured-plan {
transform: scale(1);
margin-top: 20px;
margin-bottom: 20px;
}
.priceplan-section-variant .pricing-card-variant.featured-plan:hover {
transform: translateY(-12px);
}
}
@media (max-width: 767px) {
.priceplan-section-variant {
padding: 60px 0;
}
.priceplan-section-variant .section-header-variant {
margin-bottom: 40px;
}
.priceplan-section-variant .section-title-variant {
font-size: 1.875rem;
}
.priceplan-section-variant .section-subtitle-variant {
font-size: 1.125rem;
}
.priceplan-section-variant .section-description-variant {
font-size: 1rem;
}
.priceplan-section-variant .pricing-card-variant {
padding: 30px 25px;
}
.priceplan-section-variant .price-amount-variant {
font-size: 2.5rem;
}
.priceplan-section-variant .decorative-icons-row {
gap: 20px;
}
.priceplan-section-variant .decorative-icons-row i {
font-size: 1.25rem;
}
.bottom-decoration {
margin-top: 50px;
}
}
@media (max-width: 575px) {
.priceplan-section-variant .section-title-variant {
font-size: 1.625rem;
}
.priceplan-section-variant .plan-name-variant {
font-size: 1.5rem;
}
.priceplan-section-variant .price-amount-variant {
font-size: 2.25rem;
}
.priceplan-section-variant .pricing-card-variant {
padding: 25px 20px;
}
.priceplan-section-variant .floating-icons {
gap: 20px;
}
.priceplan-section-variant .floating-icons i {
font-size: 1.5rem;
}
}
.team-section-variant {
position: relative;
padding: 100px 0;
background: var(--surface-primary);
overflow: hidden;
}
.team-section-variant .decorative-dots {
width: 60px;
height: 6px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
margin: 0 auto 24px;
border-radius: 3px;
}
.team-section-variant .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.team-section-variant .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.team-section-variant .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
margin-bottom: 0;
}
.team-section-variant .team-card {
background: var(--surface-secondary);
border-radius: 16px;
padding: 32px;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
height: 100%;
border: 2px solid var(--neutral-100);
position: relative;
}
.team-section-variant .team-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 16px;
background: linear-gradient(135deg, var(--primary-50) 0%, transparent 100%);
opacity: 0;
transition: opacity 0.4s ease;
pointer-events: none;
}
.team-section-variant .team-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.1);
border-color: var(--primary-300);
}
.team-section-variant .team-card:hover::before {
opacity: 1;
}
.team-section-variant .team-image-wrapper {
position: relative;
width: 100%;
aspect-ratio: 1 / 1;
margin-bottom: 24px;
overflow: hidden;
border-radius: 12px;
}
.team-section-variant .team-member-photo {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
display: block;
}
.team-section-variant .team-card:hover .team-member-photo {
transform: scale(1.08);
}
.team-section-variant .decorative-circle {
position: absolute;
top: -20px;
right: -20px;
width: 80px;
height: 80px;
border: 3px solid var(--primary-300);
border-radius: 50%;
z-index: 1;
opacity: 0.5;
transition: all 0.4s ease;
}
.team-section-variant .team-card:hover .decorative-circle {
transform: scale(1.2) rotate(45deg);
opacity: 0.8;
}
.team-section-variant .image-accent {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-section-variant .team-card:hover .image-accent {
transform: scaleX(1);
}
.team-section-variant .team-info {
text-align: center;
position: relative;
z-index: 2;
}
.team-section-variant .member-name {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 8px;
line-height: 1.3;
transition: color 0.3s ease;
}
.team-section-variant .team-card:hover .member-name {
color: var(--primary-500);
}
.team-section-variant .member-role {
font-size: 1rem;
color: var(--text-secondary);
margin-bottom: 0;
font-weight: 500;
line-height: 1.5;
}
.team-section-variant .decorative-blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.15;
pointer-events: none;
z-index: 0;
}
.team-section-variant .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-300);
top: -100px;
left: -150px;
}
.team-section-variant .blob-2 {
width: 350px;
height: 350px;
background: var(--primary-500);
bottom: -100px;
right: -120px;
}
@media (max-width: 991px) {
.team-section-variant {
padding: 80px 0;
}
.team-section-variant .section-title {
font-size: 2.25rem;
}
.team-section-variant .section-subtitle {
font-size: 1.125rem;
}
.team-section-variant .section-description {
font-size: 1rem;
}
.team-section-variant .team-card {
padding: 24px;
}
.team-section-variant .member-name {
font-size: 1.375rem;
}
}
@media (max-width: 767px) {
.team-section-variant {
padding: 60px 0;
}
.team-section-variant .section-title {
font-size: 2rem;
}
.team-section-variant .section-subtitle {
font-size: 1rem;
}
.team-section-variant .team-card {
padding: 20px;
}
.team-section-variant .decorative-circle {
width: 60px;
height: 60px;
top: -15px;
right: -15px;
}
.team-section-variant .blob-1,
.team-section-variant .blob-2 {
width: 250px;
height: 250px;
}
}
@media (max-width: 575px) {
.team-section-variant .section-title {
font-size: 1.75rem;
}
.team-section-variant .member-name {
font-size: 1.25rem;
}
.team-section-variant .member-role {
font-size: 0.9375rem;
}
}
.reviews-section-featured {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
overflow: hidden;
}
.reviews-section-featured .decorative-icon {
width: 64px;
height: 64px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 16px;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
}
.reviews-section-featured .decorative-icon i {
font-size: 32px;
color: var(--light);
}
.reviews-section-featured .section-title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.reviews-section-featured .section-subtitle {
font-size: 0.875rem;
font-weight: 600;
letter-spacing: 0.1em;
color: var(--primary-500);
}
.reviews-section-featured .section-description {
font-size: 1.125rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.reviews-section-featured .reviews-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 2rem;
position: relative;
z-index: 2;
}
.reviews-section-featured .review-card {
background: var(--light);
border-radius: 20px;
padding: 2rem;
position: relative;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid transparent;
overflow: hidden;
}
.reviews-section-featured .review-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.15);
border-color: color-mix(in srgb, var(--primary-300) 40%, transparent 60%);
}
.reviews-section-featured .review-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s ease;
}
.reviews-section-featured .review-card:hover::before {
transform: scaleX(1);
}
.reviews-section-featured .quote-icon {
width: 48px;
height: 48px;
background: color-mix(in srgb, var(--primary-100) 60%, transparent 40%);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
}
.reviews-section-featured .quote-icon i {
font-size: 24px;
color: var(--primary-500);
}
.reviews-section-featured .review-content {
margin-bottom: 1.5rem;
}
.reviews-section-featured .review-text {
font-size: 1rem;
line-height: 1.7;
color: var(--text-secondary);
margin: 0;
position: relative;
}
.reviews-section-featured .review-author {
display: flex;
align-items: center;
gap: 1rem;
padding-top: 1.5rem;
border-top: 2px solid var(--neutral-100);
}
.reviews-section-featured .author-avatar {
flex-shrink: 0;
width: 56px;
height: 56px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.1);
}
.reviews-section-featured .avatar-initials {
font-size: 1.125rem;
font-weight: 700;
color: var(--light);
letter-spacing: 0.05em;
}
.reviews-section-featured .author-info {
flex: 1;
}
.reviews-section-featured .author-name {
font-size: 1rem;
font-weight: 600;
color: var(--text-primary);
margin: 0;
line-height: 1.4;
}
.reviews-section-featured .card-accent {
position: absolute;
bottom: 0;
right: 0;
width: 120px;
height: 120px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent 70%);
border-radius: 50%;
pointer-events: none;
}
.reviews-section-featured .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.06;
pointer-events: none;
z-index: 1;
}
.reviews-section-featured .shape-1 {
width: 300px;
height: 300px;
background: var(--primary-500);
top: -100px;
left: -100px;
}
.reviews-section-featured .shape-2 {
width: 400px;
height: 400px;
background: var(--primary-700);
bottom: -150px;
right: -150px;
}
.reviews-section-featured .decorative-dots {
position: absolute;
width: 120px;
height: 120px;
opacity: 0.08;
pointer-events: none;
z-index: 1;
background-image: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
background-size: 20px 20px;
}
.reviews-section-featured .dots-1 {
top: 10%;
right: 5%;
}
.reviews-section-featured .dots-2 {
bottom: 15%;
left: 5%;
}
@media (max-width: 1199.98px) {
.reviews-section-featured .reviews-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 767.98px) {
.reviews-section-featured .reviews-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.reviews-section-featured .review-card {
padding: 1.5rem;
}
.reviews-section-featured .section-title {
font-size: 1.75rem;
}
.reviews-section-featured .section-description {
font-size: 1rem;
}
.reviews-section-featured .decorative-shape {
display: none;
}
}
@media (max-width: 575.98px) {
.reviews-section-featured .author-avatar {
width: 48px;
height: 48px;
}
.reviews-section-featured .avatar-initials {
font-size: 1rem;
}
.reviews-section-featured .author-name {
font-size: 0.9375rem;
}
.reviews-section-featured .quote-icon {
width: 40px;
height: 40px;
}
.reviews-section-featured .quote-icon i {
font-size: 20px;
}
}
@media (prefers-reduced-motion: reduce) {
.reviews-section-featured .review-card {
transition: none;
}
.reviews-section-featured .review-card::before {
transition: none;
}
}
@media (prefers-contrast: high) {
.reviews-section-featured .review-card {
border: 2px solid var(--neutral-700);
}
.reviews-section-featured .review-text {
color: var(--text-primary);
}
}
.casestudy-section-modern {
position: relative;
padding: 120px 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-modern .section-header {
margin-bottom: 60px;
}
.casestudy-section-modern .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 20px;
line-height: 1.2;
}
.casestudy-section-modern .section-subtitle {
font-size: 1.35rem;
font-weight: 500;
color: var(--primary-700);
margin-bottom: 24px;
line-height: 1.5;
}
.casestudy-section-modern .divider-accent {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
margin: 0 auto 28px;
border-radius: 2px;
}
.casestudy-section-modern .section-description {
font-size: 1.1rem;
color: var(--text-secondary);
line-height: 1.8;
margin-bottom: 0;
}
.casestudy-section-modern .casestudies-grid {
margin-top: 50px;
position: relative;
z-index: 2;
}
.casestudy-section-modern .casestudy-card {
height: 100%;
background: var(--surface-primary);
border-radius: 20px;
overflow: hidden;
box-shadow:
0 10px 30px rgba(var(--black-rgb), 0.06),
0 4px 12px rgba(var(--black-rgb), 0.04);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
}
.casestudy-section-modern .casestudy-card:hover {
transform: translateY(-12px);
box-shadow:
0 20px 50px rgba(var(--black-rgb), 0.1),
0 8px 20px rgba(var(--black-rgb), 0.06);
border-color: var(--primary-300);
}
.casestudy-section-modern .card-visual {
position: relative;
height: 240px;
overflow: hidden;
}
.casestudy-section-modern .image-placeholder {
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
var(--primary-100),
var(--primary-50)
);
position: relative;
}
.casestudy-section-modern .decorative-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background:
radial-gradient(circle at 30% 30%,
color-mix(in srgb, var(--primary-300) 40%, transparent 60%) 0%,
transparent 60%),
radial-gradient(circle at 70% 70%,
color-mix(in srgb, var(--primary-500) 30%, transparent 70%) 0%,
transparent 60%);
opacity: 0.5;
transition: opacity 0.4s ease;
}
.casestudy-section-modern .casestudy-card:hover .decorative-overlay {
opacity: 0.8;
}
.casestudy-section-modern .case-badge {
position: absolute;
top: 20px;
right: 20px;
width: 56px;
height: 56px;
background: var(--surface-primary);
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 6px 20px rgba(var(--black-rgb), 0.12);
transition: transform 0.4s ease;
}
.casestudy-section-modern .casestudy-card:hover .case-badge {
transform: rotate(10deg) scale(1.1);
}
.casestudy-section-modern .case-badge i {
font-size: 1.75rem;
color: var(--primary-500);
}
.casestudy-section-modern .card-content {
padding: 32px 28px;
}
.casestudy-section-modern .case-meta {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 18px;
}
.casestudy-section-modern .category-dot {
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
display: block;
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}
.casestudy-section-modern .meta-icons {
display: flex;
gap: 10px;
}
.casestudy-section-modern .meta-icons i {
font-size: 1.1rem;
color: var(--primary-500);
opacity: 0.7;
transition: opacity 0.3s ease;
}
.casestudy-section-modern .casestudy-card:hover .meta-icons i {
opacity: 1;
}
.casestudy-section-modern .case-title {
font-size: 1.35rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.4;
transition: color 0.3s ease;
}
.casestudy-section-modern .casestudy-card:hover .case-title {
color: var(--primary-700);
}
.casestudy-section-modern .case-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 24px;
}
.casestudy-section-modern .case-footer {
padding-top: 20px;
}
.casestudy-section-modern .decorative-line {
width: 60px;
height: 3px;
background: linear-gradient(
90deg,
var(--primary-500),
transparent
);
border-radius: 2px;
transition: width 0.4s ease;
}
.casestudy-section-modern .casestudy-card:hover .decorative-line {
width: 100px;
}
.casestudy-section-modern .decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 1;
}
.casestudy-section-modern .shape {
position: absolute;
border-radius: 50%;
opacity: 0.08;
}
.casestudy-section-modern .shape-1 {
width: 300px;
height: 300px;
background: var(--primary-500);
top: -100px;
right: -50px;
animation: float 20s ease-in-out infinite;
}
.casestudy-section-modern .shape-2 {
width: 200px;
height: 200px;
background: var(--primary-300);
bottom: 100px;
left: -80px;
animation: float 25s ease-in-out infinite reverse;
}
.casestudy-section-modern .shape-3 {
width: 150px;
height: 150px;
background: var(--primary-700);
top: 50%;
right: 10%;
animation: float 30s ease-in-out infinite;
}
.casestudy-section-modern .blob {
position: absolute;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.05;
animation: morphing 15s ease-in-out infinite;
}
.casestudy-section-modern .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: 10%;
left: 5%;
}
.casestudy-section-modern .blob-2 {
width: 350px;
height: 350px;
background: var(--primary-300);
bottom: 10%;
right: 8%;
animation-delay: -5s;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-30px) rotate(180deg);
}
}
@keyframes morphing {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: rotate(0deg);
}
25% {
border-radius: 70% 30% 50% 50% / 30% 60% 40% 70%;
}
50% {
border-radius: 50% 50% 30% 70% / 50% 40% 60% 50%;
transform: rotate(180deg);
}
75% {
border-radius: 30% 70% 40% 60% / 60% 30% 70% 40%;
}
}
@media (max-width: 1199px) {
.casestudy-section-modern {
padding: 100px 0;
}
.casestudy-section-modern .section-title {
font-size: 2.4rem;
}
.casestudy-section-modern .section-subtitle {
font-size: 1.2rem;
}
}
@media (max-width: 991px) {
.casestudy-section-modern {
padding: 80px 0;
}
.casestudy-section-modern .section-title {
font-size: 2.1rem;
}
.casestudy-section-modern .section-subtitle {
font-size: 1.15rem;
}
.casestudy-section-modern .section-description {
font-size: 1.05rem;
}
.casestudy-section-modern .card-visual {
height: 220px;
}
}
@media (max-width: 767px) {
.casestudy-section-modern {
padding: 60px 0;
}
.casestudy-section-modern .section-header {
margin-bottom: 40px;
}
.casestudy-section-modern .section-title {
font-size: 1.85rem;
margin-bottom: 16px;
}
.casestudy-section-modern .section-subtitle {
font-size: 1.1rem;
margin-bottom: 20px;
}
.casestudy-section-modern .section-description {
font-size: 1rem;
}
.casestudy-section-modern .casestudies-grid {
margin-top: 35px;
}
.casestudy-section-modern .card-visual {
height: 200px;
}
.casestudy-section-modern .card-content {
padding: 26px 22px;
}
.casestudy-section-modern .case-title {
font-size: 1.2rem;
margin-bottom: 14px;
}
.casestudy-section-modern .case-description {
font-size: 0.95rem;
margin-bottom: 20px;
}
.casestudy-section-modern .shape-1,
.casestudy-section-modern .shape-2,
.casestudy-section-modern .shape-3 {
display: none;
}
}
@media (max-width: 575px) {
.casestudy-section-modern .section-title {
font-size: 1.65rem;
}
.casestudy-section-modern .section-subtitle {
font-size: 1.05rem;
}
.casestudy-section-modern .case-badge {
width: 48px;
height: 48px;
top: 16px;
right: 16px;
}
.casestudy-section-modern .case-badge i {
font-size: 1.5rem;
}
}
.process-section-style {
position: relative;
padding: 100px 0;
background: var(--surface-primary);
overflow: hidden;
}
.process-section-style .section-header {
margin-bottom: 80px;
}
.process-section-style .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.process-section-style .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 24px;
text-transform: uppercase;
letter-spacing: 1px;
}
.process-section-style .section-description {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
margin: 0;
}
.process-section-style .process-timeline {
position: relative;
max-width: 1000px;
margin: 0 auto;
padding: 40px 0;
}
.process-section-style .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(
to bottom,
transparent,
var(--primary-300) 10%,
var(--primary-300) 90%,
transparent
);
transform: translateX(-50%);
z-index: 1;
}
.process-section-style .timeline-item {
position: relative;
margin-bottom: 60px;
display: flex;
align-items: center;
}
.process-section-style .timeline-item:nth-child(odd) {
flex-direction: row;
}
.process-section-style .timeline-item:nth-child(even) {
flex-direction: row-reverse;
}
.process-section-style .timeline-item:last-child {
margin-bottom: 0;
}
.process-section-style .timeline-marker {
position: absolute;
left: 50%;
transform: translateX(-50%);
z-index: 3;
width: 60px;
height: 60px;
}
.process-section-style .marker-inner {
width: 60px;
height: 60px;
background: var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 24px;
border: 4px solid var(--surface-primary);
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.1);
position: relative;
z-index: 2;
transition: all 0.3s ease;
}
.process-section-style .marker-pulse {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
background: var(--primary-300);
animation: pulse 2s ease-out infinite;
opacity: 0;
}
@keyframes pulse {
0% {
transform: scale(1);
opacity: 0.6;
}
100% {
transform: scale(1.8);
opacity: 0;
}
}
.process-section-style .timeline-content {
width: calc(50% - 50px);
padding: 0 30px;
}
.process-section-style .timeline-item:nth-child(odd) .timeline-content {
text-align: right;
}
.process-section-style .timeline-item:nth-child(even) .timeline-content {
text-align: left;
}
.process-section-style .timeline-card {
position: relative;
background: var(--light);
border-radius: 16px;
padding: 40px 32px;
box-shadow: 0 8px 30px rgba(var(--black-rgb), 0.08);
border: 2px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
transition: all 0.4s ease;
}
.process-section-style .timeline-card:hover {
transform: translateY(-8px);
box-shadow: 0 16px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-500);
}
.card-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 16px;
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 32px;
margin-bottom: 24px;
box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 30%, transparent);
transition: all 0.3s ease;
}
.process-section-style .timeline-card:hover .card-icon {
transform: rotate(5deg) scale(1.1);
}
.card-body {
position: relative;
z-index: 1;
}
.card-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.card-description {
font-size: 1rem;
line-height: 1.7;
color: var(--text-secondary);
margin: 0;
}
.card-number {
position: absolute;
top: 20px;
right: 20px;
font-size: 4rem;
font-weight: 800;
color: color-mix(in srgb, var(--primary-500) 8%, transparent);
line-height: 1;
z-index: 0;
transition: all 0.3s ease;
}
.process-section-style .timeline-card:hover .card-number {
color: color-mix(in srgb, var(--primary-500) 15%, transparent);
transform: scale(1.1);
}
.process-section-style .timeline-item:nth-child(even) .card-number {
right: auto;
left: 20px;
}
.process-section-style .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.process-section-style .shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.process-section-style .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: 10%;
left: -100px;
animation: float 20s ease-in-out infinite;
}
.process-section-style .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: 15%;
right: -80px;
animation: float 25s ease-in-out infinite reverse;
}
.process-section-style .shape-3 {
width: 200px;
height: 200px;
background: var(--primary-300);
top: 50%;
right: 10%;
animation: float 18s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-30px) rotate(5deg);
}
}
@media (max-width: 991px) {
.process-section-style {
padding: 80px 0;
}
.process-section-style .section-title {
font-size: 2.25rem;
}
.process-section-style .section-subtitle {
font-size: 1.125rem;
}
.process-section-style .timeline-line {
left: 30px;
}
.process-section-style .timeline-item {
flex-direction: row !important;
padding-left: 80px;
}
.process-section-style .timeline-marker {
left: 30px;
transform: translateX(-50%);
}
.process-section-style .timeline-content {
width: 100%;
text-align: left !important;
padding: 0;
}
.card-number {
font-size: 3rem;
}
}
@media (max-width: 767px) {
.process-section-style {
padding: 60px 0;
}
.process-section-style .section-header {
margin-bottom: 60px;
}
.process-section-style .section-title {
font-size: 1.875rem;
}
.process-section-style .section-subtitle {
font-size: 1rem;
}
.process-section-style .section-description {
font-size: 1rem;
}
.process-section-style .timeline-item {
padding-left: 70px;
margin-bottom: 40px;
}
.process-section-style .timeline-marker {
width: 50px;
height: 50px;
}
.process-section-style .marker-inner {
width: 50px;
height: 50px;
font-size: 20px;
}
.process-section-style .timeline-card {
padding: 30px 24px;
}
.card-icon {
width: 60px;
height: 60px;
font-size: 28px;
margin-bottom: 20px;
}
.card-title {
font-size: 1.25rem;
}
.card-description {
font-size: 0.9375rem;
}
.card-number {
font-size: 2.5rem;
top: 15px;
right: 15px;
}
.shape-1,
.shape-2,
.process-section-style .shape-3 {
display: none;
}
}
@media (max-width: 575px) {
.process-section-style .section-title {
font-size: 1.625rem;
}
.process-section-style .timeline-item {
padding-left: 60px;
}
.process-section-style .timeline-line {
left: 25px;
}
.process-section-style .timeline-marker {
left: 25px;
width: 44px;
height: 44px;
}
.process-section-style .marker-inner {
width: 44px;
height: 44px;
font-size: 18px;
}
.process-section-style .timeline-card {
padding: 24px 20px;
}
.card-icon {
width: 54px;
height: 54px;
font-size: 24px;
}
.card-number {
font-size: 2rem;
}
}
.timeline-section-style {
padding: 100px 0;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
position: relative;
overflow: hidden;
}
.timeline-section-style .section-header {
margin-bottom: 60px;
}
.timeline-section-style #timeline-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
.timeline-section-style #timeline-subtitle {
color: var(--primary-500);
font-weight: 600;
margin-bottom: 20px;
}
.timeline-section-style #timeline-desc {
color: var(--text-secondary);
font-size: 1.125rem;
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.timeline-section-style .timeline-wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 40px 0;
}
.timeline-section-style .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(
to bottom,
transparent 0%,
var(--primary-300) 10%,
var(--primary-500) 50%,
var(--primary-300) 90%,
transparent 100%
);
transform: translateX(-50%);
z-index: 0;
}
@media (max-width: 991.98px) {
.timeline-section-style .timeline-line {
left: 30px;
}
}
.timeline-section-style .timeline-item {
position: relative;
margin-bottom: 60px;
z-index: 1;
}
.timeline-section-style .timeline-item:last-child {
margin-bottom: 0;
}
.timeline-section-style .timeline-content {
background: var(--surface-primary);
padding: 35px;
border-radius: 16px;
box-shadow:
0 4px 20px rgba(var(--black-rgb), 0.06),
0 1px 4px rgba(var(--black-rgb), 0.04);
position: relative;
transition: all 0.4s ease;
border: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
}
.timeline-section-style .timeline-content:hover {
transform: translateY(-8px);
box-shadow:
0 12px 40px rgba(var(--black-rgb), 0.1),
0 4px 12px rgba(var(--black-rgb), 0.06);
border-color: var(--primary-300);
}
.timeline-section-style .timeline-left .timeline-content::after {
content: '';
position: absolute;
right: -20px;
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 12px 0 12px 20px;
border-color: transparent transparent transparent var(--surface-primary);
}
.timeline-section-style .timeline-right .timeline-content::after {
content: '';
position: absolute;
left: -20px;
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 12px 20px 12px 0;
border-color: transparent var(--surface-primary) transparent transparent;
}
@media (max-width: 991.98px) {
.timeline-section-style .timeline-left .timeline-content::after,
.timeline-section-style .timeline-right .timeline-content::after {
left: -20px;
right: auto;
border-width: 12px 20px 12px 0;
border-color: transparent var(--surface-primary) transparent transparent;
}
}
.timeline-section-style .timeline-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
margin-bottom: 20px;
box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.timeline-section-style .timeline-badge i {
font-size: 24px;
color: var(--light);
}
.timeline-section-style .timeline-center {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
min-height: 120px;
}
.timeline-section-style .timeline-dot {
position: relative;
width: 24px;
height: 24px;
background: var(--surface-primary);
border: 4px solid var(--primary-500);
border-radius: 50%;
z-index: 2;
box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-100) 60%, transparent 40%);
}
.timeline-section-style .timeline-dot .dot-inner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 8px;
height: 8px;
background: var(--primary-700);
border-radius: 50%;
}
.timeline-section-style .timeline-dot-current {
width: 32px;
height: 32px;
border-width: 5px;
animation: pulse-dot 2s ease-in-out infinite;
}
.timeline-section-style .timeline-dot-current .dot-inner {
width: 12px;
height: 12px;
background: var(--primary-500);
}
.timeline-section-style .timeline-dot-current .dot-pulse {
position: absolute;
top: -8px;
left: -8px;
right: -8px;
bottom: -8px;
border: 2px solid var(--primary-500);
border-radius: 50%;
animation: pulse-ring 2s ease-out infinite;
}
@keyframes pulse-dot {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
}
@keyframes pulse-ring {
0% {
opacity: 1;
transform: scale(1);
}
100% {
opacity: 0;
transform: scale(1.5);
}
}
.timeline-section-style [id^="timeline-item-"][id$="-title"] {
color: var(--text-primary);
font-weight: 700;
margin-bottom: 15px;
line-height: 1.3;
}
.timeline-section-style [id^="timeline-item-"][id$="-desc"] {
color: var(--text-secondary);
font-size: 1rem;
line-height: 1.7;
margin: 0;
}
.timeline-section-style .decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.timeline-section-style .shape-circle,
.timeline-section-style .shape-square {
position: absolute;
opacity: 0.06;
background: var(--primary-500);
}
.timeline-section-style .shape-circle {
border-radius: 50%;
}
.timeline-section-style .shape-square {
border-radius: 12px;
transform: rotate(45deg);
}
.timeline-section-style .shape-1 {
width: 300px;
height: 300px;
top: 10%;
left: -100px;
animation: float 20s ease-in-out infinite;
}
.timeline-section-style .shape-2 {
width: 200px;
height: 200px;
bottom: 15%;
right: -50px;
animation: float 25s ease-in-out infinite reverse;
}
.timeline-section-style .shape-3 {
width: 150px;
height: 150px;
top: 40%;
right: 10%;
animation: float 30s ease-in-out infinite;
}
.timeline-section-style .shape-4 {
width: 120px;
height: 120px;
bottom: 30%;
left: 8%;
animation: float 22s ease-in-out infinite reverse;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(45deg);
}
50% {
transform: translateY(-30px) rotate(45deg);
}
}
@media (max-width: 991.98px) {
.timeline-section-style {
padding: 80px 0;
}
.timeline-section-style .timeline-content {
padding: 28px;
margin-left: 70px;
}
.timeline-section-style .timeline-item {
margin-bottom: 40px;
}
}
@media (max-width: 767.98px) {
.timeline-section-style {
padding: 60px 0;
}
.timeline-section-style #timeline-title {
font-size: 2rem;
}
.timeline-section-style #timeline-subtitle {
font-size: 1.25rem;
}
.timeline-section-style #timeline-desc {
font-size: 1rem;
}
.timeline-section-style .timeline-content {
padding: 24px;
margin-left: 60px;
}
.timeline-section-style .timeline-badge {
width: 48px;
height: 48px;
}
.timeline-section-style .timeline-badge i {
font-size: 20px;
}
.timeline-section-style [id^="timeline-item-"][id$="-title"] {
font-size: 1.25rem;
}
.timeline-section-style [id^="timeline-item-"][id$="-desc"] {
font-size: 0.938rem;
}
}
@media (max-width: 575.98px) {
.timeline-section-style .timeline-content {
margin-left: 50px;
padding: 20px;
}
.timeline-section-style .timeline-line {
left: 20px;
}
}
.career-section-clean {
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;
}
.career-section-clean .section-header {
position: relative;
margin-bottom: 40px;
}
.career-section-clean .decorative-dot-pattern {
width: 60px;
height: 60px;
margin: 0 auto 24px;
background-image: radial-gradient(
circle,
var(--primary-500) 2px,
transparent 2px
);
background-size: 12px 12px;
opacity: 0.3;
border-radius: 50%;
}
.career-section-clean .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.career-section-clean .section-subtitle {
font-size: 1.5rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 24px;
line-height: 1.4;
}
.career-section-clean .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
margin-bottom: 0;
}
.career-section-clean .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
margin: 32px auto 0;
border-radius: 2px;
}
.career-section-clean .career-card {
position: relative;
background: var(--light);
border-radius: 16px;
padding: 36px 32px;
height: 100%;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid var(--neutral-100);
overflow: hidden;
}
.career-section-clean .career-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.career-section-clean .career-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.08);
border-color: var(--primary-300);
}
.career-section-clean .career-card:hover::before {
transform: scaleX(1);
}
.career-section-clean .card-decoration {
position: absolute;
top: -20px;
right: -20px;
width: 120px;
height: 120px;
background: linear-gradient(
135deg,
var(--primary-100),
var(--primary-50)
);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.4;
transition: all 0.4s ease;
}
.career-section-clean .career-card:hover .card-decoration {
opacity: 0.6;
transform: scale(1.1);
}
.career-section-clean .card-decoration i {
font-size: 2.5rem;
color: var(--primary-500);
position: relative;
z-index: 1;
margin-top: 20px;
margin-left: 20px;
}
.career-section-clean .card-content {
position: relative;
z-index: 2;
}
.career-section-clean .role-badge {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 6px 16px;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
color: var(--primary-700);
border-radius: 20px;
font-size: 0.875rem;
font-weight: 600;
margin-bottom: 20px;
border: 1px solid var(--primary-300);
}
.career-section-clean .role-badge i {
font-size: 1rem;
}
.career-section-clean .card-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.career-section-clean .card-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 24px;
}
.career-section-clean .card-footer {
padding-top: 20px;
border-top: 1px solid var(--neutral-100);
}
.career-section-clean .icon-group {
display: flex;
gap: 16px;
}
.career-section-clean .icon-group i {
font-size: 1.25rem;
color: var(--primary-500);
transition: all 0.3s ease;
}
.career-section-clean .career-card:hover .icon-group i {
color: var(--primary-700);
transform: scale(1.1);
}
.career-section-clean .bg-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.05;
pointer-events: none;
}
.career-section-clean .decoration-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
left: -100px;
}
.career-section-clean .decoration-2 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: -50px;
right: -50px;
}
.career-section-clean .decoration-3 {
width: 200px;
height: 200px;
background: var(--primary-500);
top: 50%;
right: 10%;
transform: translateY(-50%);
}
@media (max-width: 991.98px) {
.career-section-clean {
padding: 80px 0;
}
.career-section-clean .section-title {
font-size: 2.25rem;
}
.career-section-clean .section-subtitle {
font-size: 1.25rem;
}
.career-section-clean .career-card {
padding: 28px 24px;
}
.career-section-clean .card-decoration {
width: 100px;
height: 100px;
top: -15px;
right: -15px;
}
.career-section-clean .card-decoration i {
font-size: 2rem;
}
}
@media (max-width: 767.98px) {
.career-section-clean {
padding: 60px 0;
}
.career-section-clean .section-title {
font-size: 1.875rem;
}
.career-section-clean .section-subtitle {
font-size: 1.125rem;
}
.career-section-clean .section-description {
font-size: 1rem;
}
.career-section-clean .career-card {
padding: 24px 20px;
}
.career-section-clean .card-title {
font-size: 1.25rem;
}
.career-section-clean .card-description {
font-size: 0.9375rem;
}
.career-section-clean .decoration-1,
.career-section-clean .decoration-2 {
width: 250px;
height: 250px;
}
.career-section-clean .decoration-3 {
display: none;
}
}
@media (max-width: 575.98px) {
.career-section-clean .section-title {
font-size: 1.625rem;
}
.career-section-clean .decorative-dot-pattern {
width: 50px;
height: 50px;
}
.career-section-clean .card-decoration {
width: 80px;
height: 80px;
top: -10px;
right: -10px;
}
.career-section-clean .card-decoration i {
font-size: 1.5rem;
margin-top: 15px;
margin-left: 15px;
}
}
.coreinfo-section-clean {
position: relative;
background: linear-gradient(
to bottom,
var(--surface-primary) 0%,
var(--neutral-50) 100%
);
overflow: hidden;
}
.coreinfo-section-clean .coreinfo-header {
position: relative;
z-index: 2;
}
.coreinfo-section-clean .decorative-line-top {
width: 60px;
height: 4px;
background: linear-gradient(
to right,
var(--primary-500),
var(--primary-300)
);
margin: 0 auto;
border-radius: 2px;
}
#coreinfo-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
#coreinfo-subtitle {
color: color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%);
font-weight: 500;
}
#coreinfo-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 100%;
}
.coreinfo-section-clean .decorative-dots {
display: flex;
justify-content: center;
gap: 8px;
}
.coreinfo-section-clean .decorative-dots .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-300);
display: inline-block;
animation: dotPulse 2s ease-in-out infinite;
}
.coreinfo-section-clean .decorative-dots .dot:nth-child(2) {
animation-delay: 0.3s;
}
.coreinfo-section-clean .decorative-dots .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);
}
}
.coreinfo-section-clean .coreinfo-card {
position: relative;
background: var(--surface-primary);
border: 1px solid var(--neutral-100);
border-radius: 12px;
padding: 2rem;
transition: all 0.3s ease;
overflow: hidden;
}
.coreinfo-section-clean .coreinfo-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.08);
border-color: var(--primary-300);
}
.card-icon-wrapper {
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(
135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 70%, var(--primary-300) 30%)
);
border-radius: 12px;
transition: all 0.3s ease;
}
.card-icon-wrapper i {
font-size: 28px;
color: var(--primary-500);
transition: all 0.3s ease;
}
.coreinfo-section-clean .coreinfo-card:hover .card-icon-wrapper {
transform: scale(1.1) rotate(5deg);
background: linear-gradient(
135deg,
var(--primary-100),
var(--primary-300)
);
}
.coreinfo-section-clean .coreinfo-card:hover .card-icon-wrapper i {
color: var(--primary-700);
}
.card-content h4 {
color: var(--text-primary);
font-weight: 600;
transition: color 0.3s ease;
}
.coreinfo-section-clean .coreinfo-card:hover .card-content h4 {
color: var(--primary-700);
}
.card-content p {
color: var(--text-secondary);
line-height: 1.6;
font-size: 0.95rem;
}
.card-accent {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(
to right,
transparent,
var(--primary-500),
transparent
);
opacity: 0;
transition: opacity 0.3s ease;
}
.coreinfo-section-clean .coreinfo-card:hover .card-accent {
opacity: 1;
}
.coreinfo-section-clean .decorative-bg-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 1;
}
.coreinfo-section-clean .decorative-bg-shapes .shape {
position: absolute;
border-radius: 50%;
opacity: 0.03;
}
.coreinfo-section-clean .decorative-bg-shapes .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -200px;
right: -100px;
animation: floatShape 20s ease-in-out infinite;
}
.coreinfo-section-clean .decorative-bg-shapes .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: -150px;
left: -75px;
animation: floatShape 25s ease-in-out infinite reverse;
}
.coreinfo-section-clean .decorative-bg-shapes .shape-3 {
width: 200px;
height: 200px;
background: var(--primary-300);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: floatShape 30s ease-in-out infinite;
}
@keyframes floatShape {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-30px, 30px) rotate(240deg);
}
}
@media (max-width: 991.98px) {
.coreinfo-section-clean {
padding-top: 3rem;
padding-bottom: 3rem;
}
#coreinfo-title {
font-size: 2rem;
}
.coreinfo-section-clean .coreinfo-card {
padding: 1.5rem;
}
.card-icon-wrapper {
width: 48px;
height: 48px;
}
.card-icon-wrapper i {
font-size: 24px;
}
}
@media (max-width: 767.98px) {
#coreinfo-title {
font-size: 1.75rem;
}
#coreinfo-subtitle {
font-size: 1.1rem;
}
#coreinfo-desc {
font-size: 1rem;
}
.coreinfo-section-clean .decorative-bg-shapes .shape-1 {
width: 250px;
height: 250px;
}
.coreinfo-section-clean .decorative-bg-shapes .shape-2 {
width: 200px;
height: 200px;
}
}
@media (max-width: 575.98px) {
.coreinfo-section-clean .coreinfo-card {
padding: 1.25rem;
}
.card-content h4 {
font-size: 1.1rem;
}
.card-content p {
font-size: 0.9rem;
}
}
@media print {
.coreinfo-section-clean {
background: white;
}
.decorative-bg-shapes,
.card-accent,
.coreinfo-section-clean .decorative-dots {
display: none;
}
.coreinfo-section-clean .coreinfo-card {
border: 1px solid #ddd;
box-shadow: none;
page-break-inside: avoid;
}
}
@media (prefers-contrast: high) {
.coreinfo-section-clean .coreinfo-card {
border: 2px solid var(--neutral-900);
}
.card-icon-wrapper {
border: 2px solid var(--primary-700);
}
#coreinfo-title,
.card-content h4 {
font-weight: 700;
}
}
@media (prefers-reduced-motion: reduce) {
.coreinfo-card,
.card-icon-wrapper,
.card-icon-wrapper i,
.coreinfo-section-clean .decorative-dots .dot {
transition: none;
animation: none;
}
.coreinfo-section-clean .decorative-bg-shapes .shape {
animation: none;
}
}
.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-bold {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
overflow: hidden;
}
.contact-section-bold .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-500) 70%, var(--primary-700) 30%));
border-radius: 50%;
color: var(--light);
font-size: 1.5rem;
box-shadow: 0 10px 30px rgba(37, 99, 235, 0.2);
animation: pulse-v158 2s ease-in-out infinite;
}
@keyframes pulse-v158 {
0%, 100% {
transform: scale(1);
box-shadow: 0 10px 30px rgba(37, 99, 235, 0.2);
}
50% {
transform: scale(1.05);
box-shadow: 0 15px 40px rgba(37, 99, 235, 0.3);
}
}
.contact-section-bold #contact-title {
color: var(--text-primary);
letter-spacing: -0.02em;
}
.contact-section-bold #contact-subtitle {
color: var(--primary-500);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: 0.95rem;
}
.contact-section-bold .contact-description {
color: var(--text-secondary);
font-size: 1.05rem;
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.contact-section-bold .contact-form-wrapper {
position: relative;
background: var(--surface-primary);
border-radius: 20px;
padding: 2.5rem;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
border: 1px solid var(--neutral-100);
}
.contact-section-bold .decorative-element {
position: absolute;
width: 80px;
height: 80px;
border-radius: 50%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
transparent);
pointer-events: none;
}
.contact-section-bold .decorative-element.top-left {
top: -30px;
left: -30px;
border: 2px solid var(--primary-300);
}
.contact-section-bold .decorative-element.bottom-right {
bottom: -30px;
right: -30px;
border: 2px solid var(--primary-300);
animation: rotate-v158 20s linear infinite;
}
@keyframes rotate-v158 {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.contact-section-bold .form-floating {
position: relative;
}
.contact-section-bold .form-control {
border: 2px solid var(--neutral-100);
border-radius: 12px;
padding: 1rem 1rem 1rem 3rem;
background: var(--surface-primary);
color: var(--text-primary);
font-size: 1rem;
transition: all 0.3s ease;
}
.contact-section-bold .form-control:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
background: var(--surface-primary);
}
.contact-section-bold .form-floating > label {
padding-left: 3rem;
color: var(--text-secondary);
}
.contact-section-bold .form-icon {
position: absolute;
left: 1rem;
top: 50%;
transform: translateY(-50%);
color: var(--primary-500);
font-size: 1.2rem;
z-index: 4;
pointer-events: none;
}
.contact-section-bold .message-textarea {
resize: vertical;
min-height: 150px;
}
.contact-section-bold .custom-checkbox {
padding-left: 0;
}
.contact-section-bold .custom-checkbox .form-check-input {
width: 1.25rem;
height: 1.25rem;
border: 2px solid var(--neutral-300);
border-radius: 6px;
cursor: pointer;
transition: all 0.3s ease;
}
.contact-section-bold .custom-checkbox .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.contact-section-bold .custom-checkbox .form-check-label {
color: var(--text-secondary);
font-size: 0.95rem;
margin-left: 0.5rem;
cursor: pointer;
}
.contact-section-bold .btn-submit-bold {
width: 100%;
padding: 1rem 2rem;
background: linear-gradient(135deg, #2563eb, #0284c7) !important;
color: var(--light) !important;
border: none;
border-radius: 12px;
font-size: 1.1rem;
font-weight: 600;
display: flex;
align-items: center;
justify-content: center;
gap: 0.75rem;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}
.contact-section-bold .btn-submit-bold:hover {
transform: translateY(-2px);
box-shadow: 0 12px 30px rgba(37, 99, 235, 0.35);
}
.contact-section-bold .btn-submit-bold:active {
transform: translateY(0);
}
.contact-section-bold .btn-submit-bold i {
font-size: 1.3rem;
transition: transform 0.3s ease;
}
.contact-section-bold .btn-submit-bold:hover i {
transform: translateX(5px);
}
.contact-section-bold .contact-info-wrapper {
position: relative;
background: linear-gradient(135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 70%, var(--primary-700) 30%));
border-radius: 20px;
padding: 2.5rem;
color: var(--light);
box-shadow: 0 10px 40px rgba(37, 99, 235, 0.3);
overflow: hidden;
}
.contact-section-bold .decorative-pattern {
position: absolute;
top: 0;
right: 0;
width: 200px;
height: 200px;
background: radial-gradient(circle,
rgba(var(--white-rgb), 0.1) 0%,
transparent 70%);
border-radius: 50%;
pointer-events: none;
}
.contact-section-bold .info-header .icon-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
background: rgba(var(--white-rgb), 0.2);
border-radius: 12px;
backdrop-filter: blur(10px);
}
.contact-section-bold .info-header .icon-wrapper i {
font-size: 1.5rem;
color: var(--light);
}
.contact-section-bold .info-header h3 {
color: var(--light);
margin-bottom: 0;
}
.contact-section-bold .contact-info-items {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.contact-section-bold .info-item {
display: flex;
align-items: flex-start;
gap: 1rem;
padding: 1.25rem;
background: rgba(var(--white-rgb), 0.1);
border-radius: 12px;
backdrop-filter: blur(10px);
transition: all 0.3s ease;
}
.contact-section-bold .info-item:hover {
background: rgba(var(--white-rgb), 0.15);
transform: translateX(5px);
}
.contact-section-bold .info-icon {
display: flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
background: rgba(var(--white-rgb), 0.2);
border-radius: 10px;
flex-shrink: 0;
}
.contact-section-bold .info-icon i {
font-size: 1.3rem;
color: var(--light);
}
.contact-section-bold .info-content {
flex: 1;
}
.contact-section-bold .info-label {
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 0.05em;
opacity: 0.8;
margin-bottom: 0.25rem;
color: var(--light);
}
.contact-section-bold .info-value {
font-size: 1.05rem;
font-weight: 600;
color: var(--light);
word-break: break-word;
}
.contact-section-bold .social-links {
padding-top: 1.5rem;
border-top: 1px solid rgba(var(--white-rgb), 0.2);
}
.contact-section-bold .social-label {
font-size: 0.9rem;
text-transform: uppercase;
letter-spacing: 0.05em;
opacity: 0.8;
color: var(--light);
}
.contact-section-bold .social-icons {
display: flex;
gap: 1rem;
}
.contact-section-bold .social-icon {
display: flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
background: rgba(var(--white-rgb), 0.2);
border-radius: 10px;
color: var(--light);
font-size: 1.2rem;
transition: all 0.3s ease;
text-decoration: none;
}
.contact-section-bold .social-icon:hover {
background: rgba(var(--white-rgb), 0.3);
transform: translateY(-3px);
}
.contact-section-bold .bg-decoration {
position: absolute;
border-radius: 50%;
pointer-events: none;
opacity: 0.4;
}
.contact-section-bold .decoration-1 {
width: 300px;
height: 300px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 30%, transparent 70%),
transparent);
top: -100px;
left: -100px;
animation: float-v158 20s ease-in-out infinite;
}
.contact-section-bold .decoration-2 {
width: 200px;
height: 200px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
transparent);
bottom: -50px;
right: 10%;
animation: float-v158 15s ease-in-out infinite reverse;
}
.contact-section-bold .decoration-3 {
width: 150px;
height: 150px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 25%, transparent 75%),
transparent);
top: 50%;
right: -50px;
animation: float-v158 18s ease-in-out infinite;
}
@keyframes float-v158 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@media (max-width: 991.98px) {
.contact-section-bold .contact-form-wrapper,
.contact-section-bold .contact-info-wrapper {
padding: 2rem;
}
.contact-section-bold .decorative-badge {
width: 50px;
height: 50px;
font-size: 1.2rem;
}
.contact-section-bold #contact-title {
font-size: 2rem;
}
}
@media (max-width: 575.98px) {
.contact-section-bold .contact-form-wrapper,
.contact-section-bold .contact-info-wrapper {
padding: 1.5rem;
}
.contact-section-bold .form-control {
padding: 0.875rem 0.875rem 0.875rem 2.75rem;
}
.contact-section-bold .form-icon {
left: 0.875rem;
font-size: 1.1rem;
}
.contact-section-bold .social-icons {
flex-wrap: wrap;
}
.contact-section-bold .info-item {
padding: 1rem;
}
}
.blog-section-secondary {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.blog-section-secondary .section-header {
position: relative;
z-index: 2;
}
.blog-section-secondary .decorative-line-top {
width: 80px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
margin: 0 auto 1.5rem;
border-radius: 2px;
}
.blog-section-secondary .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.blog-section-secondary .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.blog-section-secondary .section-description {
font-size: 1.05rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.blog-section-secondary .decorative-dots {
display: flex;
justify-content: center;
gap: 8px;
margin-top: 1.5rem;
}
.blog-section-secondary .decorative-dots .dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-dot 2s ease-in-out infinite;
}
.blog-section-secondary .decorative-dots .dot:nth-child(2) {
animation-delay: 0.2s;
}
.blog-section-secondary .decorative-dots .dot:nth-child(3) {
animation-delay: 0.4s;
}
@keyframes pulse-dot {
0%, 100% {
opacity: 1;
transform: scale(1);
}
50% {
opacity: 0.5;
transform: scale(1.2);
}
}
.blog-section-secondary .blog-card {
background: var(--surface-primary);
border-radius: 16px;
overflow: hidden;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
box-shadow: 0 4px 6px rgba(var(--black-rgb), 0.05);
}
.blog-section-secondary .blog-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.blog-section-secondary .blog-card-inner {
height: 100%;
display: flex;
flex-direction: column;
}
.blog-section-secondary .blog-image-wrapper {
position: relative;
width: 100%;
height: 240px;
overflow: hidden;
background: linear-gradient(135deg, var(--neutral-100), var(--neutral-50));
}
.blog-section-secondary .blog-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-section-secondary .blog-card:hover .blog-image {
transform: scale(1.08);
}
.blog-section-secondary .image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(180deg, transparent 0%, rgba(var(--black-rgb), 0.1) 100%);
opacity: 0;
transition: opacity 0.4s ease;
}
.blog-section-secondary .blog-card:hover .image-overlay {
opacity: 1;
}
.blog-section-secondary .category-badge {
position: absolute;
top: 16px;
right: 16px;
width: 44px;
height: 44px;
background: var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.2rem;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
transition: all 0.3s ease;
}
.blog-section-secondary .blog-card:hover .category-badge {
transform: rotate(15deg) scale(1.1);
background: var(--primary-700);
}
.blog-section-secondary .blog-content {
padding: 1.75rem;
flex-grow: 1;
display: flex;
flex-direction: column;
}
.blog-section-secondary .blog-meta {
display: flex;
gap: 1rem;
margin-bottom: 1rem;
}
.blog-section-secondary .meta-icon {
display: inline-flex;
align-items: center;
font-size: 0.95rem;
color: var(--text-secondary);
transition: color 0.3s ease;
}
.blog-section-secondary .meta-icon i {
margin-right: 0.5rem;
color: var(--primary-500);
}
.blog-section-secondary .blog-title {
font-size: 1.35rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.4;
margin-bottom: 1rem;
transition: color 0.3s ease;
}
.blog-section-secondary .blog-card:hover .blog-title {
color: var(--primary-500);
}
.blog-section-secondary .blog-excerpt {
font-size: 0.95rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 1.5rem;
flex-grow: 1;
}
.blog-section-secondary .blog-footer {
margin-top: auto;
padding-top: 1rem;
border-top: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent);
}
.blog-section-secondary .read-more-link {
display: inline-flex;
align-items: center;
font-size: 1rem;
font-weight: 600;
color: var(--primary-500);
text-decoration: none;
transition: all 0.3s ease;
}
.blog-section-secondary .read-more-link:hover {
color: var(--primary-700);
gap: 0.5rem;
}
.blog-section-secondary .read-more-link i {
transition: transform 0.3s ease;
}
.blog-section-secondary .read-more-link:hover i {
transform: translateX(4px);
}
.blog-section-secondary .decorative-shape {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-300), var(--primary-100));
opacity: 0.08;
z-index: 0;
}
.blog-section-secondary .shape-1 {
width: 400px;
height: 400px;
top: -100px;
left: -150px;
animation: float-shape 20s ease-in-out infinite;
}
.blog-section-secondary .shape-2 {
width: 350px;
height: 350px;
bottom: -120px;
right: -100px;
animation: float-shape 25s ease-in-out infinite reverse;
}
.blog-section-secondary .decorative-circle {
position: absolute;
border: 2px solid var(--primary-300);
border-radius: 50%;
opacity: 0.1;
z-index: 0;
}
.blog-section-secondary .circle-1 {
width: 200px;
height: 200px;
top: 20%;
right: 10%;
animation: pulse-circle 6s ease-in-out infinite;
}
.blog-section-secondary .circle-2 {
width: 150px;
height: 150px;
bottom: 15%;
left: 8%;
animation: pulse-circle 8s ease-in-out infinite;
animation-delay: 1s;
}
@keyframes float-shape {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@keyframes pulse-circle {
0%, 100% {
transform: scale(1);
opacity: 0.1;
}
50% {
transform: scale(1.2);
opacity: 0.15;
}
}
@media (max-width: 991.98px) {
.blog-section-secondary .section-title {
font-size: 2rem;
}
.blog-section-secondary .section-subtitle {
font-size: 1.1rem;
}
.blog-section-secondary .blog-image-wrapper {
height: 220px;
}
.blog-section-secondary .blog-title {
font-size: 1.2rem;
}
}
@media (max-width: 767.98px) {
.blog-section-secondary .section-title {
font-size: 1.75rem;
}
.blog-section-secondary .section-description {
font-size: 1rem;
}
.blog-section-secondary .blog-image-wrapper {
height: 200px;
}
.blog-section-secondary .blog-content {
padding: 1.5rem;
}
.blog-section-secondary .decorative-shape {
display: none;
}
}
@media (max-width: 575.98px) {
.blog-section-secondary .section-title {
font-size: 1.5rem;
}
.blog-section-secondary .blog-title {
font-size: 1.1rem;
}
.blog-section-secondary .blog-excerpt {
font-size: 0.9rem;
}
.blog-section-secondary .category-badge {
width: 38px;
height: 38px;
font-size: 1rem;
}
}
.faq-section-variant {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
overflow: hidden;
}
.faq-section-variant .decorative-icon-top {
display: inline-flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 50%;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
}
.faq-section-variant .decorative-icon-top i {
font-size: 2.5rem;
color: var(--light);
}
.faq-section-variant #faq-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
.faq-section-variant #faq-subtitle {
color: var(--primary-500);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.faq-section-variant #faq-desc {
color: var(--text-secondary);
line-height: 1.7;
}
.faq-section-variant .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
margin: 0 auto;
border-radius: 2px;
}
.faq-section-variant .faq-card {
background: var(--light);
border-radius: 16px;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.faq-section-variant .faq-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.3s ease;
}
.faq-section-variant .faq-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.15) !important;
}
.faq-section-variant .faq-card:hover::before {
transform: scaleX(1);
}
.faq-section-variant .card-header {
padding: 1.5rem 1.5rem 0.75rem 1.5rem;
}
.faq-section-variant .faq-icon-wrapper {
display: flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
min-width: 48px;
background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 15%, var(--light) 85%) 0%, color-mix(in srgb, var(--primary-300) 10%, var(--light) 90%) 100%);
border-radius: 12px;
transition: all 0.3s ease;
}
.faq-section-variant .faq-card:hover .faq-icon-wrapper {
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
transform: scale(1.05);
}
.faq-section-variant .faq-icon-wrapper i {
font-size: 1.5rem;
color: var(--primary-700);
transition: color 0.3s ease;
}
.faq-section-variant .faq-card:hover .faq-icon-wrapper i {
color: var(--light);
}
.faq-section-variant .card-header h4 {
color: var(--text-primary);
line-height: 1.4;
transition: color 0.3s ease;
}
.faq-section-variant .faq-card:hover .card-header h4 {
color: var(--primary-700);
}
.faq-section-variant .card-body {
padding: 0.75rem 1.5rem 1.5rem 1.5rem;
}
.faq-section-variant .card-body p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.95rem;
}
.faq-section-variant .decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.faq-section-variant .shape {
position: absolute;
border-radius: 50%;
opacity: 0.06;
}
.faq-section-variant .shape-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
top: -150px;
left: -100px;
animation: float-1 20s ease-in-out infinite;
}
.faq-section-variant .shape-2 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
bottom: -100px;
right: -80px;
animation: float-2 25s ease-in-out infinite;
}
.faq-section-variant .shape-3 {
width: 250px;
height: 250px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
top: 40%;
right: 10%;
animation: float-3 30s ease-in-out infinite;
}
.faq-section-variant .container {
position: relative;
z-index: 1;
}
@keyframes float-1 {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
33% { transform: translate(30px, -30px) rotate(120deg); }
66% { transform: translate(-20px, 20px) rotate(240deg); }
}
@keyframes float-2 {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
33% { transform: translate(-40px, 30px) rotate(-120deg); }
66% { transform: translate(30px, -25px) rotate(-240deg); }
}
@keyframes float-3 {
0%, 100% { transform: translate(0, 0) scale(1); }
50% { transform: translate(-30px, 30px) scale(1.1); }
}
@media (max-width: 991.98px) {
.faq-section-variant .decorative-icon-top {
width: 64px;
height: 64px;
}
.faq-section-variant .decorative-icon-top i {
font-size: 2rem;
}
.faq-section-variant #faq-title {
font-size: 2rem;
}
.faq-section-variant .faq-icon-wrapper {
width: 40px;
height: 40px;
min-width: 40px;
}
.faq-section-variant .faq-icon-wrapper i {
font-size: 1.25rem;
}
.faq-section-variant .card-header h4 {
font-size: 1.125rem;
}
}
@media (max-width: 767.98px) {
.faq-section-variant {
padding: 3rem 0;
}
.faq-section-variant #faq-title {
font-size: 1.75rem;
}
.faq-section-variant #faq-subtitle {
font-size: 0.875rem;
}
.faq-section-variant #faq-desc {
font-size: 0.95rem;
}
.faq-section-variant .card-header {
padding: 1.25rem 1.25rem 0.5rem 1.25rem;
}
.faq-section-variant .card-body {
padding: 0.5rem 1.25rem 1.25rem 1.25rem;
}
.faq-section-variant .shape-1,
.faq-section-variant .shape-2,
.faq-section-variant .shape-3 {
display: none;
}
}
@media (max-width: 575.98px) {
.faq-section-variant .decorative-icon-top {
width: 56px;
height: 56px;
}
.faq-section-variant .decorative-icon-top i {
font-size: 1.75rem;
}
.faq-section-variant .faq-icon-wrapper {
width: 36px;
height: 36px;
min-width: 36px;
}
.faq-section-variant .faq-icon-wrapper i {
font-size: 1.125rem;
}
.faq-section-variant .card-header h4 {
font-size: 1rem;
}
.faq-section-variant .card-body p {
font-size: 0.875rem;
}
}
@media (prefers-reduced-motion: reduce) {
.faq-section-variant .faq-card,
.faq-section-variant .faq-icon-wrapper,
.faq-section-variant .faq-icon-wrapper i,
.faq-section-variant .card-header h4 {
transition: none;
}
.faq-section-variant .shape-1,
.faq-section-variant .shape-2,
.faq-section-variant .shape-3 {
animation: none;
}
}
@media (prefers-contrast: high) {
.faq-section-variant .faq-card {
border: 2px solid var(--neutral-300);
}
.faq-section-variant .faq-icon-wrapper {
border: 2px solid var(--primary-500);
}
}
.footer-minimal {
position: relative;
color: var(--light);
overflow: hidden;
padding: 0;
min-height: 600px;
}
.footer-minimal .footer-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
180deg,
color-mix(in srgb, var(--neutral-900) 5%, transparent) 0%,
color-mix(in srgb, var(--neutral-900) 15%, transparent) 100%
);
pointer-events: none;
z-index: 1;
}
.footer-minimal .container {
z-index: 2;
}
.footer-minimal .footer-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
overflow: hidden;
}
.footer-minimal .deco-circle {
position: absolute;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-300) 10%, transparent);
filter: blur(60px);
}
.footer-minimal .deco-circle-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.footer-minimal .deco-circle-2 {
width: 300px;
height: 300px;
bottom: -50px;
left: -50px;
animation: float 15s ease-in-out infinite reverse;
}
.footer-minimal .deco-line {
position: absolute;
height: 1px;
background: linear-gradient(
90deg,
transparent 0%,
color-mix(in srgb, var(--primary-300) 30%, transparent) 50%,
transparent 100%
);
}
.footer-minimal .deco-line-1 {
width: 100%;
top: 30%;
left: 0;
}
.footer-minimal .deco-line-2 {
width: 100%;
bottom: 30%;
left: 0;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(30px, -30px) scale(1.1);
}
}
.footer-minimal .footer-brand {
position: relative;
}
.footer-minimal .brand-icon-wrapper {
position: relative;
width: 60px;
height: 60px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.footer-minimal .brand-icon-bg {
position: absolute;
font-size: 60px;
color: color-mix(in srgb, var(--primary-500) 40%, transparent);
animation: pulse 3s ease-in-out infinite;
}
.footer-minimal .brand-icon-front {
position: relative;
font-size: 28px;
color: rgba(var(--white-rgb), 0.95);
z-index: 2;
}
@keyframes pulse {
0%, 100% {
transform: scale(1);
opacity: 0.4;
}
50% {
transform: scale(1.1);
opacity: 0.6;
}
}
.footer-minimal .footer-sitename {
font-size: 1.5rem;
font-weight: 700;
color: var(--light);
margin-bottom: 1rem;
letter-spacing: -0.5px;
}
.footer-minimal .footer-description {
font-size: 0.95rem;
line-height: 1.7;
color: rgba(var(--white-rgb), 0.85);
margin-bottom: 0;
}
.footer-links-section,
.footer-minimal .footer-contact-section {
position: relative;
}
.footer-minimal .section-header {
display: flex;
align-items: center;
gap: 0.75rem;
margin-bottom: 1.5rem;
padding-bottom: 1rem;
border-bottom: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
}
.footer-minimal .header-icon {
font-size: 1.5rem;
color: color-mix(in srgb, var(--primary-300) 90%, var(--light));
}
.footer-minimal .footer-section-title {
font-size: 1.25rem;
font-weight: 700;
color: var(--light);
margin: 0;
letter-spacing: -0.3px;
}
.footer-minimal .footer-links-list {
list-style: none;
padding: 0;
margin: 0;
}
.footer-minimal .footer-link-item {
display: flex;
align-items: center;
gap: 0.5rem;
margin-bottom: 0.75rem;
transition: all 0.3s ease;
}
.footer-minimal .footer-link-item:hover {
transform: translateX(5px);
}
.footer-minimal .link-arrow {
font-size: 0.75rem;
color: color-mix(in srgb, var(--primary-300) 70%, transparent);
transition: all 0.3s ease;
}
.footer-minimal .footer-link-item:hover .link-arrow {
color: color-mix(in srgb, var(--primary-300) 100%, transparent);
transform: translateX(3px);
}
.footer-minimal .footer-link {
color: rgba(var(--white-rgb), 0.85);
text-decoration: none;
font-size: 0.95rem;
transition: all 0.3s ease;
position: relative;
}
.footer-minimal .footer-link::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background: color-mix(in srgb, var(--primary-300) 80%, transparent);
transition: width 0.3s ease;
}
.footer-minimal .footer-link:hover {
color: var(--light);
}
.footer-minimal .footer-link:hover::after {
width: 100%;
}
.footer-minimal .contact-info-grid {
display: flex;
flex-direction: column;
gap: 1.25rem;
}
.footer-minimal .contact-info-item {
display: flex;
align-items: flex-start;
gap: 1rem;
padding: 1rem;
background: color-mix(in srgb, var(--neutral-900) 30%, transparent);
border-radius: 12px;
border: 1px solid color-mix(in srgb, var(--primary-700) 30%, transparent);
transition: all 0.3s ease;
backdrop-filter: blur(10px);
}
.footer-minimal .contact-info-item:hover {
background: color-mix(in srgb, var(--neutral-900) 40%, transparent);
border-color: color-mix(in srgb, var(--primary-500) 50%, transparent);
transform: translateY(-2px);
}
.footer-minimal .contact-icon-wrapper {
width: 44px;
height: 44px;
min-width: 44px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--primary-500) 20%, transparent);
border-radius: 10px;
border: 2px solid color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.footer-minimal .contact-icon-wrapper i {
font-size: 1.25rem;
color: color-mix(in srgb, var(--primary-300) 90%, var(--light));
}
.footer-minimal .contact-details {
display: flex;
flex-direction: column;
gap: 0.25rem;
flex: 1;
}
.footer-minimal .contact-label {
font-size: 0.8rem;
font-weight: 600;
color: rgba(var(--white-rgb), 0.7);
text-transform: uppercase;
letter-spacing: 0.5px;
}
.footer-minimal .contact-value {
font-size: 0.95rem;
color: rgba(var(--white-rgb), 0.95);
line-height: 1.5;
word-break: break-word;
}
.footer-minimal .footer-bottom {
margin-top: 3rem;
padding-top: 2rem;
border-top: 1px solid color-mix(in srgb, var(--primary-700) 30%, transparent);
}
.footer-minimal .disclaimer-section {
text-align: center;
}
.footer-minimal .footer-disclaimer {
font-size: 0.85rem;
line-height: 1.6;
color: rgba(var(--white-rgb), 0.75);
margin: 0;
padding: 1rem;
background: color-mix(in srgb, var(--neutral-900) 25%, transparent);
border-radius: 8px;
border-left: 3px solid color-mix(in srgb, var(--primary-500) 60%, transparent);
}
.footer-minimal .copyright-section {
text-align: center;
}
.footer-minimal .copyright-divider {
width: 100px;
height: 2px;
background: linear-gradient(
90deg,
transparent 0%,
color-mix(in srgb, var(--primary-300) 60%, transparent) 50%,
transparent 100%
);
margin: 1.5rem auto 1rem;
}
.footer-minimal .footer-copyright {
font-size: 0.9rem;
color: rgba(var(--white-rgb), 0.8);
margin: 0;
padding-bottom: 2rem;
}
.footer-minimal .footer-pattern {
position: absolute;
bottom: 20px;
right: 20px;
display: flex;
gap: 10px;
z-index: 1;
}
.footer-minimal .pattern-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-300) 30%, transparent);
animation: blink 2s ease-in-out infinite;
}
.footer-minimal .pattern-dot:nth-child(2) {
animation-delay: 0.5s;
}
.footer-minimal .pattern-dot:nth-child(3) {
animation-delay: 1s;
}
.footer-minimal .pattern-dot:nth-child(4) {
animation-delay: 1.5s;
}
@keyframes blink {
0%, 100% {
opacity: 0.3;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.2);
}
}
@media (max-width: 991px) {
.footer-minimal {
min-height: auto;
}
.footer-minimal .footer-sitename {
font-size: 1.35rem;
}
.footer-minimal .footer-section-title {
font-size: 1.15rem;
}
.deco-circle-1,
.footer-minimal .deco-circle-2 {
width: 250px;
height: 250px;
}
}
@media (max-width: 767px) {
.footer-minimal .footer-sitename {
font-size: 1.25rem;
}
.footer-minimal .section-header {
margin-bottom: 1.25rem;
padding-bottom: 0.75rem;
}
.footer-minimal .contact-info-item {
flex-direction: row;
align-items: flex-start;
}
.footer-minimal .contact-icon-wrapper {
width: 40px;
height: 40px;
min-width: 40px;
}
.footer-minimal .footer-bottom {
margin-top: 2rem;
padding-top: 1.5rem;
}
.footer-minimal .footer-pattern {
bottom: 10px;
right: 10px;
gap: 6px;
}
.footer-minimal .pattern-dot {
width: 6px;
height: 6px;
}
}
@media (max-width: 575px) {
.footer-minimal .brand-icon-wrapper {
width: 50px;
height: 50px;
}
.footer-minimal .brand-icon-bg {
font-size: 50px;
}
.footer-minimal .brand-icon-front {
font-size: 24px;
}
.footer-minimal .footer-description {
font-size: 0.9rem;
}
.footer-minimal .contact-value {
font-size: 0.9rem;
}
.footer-minimal .footer-disclaimer {
font-size: 0.8rem;
padding: 0.75rem;
}
.footer-minimal .footer-copyright {
font-size: 0.85rem;
}
}


/* 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;
    }
}
