:root {
--primary-50: #f0f9ff;
--primary-50-rgb: 240, 249, 255;
--primary-100: #e0f2fe;
--primary-100-rgb: 224, 242, 254;
--primary-300: #7dd3fc;
--primary-300-rgb: 125, 211, 252;
--primary-500: #0369a1;
--primary-500-rgb: 3, 105, 161;
--primary-700: #0c4a6e;
--primary-700-rgb: 12, 74, 110;
--primary-200: #afe3fd;
--primary-200-rgb: 175, 227, 253;
--primary-400: #409ecf;
--primary-400-rgb: 64, 158, 207;
--primary-600: #085a88;
--primary-600-rgb: 8, 90, 136;
--primary-800: #0a3f5e;
--primary-800-rgb: 10, 63, 94;
--primary-900: #08344d;
--primary-900-rgb: 8, 52, 77;
--primary-950: #052232;
--primary-950-rgb: 5, 34, 50;
--primary-rgb: 3, 105, 161;
--neutral-50: #f8fafc;
--neutral-50-rgb: 248, 250, 252;
--neutral-100: #f1f5f9;
--neutral-100-rgb: 241, 245, 249;
--neutral-300: #cbd5e1;
--neutral-300-rgb: 203, 213, 225;
--neutral-500: #64748b;
--neutral-500-rgb: 100, 116, 139;
--neutral-700: #334155;
--neutral-700-rgb: 51, 65, 85;
--neutral-900: #0f172a;
--neutral-900-rgb: 15, 23, 42;
--neutral-200: #dee5ed;
--neutral-200-rgb: 222, 229, 237;
--neutral-400: #98a5b6;
--neutral-400-rgb: 152, 165, 182;
--neutral-600: #4c5b70;
--neutral-600-rgb: 76, 91, 112;
--neutral-800: #2b3748;
--neutral-800-rgb: 43, 55, 72;
--neutral-950: #171e26;
--neutral-950-rgb: 23, 30, 38;
--surface-primary: var(--neutral-50);
--surface-secondary: var(--neutral-100);
--surface-accent: var(--primary-50);
--text-primary: var(--neutral-900);
--text-secondary: var(--neutral-700);
--text-accent: var(--primary-700);
--button-primary-bg: var(--primary-500);
--button-primary-text: #ffffff;
--button-primary-text-rgb: 255, 255, 255;
--button-secondary-bg: var(--neutral-100);
--button-secondary-text: var(--neutral-900);
--border-light: var(--neutral-300);
--border-medium: var(--neutral-500);
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
--shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
--shadow-card: 0 4px 6px rgba(0, 0, 0, 0.05);
--shadow-elevated: 0 10px 25px rgba(0, 0, 0, 0.1);
--shadow-button-hover: 0 6px 12px rgba(3, 105, 161, 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;
}
.style_font_primary {
font-family: var(--font-primary);
}
.bright_font_secondary {
font-family: var(--font-secondary);
}
.bold_font_mono {
font-family: var(--font-mono);
}
.brand_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);
}
.business_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);
}
.modern_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);
}
.minimal_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);
}
.elite_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);
}
.web_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);
}
.page_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);
}
.clean_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);
}
.best_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);
}
.studio_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);
}
.base_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);
}
.section_caption {
font-family: var(--font-primary);
font-size: var(--text-xs);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-wide);
color: var(--text-muted);
}
.unique_overline {
font-family: var(--font-primary);
font-size: var(--text-xs);
font-weight: var(--font-semibold);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-wider);
text-transform: uppercase;
color: var(--text-muted);
}
.theme_code_inline {
font-family: var(--font-mono);
font-size: 0.875em;
font-weight: var(--font-medium);
line-height: var(--leading-normal);
background-color: var(--bg-muted);
color: var(--text-primary);
padding: 0.125rem 0.25rem;
border-radius: var(--radius-sm);
}
.ui_code_block {
font-family: var(--font-mono);
font-size: var(--text-sm);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
background-color: var(--bg-muted);
color: var(--text-primary);
padding: var(--space-4);
border-radius: var(--radius-md);
overflow-x: auto;
}
.container_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);
}
.app_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);
}
.top_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);
}
.smart_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);
}
.creative_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;
}
.core_card_title {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
color: var(--text-primary);
margin-bottom: var(--space-3);
}
.new_card_text {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-normal);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-primary);
}
.pro_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);
}
.pro_nav_link:hover,
.pro_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.content_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);
}
.light_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) {
.container_hero_title {
font-size: var(--text-4xl);
}
.top_section_title {
font-size: var(--text-3xl);
}
.brand_display_1 {
font-size: var(--text-5xl);
}
.business_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.container_hero_title {
font-size: var(--text-3xl);
}
.top_section_title {
font-size: var(--text-2xl);
}
.brand_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);
}
.digital_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.company_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.prime_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.layout_text_balance {
text-wrap: balance;
}
.custom_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.pro_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.section_caption,
.unique_overline,
.light_footer_text {
color: var(--text-secondary);
}
.app_hero_subtitle,
.smart_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.container_hero_title,
.top_section_title,
.minimal_heading_1,
.elite_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.digital_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;
}
}
.dark_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.premium_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.design_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.site_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.agency_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.main_stack {
display: flex;
flex-direction: column;
}
.app69_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.app11_full_height {
min-height: 100vh;
}
.clean54_section_height {
min-height: 80vh;
}
.layout98_hero_height {
min-height: 90vh;
}
.container15_m_0 { margin: 0; }
.new19_m_1 { margin: var(--space-1); }
.ui4_m_2 { margin: var(--space-2); }
.modern76_m_3 { margin: var(--space-3); }
.ui13_m_4 { margin: var(--space-4); }
.premium6_m_6 { margin: var(--space-6); }
.web6_m_8 { margin: var(--space-8); }
.theme36_m_12 { margin: var(--space-12); }
.modern37_m_16 { margin: var(--space-16); }
.smart18_mx_auto { margin-left: auto; margin-right: auto; }
.section11_my_auto { margin-top: auto; margin-bottom: auto; }
.minimal35_mt_0 { margin-top: 0; }
.page87_mt_4 { margin-top: var(--space-4); }
.top85_mt_8 { margin-top: var(--space-8); }
.best13_mt_12 { margin-top: var(--space-12); }
.smart17_mb_0 { margin-bottom: 0; }
.custom93_mb_4 { margin-bottom: var(--space-4); }
.custom2_mb_8 { margin-bottom: var(--space-8); }
.best2_mb_12 { margin-bottom: var(--space-12); }
.top74_p_0 { padding: 0; }
.style35_p_1 { padding: var(--space-1); }
.clean82_p_2 { padding: var(--space-2); }
.custom19_p_3 { padding: var(--space-3); }
.best58_p_4 { padding: var(--space-4); }
.layout26_p_6 { padding: var(--space-6); }
.studio22_p_8 { padding: var(--space-8); }
.bright51_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.brand83_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.container12_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.minimal57_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.smart83_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.content75_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.clean64_gap_1 { gap: var(--space-1); }
.content34_gap_2 { gap: var(--space-2); }
.site63_gap_3 { gap: var(--space-3); }
.content3_gap_4 { gap: var(--space-4); }
.web36_gap_6 { gap: var(--space-6); }
.core54_gap_8 { gap: var(--space-8); }
.style55_shadow_none { box-shadow: var(--shadow-none); }
.creative63_shadow_xs { box-shadow: var(--shadow-xs); }
.unique5_shadow_sm { box-shadow: var(--shadow-sm); }
.unique40_shadow_md { box-shadow: var(--shadow-md); }
.site9_shadow_lg { box-shadow: var(--shadow-lg); }
.business48_shadow_xl { box-shadow: var(--shadow-xl); }
.fresh5_shadow_2xl { box-shadow: var(--shadow-2xl); }
.studio79_shadow_inner { box-shadow: var(--shadow-inner); }
.dark86_shadow_colored { box-shadow: var(--shadow-colored); }
.pro88_radius_none { border-radius: var(--radius-none); }
.creative18_radius_xs { border-radius: var(--radius-xs); }
.base6_radius_sm { border-radius: var(--radius-sm); }
.new52_radius_md { border-radius: var(--radius-md); }
.ui7_radius_lg { border-radius: var(--radius-lg); }
.layout86_radius_xl { border-radius: var(--radius-xl); }
.pro80_radius_2xl { border-radius: var(--radius-2xl); }
.light30_radius_3xl { border-radius: var(--radius-3xl); }
.layout88_radius_full { border-radius: var(--radius-full); }
.top72_gradient_primary {
background: var(--gradient-primary);
}
.elite76_gradient_secondary {
background: var(--gradient-secondary);
}
.content6_gradient_hero {
background: var(--gradient-hero);
}
.top84_gradient_card {
background: var(--gradient-card);
}
.layout24_gradient_overlay {
position: relative;
}
.layout24_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;
}
.layout24_gradient_overlay > * {
position: relative;
z-index: 2;
}
.premium36_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.premium36_hover_lift:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.bright65_hover_scale {
transition: transform var(--transition-normal);
}
.bright65_hover_scale:hover {
transform: scale(1.02);
}
.page35_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.page35_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.main98_hover_fade {
transition: opacity var(--transition-normal);
}
.main98_hover_fade:hover {
opacity: var(--opacity-loading);
}
.bright76_focus_ring {
transition: box-shadow var(--transition-fast);
}
.bright76_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.best43_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.web47_hero_content {
position: relative;
z-index: 2;
}
.pro27_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.design29_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.premium56_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.unique87_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.smart66_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: var(--space-6);
}
.unique5_timeline {
position: relative;
}
.unique5_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.base45_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.base45_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.base45_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.studio37_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.page66_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;
}
}
.base16_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;
}
}
.digital75_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;
}
}
.creative51_transition_all {
transition: var(--transition-all);
}
.bold29_transition_fast {
transition: all var(--transition-fast);
}
.style2_transition_normal {
transition: all var(--transition-normal);
}
.elite95_transition_slow {
transition: all var(--transition-slow);
}
.new13_bg_primary { background-color: var(--bg-primary); }
.base8_bg_secondary { background-color: var(--bg-secondary); }
.brand55_bg_muted { background-color: var(--bg-muted); }
.digital28_bg_glass { background-color: var(--bg-glass); }
.custom72_text_primary { color: var(--text-primary); }
.top28_text_secondary { color: var(--text-secondary); }
.company96_text_muted { color: var(--text-muted); }
.style46_text_inverse { color: var(--text-inverse); }
.studio5_text_link { color: var(--text-link); }
.light26_border_light { border-color: var(--border-light); }
.prime50_border_medium { border-color: var(--border-medium); }
.digital97_border_strong { border-color: var(--border-strong); }
.modern29_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 768px) {
.pro27_services_grid,
.premium56_features_grid,
.design29_team_grid,
.smart66_pricing_grid {
grid-template-columns: 1fr;
}
.unique87_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.unique5_timeline::before {
left: 30px;
}
.base45_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.clean54_section_height {
min-height: 60vh;
}
.layout98_hero_height {
min-height: 70vh;
}
}
@media (max-width: 480px) {
.unique87_gallery_grid {
grid-template-columns: 1fr;
}
.base45_timeline_item {
padding-left: var(--space-12) !important;
}
}
.agency94_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;
}
.base19_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.prime48_skip_link {
position: absolute;
top: -40px;
left: 6px;
background: var(--bg-inverse);
color: var(--text-inverse);
padding: var(--space-2) var(--space-4);
border-radius: var(--radius-md);
text-decoration: none;
z-index: 9999;
transition: top var(--transition-fast);
}
.prime48_skip_link:focus {
top: 6px;
}
@media print {
.bright51_no_print {
display: none !important;
}
.prime55_print_only {
display: block !important;
}
.creative63_shadow_xs,
.unique5_shadow_sm,
.unique40_shadow_md,
.site9_shadow_lg,
.business48_shadow_xl,
.fresh5_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) {
.studio37_fade_in,
.page66_slide_up,
.base16_slide_in_left,
.digital75_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.premium36_hover_lift,
.bright65_hover_scale,
.page35_hover_shadow,
.main98_hover_fade,
.creative51_transition_all,
.bold29_transition_fast,
.style2_transition_normal,
.elite95_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
.header-special {
position: relative;
z-index: 1000;
}
.header-special .navbar {
background: var(--surface-primary);
padding: 1rem 0;
box-shadow: 0 2px 12px rgba(var(--black-rgb), 0.05);
transition: all 0.3s ease;
}
.header-special .navbar-brand {
font-size: 1.125rem;
font-weight: 700;
color: var(--primary-700);
text-decoration: none;
transition: color 0.3s ease;
position: relative;
z-index: 10005;
}
.header-special .navbar-brand:hover {
color: var(--primary-500);
}
.header-special .nav-link {
color: #334155;
font-size: 0.75rem;
font-weight: 500;
padding: 0.5rem 1rem;
margin: 0 0.25rem;
text-decoration: none;
transition: all 0.3s ease;
position: relative;
}
.header-special .nav-link::before {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 2px;
background: var(--primary-500);
transition: all 0.3s ease;
transform: translateX(-50%);
}
.header-special .nav-link:hover {
color: var(--primary-500);
}
.header-special .nav-link:hover::before {
width: 80%;
}
.header-special .navbar-toggler {
display: none;
}
.header-special .menu-toggle-checkbox {
display: none;
}
.header-special .hamburger-toggle {
display: none;
flex-direction: column;
justify-content: space-around;
width: 32px;
height: 28px;
cursor: pointer;
position: relative;
z-index: 10003;
padding: 4px 0;
}
.header-special .hamburger-line {
width: 100%;
height: 3px;
background: #334155;
border-radius: 2px;
transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transform-origin: center;
}
.header-special .menu-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(1) {
transform: translateY(10px) rotate(45deg);
}
.header-special .menu-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(2) {
opacity: 0;
transform: scale(0);
}
.header-special .menu-toggle-checkbox:checked ~ .hamburger-toggle .hamburger-line:nth-child(3) {
transform: translateY(-10px) rotate(-45deg);
}
.header-special .navbar-collapse {
transition: all 0.4s ease;
}
.header-special .navbar-backdrop {
display: none;
}
.header-special .header-decoration {
position: absolute;
top: 50%;
right: 2rem;
transform: translateY(-50%);
pointer-events: none;
display: none;
}
.header-special .decoration-circle {
width: 60px;
height: 60px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
opacity: 0.3;
position: absolute;
top: -30px;
right: -20px;
animation: float-v208 6s ease-in-out infinite;
}
.header-special .decoration-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
position: absolute;
top: 10px;
right: 40px;
animation: pulse-v208 3s ease-in-out infinite;
}
@keyframes float-v208 {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(180deg);
}
}
@keyframes pulse-v208 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.5);
opacity: 0.5;
}
}
@media (max-width: 991.98px) {
.header-special .hamburger-toggle {
display: flex;
}
.header-special .navbar-collapse {
position: fixed;
top: 0;
right: -100%;
width: 280px;
height: 100vh;
background: var(--surface-primary);
box-shadow: -4px 0 20px rgba(var(--black-rgb), 0.1);
padding: 5rem 2rem 2rem;
z-index: 10;
transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.header-special .menu-toggle-checkbox:checked ~ .navbar-collapse {
right: 0;
}
.header-special .navbar-backdrop {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(var(--black-rgb), 0.4);
backdrop-filter: blur(4px);
opacity: 0;
visibility: hidden;
z-index: -1;
transition: all 0.4s ease;
}
.header-special .menu-toggle-checkbox:checked ~ .navbar-collapse .navbar-backdrop {
opacity: 1;
visibility: visible;
}
.header-special .navbar-nav {
flex-direction: column;
align-items: flex-start;
gap: 0.5rem;
}
.header-special .nav-item {
width: 100%;
opacity: 0;
transform: translateX(20px);
animation: slideIn-v208 0.4s forwards;
}
.header-special .menu-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(1) {
animation-delay: 0.1s;
}
.header-special .menu-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(2) {
animation-delay: 0.2s;
}
.header-special .menu-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(3) {
animation-delay: 0.3s;
}
.header-special .menu-toggle-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(4) {
animation-delay: 0.4s;
}
@keyframes slideIn-v208 {
to {
opacity: 1;
transform: translateX(0);
}
}
.header-special .nav-link {
width: 100%;
padding: 0.75rem 1rem;
margin: 0;
border-radius: 8px;
background: transparent;
transition: all 0.3s ease;
}
.header-special .nav-link:hover {
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
transform: translateX(8px);
}
.header-special .nav-link::before {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.header-special .navbar-collapse {
width: 320px;
}
.header-special .header-decoration {
display: block;
}
}
@media (min-width: 992px) {
.header-special .navbar-nav {
gap: 0.5rem;
}
.header-special .header-decoration {
display: block;
}
.header-special .navbar {
padding: 1.25rem 0;
}
}
@media (min-width: 1400px) {
.header-special .container {
max-width: 1320px;
}
.header-special .navbar-brand {
font-size: 0.875rem;
}
.header-special .nav-link {
font-size: 0.875rem;
padding: 0.5rem 1.25rem;
}
}
@media (prefers-reduced-motion: reduce) {
.header-special * {
animation: none !important;
transition: none !important;
}
}
@media (prefers-contrast: high) {
.header-special .navbar {
border-bottom: 2px solid var(--neutral-900);
}
.header-special .nav-link {
color: var(--neutral-900);
}
.header-special .hamburger-line {
background: var(--neutral-900);
}
}
.hero-primary {
position: relative;
padding: 120px 0 100px;
background: var(--surface-primary);
overflow: hidden;
}
.bg-decoration {
position: absolute;
width: 600px;
height: 600px;
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.hero-primary .decoration-top-left {
top: -300px;
left: -300px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 8%, transparent) 0%,
transparent 70%
);
}
.hero-primary .decoration-bottom-right {
bottom: -300px;
right: -300px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 6%, transparent) 0%,
transparent 70%
);
}
.hero-primary .container {
position: relative;
z-index: 1;
}
.hero-primary .hero-content {
padding-right: 2rem;
}
.hero-primary .decorative-badge {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 20px;
background: color-mix(in srgb, var(--primary-500) 8%, var(--surface-primary));
border-radius: 50px;
border: 2px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
margin-bottom: 1.5rem;
}
.badge-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.2);
opacity: 0.7;
}
}
.hero-primary .hero-title {
font-size: 3.5rem;
font-weight: 800;
line-height: 1.1;
color: var(--text-primary);
margin-bottom: 1.5rem;
letter-spacing: -0.02em;
}
.hero-primary .hero-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 1.5rem;
line-height: 1.4;
}
.hero-primary .hero-description {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 2.5rem;
}
.hero-primary .feature-icons {
display: flex;
gap: 1rem;
flex-wrap: wrap;
}
.hero-primary .icon-wrapper {
display: flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: var(--surface-secondary);
border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
border-radius: 12px;
transition: all 0.3s ease;
}
.hero-primary .icon-wrapper i {
font-size: 1.5rem;
color: var(--primary-500);
transition: transform 0.3s ease;
}
.hero-primary .icon-wrapper:hover {
background: var(--primary-500);
border-color: var(--primary-500);
transform: translateY(-4px);
box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 25%, transparent);
}
.hero-primary .icon-wrapper:hover i {
color: var(--light);
transform: scale(1.1);
}
.hero-primary .hero-visual {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.hero-primary .image-container {
position: relative;
width: 100%;
max-width: 600px;
z-index: 2;
}
.hero-primary .hero-image {
width: 100%;
height: auto;
border-radius: 24px;
box-shadow:
0 20px 60px color-mix(in srgb, var(--primary-500) 15%, transparent),
0 0 0 1px color-mix(in srgb, var(--primary-500) 10%, transparent);
transition: transform 0.4s ease;
}
.hero-primary .hero-image:hover {
transform: scale(1.02);
}
.hero-primary .shape {
position: absolute;
pointer-events: none;
z-index: 1;
}
.hero-primary .shape-circle-1 {
width: 180px;
height: 180px;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-300) 12%, transparent);
border: 3px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
top: -40px;
left: -40px;
animation: float-shape 6s ease-in-out infinite;
}
.hero-primary .shape-circle-2 {
width: 120px;
height: 120px;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border: 2px solid color-mix(in srgb, var(--primary-300) 25%, transparent);
bottom: -30px;
right: -30px;
animation: float-shape 8s ease-in-out infinite reverse;
}
.hero-primary .shape-blob-1 {
width: 200px;
height: 200px;
background: color-mix(in srgb, var(--primary-500) 8%, transparent);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
bottom: 50px;
left: -60px;
animation: morph-blob 10s ease-in-out infinite;
}
@keyframes float-shape {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(5deg);
}
}
@keyframes morph-blob {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
25% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
50% {
border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
}
75% {
border-radius: 70% 30% 40% 60% / 40% 70% 60% 30%;
}
}
.hero-primary .floating-element {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
background: var(--light);
border-radius: 16px;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 20%, transparent);
z-index: 3;
animation: float-element 4s ease-in-out infinite;
}
.hero-primary .floating-element i {
font-size: 1.75rem;
color: var(--primary-500);
}
.hero-primary .element-1 {
top: 10%;
right: -20px;
animation-delay: 0s;
}
.hero-primary .element-2 {
bottom: 30%;
left: -20px;
animation-delay: 1s;
}
.hero-primary .element-3 {
top: 50%;
right: -30px;
animation-delay: 2s;
}
@keyframes float-element {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-15px) rotate(5deg);
}
}
.hero-primary .decorative-grid {
position: absolute;
bottom: -50px;
right: -50px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
opacity: 0.4;
z-index: 0;
}
.hero-primary .grid-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-grid 3s ease-in-out infinite;
}
.hero-primary .grid-dot:nth-child(2) { animation-delay: 0.2s; }
.hero-primary .grid-dot:nth-child(3) { animation-delay: 0.4s; }
.hero-primary .grid-dot:nth-child(4) { animation-delay: 0.6s; }
.hero-primary .grid-dot:nth-child(5) { animation-delay: 0.8s; }
.hero-primary .grid-dot:nth-child(6) { animation-delay: 1s; }
@keyframes pulse-grid {
0%, 100% {
opacity: 0.3;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.4);
}
}
@media (max-width: 991px) {
.hero-primary {
padding: 80px 0 60px;
}
.hero-primary .hero-content {
padding-right: 0;
margin-bottom: 3rem;
}
.hero-primary .hero-title {
font-size: 2.5rem;
}
.hero-primary .hero-subtitle {
font-size: 1.25rem;
}
.hero-primary .hero-description {
font-size: 1rem;
}
.hero-primary .floating-element {
width: 48px;
height: 48px;
}
.hero-primary .floating-element i {
font-size: 1.25rem;
}
.hero-primary .shape-circle-1 {
width: 120px;
height: 120px;
}
.hero-primary .shape-circle-2 {
width: 80px;
height: 80px;
}
}
@media (max-width: 767px) {
.hero-primary {
padding: 60px 0 40px;
}
.hero-primary .hero-title {
font-size: 2rem;
}
.hero-primary .hero-subtitle {
font-size: 1.125rem;
}
.hero-primary .hero-description {
font-size: 0.9375rem;
}
.hero-primary .icon-wrapper {
width: 48px;
height: 48px;
}
.hero-primary .icon-wrapper i {
font-size: 1.25rem;
}
.hero-primary .floating-element {
display: none;
}
.hero-primary .shape-blob-1 {
width: 150px;
height: 150px;
left: -40px;
}
.hero-primary .decorative-grid {
display: none;
}
}
@media (max-width: 575px) {
.hero-primary .hero-title {
font-size: 1.75rem;
}
.hero-primary .hero-subtitle {
font-size: 1rem;
}
.hero-primary .feature-icons {
gap: 0.75rem;
}
.hero-primary .icon-wrapper {
width: 44px;
height: 44px;
}
.bg-decoration {
width: 400px;
height: 400px;
}
}
.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-standard {
position: relative;
overflow: hidden;
background: var(--surface-primary);
}
.about-section-standard .decorative-blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.15;
z-index: 1;
pointer-events: none;
}
.about-section-standard .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-300);
top: -100px;
left: -100px;
}
.about-section-standard .blob-2 {
width: 350px;
height: 350px;
background: var(--primary-500);
bottom: -80px;
right: -80px;
}
.about-section-standard .decorative-circle {
position: absolute;
border: 2px solid var(--primary-100);
border-radius: 50%;
opacity: 0.3;
pointer-events: none;
z-index: 1;
}
.about-section-standard .circle-1 {
width: 200px;
height: 200px;
top: 50%;
right: 10%;
transform: translateY(-50%);
}
.about-section-standard .container {
position: relative;
z-index: 2;
}
.about-section-standard .images-grid-container {
padding: 20px;
}
.about-section-standard .main-image-wrapper {
position: relative;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.15);
transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.about-section-standard .main-image-wrapper:hover {
transform: translateY(-10px);
box-shadow: 0 30px 80px rgba(var(--black-rgb), 0.2);
}
.about-section-standard .main-image {
width: 100%;
height: auto;
display: block;
transition: transform 0.5s ease;
}
.about-section-standard .main-image-wrapper:hover .main-image {
transform: scale(1.05);
}
.about-section-standard .image-decoration-border {
position: absolute;
top: -10px;
left: -10px;
right: -10px;
bottom: -10px;
border: 3px solid var(--primary-300);
border-radius: 20px;
z-index: -1;
opacity: 0;
transition: opacity 0.5s ease;
}
.about-section-standard .main-image-wrapper:hover .image-decoration-border {
opacity: 1;
}
.about-section-standard .image-overlay {
position: absolute;
inset: 0;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 30%, transparent) 0%,
transparent 50%);
pointer-events: none;
}
.about-section-standard .secondary-images {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-top: 20px;
}
.about-section-standard .secondary-image-wrapper {
position: relative;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(var(--black-rgb), 0.1);
transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.about-section-standard .secondary-image-wrapper:hover {
transform: translateY(-5px) scale(1.02);
box-shadow: 0 15px 40px rgba(var(--black-rgb), 0.15);
}
.about-section-standard .secondary-image-wrapper img {
width: 100%;
height: 200px;
object-fit: cover;
display: block;
transition: filter 0.4s ease;
}
.about-section-standard .secondary-image-wrapper:hover img {
filter: brightness(1.1);
}
.about-section-standard .decorative-corner {
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 50px;
background: var(--primary-500);
opacity: 0.8;
clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.about-section-standard .decorative-accent {
position: absolute;
bottom: 10px;
left: 10px;
width: 40px;
height: 4px;
background: var(--primary-500);
border-radius: 2px;
}
.about-section-standard .floating-shape {
position: absolute;
bottom: 50px;
right: -20px;
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
border-radius: 20px;
transform: rotate(25deg);
opacity: 0.2;
z-index: 1;
animation: float-v206 6s ease-in-out infinite;
}
@keyframes float-v206 {
0%, 100% { transform: rotate(25deg) translateY(0); }
50% { transform: rotate(25deg) translateY(-20px); }
}
.about-section-standard .icon-decoration {
position: absolute;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border: 2px solid var(--primary-300);
border-radius: 50%;
box-shadow: 0 5px 15px rgba(var(--black-rgb), 0.1);
z-index: 3;
}
.about-section-standard .icon-decoration i {
font-size: 1.5rem;
color: var(--primary-500);
}
.about-section-standard .icon-1 {
top: 20px;
right: 20px;
animation: pulse-v206 3s ease-in-out infinite;
}
.about-section-standard .icon-2 {
bottom: 140px;
left: -10px;
animation: pulse-v206 3s ease-in-out infinite 1.5s;
}
@keyframes pulse-v206 {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.1); }
}
.about-section-standard .content-wrapper {
padding: 20px 0;
}
.about-section-standard .section-badge {
display: flex;
align-items: center;
gap: 10px;
}
.about-section-standard .badge-dot {
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.about-section-standard .badge-line {
width: 60px;
height: 2px;
background: linear-gradient(90deg, var(--primary-500), transparent);
}
.about-section-standard .section-title {
font-size: 2.5rem;
font-weight: 700;
line-height: 1.2;
color: var(--text-primary);
margin-bottom: 1rem;
}
.about-section-standard .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
margin-bottom: 1.5rem;
}
.about-section-standard .section-description {
font-size: 1.1rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 0;
}
.about-section-standard .features-list {
display: flex;
flex-direction: column;
gap: 25px;
margin-top: 30px;
}
.about-section-standard .feature-item {
display: flex;
gap: 20px;
padding: 20px;
background: var(--surface-secondary);
border-radius: 12px;
border-left: 4px solid var(--primary-500);
transition: all 0.3s ease;
}
.about-section-standard .feature-item:hover {
background: var(--surface-primary);
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.08);
transform: translateX(5px);
}
.about-section-standard .feature-icon-wrapper {
flex-shrink: 0;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
border-radius: 10px;
transition: transform 0.3s ease;
}
.about-section-standard .feature-item:hover .feature-icon-wrapper {
transform: rotate(5deg) scale(1.1);
}
.about-section-standard .feature-icon-wrapper i {
font-size: 1.5rem;
color: var(--light);
}
.about-section-standard .feature-content {
flex: 1;
}
.about-section-standard .feature-name {
font-size: 1.15rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 0.5rem;
}
.about-section-standard .feature-desc {
font-size: 0.95rem;
line-height: 1.6;
color: var(--text-secondary);
margin-bottom: 0;
}
.about-section-standard .content-decoration-line {
width: 100px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
border-radius: 2px;
margin-top: 30px;
}
@media (max-width: 991.98px) {
.about-section-standard .images-grid-container {
margin-bottom: 40px;
}
.about-section-standard .section-title {
font-size: 2rem;
}
.about-section-standard .section-subtitle {
font-size: 1.1rem;
}
.about-section-standard .icon-2 {
bottom: 160px;
}
}
@media (max-width: 767.98px) {
.about-section-standard .section-title {
font-size: 1.75rem;
}
.about-section-standard .section-subtitle {
font-size: 1rem;
}
.about-section-standard .section-description {
font-size: 1rem;
}
.about-section-standard .secondary-images {
gap: 15px;
}
.about-section-standard .secondary-image-wrapper img {
height: 150px;
}
.about-section-standard .feature-item {
flex-direction: column;
gap: 15px;
}
.about-section-standard .feature-icon-wrapper {
width: 45px;
height: 45px;
}
.about-section-standard .blob-1,
.about-section-standard .blob-2 {
width: 250px;
height: 250px;
}
.about-section-standard .decorative-circle {
display: none;
}
}
@media (max-width: 575.98px) {
.about-section-standard .secondary-images {
grid-template-columns: 1fr;
}
.about-section-standard .secondary-image-wrapper img {
height: 180px;
}
.about-section-standard .icon-decoration {
width: 40px;
height: 40px;
}
.about-section-standard .icon-decoration i {
font-size: 1.25rem;
}
.about-section-standard .feature-name {
font-size: 1.05rem;
}
.about-section-standard .feature-desc {
font-size: 0.9rem;
}
}
.features-section-alt {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.features-section-alt .section-title {
font-size: clamp(2rem, 4vw, 2.75rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.features-section-alt .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.3;
margin-bottom: 1.5rem;
}
.features-section-alt .section-description {
font-size: clamp(1rem, 1.8vw, 1.125rem);
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.features-section-alt .feature-card {
position: relative;
background: var(--light);
border: 2px solid var(--neutral-100);
border-radius: 20px;
padding: 2.5rem 2rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.features-section-alt .feature-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.08);
}
.features-section-alt .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.features-section-alt .feature-card:hover::before {
transform: scaleX(1);
}
.features-section-alt .feature-icon-wrapper {
position: relative;
display: inline-flex;
margin-bottom: 1.5rem;
}
.features-section-alt .icon-circle {
width: 80px;
height: 80px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 20%, var(--light)),
color-mix(in srgb, var(--primary-300) 15%, var(--light))
);
border: 3px solid var(--primary-100);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 2;
position: relative;
}
.features-section-alt .feature-card:hover .icon-circle {
transform: rotate(5deg) scale(1.05);
border-color: var(--primary-300);
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 30%, var(--light)),
color-mix(in srgb, var(--primary-300) 25%, var(--light))
);
}
.features-section-alt .icon-circle i {
font-size: 2rem;
color: var(--primary-500);
transition: all 0.3s ease;
}
.features-section-alt .feature-card:hover .icon-circle i {
color: var(--primary-700);
transform: scale(1.1);
}
.features-section-alt .icon-decoration {
position: absolute;
width: 90px;
height: 90px;
border: 2px solid var(--primary-100);
border-radius: 22px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(45deg);
opacity: 0.5;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 1;
}
.features-section-alt .feature-card:hover .icon-decoration {
transform: translate(-50%, -50%) rotate(50deg) scale(1.1);
border-color: var(--primary-300);
opacity: 0.7;
}
.features-section-alt .feature-content {
position: relative;
z-index: 2;
}
.features-section-alt .feature-title {
font-size: clamp(1.25rem, 2vw, 1.5rem);
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-title {
color: var(--primary-700);
}
.features-section-alt .feature-description {
font-size: clamp(0.95rem, 1.5vw, 1.05rem);
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.features-section-alt .card-accent-line {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background: linear-gradient(
90deg,
transparent,
var(--primary-300),
transparent
);
opacity: 0;
transition: opacity 0.4s ease;
}
.features-section-alt .feature-card:hover .card-accent-line {
opacity: 1;
}
.features-section-alt .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.03;
pointer-events: none;
z-index: 1;
}
.features-section-alt .blob-top {
width: 600px;
height: 600px;
background: radial-gradient(
circle,
var(--primary-500),
transparent 70%
);
top: -200px;
right: -200px;
}
.features-section-alt .blob-bottom {
width: 500px;
height: 500px;
background: radial-gradient(
circle,
var(--primary-300),
transparent 70%
);
bottom: -150px;
left: -150px;
}
.features-section-alt .grid-pattern {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(var(--neutral-100) 1px, transparent 1px),
linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.3;
pointer-events: none;
z-index: 0;
}
@media (max-width: 991.98px) {
.features-section-alt .feature-card {
padding: 2rem 1.5rem;
}
.features-section-alt .icon-circle {
width: 70px;
height: 70px;
}
.features-section-alt .icon-circle i {
font-size: 1.75rem;
}
.features-section-alt .icon-decoration {
width: 80px;
height: 80px;
}
}
@media (max-width: 767.98px) {
.features-section-alt {
padding: 3rem 0;
}
.features-section-alt .feature-card {
padding: 1.75rem 1.25rem;
}
.features-section-alt .icon-circle {
width: 65px;
height: 65px;
}
.features-section-alt .icon-circle i {
font-size: 1.5rem;
}
.features-section-alt .blob-top,
.features-section-alt .blob-bottom {
display: none;
}
}
@media (max-width: 575.98px) {
.features-section-alt .section-title {
font-size: 1.75rem;
}
.features-section-alt .section-subtitle {
font-size: 1.15rem;
}
.features-section-alt .section-description {
font-size: 0.95rem;
}
.features-section-alt .feature-title {
font-size: 1.15rem;
}
.features-section-alt .feature-description {
font-size: 0.9rem;
}
}
@media (prefers-reduced-motion: reduce) {
.features-section-alt .feature-card,
.features-section-alt .icon-circle,
.features-section-alt .icon-decoration,
.features-section-alt .feature-title {
transition: none;
}
.features-section-alt .feature-card:hover {
transform: none;
}
.features-section-alt .feature-card:hover .icon-circle {
transform: none;
}
}
@media (prefers-contrast: high) {
.features-section-alt .feature-card {
border-width: 3px;
border-color: var(--neutral-300);
}
.features-section-alt .feature-card:hover {
border-color: var(--primary-500);
}
.features-section-alt .icon-circle {
border-width: 4px;
}
}
.services-section-modern {
position: relative;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.services-section-modern .decorative-dot-pattern {
width: 60px;
height: 8px;
background-image: radial-gradient(
circle,
var(--primary-500) 2px,
transparent 2px
);
background-size: 12px 12px;
margin: 0 auto;
}
.services-section-modern .decorative-line {
width: 80px;
height: 3px;
background: linear-gradient(
90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
}
.services-section-modern .letter-spacing-2 {
letter-spacing: 2px;
color: var(--primary-700);
font-weight: 600;
}
.services-section-modern .service-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2.5rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 6px rgba(var(--black-rgb), 0.05);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
overflow: hidden;
}
.services-section-modern .service-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-500);
}
.card-hover-effect {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 5%, transparent 95%) 0%,
transparent 100%
);
opacity: 0;
transition: opacity 0.4s ease;
pointer-events: none;
}
.services-section-modern .service-card:hover .card-hover-effect {
opacity: 1;
}
.services-section-modern .service-icon-wrapper {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
}
.services-section-modern .icon-background {
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
var(--primary-500) 0%,
var(--primary-700) 100%
);
border-radius: 20px;
transform: rotate(45deg);
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.services-section-modern .service-card:hover .icon-background {
transform: rotate(45deg) scale(1.1);
}
.services-section-modern .service-icon {
position: relative;
font-size: 2rem;
color: var(--surface-primary);
z-index: 1;
}
.services-section-modern .service-content {
position: relative;
z-index: 1;
}
.services-section-modern .service-title {
color: var(--text-primary);
font-weight: 700;
font-size: 1.5rem;
line-height: 1.3;
transition: color 0.3s ease;
}
.services-section-modern .service-card:hover .service-title {
color: var(--primary-700);
}
.services-section-modern .service-description {
color: var(--text-secondary);
font-size: 1rem;
line-height: 1.7;
}
.services-section-modern .service-features-list {
list-style: none;
padding: 0;
margin: 0;
}
.services-section-modern .features-item {
color: var(--text-secondary);
font-size: 0.9rem;
line-height: 1.8;
padding-left: 1.5rem;
position: relative;
}
.services-section-modern .features-item::before {
content: '';
position: absolute;
left: 0;
top: 0.6rem;
width: 6px;
height: 6px;
background: var(--primary-500);
border-radius: 50%;
}
.services-section-modern .service-pricing {
display: flex;
flex-direction: column;
padding-top: 1.5rem;
border-top: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
}
.services-section-modern .pricing-label {
font-size: 0.85rem;
color: var(--text-secondary);
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 600;
margin-bottom: 0.25rem;
}
.services-section-modern .pricing-value {
font-size: 1.75rem;
font-weight: 700;
color: var(--primary-700);
line-height: 1;
}
.services-section-modern .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
}
.services-section-modern .shape-blob {
position: absolute;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.03;
animation: float 20s ease-in-out infinite;
}
.services-section-modern .shape-blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
right: -100px;
animation-delay: 0s;
}
.services-section-modern .shape-blob-2 {
width: 500px;
height: 500px;
background: var(--primary-700);
bottom: -150px;
left: -150px;
animation-delay: 5s;
}
.services-section-modern .shape-circle {
position: absolute;
border-radius: 50%;
border: 2px solid color-mix(in srgb, var(--primary-500) 10%, transparent 90%);
animation: pulse-circle 15s ease-in-out infinite;
}
.services-section-modern .shape-circle-1 {
width: 300px;
height: 300px;
top: 10%;
left: 5%;
animation-delay: 2s;
}
.services-section-modern .shape-circle-2 {
width: 250px;
height: 250px;
bottom: 15%;
right: 10%;
animation-delay: 7s;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@keyframes pulse-circle {
0%, 100% {
transform: scale(1);
opacity: 0.05;
}
50% {
transform: scale(1.1);
opacity: 0.1;
}
}
@media (max-width: 991.98px) {
.services-section-modern .service-card {
padding: 2rem;
}
.services-section-modern .service-icon-wrapper {
width: 70px;
height: 70px;
}
.services-section-modern .service-icon {
font-size: 1.75rem;
}
.services-section-modern .service-title {
font-size: 1.35rem;
}
.services-section-modern .pricing-value {
font-size: 1.5rem;
}
}
@media (max-width: 767.98px) {
.services-section-modern {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.services-section-modern .service-card {
padding: 1.75rem;
}
.services-section-modern .service-icon-wrapper {
width: 60px;
height: 60px;
margin-bottom: 1rem;
}
.services-section-modern .service-icon {
font-size: 1.5rem;
}
.services-section-modern .service-title {
font-size: 1.25rem;
}
.services-section-modern .service-description {
font-size: 0.95rem;
}
.services-section-modern .features-item {
font-size: 0.85rem;
}
.services-section-modern .pricing-value {
font-size: 1.35rem;
}
.shape-blob-1,
.services-section-modern .shape-blob-2 {
width: 300px;
height: 300px;
}
.shape-circle-1,
.services-section-modern .shape-circle-2 {
width: 200px;
height: 200px;
}
}
@media (max-width: 575.98px) {
.services-section-modern .letter-spacing-2 {
letter-spacing: 1px;
}
.services-section-modern .service-card {
padding: 1.5rem;
}
.services-section-modern .service-pricing {
padding-top: 1rem;
}
}
@media (prefers-contrast: high) {
.services-section-modern .service-card {
border: 2px solid var(--primary-500);
}
.services-section-modern .features-item::before {
width: 8px;
height: 8px;
}
.services-section-modern .decorative-shapes {
display: none;
}
}
@media (prefers-reduced-motion: reduce) {
.service-card,
.icon-background,
.service-title,
.card-hover-effect {
transition: none;
}
.shape-blob,
.services-section-modern .shape-circle {
animation: none;
}
.services-section-modern .service-card:hover {
transform: none;
}
}
.priceplan-section-172 {
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-172 .section-header {
margin-bottom: 60px;
position: relative;
z-index: 2;
}
.priceplan-section-172 .section-title {
font-size: 2.75rem;
font-weight: 800;
color: var(--text-primary);
margin-bottom: 16px;
letter-spacing: -0.02em;
line-height: 1.2;
}
.priceplan-section-172 .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
letter-spacing: -0.01em;
}
.priceplan-section-172 .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.priceplan-section-172 .decorative-accent {
width: 80px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
margin: 0 auto 50px;
border-radius: 2px;
position: relative;
}
.priceplan-section-172 .decorative-accent::before,
.priceplan-section-172 .decorative-accent::after {
content: '';
position: absolute;
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
}
.priceplan-section-172 .decorative-accent::before {
left: -16px;
}
.priceplan-section-172 .decorative-accent::after {
right: -16px;
}
.priceplan-section-172 .pricing-card {
background: var(--surface-primary);
border-radius: 20px;
padding: 40px 32px;
height: 100%;
box-shadow: 0 4px 6px rgba(var(--black-rgb), 0.02),
0 10px 20px rgba(var(--black-rgb), 0.03);
border: 2px solid color-mix(in srgb, var(--primary-100) 30%, transparent 70%);
position: relative;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
display: flex;
flex-direction: column;
overflow: hidden;
}
.priceplan-section-172 .pricing-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 24px rgba(var(--black-rgb), 0.06),
0 24px 48px rgba(var(--black-rgb), 0.08);
border-color: var(--primary-300);
}
.priceplan-section-172 .featured-card {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%
);
border: 2px solid var(--primary-500);
box-shadow: 0 8px 16px rgba(var(--black-rgb), 0.04),
0 16px 32px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
}
.priceplan-section-172 .featured-card:hover {
box-shadow: 0 16px 32px rgba(var(--black-rgb), 0.08),
0 32px 64px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
}
.priceplan-section-172 .popular-badge {
position: absolute;
top: 20px;
right: 20px;
width: 48px;
height: 48px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.25rem;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
z-index: 2;
animation: pulse-badge 2s ease-in-out infinite;
}
@keyframes pulse-badge {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
}
.priceplan-section-172 .card-header-area {
text-align: center;
margin-bottom: 24px;
}
.priceplan-section-172 .plan-icon-wrapper {
width: 72px;
height: 72px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-100) 60%, transparent 40%),
color-mix(in srgb, var(--primary-300) 30%, transparent 70%)
);
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
position: relative;
transition: all 0.3s ease;
}
.priceplan-section-172 .pricing-card:hover .plan-icon-wrapper {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}
.priceplan-section-172 .plan-icon-wrapper i {
font-size: 2rem;
color: var(--primary-500);
transition: all 0.3s ease;
}
.priceplan-section-172 .pricing-card:hover .plan-icon-wrapper i {
color: var(--light);
transform: scale(1.1);
}
.priceplan-section-172 .plan-name {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin: 0;
letter-spacing: -0.01em;
}
.priceplan-section-172 .price-display {
text-align: center;
margin-bottom: 24px;
padding: 20px 0;
position: relative;
}
.priceplan-section-172 .currency-symbol {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
vertical-align: super;
margin-right: 4px;
}
.priceplan-section-172 .price-amount {
font-size: 4rem;
font-weight: 800;
color: var(--primary-500);
line-height: 1;
letter-spacing: -0.02em;
}
.priceplan-section-172 .featured-card .price-amount {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.priceplan-section-172 .price-period {
font-size: 1rem;
font-weight: 500;
color: var(--text-secondary);
margin-left: 4px;
}
.priceplan-section-172 .plan-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 28px;
text-align: center;
min-height: 80px;
}
.priceplan-section-172 .features-container {
background: color-mix(in srgb, var(--primary-50) 20%, transparent 80%);
border-radius: 12px;
padding: 24px;
margin-top: auto;
position: relative;
border: 1px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
}
.priceplan-section-172 .featured-card .features-container {
background: color-mix(in srgb, var(--primary-100) 30%, transparent 70%);
border-color: color-mix(in srgb, var(--primary-300) 50%, transparent 50%);
}
.priceplan-section-172 .features-icon-decorator {
width: 32px;
height: 32px;
background: var(--primary-500);
border-radius: 8px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 16px;
box-shadow: 0 2px 8px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.priceplan-section-172 .features-icon-decorator i {
font-size: 1.125rem;
color: var(--light);
}
.priceplan-section-172 .plan-features {
font-size: 0.9375rem;
color: var(--text-primary);
line-height: 1.7;
}
.priceplan-section-172 .card-decoration {
position: absolute;
bottom: 20px;
right: 20px;
pointer-events: none;
opacity: 0.15;
}
.priceplan-section-172 .decoration-circle {
width: 60px;
height: 60px;
border: 3px solid var(--primary-500);
border-radius: 50%;
position: relative;
}
.priceplan-section-172 .decoration-line {
width: 40px;
height: 3px;
background: var(--primary-500);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(-45deg);
}
.priceplan-section-172 .featured-decoration .decoration-dot {
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
position: absolute;
top: -6px;
right: -6px;
animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
0%, 100% {
opacity: 1;
transform: scale(1);
}
50% {
opacity: 0.6;
transform: scale(1.3);
}
}
.priceplan-section-172 .bottom-decorations {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 200px;
pointer-events: none;
overflow: hidden;
}
.priceplan-section-172 .floating-shape {
position: absolute;
border-radius: 50%;
opacity: 0.08;
animation: float-shape 20s ease-in-out infinite;
}
.priceplan-section-172 .shape-1 {
width: 120px;
height: 120px;
background: var(--primary-500);
bottom: -60px;
left: 10%;
animation-delay: 0s;
}
.priceplan-section-172 .shape-2 {
width: 80px;
height: 80px;
background: var(--primary-700);
bottom: -40px;
left: 50%;
animation-delay: 3s;
}
.priceplan-section-172 .shape-3 {
width: 100px;
height: 100px;
background: var(--primary-300);
bottom: -50px;
right: 15%;
animation-delay: 6s;
}
@keyframes float-shape {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-30px) rotate(180deg);
}
}
@media (max-width: 991px) {
.priceplan-section-172 {
padding: 80px 0;
}
.priceplan-section-172 .section-title {
font-size: 2.25rem;
}
.priceplan-section-172 .section-subtitle {
font-size: 1.25rem;
}
.priceplan-section-172 .price-amount {
font-size: 3.5rem;
}
}
@media (max-width: 767px) {
.priceplan-section-172 {
padding: 60px 0;
}
.priceplan-section-172 .section-header {
margin-bottom: 40px;
}
.priceplan-section-172 .section-title {
font-size: 2rem;
}
.priceplan-section-172 .section-subtitle {
font-size: 1.125rem;
}
.priceplan-section-172 .section-description {
font-size: 1rem;
}
.priceplan-section-172 .pricing-card {
padding: 32px 24px;
}
.priceplan-section-172 .price-amount {
font-size: 3rem;
}
.priceplan-section-172 .plan-icon-wrapper {
width: 64px;
height: 64px;
}
.priceplan-section-172 .plan-icon-wrapper i {
font-size: 1.75rem;
}
.priceplan-section-172 .plan-description {
min-height: auto;
}
}
@media (max-width: 575px) {
.priceplan-section-172 .section-title {
font-size: 1.75rem;
}
.priceplan-section-172 .price-amount {
font-size: 2.5rem;
}
.priceplan-section-172 .pricing-card {
padding: 28px 20px;
}
.priceplan-section-172 .popular-badge {
width: 40px;
height: 40px;
font-size: 1rem;
top: 16px;
right: 16px;
}
}
.team-section-modern {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.team-section-modern .section-header {
position: relative;
z-index: 2;
}
.team-section-modern .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.team-section-modern .section-subtitle {
font-size: 0.875rem;
font-weight: 600;
letter-spacing: 2px;
color: var(--primary-500);
margin-bottom: 1.5rem;
}
.team-section-modern .section-description {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.team-section-modern .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
margin-top: 2rem;
border-radius: 2px;
}
.team-section-modern .team-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 1.5rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
height: 100%;
}
.team-section-modern .team-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
}
.team-section-modern .team-image-wrapper {
position: relative;
margin-bottom: 1.5rem;
padding: 8px;
}
.team-section-modern .image-frame {
position: relative;
overflow: hidden;
border-radius: 12px;
background: var(--neutral-100);
aspect-ratio: 1 / 1;
}
.team-section-modern .team-member-photo {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-section-modern .team-card:hover .team-member-photo {
transform: scale(1.08);
}
.team-section-modern .corner-accent {
position: absolute;
width: 30px;
height: 30px;
border: 3px solid var(--primary-500);
transition: all 0.4s ease;
z-index: 1;
}
.team-section-modern .corner-accent.top-left {
top: 0;
left: 0;
border-right: none;
border-bottom: none;
border-top-left-radius: 12px;
}
.team-section-modern .corner-accent.bottom-right {
bottom: 0;
right: 0;
border-left: none;
border-top: none;
border-bottom-right-radius: 12px;
}
.team-section-modern .team-card:hover .corner-accent.top-left {
top: -5px;
left: -5px;
}
.team-section-modern .team-card:hover .corner-accent.bottom-right {
bottom: -5px;
right: -5px;
}
.team-section-modern .team-info {
text-align: center;
padding: 0 0.5rem;
}
.team-section-modern .member-name {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 0.5rem;
transition: color 0.3s ease;
}
.team-section-modern .team-card:hover .member-name {
color: var(--primary-500);
}
.team-section-modern .member-role {
font-size: 1rem;
color: var(--text-secondary);
margin-bottom: 0.75rem;
line-height: 1.5;
}
.team-section-modern .role-underline {
width: 40px;
height: 3px;
background: var(--primary-500);
margin: 0 auto;
border-radius: 2px;
transition: width 0.3s ease;
}
.team-section-modern .team-card:hover .role-underline {
width: 60px;
}
.team-section-modern .join-team-decoration {
display: flex;
flex-direction: column;
align-items: center;
gap: 2rem;
opacity: 0.7;
}
.team-section-modern .decoration-circle {
width: 120px;
height: 120px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
animation: float 3s ease-in-out infinite;
}
.team-section-modern .decoration-circle i {
font-size: 3rem;
color: var(--light);
}
.team-section-modern .decoration-dots {
display: flex;
gap: 0.75rem;
}
.team-section-modern .decoration-dots .dot {
width: 12px;
height: 12px;
border-radius: 50%;
background: var(--primary-500);
animation: pulse 2s ease-in-out infinite;
}
.team-section-modern .decoration-dots .dot:nth-child(2) {
animation-delay: 0.3s;
}
.team-section-modern .decoration-dots .dot:nth-child(3) {
animation-delay: 0.6s;
}
.team-section-modern .background-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.team-section-modern .shape-blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.15;
animation: blobFloat 20s ease-in-out infinite;
}
.team-section-modern .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-300);
top: -100px;
right: -100px;
}
.team-section-modern .blob-2 {
width: 350px;
height: 350px;
background: var(--primary-500);
bottom: -80px;
left: -80px;
animation-delay: 5s;
animation-duration: 25s;
}
.team-section-modern .shape-circle {
position: absolute;
border-radius: 50%;
border: 2px solid var(--primary-300);
opacity: 0.1;
}
.team-section-modern .circle-1 {
width: 200px;
height: 200px;
top: 10%;
left: 5%;
animation: rotate 30s linear infinite;
}
.team-section-modern .circle-2 {
width: 150px;
height: 150px;
bottom: 15%;
right: 10%;
animation: rotate 25s linear infinite reverse;
}
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-15px);
}
}
@keyframes pulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.6;
}
}
@keyframes blobFloat {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@media (max-width: 991.98px) {
.team-section-modern .section-title {
font-size: 2rem;
}
.team-section-modern .section-description {
font-size: 1rem;
}
.team-section-modern .team-card {
margin-bottom: 1rem;
}
.team-section-modern .blob-1,
.team-section-modern .blob-2 {
width: 250px;
height: 250px;
}
}
@media (max-width: 767.98px) {
.team-section-modern .section-title {
font-size: 1.75rem;
}
.team-section-modern .member-name {
font-size: 1.25rem;
}
.team-section-modern .corner-accent {
width: 20px;
height: 20px;
border-width: 2px;
}
.team-section-modern .decoration-circle {
width: 80px;
height: 80px;
}
.team-section-modern .decoration-circle i {
font-size: 2rem;
}
}
@media (max-width: 575.98px) {
.team-section-modern {
padding-top: 3rem;
padding-bottom: 3rem;
}
.team-section-modern .section-title {
font-size: 1.5rem;
}
.team-section-modern .team-card {
padding: 1rem;
}
.team-section-modern .shape-circle {
display: none;
}
}
.reviews-section-bold {
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.reviews-section-bold .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.reviews-section-bold .section-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.reviews-section-bold .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.reviews-section-bold .review-card {
background: var(--light);
border-radius: 12px;
padding: 2rem;
position: relative;
height: 100%;
display: flex;
flex-direction: column;
box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.05);
transition: all 0.3s ease;
border: 1px solid var(--neutral-100);
overflow: hidden;
}
.reviews-section-bold .review-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.reviews-section-bold .card-accent {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(
180deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
transition: width 0.3s ease;
}
.reviews-section-bold .review-card:hover .card-accent {
width: 6px;
}
.reviews-section-bold .quote-icon {
font-size: 3rem;
color: var(--primary-300);
line-height: 1;
margin-bottom: 1.5rem;
opacity: 0.6;
}
.reviews-section-bold .quote-icon i {
display: block;
}
.reviews-section-bold .review-content {
flex: 1;
margin-bottom: 2rem;
}
.reviews-section-bold .review-text {
font-size: 1rem;
line-height: 1.7;
color: var(--text-secondary);
margin: 0;
font-style: italic;
}
.reviews-section-bold .reviewer-info {
display: flex;
align-items: center;
gap: 1rem;
margin-top: auto;
}
.reviews-section-bold .reviewer-avatar {
width: 56px;
height: 56px;
border-radius: 50%;
background: linear-gradient(
135deg,
var(--primary-500) 0%,
var(--primary-700) 100%
);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.1);
transition: transform 0.3s ease;
}
.reviews-section-bold .review-card:hover .reviewer-avatar {
transform: scale(1.1);
}
.reviews-section-bold .avatar-initials {
font-size: 1.25rem;
font-weight: 700;
color: var(--light);
letter-spacing: 1px;
}
.reviews-section-bold .reviewer-details {
flex: 1;
min-width: 0;
}
.reviews-section-bold .reviewer-name {
font-size: 1rem;
font-weight: 600;
color: var(--text-primary);
margin: 0;
line-height: 1.4;
}
.reviews-section-bold .decorative-badge {
width: 200px;
height: 200px;
position: relative;
}
.reviews-section-bold .badge-content {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.reviews-section-bold .badge-content i {
font-size: 4rem;
color: var(--primary-500);
z-index: 2;
position: relative;
}
.reviews-section-bold .decorative-circles {
position: absolute;
inset: 0;
}
.reviews-section-bold .circle {
position: absolute;
border-radius: 50%;
border: 2px solid;
animation: pulse-circle 3s ease-in-out infinite;
}
.reviews-section-bold .circle-1 {
width: 100%;
height: 100%;
border-color: var(--primary-300);
animation-delay: 0s;
}
.reviews-section-bold .circle-2 {
width: 70%;
height: 70%;
top: 15%;
left: 15%;
border-color: var(--primary-500);
animation-delay: 0.5s;
}
.reviews-section-bold .circle-3 {
width: 40%;
height: 40%;
top: 30%;
left: 30%;
border-color: var(--primary-700);
animation-delay: 1s;
}
@keyframes pulse-circle {
0%, 100% {
transform: scale(1);
opacity: 0.3;
}
50% {
transform: scale(1.1);
opacity: 0.6;
}
}
@media (max-width: 991.98px) {
.reviews-section-bold .section-title {
font-size: 2rem;
}
.reviews-section-bold .section-subtitle {
font-size: 1.125rem;
}
.reviews-section-bold .section-description {
font-size: 1rem;
}
.reviews-section-bold .review-card {
padding: 1.5rem;
}
.reviews-section-bold .quote-icon {
font-size: 2.5rem;
margin-bottom: 1rem;
}
}
@media (max-width: 767.98px) {
.reviews-section-bold .section-title {
font-size: 1.75rem;
}
.reviews-section-bold .section-subtitle {
font-size: 1rem;
}
.reviews-section-bold .review-card {
padding: 1.25rem;
}
.reviews-section-bold .reviewer-avatar {
width: 48px;
height: 48px;
}
.reviews-section-bold .avatar-initials {
font-size: 1.125rem;
}
.reviews-section-bold .reviewer-name {
font-size: 0.9375rem;
}
.reviews-section-bold .review-text {
font-size: 0.9375rem;
}
}
@media (max-width: 575.98px) {
.reviews-section-bold .section-title {
font-size: 1.5rem;
}
.reviews-section-bold .review-card {
padding: 1rem;
}
.reviews-section-bold .quote-icon {
font-size: 2rem;
}
}
.casestudy-section-pro {
position: relative;
padding: 100px 0;
background: var(--surface-primary);
overflow: hidden;
}
.casestudy-section-pro .section-header {
max-width: 900px;
margin: 0 auto 60px;
}
.casestudy-section-pro .decorative-accent {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
}
.casestudy-section-pro .accent-line {
width: 40px;
height: 2px;
background: linear-gradient(
90deg,
transparent,
var(--primary-500),
transparent
);
}
.casestudy-section-pro .accent-icon {
font-size: 24px;
color: var(--primary-500);
}
.casestudy-section-pro .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin: 24px 0 16px;
line-height: 1.2;
}
.casestudy-section-pro .section-subtitle {
font-size: 1.5rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.casestudy-section-pro .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 800px;
}
.casestudy-section-pro .casestudy-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
gap: 32px;
margin-top: 60px;
}
.casestudy-section-pro .casestudy-card {
background: var(--surface-secondary);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
transition: all 0.4s ease;
border: 1px solid var(--neutral-100);
}
.casestudy-section-pro .casestudy-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.15);
}
.casestudy-section-pro .card-image-wrapper {
position: relative;
height: 260px;
background: linear-gradient(
135deg,
var(--neutral-50),
var(--neutral-100)
);
overflow: hidden;
}
.casestudy-section-pro .image-placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 10%, transparent),
color-mix(in srgb, var(--primary-700) 5%, transparent)
);
}
.casestudy-section-pro .placeholder-icon {
font-size: 64px;
color: var(--neutral-300);
}
.casestudy-section-pro .card-overlay {
position: absolute;
inset: 0;
background: linear-gradient(
180deg,
transparent 50%,
rgba(var(--black-rgb), 0.4)
);
opacity: 0;
transition: opacity 0.4s ease;
}
.casestudy-section-pro .casestudy-card:hover .card-overlay {
opacity: 1;
}
.casestudy-section-pro .card-badge {
position: absolute;
top: 20px;
right: 20px;
width: 48px;
height: 48px;
background: var(--primary-500);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
transition: transform 0.3s ease;
}
.casestudy-section-pro .casestudy-card:hover .card-badge {
transform: scale(1.1) rotate(5deg);
}
.casestudy-section-pro .card-badge i {
font-size: 24px;
color: var(--light);
}
.casestudy-section-pro .card-content {
padding: 32px 28px;
}
.casestudy-section-pro .card-meta {
display: flex;
gap: 6px;
margin-bottom: 16px;
}
.casestudy-section-pro .meta-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
}
.casestudy-section-pro .meta-dot:nth-child(2) {
background: color-mix(in srgb, var(--primary-500) 70%, var(--primary-300) 30%);
}
.casestudy-section-pro .meta-dot:nth-child(3) {
background: var(--primary-300);
}
.casestudy-section-pro .card-title {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
transition: color 0.3s ease;
}
.casestudy-section-pro .casestudy-card:hover .card-title {
color: var(--primary-500);
}
.casestudy-section-pro .card-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 24px;
}
.casestudy-section-pro .card-footer {
padding-top: 20px;
border-top: 2px solid var(--neutral-100);
}
.casestudy-section-pro .footer-icons {
display: flex;
gap: 16px;
}
.casestudy-section-pro .footer-icons i {
font-size: 20px;
color: var(--primary-500);
transition: all 0.3s ease;
}
.casestudy-section-pro .casestudy-card:hover .footer-icons i {
transform: scale(1.15);
}
.casestudy-section-pro .decorative-shapes {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 0;
}
.casestudy-section-pro .shape {
position: absolute;
border-radius: 50%;
opacity: 0.06;
}
.casestudy-section-pro .shape-circle-1 {
width: 300px;
height: 300px;
background: var(--primary-500);
top: -100px;
left: -100px;
}
.casestudy-section-pro .shape-circle-2 {
width: 200px;
height: 200px;
background: var(--primary-700);
bottom: -80px;
right: -80px;
}
.casestudy-section-pro .shape-blob-1 {
width: 400px;
height: 400px;
background: var(--primary-300);
top: 50%;
right: -150px;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: translateY(-50%);
}
.casestudy-section-pro .shape-blob-2 {
width: 350px;
height: 350px;
background: var(--primary-500);
bottom: 10%;
left: -120px;
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
.casestudy-section-pro .container {
position: relative;
z-index: 1;
}
@media (max-width: 1024px) {
.casestudy-section-pro {
padding: 80px 0;
}
.casestudy-section-pro .section-title {
font-size: 2.25rem;
}
.casestudy-section-pro .section-subtitle {
font-size: 1.3rem;
}
.casestudy-section-pro .casestudy-grid {
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 28px;
}
}
@media (max-width: 768px) {
.casestudy-section-pro {
padding: 60px 0;
}
.casestudy-section-pro .section-header {
margin-bottom: 48px;
}
.casestudy-section-pro .section-title {
font-size: 2rem;
}
.casestudy-section-pro .section-subtitle {
font-size: 1.2rem;
}
.casestudy-section-pro .section-description {
font-size: 1rem;
}
.casestudy-section-pro .casestudy-grid {
grid-template-columns: 1fr;
gap: 24px;
}
.casestudy-section-pro .card-image-wrapper {
height: 220px;
}
.casestudy-section-pro .card-content {
padding: 28px 24px;
}
.casestudy-section-pro .card-title {
font-size: 1.25rem;
}
}
@media (max-width: 576px) {
.casestudy-section-pro {
padding: 50px 0;
}
.casestudy-section-pro .section-title {
font-size: 1.75rem;
}
.casestudy-section-pro .section-subtitle {
font-size: 1.1rem;
}
.casestudy-section-pro .accent-line {
width: 30px;
}
.casestudy-section-pro .accent-icon {
font-size: 20px;
}
.casestudy-section-pro .card-image-wrapper {
height: 200px;
}
.casestudy-section-pro .card-badge {
width: 40px;
height: 40px;
top: 16px;
right: 16px;
}
.casestudy-section-pro .card-badge i {
font-size: 20px;
}
.casestudy-section-pro .card-content {
padding: 24px 20px;
}
.casestudy-section-pro .card-title {
font-size: 1.15rem;
}
.casestudy-section-pro .card-description {
font-size: 0.95rem;
}
.casestudy-section-pro .footer-icons i {
font-size: 18px;
}
}
.process-section-custom {
padding: 100px 0;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
position: relative;
overflow: hidden;
}
.process-section-custom .section-header {
margin-bottom: 60px;
}
.process-section-custom .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 12px;
letter-spacing: -0.02em;
}
.process-section-custom .section-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 24px;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.process-section-custom .section-description {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 0;
}
.process-section-custom .process-timeline {
position: relative;
padding: 40px 0;
}
.process-section-custom .timeline-connector {
position: absolute;
left: calc(16.666% + 30px);
top: 80px;
bottom: 80px;
width: 3px;
background: linear-gradient(
to bottom,
var(--primary-300),
var(--primary-500)
);
z-index: 1;
}
.process-section-custom .process-step {
margin-bottom: 80px;
position: relative;
}
.process-section-custom .process-step:last-child {
margin-bottom: 0;
}
.process-section-custom .step-number-wrapper {
position: relative;
z-index: 2;
}
.process-section-custom .step-number {
width: 80px;
height: 80px;
border-radius: 50%;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
color: var(--light);
font-size: 1.75rem;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 10px 30px rgba(var(--black-rgb), 0.15);
position: relative;
z-index: 3;
transition: transform 0.3s ease;
}
.process-section-custom .step-number-wrapper:hover .step-number {
transform: scale(1.1);
}
.process-section-custom .step-icon-bg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 120px;
height: 120px;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
transition: all 0.3s ease;
}
.process-section-custom .step-number-wrapper:hover .step-icon-bg {
background: color-mix(in srgb, var(--primary-100) 70%, transparent 30%);
transform: translate(-50%, -50%) scale(1.1);
}
.process-section-custom .step-icon-bg i {
font-size: 2.5rem;
color: var(--primary-300);
opacity: 0.3;
}
.process-section-custom .step-content {
background: var(--surface-primary);
border-radius: 16px;
padding: 32px 40px;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
border: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
position: relative;
transition: all 0.3s ease;
}
.process-section-custom .step-content:hover {
transform: translateX(10px);
box-shadow: 0 8px 30px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.process-section-custom .step-content::before {
content: '';
position: absolute;
left: -20px;
top: 50%;
transform: translateY(-50%);
width: 20px;
height: 2px;
background: var(--primary-500);
}
.process-section-custom .step-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
}
.process-section-custom .step-description {
font-size: 1rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 0;
}
.process-section-custom .step-decorator {
position: absolute;
right: -15px;
top: -15px;
width: 100px;
height: 100px;
pointer-events: none;
}
.process-section-custom .decorator-shape {
width: 100%;
height: 100%;
border-radius: 50%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
transparent
);
animation: pulse-decorator 3s ease-in-out infinite;
}
@keyframes pulse-decorator {
0%, 100% {
transform: scale(1);
opacity: 0.5;
}
50% {
transform: scale(1.2);
opacity: 0.8;
}
}
.process-section-custom .floating-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.process-section-custom .shape {
position: absolute;
border-radius: 50%;
opacity: 0.1;
}
.process-section-custom .shape-1 {
width: 300px;
height: 300px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
top: 10%;
right: 5%;
animation: float-1 20s ease-in-out infinite;
}
.process-section-custom .shape-2 {
width: 200px;
height: 200px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
bottom: 15%;
left: 10%;
animation: float-2 15s ease-in-out infinite;
}
.process-section-custom .shape-3 {
width: 150px;
height: 150px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
top: 50%;
right: 20%;
animation: float-3 18s ease-in-out infinite;
}
@keyframes float-1 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(-30px, 30px) rotate(180deg);
}
}
@keyframes float-2 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(40px, -40px) rotate(-180deg);
}
}
@keyframes float-3 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(-20px, 20px) scale(1.1);
}
}
@media (max-width: 991px) {
.process-section-custom {
padding: 80px 0;
}
.process-section-custom .section-title {
font-size: 2.25rem;
}
.process-section-custom .timeline-connector {
left: 30px;
}
.process-section-custom .step-content {
padding: 24px 28px;
}
.process-section-custom .step-content::before {
left: -15px;
}
}
@media (max-width: 767px) {
.process-section-custom {
padding: 60px 0;
}
.process-section-custom .section-title {
font-size: 1.875rem;
}
.process-section-custom .section-subtitle {
font-size: 1.125rem;
}
.process-section-custom .section-description {
font-size: 1rem;
}
.process-section-custom .timeline-connector {
display: none;
}
.process-section-custom .process-step {
margin-bottom: 50px;
}
.process-section-custom .step-number {
width: 60px;
height: 60px;
font-size: 1.5rem;
}
.process-section-custom .step-icon-bg {
width: 90px;
height: 90px;
}
.process-section-custom .step-icon-bg i {
font-size: 2rem;
}
.process-section-custom .step-content {
padding: 20px 24px;
margin-top: 20px;
}
.process-section-custom .step-content::before {
display: none;
}
.process-section-custom .step-content:hover {
transform: translateY(-5px);
}
.process-section-custom .step-title {
font-size: 1.25rem;
}
.process-section-custom .step-description {
font-size: 0.9375rem;
}
}
@media (max-width: 575px) {
.process-section-custom .section-title {
font-size: 1.625rem;
}
.process-section-custom .step-number {
width: 50px;
height: 50px;
font-size: 1.25rem;
}
.process-section-custom .step-icon-bg {
width: 70px;
height: 70px;
}
.process-section-custom .step-icon-bg i {
font-size: 1.5rem;
}
}
.timeline-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;
}
.timeline-section-clean .section-header {
margin-bottom: 80px;
}
.timeline-section-clean .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.2;
}
.timeline-section-clean .section-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 1.5rem;
letter-spacing: 0.5px;
}
.timeline-section-clean .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 800px;
margin: 0 auto;
}
.timeline-section-clean .timeline-wrapper {
position: relative;
max-width: 1200px;
margin: 0 auto;
padding: 40px 0;
}
.timeline-section-clean .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(180deg,
transparent 0%,
var(--primary-300) 10%,
var(--primary-500) 50%,
var(--primary-300) 90%,
transparent 100%
);
transform: translateX(-50%);
z-index: 1;
}
.timeline-section-clean .timeline-item {
position: relative;
display: flex;
align-items: center;
margin-bottom: 80px;
padding-left: 0;
}
.timeline-section-clean .timeline-item:last-child {
margin-bottom: 0;
}
.timeline-section-clean .timeline-marker {
position: absolute;
left: 50%;
transform: translateX(-50%);
z-index: 3;
}
.timeline-section-clean .marker-dot {
width: 24px;
height: 24px;
background: var(--primary-500);
border: 4px solid var(--surface-primary);
border-radius: 50%;
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 20%, transparent);
transition: all 0.3s ease;
}
.timeline-section-clean .marker-featured {
width: 32px;
height: 32px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-width: 5px;
}
.timeline-section-clean .marker-pulse {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 24px;
height: 24px;
border: 2px solid var(--primary-500);
border-radius: 50%;
animation: pulse-v187 2s ease-out infinite;
opacity: 0;
}
@keyframes pulse-v187 {
0% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.8;
}
100% {
transform: translate(-50%, -50%) scale(2.5);
opacity: 0;
}
}
.timeline-section-clean .timeline-content {
width: calc(50% - 60px);
display: flex;
align-items: center;
gap: 24px;
}
.timeline-section-clean .timeline-item .timeline-content {
margin-left: auto;
flex-direction: row-reverse;
}
.timeline-section-clean .timeline-item-reverse .timeline-content {
margin-left: 0;
margin-right: auto;
flex-direction: row;
}
.timeline-section-clean .timeline-icon {
flex-shrink: 0;
width: 64px;
height: 64px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.75rem;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent);
transition: all 0.3s ease;
}
.timeline-section-clean .timeline-icon-featured {
width: 80px;
height: 80px;
font-size: 2rem;
border-radius: 20px;
box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-500) 40%, transparent);
}
.timeline-section-clean .timeline-item:hover .timeline-icon {
transform: scale(1.1) rotate(5deg);
box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-500) 40%, transparent);
}
.timeline-section-clean .content-card {
flex: 1;
background: var(--surface-primary);
padding: 32px;
border-radius: 16px;
border: 2px solid var(--neutral-100);
box-shadow: 0 4px 16px color-mix(in srgb, var(--neutral-900) 8%, transparent);
transition: all 0.3s ease;
position: relative;
}
.timeline-section-clean .content-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
border-radius: 16px 16px 0 0;
opacity: 0;
transition: opacity 0.3s ease;
}
.timeline-section-clean .content-card:hover {
transform: translateY(-4px);
border-color: var(--primary-300);
box-shadow: 0 12px 32px color-mix(in srgb, var(--neutral-900) 12%, transparent);
}
.timeline-section-clean .content-card:hover::before {
opacity: 1;
}
.timeline-section-clean .content-card-featured {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary) 50%) 100%
);
border-color: var(--primary-300);
padding: 40px;
}
.timeline-section-clean .content-card-featured::before {
opacity: 1;
height: 5px;
}
.timeline-section-clean .featured-badge {
position: absolute;
top: -12px;
right: 32px;
background: var(--primary-500);
width: 24px;
height: 24px;
border-radius: 50%;
border: 3px solid var(--surface-primary);
display: flex;
align-items: center;
justify-content: center;
}
.badge-dot {
width: 8px;
height: 8px;
background: var(--light);
border-radius: 50%;
animation: badge-pulse-v187 1.5s ease-in-out infinite;
}
@keyframes badge-pulse-v187 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.timeline-section-clean .timeline-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.timeline-section-clean .timeline-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.timeline-section-clean .decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 0;
}
.timeline-section-clean .shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent) 0%,
transparent 70%
);
}
.timeline-section-clean .shape-circle-1 {
width: 400px;
height: 400px;
top: 10%;
left: -200px;
}
.timeline-section-clean .shape-circle-2 {
width: 300px;
height: 300px;
bottom: 15%;
right: -150px;
}
.timeline-section-clean .shape-blob {
position: absolute;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-100) 40%, transparent),
color-mix(in srgb, var(--primary-300) 20%, transparent)
);
animation: blob-float-v187 20s ease-in-out infinite;
}
.timeline-section-clean .shape-blob-1 {
width: 350px;
height: 350px;
top: 20%;
right: 5%;
}
.timeline-section-clean .shape-blob-2 {
width: 280px;
height: 280px;
bottom: 25%;
left: 8%;
animation-delay: -10s;
}
@keyframes blob-float-v187 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@media (max-width: 991px) {
.timeline-section-clean {
padding: 80px 0;
}
.timeline-section-clean .section-title {
font-size: 2.25rem;
}
.timeline-section-clean .section-subtitle {
font-size: 1.125rem;
}
.timeline-section-clean .timeline-line {
left: 32px;
}
.timeline-section-clean .timeline-marker {
left: 32px;
}
.timeline-section-clean .timeline-content {
width: calc(100% - 100px);
margin-left: 100px !important;
margin-right: 0 !important;
flex-direction: row !important;
}
.timeline-section-clean .timeline-icon {
width: 56px;
height: 56px;
font-size: 1.5rem;
}
.timeline-section-clean .timeline-icon-featured {
width: 64px;
height: 64px;
}
}
@media (max-width: 767px) {
.timeline-section-clean {
padding: 60px 0;
}
.timeline-section-clean .section-header {
margin-bottom: 60px;
}
.timeline-section-clean .section-title {
font-size: 1.875rem;
}
.timeline-section-clean .section-subtitle {
font-size: 1rem;
}
.timeline-section-clean .section-description {
font-size: 1rem;
}
.timeline-section-clean .timeline-line {
left: 20px;
}
.timeline-section-clean .timeline-marker {
left: 20px;
}
.timeline-section-clean .marker-dot {
width: 20px;
height: 20px;
border-width: 3px;
}
.timeline-section-clean .marker-featured {
width: 24px;
height: 24px;
border-width: 4px;
}
.timeline-section-clean .timeline-item {
margin-bottom: 60px;
}
.timeline-section-clean .timeline-content {
width: calc(100% - 68px);
margin-left: 68px !important;
flex-direction: column !important;
gap: 16px;
}
.timeline-section-clean .timeline-icon {
width: 48px;
height: 48px;
font-size: 1.25rem;
}
.timeline-section-clean .timeline-icon-featured {
width: 56px;
height: 56px;
font-size: 1.5rem;
}
.timeline-section-clean .content-card {
padding: 24px;
}
.timeline-section-clean .content-card-featured {
padding: 28px;
}
.timeline-section-clean .timeline-title {
font-size: 1.25rem;
}
.timeline-section-clean .timeline-description {
font-size: 0.9375rem;
}
.shape-circle-1,
.timeline-section-clean .shape-circle-2 {
display: none;
}
.timeline-section-clean .shape-blob-1 {
width: 200px;
height: 200px;
}
.timeline-section-clean .shape-blob-2 {
width: 180px;
height: 180px;
}
}
@media (max-width: 575px) {
.timeline-section-clean .section-title {
font-size: 1.625rem;
}
.timeline-section-clean .content-card {
padding: 20px;
}
.timeline-section-clean .content-card-featured {
padding: 24px;
}
.timeline-section-clean .featured-badge {
top: -10px;
right: 20px;
width: 20px;
height: 20px;
border-width: 2px;
}
.badge-dot {
width: 6px;
height: 6px;
}
}
.career-section-custom {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.career-section-custom .decorative-blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.15;
pointer-events: none;
z-index: 0;
}
.career-section-custom .blob-1 {
width: 500px;
height: 500px;
background: var(--primary-300);
top: -150px;
right: -100px;
}
.career-section-custom .blob-2 {
width: 400px;
height: 400px;
background: var(--primary-500);
bottom: -100px;
left: -80px;
}
.career-section-custom .decorative-circle {
position: absolute;
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
border-radius: 50%;
pointer-events: none;
}
.career-section-custom .circle-1 {
width: 300px;
height: 300px;
top: 50%;
left: 10%;
transform: translateY(-50%);
}
.career-section-custom .section-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 16px;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
margin-bottom: 24px;
}
.career-section-custom .section-badge i {
font-size: 28px;
color: var(--light);
}
.career-section-custom .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
position: relative;
z-index: 1;
}
.career-section-custom .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-700);
margin-bottom: 24px;
position: relative;
z-index: 1;
}
.career-section-custom .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.career-section-custom .career-card {
background: var(--surface-primary);
border-radius: 20px;
padding: 32px;
height: 100%;
display: flex;
flex-direction: column;
border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
z-index: 1;
overflow: hidden;
}
.career-section-custom .career-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.career-section-custom .career-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.career-section-custom .career-card:hover::before {
transform: scaleX(1);
}
.career-section-custom .career-card-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 24px;
}
.career-section-custom .icon-wrapper {
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-100) 80%, var(--primary-300) 20%),
var(--primary-100)
);
border-radius: 14px;
transition: all 0.3s ease;
}
.career-section-custom .career-card:hover .icon-wrapper {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
transform: scale(1.1) rotate(5deg);
}
.career-section-custom .icon-wrapper i {
font-size: 26px;
color: var(--primary-700);
transition: color 0.3s ease;
}
.career-section-custom .career-card:hover .icon-wrapper i {
color: var(--light);
}
.career-section-custom .role-badge {
padding: 8px 16px;
background: color-mix(in srgb, var(--primary-100) 60%, transparent 40%);
border-radius: 20px;
border: 1px solid var(--primary-300);
}
.career-section-custom .role-badge span {
font-size: 0.875rem;
font-weight: 600;
color: var(--primary-700);
text-transform: uppercase;
letter-spacing: 0.5px;
}
.career-section-custom .career-card-body {
flex-grow: 1;
margin-bottom: 24px;
}
.career-section-custom .career-card-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
transition: color 0.3s ease;
}
.career-section-custom .career-card:hover .career-card-title {
color: var(--primary-700);
}
.career-section-custom .career-card-desc {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.career-section-custom .career-card-footer {
padding-top: 20px;
border-top: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
}
.career-section-custom .tags-wrapper {
display: flex;
align-items: center;
gap: 12px;
}
.career-section-custom .tags-wrapper i {
font-size: 18px;
color: var(--primary-500);
transition: all 0.3s ease;
}
.career-section-custom .career-card:hover .tags-wrapper i {
color: var(--primary-700);
transform: translateY(-2px);
}
.career-section-custom .decorative-line {
height: 3px;
width: 100px;
background: linear-gradient(90deg, var(--primary-500), transparent);
margin: 60px auto 0;
border-radius: 2px;
}
@media (max-width: 991px) {
.career-section-custom {
padding: 80px 0;
}
.career-section-custom .section-title {
font-size: 2.25rem;
}
.career-section-custom .section-subtitle {
font-size: 1.25rem;
}
.career-section-custom .blob-1,
.career-section-custom .blob-2 {
width: 300px;
height: 300px;
}
.career-section-custom .circle-1 {
width: 200px;
height: 200px;
}
}
@media (max-width: 767px) {
.career-section-custom {
padding: 60px 0;
}
.career-section-custom .section-title {
font-size: 1.875rem;
}
.career-section-custom .section-subtitle {
font-size: 1.125rem;
}
.career-section-custom .section-description {
font-size: 1rem;
}
.career-section-custom .career-card {
padding: 24px;
}
.career-section-custom .career-card-title {
font-size: 1.25rem;
}
.career-section-custom .blob-1,
.career-section-custom .blob-2 {
display: none;
}
}
@media (max-width: 575px) {
.career-section-custom .section-badge {
width: 50px;
height: 50px;
}
.career-section-custom .section-badge i {
font-size: 24px;
}
.career-section-custom .career-card-header {
flex-direction: column;
align-items: flex-start;
gap: 16px;
}
.career-section-custom .icon-wrapper {
width: 48px;
height: 48px;
}
.career-section-custom .icon-wrapper i {
font-size: 22px;
}
}
.coreinfo-classic {
position: relative;
padding: 6rem 0;
background: var(--surface-primary);
overflow: hidden;
}
.coreinfo-classic__main-content {
padding-right: 2rem;
}
.coreinfo-classic__badge {
width: 60px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
border-radius: 2px;
margin-bottom: 1.5rem;
}
.coreinfo-classic__header {
margin-bottom: 2rem;
}
.coreinfo-classic__title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.coreinfo-classic__subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
margin: 0;
}
.coreinfo-classic__description {
margin-bottom: 2rem;
}
.coreinfo-classic__desc-text {
font-size: 1.0625rem;
line-height: 1.75;
color: var(--text-secondary);
margin: 0;
}
.coreinfo-classic__decorative-line {
width: 100%;
height: 1px;
background: linear-gradient(
90deg,
var(--primary-300) 0%,
transparent 100%
);
margin-top: 2rem;
}
.coreinfo-classic__features-grid {
display: grid;
grid-template-columns: 1fr;
gap: 1.5rem;
}
.coreinfo-classic__feature-card {
display: flex;
gap: 1.25rem;
padding: 1.75rem;
background: var(--surface-secondary);
border: 1px solid var(--neutral-100);
border-radius: 12px;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.coreinfo-classic__feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 0;
background: var(--primary-500);
transition: height 0.3s ease;
}
.coreinfo-classic__feature-card:hover {
transform: translateX(8px);
border-color: var(--primary-300);
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.08);
}
.coreinfo-classic__feature-card:hover::before {
height: 100%;
}
.coreinfo-classic__feature-icon {
flex-shrink: 0;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border-radius: 10px;
color: var(--primary-500);
font-size: 1.5rem;
transition: all 0.3s ease;
}
.coreinfo-classic__feature-card:hover .coreinfo-classic__feature-icon {
background: var(--primary-500);
color: var(--light);
transform: scale(1.1);
}
.coreinfo-classic__feature-content {
flex: 1;
}
.coreinfo-classic__feature-title {
font-size: 1.125rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 0.5rem;
line-height: 1.4;
}
.coreinfo-classic__feature-desc {
font-size: 0.9375rem;
line-height: 1.6;
color: var(--text-secondary);
margin: 0;
}
.coreinfo-classic__bg-shape {
position: absolute;
border-radius: 50%;
pointer-events: none;
opacity: 0.05;
}
.coreinfo-classic__bg-shape--1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -200px;
left: -100px;
filter: blur(80px);
}
.coreinfo-classic__bg-shape--2 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: -150px;
right: -50px;
filter: blur(60px);
}
@media (max-width: 991.98px) {
.coreinfo-classic {
padding: 4rem 0;
}
.coreinfo-classic__main-content {
padding-right: 0;
margin-bottom: 2rem;
}
.coreinfo-classic__title {
font-size: 2rem;
}
.coreinfo-classic__subtitle {
font-size: 1.125rem;
}
.coreinfo-classic__features-grid {
grid-template-columns: repeat(2, 1fr);
gap: 1.25rem;
}
}
@media (max-width: 767.98px) {
.coreinfo-classic {
padding: 3rem 0;
}
.coreinfo-classic__title {
font-size: 1.75rem;
}
.coreinfo-classic__subtitle {
font-size: 1rem;
}
.coreinfo-classic__desc-text {
font-size: 1rem;
}
.coreinfo-classic__features-grid {
grid-template-columns: 1fr;
gap: 1rem;
}
.coreinfo-classic__feature-card {
padding: 1.25rem;
gap: 1rem;
}
.coreinfo-classic__feature-icon {
width: 40px;
height: 40px;
font-size: 1.25rem;
}
.coreinfo-classic__feature-title {
font-size: 1rem;
}
.coreinfo-classic__feature-desc {
font-size: 0.875rem;
}
.coreinfo-classic__feature-card:hover {
transform: translateX(4px);
}
}
@media (max-width: 575.98px) {
.coreinfo-classic__badge {
width: 50px;
height: 3px;
margin-bottom: 1rem;
}
.coreinfo-classic__header {
margin-bottom: 1.5rem;
}
.coreinfo-classic__description {
margin-bottom: 1.5rem;
}
}
@media (prefers-reduced-motion: reduce) {
.coreinfo-classic__feature-card,
.coreinfo-classic__feature-icon {
transition: none;
}
.coreinfo-classic__feature-card:hover {
transform: none;
}
.coreinfo-classic__feature-card:hover .coreinfo-classic__feature-icon {
transform: none;
}
}
@media (prefers-contrast: high) {
.coreinfo-classic__feature-card {
border-width: 2px;
border-color: var(--neutral-300);
}
.coreinfo-classic__feature-card:hover {
border-color: var(--primary-500);
}
}
@media print {
.coreinfo-classic {
padding: 2rem 0;
}
.coreinfo-classic__bg-shape {
display: none;
}
.coreinfo-classic__feature-card {
border: 1px solid var(--neutral-300);
page-break-inside: avoid;
}
}
.leadgen-section-secondary {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.leadgen-section-secondary .decorative-accent {
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
margin: 0 auto;
box-shadow: 0 0 25px var(--primary-500);
animation: pulse-leadgen-v001 2.5s ease-in-out infinite;
}
@keyframes pulse-leadgen-v001 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.leadgen-section-secondary .leadgen-form-card {
background: var(--light);
border-radius: 28px;
padding: 3.5rem;
box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.1);
position: relative;
overflow: hidden;
border: 1px solid var(--neutral-100);
transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.leadgen-section-secondary .leadgen-form-card:hover {
transform: translateY(-6px);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.15);
}
.leadgen-section-secondary .decorative-shape-corner {
position: absolute;
top: -40px;
right: -40px;
width: 140px;
height: 140px;
background: linear-gradient(135deg, var(--primary-400), var(--primary-600));
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.12;
animation: rotate-leadgen-v001 25s linear infinite;
}
.leadgen-section-secondary .decorative-shape-gradient {
position: absolute;
bottom: -50px;
left: -50px;
width: 180px;
height: 180px;
background: linear-gradient(135deg, var(--primary-600), var(--primary-800));
border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
opacity: 0.1;
animation: rotate-leadgen-v001 30s linear infinite reverse;
}
@keyframes rotate-leadgen-v001 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 0.3s ease;
font-size: 1rem;
height: calc(3.5rem + 2px);
}
.leadgen-section-secondary .form-floating > label {
padding: 1.1rem 1.35rem;
color: var(--text-secondary);
font-weight: 500;
}
.leadgen-section-secondary .form-control:focus,
.leadgen-section-secondary .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 20%, transparent);
background: var(--light);
outline: none;
}
.leadgen-section-secondary .form-control:hover,
.leadgen-section-secondary .form-select:hover {
border-color: var(--neutral-200);
}
.leadgen-section-secondary textarea.form-control {
min-height: 150px;
resize: vertical;
}
.leadgen-section-secondary .form-check-input {
width: 1.3rem;
height: 1.3rem;
border: 2px solid var(--neutral-300);
border-radius: 7px;
cursor: pointer;
transition: all 0.3s ease;
}
.leadgen-section-secondary .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.leadgen-section-secondary .form-check-input:hover {
border-color: var(--primary-300);
}
.leadgen-section-secondary .form-check-label {
cursor: pointer;
user-select: none;
padding-left: 0.6rem;
line-height: 1.6;
}
.leadgen-section-secondary .btn-leadgen-submit {
background: linear-gradient(135deg, #3b82f6, #1d4ed8) !important;
color: var(--light) !important;
border: none;
border-radius: 14px;
font-weight: 600;
font-size: 1.15rem;
letter-spacing: 0.4px;
transition: all 0.4s ease;
box-shadow: 0 6px 20px rgba(59, 130, 246, 0.35);
position: relative;
overflow: hidden;
}
.leadgen-section-secondary .btn-leadgen-submit::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(var(--white-rgb), 0.25), transparent);
transition: left 0.6s ease;
}
.leadgen-section-secondary .btn-leadgen-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(59, 130, 246, 0.45);
}
.leadgen-section-secondary .btn-leadgen-submit:hover::before {
left: 100%;
}
.leadgen-section-secondary .btn-leadgen-submit:active {
transform: translateY(0);
box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}
.leadgen-section-secondary .decorative-blob-primary {
position: absolute;
top: 10%;
left: 5%;
width: 300px;
height: 300px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-300) 15%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(60px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-1 15s ease-in-out infinite;
}
.leadgen-section-secondary .decorative-blob-secondary {
position: absolute;
bottom: 15%;
right: 8%;
width: 250px;
height: 250px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-500) 12%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(50px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-2 18s ease-in-out infinite;
}
@keyframes float-blob-leadgen-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.95);
}
}
@keyframes float-blob-leadgen-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(-25px, 25px) scale(1.05);
}
66% {
transform: translate(20px, -20px) scale(0.98);
}
}
.leadgen-section-secondary .container > * {
position: relative;
z-index: 1;
}
@media (max-width: 991px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2.5rem;
}
}
@media (max-width: 767px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2rem;
border-radius: 20px;
}
.leadgen-section-secondary .btn-leadgen-submit {
font-size: 1.05rem;
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
padding: 1rem 1.15rem;
}
}
.leadgen-section-secondary .form-control:focus-visible,
.leadgen-section-secondary .form-select:focus-visible,
.leadgen-section-secondary .form-check-input:focus-visible {
outline: 3px solid var(--primary-500);
outline-offset: 2px;
}
.leadgen-section-secondary .btn-leadgen-submit:focus-visible {
outline: 3px solid var(--light);
outline-offset: 3px;
}
.leadgen-section-secondary .leadgen-field,
.leadgen-section-secondary .leadgen-field-dynamic {
animation: fadeInField 0.4s ease-out;
margin-bottom: 0;
}
@keyframes fadeInField {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control,
.leadgen-section-secondary .leadgen-form-dynamic .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 0.3s ease;
font-size: 1rem;
height: calc(3.5rem + 2px);
}
.leadgen-section-secondary .leadgen-form-dynamic .form-floating > label {
padding: 1.1rem 1.35rem;
color: var(--text-secondary);
font-weight: 500;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control:focus,
.leadgen-section-secondary .leadgen-form-dynamic .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 20%, transparent);
background: var(--light);
outline: none;
}
.leadgen-section-secondary .leadgen-form-dynamic textarea.form-control {
min-height: 120px;
resize: vertical;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-input {
width: 1.3rem;
height: 1.3rem;
border: 2px solid var(--neutral-300);
border-radius: 7px;
cursor: pointer;
transition: all 0.3s ease;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-label {
cursor: pointer;
user-select: none;
padding-left: 0.6rem;
line-height: 1.6;
}
.contact-section-custom {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, white 70%) 100%);
}
.contact-section-custom .decorative-line {
width: 60px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
border-radius: 2px;
}
.contact-section-custom .form-card {
background: white;
border-radius: 20px;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
position: relative;
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-section-custom .form-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.12);
}
.contact-section-custom .decorative-corner {
position: absolute;
top: 0;
right: 0;
width: 100px;
height: 100px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
opacity: 0.1;
border-radius: 0 20px 0 100%;
}
.contact-section-custom .form-control {
border: 2px solid var(--neutral-100);
border-radius: 12px;
padding: 0.875rem 1rem;
font-size: 1rem;
transition: all 0.3s ease;
background: var(--surface-primary);
}
.contact-section-custom .form-control:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
background: white;
}
.contact-section-custom .form-floating > label {
color: var(--text-secondary);
padding: 1rem 1rem;
}
.contact-section-custom .form-check-input {
border: 2px solid var(--neutral-300);
border-radius: 6px;
width: 1.25rem;
height: 1.25rem;
cursor: pointer;
}
.contact-section-custom .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.contact-section-custom .form-check-label {
color: var(--text-secondary);
cursor: pointer;
user-select: none;
}
.contact-section-custom #site_submit_btn {
background: linear-gradient(135deg, #2563eb, #0284c7) !important;
color: var(--light) !important;
border: none !important;
border-radius: 12px;
font-size: 1.125rem;
font-weight: 600;
letter-spacing: 0.5px;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}
.contact-section-custom #site_submit_btn:hover {
transform: translateY(-2px);
box-shadow: 0 6px 25px rgba(37, 99, 235, 0.4);
}
.contact-section-custom #site_submit_btn:active {
transform: translateY(0);
}
.contact-section-custom .decorative-blob {
position: absolute;
bottom: -50px;
right: -50px;
width: 200px;
height: 200px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
opacity: 0.05;
border-radius: 45% 55% 60% 40% / 50% 60% 40% 50%;
animation: blob-rotate 20s infinite ease-in-out;
}
@keyframes blob-rotate {
0%, 100% {
border-radius: 45% 55% 60% 40% / 50% 60% 40% 50%;
transform: rotate(0deg);
}
50% {
border-radius: 55% 45% 40% 60% / 60% 40% 60% 40%;
transform: rotate(180deg);
}
}
.contact-section-custom .info-card {
background: white;
border-radius: 20px;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
position: relative;
overflow: hidden;
}
.contact-section-custom .info-item {
position: relative;
padding-left: 0;
}
.contact-section-custom .icon-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
color: white;
font-size: 1.5rem;
box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.contact-section-custom .social-icons {
display: flex;
gap: 1rem;
flex-wrap: wrap;
}
.contact-section-custom .social-icons .icon-item {
display: flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
background: var(--surface-secondary);
border-radius: 10px;
color: var(--primary-500);
font-size: 1.25rem;
transition: all 0.3s ease;
cursor: pointer;
}
.contact-section-custom .social-icons .icon-item:hover {
background: var(--primary-500);
color: white;
transform: translateY(-3px);
box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.contact-section-custom .decorative-shape {
position: absolute;
top: 20px;
right: 20px;
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
opacity: 0.08;
border-radius: 50%;
}
.contact-section-custom .decorative-circle-1,
.contact-section-custom .decorative-circle-2 {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
opacity: 0.06;
z-index: 0;
pointer-events: none;
}
.contact-section-custom .decorative-circle-1 {
width: 300px;
height: 300px;
top: -100px;
left: -100px;
}
.contact-section-custom .decorative-circle-2 {
width: 200px;
height: 200px;
bottom: -50px;
right: 10%;
}
@media (max-width: 991.98px) {
.contact-section-custom .form-card,
.contact-section-custom .info-card {
padding: 2rem !important;
}
.contact-section-custom .decorative-circle-1 {
width: 200px;
height: 200px;
}
.contact-section-custom .decorative-circle-2 {
width: 150px;
height: 150px;
}
}
@media (max-width: 767.98px) {
.contact-section-custom .display-4 {
font-size: 2rem;
}
.contact-section-custom .h4 {
font-size: 1.25rem;
}
.contact-section-custom .lead {
font-size: 1rem;
}
.contact-section-custom .icon-wrapper {
width: 45px;
height: 45px;
font-size: 1.25rem;
}
.contact-section-custom .social-icons .icon-item {
width: 40px;
height: 40px;
font-size: 1.125rem;
}
}
@media (max-width: 575.98px) {
.contact-section-custom .form-card,
.contact-section-custom .info-card {
padding: 1.5rem !important;
}
.contact-section-custom #site_submit_btn {
font-size: 1rem;
padding: 0.875rem 1rem;
}
}
.blog-section-custom {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.blog-section-custom .section-header {
position: relative;
z-index: 2;
}
.blog-section-custom .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.blog-section-custom .section-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.blog-section-custom .section-description {
font-size: 1.125rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.blog-section-custom .decorative-dots {
display: flex;
gap: 8px;
justify-content: center;
margin-top: 1.5rem;
}
.blog-section-custom .decorative-dots .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
animation: dotPulse 2s ease-in-out infinite;
}
.blog-section-custom .decorative-dots .dot:nth-child(2) {
animation-delay: 0.3s;
}
.blog-section-custom .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.3);
}
}
.blog-section-custom .blog-card {
background: var(--surface-primary);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
display: flex;
flex-direction: column;
}
.blog-section-custom .blog-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.15);
}
.blog-section-custom .blog-image-wrapper {
position: relative;
width: 100%;
height: 220px;
overflow: hidden;
background: color-mix(in srgb, var(--primary-100) 50%, var(--neutral-100) 50%);
}
.blog-section-custom .blog-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-section-custom .blog-card:hover .blog-image {
transform: scale(1.1);
}
.blog-section-custom .image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-700) 90%, transparent 10%) 0%,
color-mix(in srgb, var(--primary-500) 60%, transparent 40%) 100%
);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.4s ease;
}
.blog-section-custom .blog-card:hover .image-overlay {
opacity: 1;
}
.blog-section-custom .image-overlay i {
font-size: 3rem;
color: var(--light);
transform: translateX(-20px);
transition: transform 0.4s ease;
}
.blog-section-custom .blog-card:hover .image-overlay i {
transform: translateX(0);
}
.blog-section-custom .category-badge {
position: absolute;
top: 16px;
right: 16px;
width: 48px;
height: 48px;
border-radius: 12px;
background: var(--surface-primary);
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
z-index: 2;
}
.blog-section-custom .category-badge i {
font-size: 1.25rem;
color: var(--primary-500);
}
.blog-section-custom .blog-content {
padding: 2rem;
flex-grow: 1;
display: flex;
flex-direction: column;
}
.blog-section-custom .blog-meta {
display: flex;
gap: 1.5rem;
align-items: center;
}
.blog-section-custom .meta-item {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 0.875rem;
color: var(--text-secondary);
}
.blog-section-custom .meta-item i {
font-size: 1.125rem;
color: var(--primary-500);
}
.blog-section-custom .blog-title {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.4;
transition: color 0.3s ease;
}
.blog-section-custom .blog-card:hover .blog-title {
color: var(--primary-500);
}
.blog-section-custom .blog-excerpt {
font-size: 0.9375rem;
line-height: 1.7;
color: var(--text-secondary);
flex-grow: 1;
}
.blog-section-custom .blog-footer {
margin-top: auto;
padding-top: 1rem;
border-top: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
}
.blog-section-custom .blog-link {
display: inline-flex;
align-items: center;
gap: 0.5rem;
font-size: 1rem;
font-weight: 600;
color: var(--primary-500);
text-decoration: none;
transition: all 0.3s ease;
}
.blog-section-custom .blog-link:hover {
gap: 0.75rem;
color: var(--primary-700);
}
.blog-section-custom .blog-link i {
font-size: 1.5rem;
transition: transform 0.3s ease;
}
.blog-section-custom .blog-link:hover i {
transform: translateX(4px);
}
.blog-section-custom .corner-decoration {
position: absolute;
bottom: 0;
right: 0;
width: 80px;
height: 80px;
background: linear-gradient(
135deg,
transparent 50%,
color-mix(in srgb, var(--primary-100) 40%, transparent 60%) 50%
);
border-radius: 16px 0 16px 0;
pointer-events: none;
}
.blog-section-custom .background-decoration {
position: absolute;
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.blog-section-custom .decoration-1 {
width: 400px;
height: 400px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
transparent 70%
);
top: -200px;
left: -200px;
}
.blog-section-custom .decoration-2 {
width: 300px;
height: 300px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 10%, transparent 90%) 0%,
transparent 70%
);
bottom: -150px;
right: -150px;
}
.blog-section-custom .decoration-3 {
width: 200px;
height: 200px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 12%, transparent 88%) 0%,
transparent 70%
);
top: 50%;
right: 10%;
animation: float 6s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-30px) rotate(5deg);
}
}
@media (max-width: 991.98px) {
.blog-section-custom .section-title {
font-size: 2rem;
}
.blog-section-custom .section-subtitle {
font-size: 1.125rem;
}
.blog-section-custom .section-description {
font-size: 1rem;
}
}
@media (max-width: 767.98px) {
.blog-section-custom .section-title {
font-size: 1.75rem;
}
.blog-section-custom .section-subtitle {
font-size: 1rem;
}
.blog-section-custom .blog-title {
font-size: 1.25rem;
}
.blog-section-custom .blog-content {
padding: 1.5rem;
}
.blog-section-custom .blog-image-wrapper {
height: 200px;
}
}
@media (max-width: 575.98px) {
.blog-section-custom .section-title {
font-size: 1.5rem;
}
.blog-section-custom .blog-meta {
gap: 1rem;
}
.blog-section-custom .blog-image-wrapper {
height: 180px;
}
}
@media (prefers-reduced-motion: reduce) {
.blog-section-custom .blog-card,
.blog-section-custom .blog-image,
.blog-section-custom .image-overlay,
.blog-section-custom .blog-link,
.blog-section-custom .decorative-dots .dot {
transition: none;
animation: none;
}
}
@media print {
.blog-section-custom .background-decoration,
.blog-section-custom .decorative-dots,
.blog-section-custom .corner-decoration {
display: none;
}
.blog-section-custom .blog-card {
box-shadow: none;
border: 1px solid var(--neutral-300);
}
}
.faq-section-pro {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.faq-section-pro .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.faq-section-pro .shape-circle-1 {
position: absolute;
top: 10%;
right: 5%;
width: 150px;
height: 150px;
background: color-mix(in srgb, var(--primary-300) 20%, transparent);
border-radius: 50%;
filter: blur(40px);
}
.faq-section-pro .shape-circle-2 {
position: absolute;
bottom: 15%;
left: 3%;
width: 200px;
height: 200px;
background: color-mix(in srgb, var(--primary-500) 15%, transparent);
border-radius: 50%;
filter: blur(50px);
}
.faq-section-pro .shape-blob-1 {
position: absolute;
top: 50%;
right: 10%;
width: 180px;
height: 180px;
background: color-mix(in srgb, var(--primary-300) 10%, transparent);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
filter: blur(35px);
animation: blob-float 15s ease-in-out infinite;
}
@keyframes blob-float {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
33% { transform: translate(20px, -20px) rotate(120deg); }
66% { transform: translate(-20px, 10px) rotate(240deg); }
}
.faq-section-pro #faq-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
position: relative;
}
.faq-section-pro #faq-subtitle {
color: var(--primary-700);
font-weight: 600;
}
.faq-section-pro #faq-desc {
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.faq-section-pro .faq-card {
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.faq-section-pro .faq-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 0;
background: var(--primary-500);
transition: height 0.3s ease;
}
.faq-section-pro .faq-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12) !important;
}
.faq-section-pro .faq-card:hover::before {
height: 100%;
}
.faq-section-pro .card-header {
padding: 1.5rem;
border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
}
.faq-section-pro .card-header.bg-primary-subtle {
background: color-mix(in srgb, var(--primary-100) 60%, var(--surface-primary)) !important;
}
.faq-section-pro .card-header.bg-success-subtle {
background: color-mix(in srgb, var(--primary-100) 40%, #d1f4e0) !important;
}
.faq-section-pro .card-header.bg-info-subtle {
background: color-mix(in srgb, var(--primary-100) 40%, #d1ecf9) !important;
}
.faq-section-pro .card-header.bg-warning-subtle {
background: color-mix(in srgb, var(--primary-100) 40%, #fff3cd) !important;
}
.faq-section-pro .card-header.bg-danger-subtle {
background: color-mix(in srgb, var(--primary-100) 40%, #f8d7da) !important;
}
.faq-section-pro .faq-icon {
flex-shrink: 0;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-500);
color: var(--light);
border-radius: 10px;
font-size: 1.25rem;
transition: all 0.3s ease;
}
.faq-section-pro .faq-card:hover .faq-icon {
transform: scale(1.1) rotate(5deg);
background: var(--primary-700);
}
.faq-section-pro .card-header h4 {
color: var(--text-primary);
line-height: 1.5;
transition: color 0.3s ease;
}
.faq-section-pro .faq-card:hover .card-header h4 {
color: var(--primary-700);
}
.faq-section-pro .card-body {
padding: 1.5rem;
background: var(--surface-primary);
}
.faq-section-pro .card-body p {
color: var(--text-secondary);
line-height: 1.75;
font-size: 0.95rem;
}
.faq-section-pro .bottom-icon-grid {
display: flex;
justify-content: center;
align-items: center;
gap: 2rem;
flex-wrap: wrap;
padding-top: 2rem;
border-top: 2px solid var(--neutral-100);
}
.faq-section-pro .bottom-icon-grid .icon-item {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--primary-100) 50%, var(--surface-primary));
border-radius: 50%;
font-size: 1.75rem;
color: var(--primary-500);
transition: all 0.3s ease;
}
.faq-section-pro .bottom-icon-grid .icon-item:hover {
background: var(--primary-500);
color: var(--light);
transform: translateY(-5px) rotate(10deg);
}
@media (max-width: 991.98px) {
.faq-section-pro #faq-title {
font-size: 2.25rem;
}
.faq-section-pro .shape-circle-1,
.faq-section-pro .shape-circle-2 {
width: 100px;
height: 100px;
}
.faq-section-pro .card-header {
padding: 1.25rem;
}
.faq-section-pro .card-body {
padding: 1.25rem;
}
}
@media (max-width: 767.98px) {
.faq-section-pro #faq-title {
font-size: 1.875rem;
}
.faq-section-pro #faq-subtitle {
font-size: 1.125rem;
}
.faq-section-pro .faq-icon {
width: 36px;
height: 36px;
font-size: 1.1rem;
}
.faq-section-pro .card-header h4 {
font-size: 1.05rem;
}
.faq-section-pro .bottom-icon-grid {
gap: 1.25rem;
}
.faq-section-pro .bottom-icon-grid .icon-item {
width: 50px;
height: 50px;
font-size: 1.5rem;
}
.faq-section-pro .shape-blob-1 {
display: none;
}
}
@media (max-width: 575.98px) {
.faq-section-pro #faq-title {
font-size: 1.625rem;
}
.faq-section-pro .card-header {
padding: 1rem;
flex-direction: column;
gap: 0.75rem !important;
align-items: flex-start !important;
}
.faq-section-pro .card-body {
padding: 1rem;
}
.faq-section-pro .bottom-icon-grid .icon-item {
width: 45px;
height: 45px;
font-size: 1.35rem;
}
}
@media (prefers-reduced-motion: reduce) {
.faq-section-pro .faq-card,
.faq-section-pro .faq-icon,
.faq-section-pro .bottom-icon-grid .icon-item {
transition: none;
}
.faq-section-pro .shape-blob-1 {
animation: none;
}
}
@media print {
.faq-section-pro .decorative-shapes,
.faq-section-pro .bottom-icon-grid {
display: none;
}
.faq-section-pro .faq-card {
box-shadow: none !important;
border: 1px solid var(--neutral-300) !important;
page-break-inside: avoid;
}
}
.footer-minimal {
position: relative;
padding: 6rem 0 0;
overflow: hidden;
color: var(--light);
}
.footer-minimal .footer-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
),
url('assets/images/footer_bg.webp');
background-size: cover;
background-position: center;
background-attachment: fixed;
z-index: 0;
}
.footer-minimal .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.1;
z-index: 1;
}
.footer-minimal .shape-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-300), transparent);
top: -100px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.footer-minimal .shape-2 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-500), transparent);
bottom: -50px;
left: -80px;
animation: float 15s ease-in-out infinite reverse;
}
.footer-minimal .decorative-dots {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
background-image: radial-gradient(circle, rgba(var(--white-rgb), 0.1) 1px, transparent 1px);
background-size: 30px 30px;
z-index: 1;
opacity: 0.3;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(30px, 30px) scale(1.1);
}
}
.footer-minimal .container {
z-index: 2;
}
.footer-minimal .footer-brand {
padding-right: 2rem;
}
.footer-minimal .brand-icon {
font-size: 3rem;
color: rgba(var(--white-rgb), 0.9);
margin-bottom: 1.5rem;
animation: pulse 3s ease-in-out infinite;
}
@keyframes pulse {
0%, 100% {
opacity: 0.9;
}
50% {
opacity: 0.6;
}
}
.footer-minimal .brand-name {
font-size: 1.75rem;
font-weight: 700;
color: var(--light);
margin-bottom: 1rem;
line-height: 1.3;
}
.footer-minimal .brand-description {
font-size: 0.95rem;
color: rgba(var(--white-rgb), 0.85);
line-height: 1.7;
margin-bottom: 0;
}
.footer-minimal .footer-column {
padding-left: 1rem;
}
.footer-minimal .column-header {
display: flex;
align-items: center;
gap: 0.75rem;
margin-bottom: 1.5rem;
padding-bottom: 1rem;
border-bottom: 2px solid rgba(var(--white-rgb), 0.2);
}
.footer-minimal .column-header i {
font-size: 1.5rem;
color: rgba(var(--white-rgb), 0.9);
}
.footer-minimal .column-title {
font-size: 1.25rem;
font-weight: 600;
color: var(--light);
margin: 0;
}
.footer-minimal .footer-nav {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.footer-minimal .footer-link {
display: flex;
align-items: center;
gap: 0.5rem;
color: rgba(var(--white-rgb), 0.8);
text-decoration: none;
font-size: 0.95rem;
padding: 0.5rem 0;
transition: all 0.3s ease;
position: relative;
}
.footer-minimal .footer-link i {
font-size: 0.875rem;
transition: transform 0.3s ease;
}
.footer-minimal .footer-link:hover {
color: var(--light);
padding-left: 0.5rem;
}
.footer-minimal .footer-link:hover i {
transform: translateX(5px);
}
.footer-minimal .contact-info {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.footer-minimal .contact-item {
display: flex;
align-items: flex-start;
gap: 1rem;
padding: 1rem;
background: rgba(var(--white-rgb), 0.05);
border-radius: 12px;
border: 1px solid rgba(var(--white-rgb), 0.1);
transition: all 0.3s ease;
}
.footer-minimal .contact-item:hover {
background: rgba(var(--white-rgb), 0.1);
border-color: rgba(var(--white-rgb), 0.2);
transform: translateX(5px);
}
.footer-minimal .contact-icon {
flex-shrink: 0;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(var(--white-rgb), 0.1);
border-radius: 10px;
font-size: 1.25rem;
color: var(--light);
}
.footer-minimal .contact-details {
display: flex;
flex-direction: column;
gap: 0.25rem;
}
.footer-minimal .contact-label {
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 1px;
color: rgba(var(--white-rgb), 0.6);
font-weight: 600;
}
.footer-minimal .contact-value {
font-size: 0.95rem;
color: rgba(var(--white-rgb), 0.9);
line-height: 1.5;
}
.footer-minimal .footer-bottom {
margin-top: 3rem;
padding: 2rem 0;
border-top: 1px solid rgba(var(--white-rgb), 0.15);
}
.footer-minimal .disclaimer-text {
font-size: 0.875rem;
color: rgba(var(--white-rgb), 0.7);
line-height: 1.6;
margin: 0;
}
.footer-minimal .copyright-wrapper {
display: flex;
align-items: center;
gap: 0.75rem;
justify-content: flex-end;
}
.footer-minimal .copyright-icon {
font-size: 1.25rem;
color: rgba(var(--white-rgb), 0.7);
}
.footer-minimal .copyright-text {
font-size: 0.875rem;
color: rgba(var(--white-rgb), 0.8);
margin: 0;
text-align: right;
}
.footer-minimal .decorative-wave {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
z-index: 1;
}
.footer-minimal .decorative-wave svg {
position: relative;
display: block;
width: calc(100% + 1.3px);
height: 80px;
fill: rgba(var(--white-rgb), 0.05);
}
@media (max-width: 991.98px) {
.footer-minimal {
padding: 4rem 0 0;
}
.footer-minimal .footer-brand {
padding-right: 0;
margin-bottom: 2rem;
}
.footer-minimal .footer-column {
padding-left: 0;
margin-bottom: 2rem;
}
.footer-minimal .copyright-wrapper {
justify-content: flex-start;
margin-top: 1rem;
}
.footer-minimal .copyright-text {
text-align: left;
}
}
@media (max-width: 767.98px) {
.footer-minimal {
padding: 3rem 0 0;
}
.footer-minimal .brand-name {
font-size: 1.5rem;
}
.footer-minimal .column-title {
font-size: 1.1rem;
}
.footer-minimal .footer-bottom {
margin-top: 2rem;
}
.shape-1,
.footer-minimal .shape-2 {
width: 200px;
height: 200px;
}
.footer-minimal .decorative-wave svg {
height: 50px;
}
}
@media (max-width: 575.98px) {
.footer-minimal {
padding: 2rem 0 0;
}
.footer-minimal .brand-icon {
font-size: 2.5rem;
}
.footer-minimal .contact-item {
padding: 0.75rem;
}
.footer-minimal .contact-icon {
width: 35px;
height: 35px;
font-size: 1rem;
}
}
@media (prefers-reduced-motion: reduce) {
.decorative-shape,
.brand-icon,
.footer-link,
.footer-minimal .contact-item {
animation: none;
transition: none;
}
}
@media print {
.footer-background,
.decorative-shape,
.decorative-dots,
.footer-minimal .decorative-wave {
display: none;
}
.footer-minimal {
background: var(--light);
color: var(--dark);
}
}
.additional-universal-section.v-048 {
padding: 100px 0;
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.additional-universal-section.v-048 .section-header {
position: relative;
z-index: 2;
}
.additional-universal-section.v-048 .minimal-accent {
width: 80px;
height: 2px;
background: var(--primary-500);
margin: 0 auto 32px;
transition: width 0.6s ease;
}
.additional-universal-section.v-048 .section-header:hover .minimal-accent {
width: 120px;
}
.additional-universal-section.v-048 .section-title {
font-size: 2.75rem;
font-weight: 300;
color: var(--text-primary);
margin-bottom: 20px;
line-height: 1.2;
letter-spacing: -0.03em;
}
.additional-universal-section.v-048 .section-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 24px;
line-height: 1.4;
letter-spacing: 0.02em;
}
.additional-universal-section.v-048 .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
margin-bottom: 0;
font-weight: 300;
}
.additional-universal-section.v-048 .modern-card {
height: 100%;
background: var(--surface-primary);
border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
border-radius: 0;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.additional-universal-section.v-048 .modern-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, transparent 0%, color-mix(in srgb, var(--primary-50) 30%, transparent 70%) 100%);
opacity: 0;
transition: opacity 0.4s ease;
pointer-events: none;
}
.additional-universal-section.v-048 .modern-card:hover {
border-color: var(--primary-500);
transform: translateY(-8px);
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}
.additional-universal-section.v-048 .modern-card:hover::before {
opacity: 1;
}
.additional-universal-section.v-048 .modern-card.featured {
border-width: 2px;
border-color: var(--primary-500);
}
.additional-universal-section.v-048 .card-inner {
padding: 40px;
position: relative;
z-index: 2;
height: 100%;
display: flex;
flex-direction: column;
}
.additional-universal-section.v-048 .modern-card.featured .card-inner {
padding: 48px;
}
.additional-universal-section.v-048 .icon-wrapper {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: transparent;
border: 2px solid var(--primary-500);
border-radius: 50%;
margin-bottom: 24px;
transition: all 0.3s ease;
}
.additional-universal-section.v-048 .modern-card:hover .icon-wrapper {
background: var(--primary-500);
transform: rotate(180deg);
}
.additional-universal-section.v-048 .icon-wrapper i {
font-size: 28px;
color: var(--primary-500);
transition: color 0.3s ease;
}
.additional-universal-section.v-048 .modern-card:hover .icon-wrapper i {
color: var(--light);
}
.additional-universal-section.v-048 .icon-wrapper.featured-icon {
width: 72px;
height: 72px;
border-width: 3px;
}
.additional-universal-section.v-048 .icon-wrapper.featured-icon i {
font-size: 32px;
}
.additional-universal-section.v-048 .modern-title {
font-size: 1.5rem;
font-weight: 500;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
letter-spacing: -0.01em;
}
.additional-universal-section.v-048 .modern-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 24px;
font-weight: 300;
flex: 1;
}
.additional-universal-section.v-048 .card-divider {
width: 40px;
height: 2px;
background: var(--primary-500);
margin-top: auto;
transition: width 0.4s ease;
}
.additional-universal-section.v-048 .modern-card:hover .card-divider {
width: 80px;
}
.additional-universal-section.v-048 .featured-content {
display: flex;
gap: 32px;
align-items: flex-start;
}
.additional-universal-section.v-048 .text-content {
flex: 1;
}
.additional-universal-section.v-048 .minimal-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.additional-universal-section.v-048 .accent-line {
position: absolute;
height: 1px;
background: linear-gradient(90deg, transparent, var(--neutral-300), transparent);
}
.additional-universal-section.v-048 .accent-line.line-1 {
width: 300px;
top: 25%;
right: 0;
}
.additional-universal-section.v-048 .accent-line.line-2 {
width: 250px;
bottom: 35%;
left: 0;
}
.additional-universal-section.v-048 .accent-dot {
position: absolute;
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
opacity: 0.3;
}
.additional-universal-section.v-048 .accent-dot.dot-1 {
top: 15%;
right: 10%;
}
.additional-universal-section.v-048 .accent-dot.dot-2 {
bottom: 20%;
left: 8%;
}
.additional-universal-section.v-048 .accent-dot.dot-3 {
top: 60%;
right: 15%;
}
@media (max-width: 1199.98px) {
.additional-universal-section.v-048 .featured-content {
flex-direction: column;
gap: 24px;
}
}
@media (max-width: 991.98px) {
.additional-universal-section.v-048 {
padding: 80px 0;
}
.additional-universal-section.v-048 .section-title {
font-size: 2.25rem;
}
.additional-universal-section.v-048 .section-subtitle {
font-size: 1.125rem;
}
.additional-universal-section.v-048 .card-inner {
padding: 32px;
}
.additional-universal-section.v-048 .modern-card.featured .card-inner {
padding: 36px;
}
}
@media (max-width: 767.98px) {
.additional-universal-section.v-048 {
padding: 60px 0;
}
.additional-universal-section.v-048 .section-title {
font-size: 1.875rem;
}
.additional-universal-section.v-048 .section-subtitle {
font-size: 1rem;
}
.additional-universal-section.v-048 .card-inner {
padding: 28px;
}
.additional-universal-section.v-048 .modern-card.featured .card-inner {
padding: 32px;
}
.additional-universal-section.v-048 .icon-wrapper {
width: 52px;
height: 52px;
}
.additional-universal-section.v-048 .icon-wrapper i {
font-size: 24px;
}
.additional-universal-section.v-048 .icon-wrapper.featured-icon {
width: 64px;
height: 64px;
}
.additional-universal-section.v-048 .icon-wrapper.featured-icon i {
font-size: 28px;
}
.additional-universal-section.v-048 .modern-title {
font-size: 1.25rem;
}
}
@media (max-width: 575.98px) {
.additional-universal-section.v-048 {
padding: 50px 0;
}
.additional-universal-section.v-048 .card-inner {
padding: 24px;
}
.additional-universal-section.v-048 .modern-card.featured .card-inner {
padding: 28px;
}
.additional-universal-section.v-048 .featured-content {
gap: 20px;
}
}
.add_wrap.v010_professional {
padding: var(--section-py) 0;
background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 100%);
position: relative;
overflow: hidden;
}
.add_wrap.v010_professional .add_header {
margin-bottom: var(--space-12);
position: relative;
z-index: 2;
}
.add_wrap.v010_professional .add_title {
color: var(--text-primary);
margin-bottom: var(--space-4);
font-weight: 700;
line-height: 1.2;
}
.add_wrap.v010_professional .add_subtitle {
color: var(--primary-500);
margin-bottom: var(--space-6);
font-weight: 600;
}
.add_wrap.v010_professional .add_description {
color: var(--text-secondary);
max-width: 800px;
margin: 0 auto;
line-height: 1.7;
}
.add_wrap.v010_professional .add_decorative_line {
width: 80px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
margin: var(--space-8) auto var(--space-12);
border-radius: 2px;
}
.add_wrap.v010_professional .add_content_grid {
position: relative;
z-index: 2;
}
.add_wrap.v010_professional .add_card {
height: 100%;
padding: var(--space-8);
background: #ffffff;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-md);
border: 1px solid var(--border-light);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.add_wrap.v010_professional .add_card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 0;
background: var(--primary-500);
transition: height 0.3s ease;
}
.add_wrap.v010_professional .add_card:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.add_wrap.v010_professional .add_card:hover::before {
height: 100%;
}
.add_wrap.v010_professional .add_card_icon {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-50);
border-radius: 12px;
margin-bottom: var(--space-4);
transition: all 0.3s ease;
}
.add_wrap.v010_professional .add_card_icon i {
font-size: 28px;
color: var(--primary-500);
}
.add_wrap.v010_professional .add_card:hover .add_card_icon {
background: var(--primary-500);
}
.add_wrap.v010_professional .add_card:hover .add_card_icon i {
color: #ffffff;
}
.add_wrap.v010_professional .add_card_title {
color: var(--text-primary);
font-size: 1.25rem;
font-weight: 600;
margin-bottom: var(--space-3);
line-height: 1.3;
}
.add_wrap.v010_professional .add_card_desc {
color: var(--text-secondary);
margin-bottom: 0;
line-height: 1.6;
}
.add_wrap.v010_professional .add_card_primary .add_card_icon {
background: var(--primary-100);
}
.add_wrap.v010_professional .add_card_secondary .add_card_icon {
background: var(--primary-50);
}
.add_wrap.v010_professional .add_card_accent .add_card_icon i {
color: var(--primary-700);
}
.add_wrap.v010_professional .add_card_highlight {
border-color: var(--primary-300);
}
.add_wrap.v010_professional .add_featured_card {
padding: var(--space-8);
background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
border-radius: var(--radius-lg);
box-shadow: var(--shadow-lg);
border: 2px solid var(--primary-300);
transition: all 0.3s ease;
}
.add_wrap.v010_professional .add_featured_card:hover {
box-shadow: 0 12px 24px rgba(37, 99, 235, 0.15);
}
.add_wrap.v010_professional .add_featured_icon {
width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-500);
border-radius: 50%;
margin: 0 auto;
}
.add_wrap.v010_professional .add_featured_icon i {
font-size: 48px;
color: #ffffff;
}
.add_wrap.v010_professional .add_featured_title {
color: var(--text-primary);
font-size: 1.5rem;
font-weight: 700;
margin-bottom: var(--space-4);
line-height: 1.3;
}
.add_wrap.v010_professional .add_featured_desc {
color: var(--text-secondary);
margin-bottom: 0;
line-height: 1.7;
}
.add_wrap.v010_professional .add_decorative_blob {
position: absolute;
border-radius: 50%;
opacity: 0.1;
z-index: 1;
pointer-events: none;
}
.add_wrap.v010_professional .add_decorative_blob_1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -200px;
right: -100px;
}
.add_wrap.v010_professional .add_decorative_blob_2 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: -150px;
left: -100px;
}
.add_wrap.v010_professional .add_decorative_circle {
position: absolute;
width: 150px;
height: 150px;
border: 3px solid var(--primary-300);
border-radius: 50%;
top: 50%;
left: -75px;
opacity: 0.15;
z-index: 1;
pointer-events: none;
}
@media (max-width: 991px) {
.add_wrap.v010_professional .add_featured_icon {
width: 80px;
height: 80px;
}
.add_wrap.v010_professional .add_featured_icon i {
font-size: 36px;
}
.add_wrap.v010_professional .add_featured_title {
font-size: 1.25rem;
}
}
@media (max-width: 768px) {
.add_wrap.v010_professional .add_card {
padding: var(--space-6);
}
.add_wrap.v010_professional .add_card_icon {
width: 50px;
height: 50px;
}
.add_wrap.v010_professional .add_card_icon i {
font-size: 24px;
}
.add_wrap.v010_professional .add_card_title {
font-size: 1.125rem;
}
.add_wrap.v010_professional .add_featured_card {
padding: var(--space-6);
}
.add_wrap.v010_professional .add_featured_icon {
width: 70px;
height: 70px;
margin-bottom: var(--space-4);
}
.add_wrap.v010_professional .add_featured_icon i {
font-size: 32px;
}
.add_wrap.v010_professional .add_featured_title {
font-size: 1.125rem;
}
.add_wrap.v010_professional .add_decorative_line {
width: 60px;
height: 3px;
}
}
.add_wrap_modern {
position: relative;
padding: var(--space-section-y, 5rem) 0;
background: linear-gradient(180deg, #ffffff 0%, var(--primary-50, #ecfdf5) 50%, #ffffff 100%);
overflow: hidden;
}
.add_wrap_modern .add_header_organic {
position: relative;
text-align: center;
padding: var(--space-8, 2rem);
margin-bottom: var(--space-12, 3rem);
}
.add_wrap_modern .organic_shape {
position: absolute;
width: 200px;
height: 200px;
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
opacity: 0.08;
animation: morph 8s ease-in-out infinite;
}
.add_wrap_modern .shape_left {
background: var(--primary-500, #059669);
top: -50px;
left: 10%;
animation-delay: 0s;
}
.add_wrap_modern .shape_right {
background: var(--primary-300, #6ee7b7);
bottom: -50px;
right: 10%;
animation-delay: 4s;
}
@keyframes morph {
0%, 100% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
transform: rotate(0deg);
}
50% {
border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
transform: rotate(180deg);
}
}
.add_wrap_modern .header_content {
position: relative;
z-index: 1;
}
.add_wrap_modern .eco_badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
background: linear-gradient(135deg, var(--primary-500, #059669) 0%, var(--primary-700, #047857) 100%);
color: #ffffff;
border-radius: 50%;
font-size: 1.75rem;
margin-bottom: var(--space-4, 1rem);
box-shadow: 0 8px 24px rgba(5, 150, 105, 0.25);
}
.add_wrap_modern .add_title {
font-size: clamp(2rem, 4vw, 2.875rem);
font-weight: 800;
color: var(--text-primary, #1c1c1e);
margin-bottom: var(--space-4, 1rem);
line-height: 1.2;
}
.add_wrap_modern .add_subtitle {
font-size: clamp(1.125rem, 2vw, 1.5rem);
color: var(--primary-500, #059669);
margin-bottom: var(--space-6, 1.5rem);
font-weight: 600;
line-height: 1.4;
}
.add_wrap_modern .add_description {
font-size: 1.0625rem;
color: var(--text-secondary, #44403c);
line-height: 1.75;
margin-top: var(--space-4, 1rem);
}
.add_wrap_modern .add_staggered_cards {
margin-top: var(--space-10, 2.5rem);
}
.add_wrap_modern .stagger_card {
position: relative;
background: #ffffff;
padding: var(--space-6, 1.5rem);
border-radius: var(--radius-lg, 12px);
border: 2px solid var(--primary-100, #d1fae5);
box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
transition: all 0.4s ease;
}
.add_wrap_modern .stagger_card:hover {
transform: translateY(-6px);
box-shadow: 0 16px 32px rgba(5, 150, 105, 0.15);
border-color: var(--primary-500, #059669);
}
.add_wrap_modern .card_leaf_accent {
position: absolute;
top: var(--space-4, 1rem);
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-50, #ecfdf5);
color: var(--primary-500, #059669);
border-radius: 50%;
font-size: 1.5rem;
transition: all 0.3s ease;
}
.add_wrap_modern .card_right .card_leaf_accent {
right: var(--space-4, 1rem);
}
.add_wrap_modern .card_left .card_leaf_accent {
left: var(--space-4, 1rem);
}
.add_wrap_modern .stagger_card:hover .card_leaf_accent {
background: var(--primary-500, #059669);
color: #ffffff;
transform: scale(1.1) rotate(15deg);
}
.add_wrap_modern .card_content_wrapper {
padding-top: var(--space-8, 2rem);
}
.add_wrap_modern .add_elem_title {
font-size: clamp(1.25rem, 2vw, 1.5rem);
font-weight: 700;
color: var(--text-primary, #1c1c1e);
margin-bottom: var(--space-3, 0.75rem);
line-height: 1.3;
}
.add_wrap_modern .add_elem_desc {
font-size: 1rem;
color: var(--text-secondary, #44403c);
line-height: 1.65;
margin: 0;
}
.add_wrap_modern .card_highlight {
background: linear-gradient(135deg, var(--primary-50, #ecfdf5) 0%, #ffffff 100%);
border: 3px solid var(--primary-300, #6ee7b7);
padding: var(--space-8, 2rem);
text-align: center;
}
.add_wrap_modern .card_highlight:hover {
background: linear-gradient(135deg, var(--primary-100, #d1fae5) 0%, #ffffff 100%);
}
.add_wrap_modern .highlight_icon_cluster {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
width: 88px;
height: 88px;
background: linear-gradient(135deg, var(--primary-500, #059669) 0%, var(--primary-700, #047857) 100%);
color: #ffffff;
border-radius: 50%;
font-size: 2.25rem;
margin-bottom: var(--space-6, 1.5rem);
box-shadow: 0 12px 32px rgba(5, 150, 105, 0.3);
}
.add_wrap_modern .icon_pulse {
position: absolute;
width: 110px;
height: 110px;
border: 3px solid var(--primary-300, #6ee7b7);
border-radius: 50%;
animation: pulse-expand 2s ease-out infinite;
}
@keyframes pulse-expand {
0% {
transform: scale(1);
opacity: 0.8;
}
100% {
transform: scale(1.3);
opacity: 0;
}
}
.add_wrap_modern .card_center {
margin: 0 auto;
}
.add_wrap_modern .card_center .card_content_wrapper {
padding-top: 0;
}
.add_wrap_modern .card_center .add_elem_title {
font-size: clamp(1.5rem, 2.5vw, 1.875rem);
}
@media (max-width: 991.98px) {
.add_wrap_modern .organic_shape {
display: none;
}
.add_wrap_modern .stagger_card {
margin-left: 0 !important;
margin-right: 0 !important;
}
.add_wrap_modern .card_left .card_leaf_accent,
.add_wrap_modern .card_right .card_leaf_accent {
right: var(--space-4, 1rem);
left: auto;
}
}
@media (max-width: 767.98px) {
.add_wrap_modern {
padding: var(--space-10, 2.5rem) 0;
}
.add_wrap_modern .add_header_organic {
padding: var(--space-4, 1rem);
margin-bottom: var(--space-8, 2rem);
}
.add_wrap_modern .eco_badge {
width: 56px;
height: 56px;
font-size: 1.5rem;
}
.add_wrap_modern .stagger_card {
padding: var(--space-4, 1rem);
}
.add_wrap_modern .card_highlight {
padding: var(--space-6, 1.5rem);
}
.add_wrap_modern .card_leaf_accent {
width: 48px;
height: 48px;
font-size: 1.25rem;
}
.add_wrap_modern .card_content_wrapper {
padding-top: var(--space-6, 1.5rem);
}
.add_wrap_modern .highlight_icon_cluster {
width: 72px;
height: 72px;
font-size: 1.75rem;
}
.add_wrap_modern .icon_pulse {
width: 90px;
height: 90px;
}
}


/* 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;
    }
}
