:root {
--primary-50: #f7fee7;
--primary-50-rgb: 247, 254, 231;
--primary-100: #ecfccb;
--primary-100-rgb: 236, 252, 203;
--primary-300: #bef264;
--primary-300-rgb: 190, 242, 100;
--primary-500: #65a30d;
--primary-500-rgb: 101, 163, 13;
--primary-700: #4d7c0f;
--primary-700-rgb: 77, 124, 15;
--primary-200: #d5f798;
--primary-200-rgb: 213, 247, 152;
--primary-400: #92cb39;
--primary-400-rgb: 146, 203, 57;
--primary-600: #59900e;
--primary-600-rgb: 89, 144, 14;
--primary-800: #41690d;
--primary-800-rgb: 65, 105, 13;
--primary-900: #36570b;
--primary-900-rgb: 54, 87, 11;
--primary-950: #233907;
--primary-950-rgb: 35, 57, 7;
--primary-rgb: 101, 163, 13;
--neutral-50: #fafaf9;
--neutral-50-rgb: 250, 250, 249;
--neutral-100: #f5f5f4;
--neutral-100-rgb: 245, 245, 244;
--neutral-300: #d6d3d1;
--neutral-300-rgb: 214, 211, 209;
--neutral-500: #78716c;
--neutral-500-rgb: 120, 113, 108;
--neutral-700: #44403c;
--neutral-700-rgb: 68, 64, 60;
--neutral-900: #1c1917;
--neutral-900-rgb: 28, 25, 23;
--neutral-200: #e6e4e3;
--neutral-200-rgb: 230, 228, 227;
--neutral-400: #a7a29f;
--neutral-400-rgb: 167, 162, 159;
--neutral-600: #5e5954;
--neutral-600-rgb: 94, 89, 84;
--neutral-800: #3a3633;
--neutral-800-rgb: 58, 54, 51;
--neutral-950: #1f1d1b;
--neutral-950-rgb: 31, 29, 27;
--surface-primary: var(--neutral-50);
--surface-secondary: var(--neutral-100);
--surface-accent: var(--primary-50);
--text-primary: var(--neutral-900);
--text-secondary: var(--neutral-700);
--text-accent: var(--primary-700);
--button-primary-bg: var(--primary-500);
--button-primary-text: #ffffff;
--button-primary-text-rgb: 255, 255, 255;
--button-secondary-bg: var(--neutral-100);
--button-secondary-text: var(--neutral-900);
--border-light: var(--neutral-300);
--border-medium: var(--neutral-500);
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
--shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
--shadow-card: 0 4px 6px rgba(0, 0, 0, 0.05);
--shadow-elevated: 0 10px 25px rgba(0, 0, 0, 0.1);
--shadow-button-hover: 0 6px 12px rgba(101, 163, 13, 0.3);
--radius-sm: 4px;
--radius-md: 8px;
--radius-lg: 12px;
--radius-xl: 16px;
--transition-fast: 0.15s ease;
--transition-base: 0.2s ease;
--transition-slow: 0.3s ease;
--white-rgb: 255, 255, 255;
--black-rgb: 0, 0, 0;
--transparent-rgb: 0, 0, 0;
--overlay-light-rgb: 255, 255, 255;
--overlay-dark-rgb: 0, 0, 0;
--text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
--text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
--text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
--text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
--text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
--text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
--text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
--text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
--text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
--text-6xl: clamp(3.75rem, 3rem + 3.75vw, 4.5rem);
--text-7xl: clamp(4.5rem, 3.5rem + 5vw, 6rem);
--text-8xl: clamp(6rem, 4.5rem + 7.5vw, 8rem);
--text-9xl: clamp(8rem, 6rem + 10vw, 12rem);
--font-light: 300;
--font-normal: 400;
--font-medium: 500;
--font-semibold: 600;
--font-bold: 700;
--font-extrabold: 800;
--leading-none: 1;
--leading-tight: 1.25;
--leading-snug: 1.375;
--leading-normal: 1.5;
--leading-relaxed: 1.625;
--leading-loose: 2;
--leading-extra_loose: 2.5;
--tracking-tighter: -0.05em;
--tracking-tight: -0.025em;
--tracking-normal: 0;
--tracking-wide: 0.025em;
--tracking-wider: 0.05em;
--tracking-widest: 0.1em;
--font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
--font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
--font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
--text-body: var(--text-primary);
--space-0: 0;
--space-1: 0.25rem;
--space-2: 0.5rem;
--space-3: 0.75rem;
--space-4: 1rem;
--space-5: 1.25rem;
--space-6: 1.5rem;
--space-7: 1.75rem;
--space-8: 2rem;
--space-9: 2.25rem;
--space-10: 2.5rem;
--space-11: 2.75rem;
--space-12: 3rem;
--space-14: 3.5rem;
--space-16: 4rem;
--space-20: 5rem;
--space-24: 6rem;
--space-28: 7rem;
--space-32: 8rem;
--space-36: 9rem;
--space-40: 10rem;
--space-44: 11rem;
--space-48: 12rem;
--space-52: 13rem;
--space-56: 14rem;
--space-60: 15rem;
--space-64: 16rem;
--space-72: 18rem;
--space-80: 20rem;
--space-96: 24rem;
--space-px: 1px;
--space-0.5: 0.125rem;
--space-1.5: 0.375rem;
--space-2.5: 0.625rem;
--space-3.5: 0.875rem;
--space-xs: 0.5rem;
--space-sm: 1rem;
--space-md: 1.5rem;
--space-lg: 2rem;
--space-xl: 3rem;
--space-2xl: 4rem;
--space-3xl: 6rem;
--space-4xl: 8rem;
--space-5xl: 12rem;
--space-6xl: 16rem;
--section-py: clamp(3rem, 5vw, 5rem);
--section-y-mobile: 3rem;
--section-y-tablet: 4rem;
--section-y-desktop: 5rem;
--section-y-hero: clamp(4rem, 10vw, 8rem);
--section-x: clamp(1rem, 3vw, 2rem);
--section-gap: clamp(1.5rem, 3vw, 2.5rem);
--card-padding: 1.5rem;
--card-gap: 1rem;
--button-padding-x: 1.5rem;
--button-padding-y: 0.75rem;
--form-gap: 1rem;
}
:root {
--shadow-none: none;
--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
--shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
--radius-none: 0;
--radius-xs: 0.125rem;
--radius-sm: 0.25rem;
--radius-md: 0.375rem;
--radius-lg: 0.5rem;
--radius-xl: 0.75rem;
--radius-2xl: 1rem;
--radius-3xl: 1.5rem;
--radius-full: 9999px;
--transition-fast: 0.15s ease;
--transition-normal: 0.3s ease;
--transition-slow: 0.5s ease;
--transition-all: all 0.3s ease;
--duration-fast: 0.15s;
--duration-normal: 0.3s;
--duration-slow: 0.5s;
--ease-smooth: ease-in-out;
--ease-spring: cubic-bezier(0.68, -0.55, 0.265, 1.55);
--opacity-disabled: 0.5;
--opacity-loading: 0.7;
--opacity-overlay: 0.8;
--nav-font-size: 10px;
}
section {
padding-top: var(--section-y-mobile);
padding-bottom: var(--section-y-mobile);
padding-left: var(--section-x);
padding-right: var(--section-x);
}
@media (min-width: 768px) {
section {
padding-top: var(--section-y-tablet);
padding-bottom: var(--section-y-tablet);
}
}
@media (min-width: 1024px) {
section {
padding-top: var(--section-y-desktop);
padding-bottom: var(--section-y-desktop);
}
}
section[id="hero"] {
padding-top: var(--section-y-hero);
padding-bottom: var(--section-y-hero);
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
*, *::before, *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
@media (prefers-contrast: high) {
:root {
--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
}
}
@media print {
:root {
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: none;
--shadow-xl: none;
}
section {
padding-top: 1rem;
padding-bottom: 1rem;
break-inside: avoid;
}
}
html {
scroll-behavior: smooth;
scroll-padding-top: 6rem;
}
body {
overflow-x: hidden;
}
*:focus {
outline: 2px solid var(--border-interactive);
outline-offset: 2px;
border-radius: var(--radius-sm);
}
*:focus:not(:focus-visible) {
outline: none;
}
*:focus-visible {
outline: 2px solid var(--border-interactive);
outline-offset: 2px;
}
.page_font_primary {
font-family: var(--font-primary);
}
.pro_font_secondary {
font-family: var(--font-secondary);
}
.smart_font_mono {
font-family: var(--font-mono);
}
.digital_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);
}
.site_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);
}
.core_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);
}
.custom_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);
}
.modern_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);
}
.top_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);
}
.minimal_heading_4 {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
}
.web_heading_5 {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-semibold);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.bold_heading_6 {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.creative_body_large {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
letter-spacing: var(--tracking-normal);
}
.content_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);
}
.section_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);
}
.fresh_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);
}
.style_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);
}
.container_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);
}
.elite_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;
}
.premium_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);
}
.new_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);
}
.studio_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);
}
.clean_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);
}
.theme_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;
}
.ui_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);
}
.light_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);
}
.design_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);
}
.design_nav_link:hover,
.design_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.business_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);
}
.agency_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) {
.premium_hero_title {
font-size: var(--text-4xl);
}
.studio_section_title {
font-size: var(--text-3xl);
}
.digital_display_1 {
font-size: var(--text-5xl);
}
.site_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.premium_hero_title {
font-size: var(--text-3xl);
}
.studio_section_title {
font-size: var(--text-2xl);
}
.digital_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);
}
.unique_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.prime_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.company_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.base_text_balance {
text-wrap: balance;
}
.bright_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.design_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.fresh_caption,
.style_overline,
.agency_footer_text {
color: var(--text-secondary);
}
.new_hero_subtitle,
.clean_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.premium_hero_title,
.studio_section_title,
.custom_heading_1,
.modern_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.unique_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;
}
}
.best_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.dark_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.brand_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.app_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.main_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.layout_stack {
display: flex;
flex-direction: column;
}
.bold32_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.agency84_full_height {
min-height: 100vh;
}
.content27_section_height {
min-height: 80vh;
}
.new30_hero_height {
min-height: 90vh;
}
.style62_m_0 { margin: 0; }
.main91_m_1 { margin: var(--space-1); }
.core67_m_2 { margin: var(--space-2); }
.style73_m_3 { margin: var(--space-3); }
.bright43_m_4 { margin: var(--space-4); }
.theme56_m_6 { margin: var(--space-6); }
.business51_m_8 { margin: var(--space-8); }
.light89_m_12 { margin: var(--space-12); }
.light85_m_16 { margin: var(--space-16); }
.custom0_mx_auto { margin-left: auto; margin-right: auto; }
.custom78_my_auto { margin-top: auto; margin-bottom: auto; }
.core42_mt_0 { margin-top: 0; }
.best86_mt_4 { margin-top: var(--space-4); }
.agency91_mt_8 { margin-top: var(--space-8); }
.fresh34_mt_12 { margin-top: var(--space-12); }
.prime65_mb_0 { margin-bottom: 0; }
.unique30_mb_4 { margin-bottom: var(--space-4); }
.design37_mb_8 { margin-bottom: var(--space-8); }
.app55_mb_12 { margin-bottom: var(--space-12); }
.main89_p_0 { padding: 0; }
.ui49_p_1 { padding: var(--space-1); }
.app93_p_2 { padding: var(--space-2); }
.ui77_p_3 { padding: var(--space-3); }
.clean11_p_4 { padding: var(--space-4); }
.prime82_p_6 { padding: var(--space-6); }
.section51_p_8 { padding: var(--space-8); }
.app34_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.minimal4_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.agency80_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.unique53_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.unique54_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.fresh40_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.core35_gap_1 { gap: var(--space-1); }
.business36_gap_2 { gap: var(--space-2); }
.container32_gap_3 { gap: var(--space-3); }
.premium64_gap_4 { gap: var(--space-4); }
.site31_gap_6 { gap: var(--space-6); }
.best57_gap_8 { gap: var(--space-8); }
.web37_shadow_none { box-shadow: var(--shadow-none); }
.smart86_shadow_xs { box-shadow: var(--shadow-xs); }
.base33_shadow_sm { box-shadow: var(--shadow-sm); }
.agency65_shadow_md { box-shadow: var(--shadow-md); }
.studio93_shadow_lg { box-shadow: var(--shadow-lg); }
.modern76_shadow_xl { box-shadow: var(--shadow-xl); }
.light21_shadow_2xl { box-shadow: var(--shadow-2xl); }
.modern30_shadow_inner { box-shadow: var(--shadow-inner); }
.layout48_shadow_colored { box-shadow: var(--shadow-colored); }
.custom99_radius_none { border-radius: var(--radius-none); }
.web21_radius_xs { border-radius: var(--radius-xs); }
.main55_radius_sm { border-radius: var(--radius-sm); }
.light96_radius_md { border-radius: var(--radius-md); }
.section39_radius_lg { border-radius: var(--radius-lg); }
.business80_radius_xl { border-radius: var(--radius-xl); }
.modern27_radius_2xl { border-radius: var(--radius-2xl); }
.company63_radius_3xl { border-radius: var(--radius-3xl); }
.base84_radius_full { border-radius: var(--radius-full); }
.core64_gradient_primary {
background: var(--gradient-primary);
}
.unique36_gradient_secondary {
background: var(--gradient-secondary);
}
.main39_gradient_hero {
background: var(--gradient-hero);
}
.design41_gradient_card {
background: var(--gradient-card);
}
.best86_gradient_overlay {
position: relative;
}
.best86_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;
}
.best86_gradient_overlay > * {
position: relative;
z-index: 2;
}
.dark60_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.dark60_hover_lift:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.web60_hover_scale {
transition: transform var(--transition-normal);
}
.web60_hover_scale:hover {
transform: scale(1.02);
}
.agency95_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.agency95_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.brand43_hover_fade {
transition: opacity var(--transition-normal);
}
.brand43_hover_fade:hover {
opacity: var(--opacity-loading);
}
.best29_focus_ring {
transition: box-shadow var(--transition-fast);
}
.best29_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.best49_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.top69_hero_content {
position: relative;
z-index: 2;
}
.brand60_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.new95_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.prime35_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.minimal43_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.core40_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: var(--space-6);
}
.base84_timeline {
position: relative;
}
.base84_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.custom68_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.custom68_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.custom68_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.brand92_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.new33_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;
}
}
.business35_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;
}
}
.app16_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;
}
}
.container60_transition_all {
transition: var(--transition-all);
}
.page42_transition_fast {
transition: all var(--transition-fast);
}
.fresh5_transition_normal {
transition: all var(--transition-normal);
}
.app73_transition_slow {
transition: all var(--transition-slow);
}
.site5_bg_primary { background-color: var(--bg-primary); }
.web72_bg_secondary { background-color: var(--bg-secondary); }
.agency30_bg_muted { background-color: var(--bg-muted); }
.dark68_bg_glass { background-color: var(--bg-glass); }
.main19_text_primary { color: var(--text-primary); }
.modern65_text_secondary { color: var(--text-secondary); }
.site60_text_muted { color: var(--text-muted); }
.theme24_text_inverse { color: var(--text-inverse); }
.bright13_text_link { color: var(--text-link); }
.core11_border_light { border-color: var(--border-light); }
.fresh8_border_medium { border-color: var(--border-medium); }
.new76_border_strong { border-color: var(--border-strong); }
.style68_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 768px) {
.brand60_services_grid,
.prime35_features_grid,
.new95_team_grid,
.core40_pricing_grid {
grid-template-columns: 1fr;
}
.minimal43_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.base84_timeline::before {
left: 30px;
}
.custom68_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.content27_section_height {
min-height: 60vh;
}
.new30_hero_height {
min-height: 70vh;
}
}
@media (max-width: 480px) {
.minimal43_gallery_grid {
grid-template-columns: 1fr;
}
.custom68_timeline_item {
padding-left: var(--space-12) !important;
}
}
.digital84_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;
}
.business47_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.main72_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);
}
.main72_skip_link:focus {
top: 6px;
}
@media print {
.web44_no_print {
display: none !important;
}
.elite93_print_only {
display: block !important;
}
.smart86_shadow_xs,
.base33_shadow_sm,
.agency65_shadow_md,
.studio93_shadow_lg,
.modern76_shadow_xl,
.light21_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) {
.brand92_fade_in,
.new33_slide_up,
.business35_slide_in_left,
.app16_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.dark60_hover_lift,
.web60_hover_scale,
.agency95_hover_shadow,
.brand43_hover_fade,
.container60_transition_all,
.page42_transition_fast,
.fresh5_transition_normal,
.app73_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;
background: var(--surface-primary);
border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
z-index: 1000;
}
.header-special .navbar {
padding: 1.25rem 0;
position: relative;
}
.header-special .navbar-brand {
font-size: 1.125rem;
font-weight: 700;
color: var(--text-primary);
text-decoration: none;
position: relative;
z-index: 10004;
transition: all 0.3s ease;
display: flex;
align-items: center;
}
.header-special .navbar-brand:hover {
color: var(--primary-500);
transform: translateY(-2px);
}
.header-special .brand-text {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.header-special .hamburger-checkbox {
display: none;
}
.header-special .hamburger-icon {
display: none;
flex-direction: column;
justify-content: space-between;
width: 30px;
height: 24px;
cursor: pointer;
position: relative;
z-index: 10003;
transition: transform 0.3s ease;
}
.header-special .hamburger-icon:hover {
transform: scale(1.1);
}
.header-special .hamburger-line {
width: 100%;
height: 3px;
background: #334155;
border-radius: 3px;
transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transform-origin: center;
}
.header-special .hamburger-checkbox:checked ~ .hamburger-icon .hamburger-line:nth-child(1) {
transform: translateY(10.5px) rotate(45deg);
}
.header-special .hamburger-checkbox:checked ~ .hamburger-icon .hamburger-line:nth-child(2) {
opacity: 0;
transform: scaleX(0);
}
.header-special .hamburger-checkbox:checked ~ .hamburger-icon .hamburger-line:nth-child(3) {
transform: translateY(-10.5px) rotate(-45deg);
}
.header-special .navbar-nav {
display: flex;
align-items: center;
gap: 2rem;
position: relative;
z-index: 10;
}
.header-special .nav-item {
position: relative;
}
.header-special .nav-link {
color: var(--text-primary);
font-size: var(--nav-font-size);
font-weight: 500;
padding: 0.5rem 0;
margin: 0;
text-decoration: none;
position: relative;
transition: all 0.3s ease;
}
.header-special .nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--primary-500);
transition: width 0.3s ease;
}
.header-special .nav-link:hover {
color: var(--primary-500);
}
.header-special .nav-link:hover::after {
width: 100%;
}
.header-special .backdrop-overlay {
display: none;
}
.header-special .header-decoration {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.header-special .decoration-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 10%, transparent),
color-mix(in srgb, var(--primary-500) 5%, transparent)
);
animation: float-circle 8s ease-in-out infinite;
}
.header-special .decoration-circle-1 {
width: 150px;
height: 150px;
top: -50px;
right: 10%;
animation-delay: 0s;
}
.header-special .decoration-circle-2 {
width: 100px;
height: 100px;
top: 20px;
right: 5%;
animation-delay: 2s;
}
.header-special .decoration-line {
position: absolute;
top: 50%;
right: 0;
width: 200px;
height: 2px;
background: linear-gradient(90deg,
transparent,
color-mix(in srgb, var(--primary-500) 20%, transparent)
);
transform: translateY(-50%);
}
@keyframes float-circle {
0%, 100% {
transform: translateY(0) scale(1);
}
50% {
transform: translateY(-20px) scale(1.05);
}
}
@media (max-width: 1299.98px) {
.header-special .hamburger-icon {
display: flex;
}
.header-special .navbar-collapse {
position: fixed;
top: 0;
right: -100%;
width: 280px;
height: 100vh;
background: var(--surface-primary);
box-shadow: -5px 0 20px rgba(var(--black-rgb), 0.1);
transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
z-index: 10;
}
.header-special .hamburger-checkbox:checked ~ .navbar-collapse {
right: 0;
}
.header-special .backdrop-overlay {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(var(--black-rgb), 0.5);
backdrop-filter: blur(4px);
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
z-index: -1;
}
.header-special .hamburger-checkbox:checked ~ .navbar-collapse .backdrop-overlay {
opacity: 1;
visibility: visible;
}
.header-special .navbar-nav {
flex-direction: column;
align-items: flex-start;
gap: 0;
padding: 5rem 2rem 2rem;
height: 100%;
background: var(--surface-primary);
z-index: 10;
}
.header-special .nav-item {
width: 100%;
border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
}
.header-special .nav-link {
display: block;
padding: 1rem 0;
font-size: var(--nav-font-size);
}
.header-special .nav-link::after {
display: none;
}
.header-special .decoration-circle-1,
.header-special .decoration-circle-2 {
display: none;
}
}
@media (max-width: 575.98px) {
.header-special .navbar {
padding: 1rem 0;
}
.header-special .navbar-brand {
font-size: 1.125rem;
}
.header-special .navbar-collapse {
width: 100%;
}
.header-special .hamburger-icon {
width: 26px;
height: 20px;
}
.header-special .hamburger-line {
height: 2.5px;
}
}
.hero-section-featured {
position: relative;
padding: 100px 0 120px;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary) 50%) 100%
);
overflow: hidden;
}
.hero-section-featured .hero-content {
position: relative;
z-index: 2;
}
.hero-section-featured .hero-badge {
display: inline-flex;
align-items: center;
gap: 8px;
margin-bottom: 24px;
padding: 8px 20px;
background: color-mix(in srgb, var(--primary-500) 10%, transparent 90%);
border-radius: 50px;
border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
}
.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-section-featured .hero-title {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 800;
line-height: 1.2;
color: var(--text-primary);
margin-bottom: 20px;
letter-spacing: -0.02em;
}
.hero-section-featured .hero-subtitle {
font-size: clamp(1.125rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-700);
margin-bottom: 24px;
line-height: 1.4;
}
.hero-section-featured .hero-description {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 40px;
max-width: 540px;
}
.hero-section-featured .hero-features {
display: flex;
gap: 16px;
flex-wrap: wrap;
}
.hero-section-featured .feature-icon-item {
display: flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: var(--surface-primary);
border: 2px solid var(--primary-100);
border-radius: 16px;
transition: all 0.3s ease;
}
.hero-section-featured .feature-icon-item i {
font-size: 24px;
color: var(--primary-500);
}
.hero-section-featured .feature-icon-item:hover {
transform: translateY(-4px);
border-color: var(--primary-500);
box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
}
.hero-section-featured .hero-image-wrapper {
position: relative;
height: 100%;
min-height: 500px;
}
.hero-section-featured .hero-image-container {
position: relative;
z-index: 2;
border-radius: 24px;
overflow: hidden;
box-shadow:
0 20px 60px color-mix(in srgb, var(--primary-700) 15%, transparent 85%),
0 0 0 1px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}
.hero-section-featured .hero-image {
width: 100%;
height: auto;
display: block;
transition: transform 0.6s ease;
}
.hero-section-featured .hero-image-container:hover .hero-image {
transform: scale(1.05);
}
.hero-section-featured .image-decoration {
position: absolute;
border-radius: 50%;
z-index: 1;
opacity: 0.6;
}
.hero-section-featured .decoration-1 {
width: 300px;
height: 300px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 40%, transparent 60%),
color-mix(in srgb, var(--primary-500) 30%, transparent 70%)
);
top: -50px;
right: -50px;
filter: blur(60px);
}
.hero-section-featured .decoration-2 {
width: 200px;
height: 200px;
background: linear-gradient(
225deg,
color-mix(in srgb, var(--primary-500) 35%, transparent 65%),
color-mix(in srgb, var(--primary-700) 25%, transparent 75%)
);
bottom: 50px;
left: -30px;
filter: blur(50px);
}
.hero-section-featured .decoration-3 {
width: 150px;
height: 150px;
background: color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
top: 50%;
right: 10%;
filter: blur(40px);
animation: float-decoration 6s ease-in-out infinite;
}
@keyframes float-decoration {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
}
.hero-section-featured .floating-icon {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: var(--surface-primary);
border: 3px solid var(--primary-500);
border-radius: 50%;
box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
z-index: 3;
}
.hero-section-featured .floating-icon i {
font-size: 24px;
color: var(--primary-500);
}
.hero-section-featured .floating-icon-1 {
top: 10%;
right: 15%;
animation: float-1 3s ease-in-out infinite;
}
.hero-section-featured .floating-icon-2 {
bottom: 20%;
left: 5%;
animation: float-2 4s ease-in-out infinite 0.5s;
}
.hero-section-featured .floating-icon-3 {
top: 45%;
right: -5%;
animation: float-3 3.5s ease-in-out infinite 1s;
}
@keyframes float-1 {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-15px) rotate(5deg);
}
}
@keyframes float-2 {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(-5deg);
}
}
@keyframes float-3 {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-12px) rotate(8deg);
}
}
.hero-section-featured .hero-wave-decoration {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 80px;
background: linear-gradient(
to right,
color-mix(in srgb, var(--primary-500) 8%, transparent 92%),
color-mix(in srgb, var(--primary-300) 5%, transparent 95%),
color-mix(in srgb, var(--primary-500) 8%, transparent 92%)
);
clip-path: polygon(0 50%, 25% 30%, 50% 50%, 75% 30%, 100% 50%, 100% 100%, 0 100%);
opacity: 0.5;
}
@media (max-width: 991px) {
.hero-section-featured {
padding: 80px 0 100px;
}
.hero-section-featured .hero-title {
font-size: 2.25rem;
}
.hero-section-featured .hero-subtitle {
font-size: 1.25rem;
}
.hero-section-featured .hero-description {
font-size: 1rem;
margin-bottom: 32px;
}
.hero-section-featured .hero-image-wrapper {
min-height: 400px;
margin-top: 40px;
}
.hero-section-featured .floating-icon {
width: 50px;
height: 50px;
}
.hero-section-featured .floating-icon i {
font-size: 20px;
}
}
@media (max-width: 767px) {
.hero-section-featured {
padding: 60px 0 80px;
}
.hero-section-featured .hero-title {
font-size: 1.875rem;
}
.hero-section-featured .hero-subtitle {
font-size: 1.125rem;
}
.hero-section-featured .hero-description {
font-size: 0.9375rem;
}
.hero-section-featured .hero-features {
gap: 12px;
}
.hero-section-featured .feature-icon-item {
width: 48px;
height: 48px;
}
.hero-section-featured .feature-icon-item i {
font-size: 20px;
}
.hero-section-featured .hero-image-wrapper {
min-height: 350px;
}
.hero-section-featured .floating-icon {
width: 45px;
height: 45px;
}
.hero-section-featured .floating-icon i {
font-size: 18px;
}
.hero-section-featured .decoration-1 {
width: 200px;
height: 200px;
}
.hero-section-featured .decoration-2 {
width: 150px;
height: 150px;
}
.hero-section-featured .hero-wave-decoration {
height: 60px;
}
}
@media (max-width: 575px) {
.hero-section-featured .hero-badge {
padding: 6px 16px;
margin-bottom: 20px;
}
.badge-dot {
width: 6px;
height: 6px;
}
.hero-section-featured .hero-title {
font-size: 1.625rem;
margin-bottom: 16px;
}
.hero-section-featured .hero-subtitle {
font-size: 1rem;
margin-bottom: 20px;
}
.hero-section-featured .feature-icon-item {
width: 44px;
height: 44px;
}
.hero-section-featured .feature-icon-item i {
font-size: 18px;
}
}
.about-section-primary {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.about-section-primary .decorative-dot-pattern {
width: 60px;
height: 6px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-500) 33%,
transparent 33%,
transparent 66%,
var(--primary-500) 66%);
margin: 0 auto;
border-radius: 3px;
}
.about-section-primary .subtitle-text {
color: var(--primary-500);
font-size: 0.95rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
}
.about-section-primary .display-4 {
color: var(--text-primary);
line-height: 1.2;
}
.about-section-primary .lead {
font-size: 1.1rem;
line-height: 1.7;
}
.about-section-primary .image-composition {
position: relative;
z-index: 2;
}
.about-section-primary .image-composition .main-image {
position: relative;
z-index: 2;
transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.about-section-primary .image-composition .main-image:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.15) !important;
}
.about-section-primary .decorative-shape-1 {
position: absolute;
top: -20px;
right: -20px;
width: 200px;
height: 200px;
background: linear-gradient(135deg,
var(--primary-300),
color-mix(in srgb, var(--primary-500) 50%, transparent));
border-radius: 50%;
z-index: 1;
opacity: 0.6;
animation: float 6s ease-in-out infinite;
}
@keyframes float {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
}
.about-section-primary .floating-badge {
position: absolute;
bottom: 30px;
left: 30px;
width: 80px;
height: 80px;
background: var(--light);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 10px 30px rgba(var(--black-rgb), 0.15);
z-index: 3;
animation: pulse 2s ease-in-out infinite;
}
.about-section-primary .floating-badge .badge-icon i {
font-size: 2rem;
color: var(--primary-500);
}
@keyframes pulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}
.about-section-primary .feature-block {
position: relative;
padding-left: 0;
}
.about-section-primary .feature-icon-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: linear-gradient(135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 80%, var(--primary-300)));
border-radius: 12px;
transition: all 0.3s ease;
}
.about-section-primary .feature-icon-wrapper i {
font-size: 1.75rem;
color: var(--primary-500);
}
.about-section-primary .feature-block:hover .feature-icon-wrapper {
background: var(--primary-500);
transform: scale(1.1) rotate(5deg);
}
.about-section-primary .feature-block:hover .feature-icon-wrapper i {
color: var(--light);
}
.about-section-primary .feature-block h3 {
color: var(--text-primary);
transition: color 0.3s ease;
}
.about-section-primary .feature-block:hover h3 {
color: var(--primary-500);
}
.about-section-primary .feature-block p {
line-height: 1.7;
}
.about-section-primary .image-grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 200px 200px;
gap: 20px;
position: relative;
}
.about-section-primary .grid-item {
position: relative;
overflow: hidden;
border-radius: 12px;
}
.about-section-primary .grid-item-large {
grid-column: 1 / 3;
grid-row: 1 / 2;
}
.about-section-primary .grid-item-small {
grid-column: 2 / 3;
grid-row: 2 / 3;
}
.about-section-primary .grid-item img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease, filter 0.4s ease;
}
.about-section-primary .grid-item:hover img {
transform: scale(1.08);
filter: brightness(1.1);
}
.about-section-primary .decorative-shape-2 {
position: absolute;
bottom: -15px;
left: -15px;
width: 120px;
height: 120px;
background: linear-gradient(225deg,
var(--primary-500),
var(--primary-700));
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
z-index: -1;
opacity: 0.3;
animation: morph 8s ease-in-out infinite;
}
@keyframes morph {
0%, 100% { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
50% { border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%; }
}
.about-section-primary .floating-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.about-section-primary .floating-shapes .shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.about-section-primary .floating-shapes .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: 10%;
left: -5%;
animation: floatSlow 20s ease-in-out infinite;
}
.about-section-primary .floating-shapes .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: 15%;
right: -3%;
animation: floatSlow 25s ease-in-out infinite reverse;
}
.about-section-primary .floating-shapes .shape-3 {
width: 200px;
height: 200px;
background: var(--primary-300);
top: 50%;
right: 10%;
animation: floatSlow 18s ease-in-out infinite;
}
@keyframes floatSlow {
0%, 100% { transform: translate(0, 0); }
33% { transform: translate(30px, -30px); }
66% { transform: translate(-20px, 20px); }
}
.about-section-primary .content-wrapper {
position: relative;
z-index: 2;
}
@media (max-width: 991.98px) {
.about-section-primary .display-4 {
font-size: 2rem;
}
.about-section-primary .image-composition .main-image {
margin-bottom: 2rem;
}
.about-section-primary .decorative-shape-1 {
width: 150px;
height: 150px;
}
.about-section-primary .floating-badge {
width: 60px;
height: 60px;
bottom: 20px;
left: 20px;
}
.about-section-primary .floating-badge .badge-icon i {
font-size: 1.5rem;
}
.about-section-primary .image-grid {
grid-template-rows: 180px 180px;
gap: 15px;
}
.content-wrapper.ps-lg-4,
.about-section-primary .content-wrapper.pe-lg-4 {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (max-width: 767.98px) {
.about-section-primary .display-4 {
font-size: 1.75rem;
}
.about-section-primary .lead {
font-size: 1rem;
}
.about-section-primary .feature-icon-wrapper {
width: 50px;
height: 50px;
}
.about-section-primary .feature-icon-wrapper i {
font-size: 1.5rem;
}
.about-section-primary .image-grid {
grid-template-columns: 1fr;
grid-template-rows: 250px 200px;
}
.about-section-primary .grid-item-large {
grid-column: 1 / 2;
}
.about-section-primary .grid-item-small {
grid-column: 1 / 2;
}
.about-section-primary .decorative-shape-2 {
width: 80px;
height: 80px;
}
.floating-shapes .shape-1,
.floating-shapes .shape-2,
.about-section-primary .floating-shapes .shape-3 {
display: none;
}
}
@media (prefers-reduced-motion: reduce) {
.about-section-primary *,
.about-section-primary *::before,
.about-section-primary *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
@media (prefers-contrast: high) {
.about-section-primary {
border-top: 2px solid var(--text-primary);
border-bottom: 2px solid var(--text-primary);
}
.about-section-primary .feature-icon-wrapper {
border: 2px solid var(--primary-500);
}
.about-section-primary .grid-item img {
border: 1px solid var(--neutral-300);
}
}
.features-section-secondary {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.features-section-secondary .features-header {
margin-bottom: 2rem;
}
#features-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.2;
letter-spacing: -0.02em;
}
#features-subtitle {
color: var(--text-secondary);
font-weight: 500;
margin-bottom: 1.5rem;
}
#features-desc {
color: var(--text-secondary);
line-height: 1.7;
font-size: 1.1rem;
}
.features-section-secondary .decorative-line-wrapper {
position: relative;
display: flex;
align-items: center;
justify-content: center;
margin-top: 2rem;
gap: 0.5rem;
}
.features-section-secondary .decorative-line {
height: 3px;
width: 60px;
background: linear-gradient(
to right,
transparent,
var(--primary-500),
transparent
);
border-radius: 2px;
}
.features-section-secondary .decorative-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.features-section-secondary .feature-card {
background: var(--surface-primary);
border-radius: 16px;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid var(--neutral-100);
position: relative;
overflow: hidden;
}
.features-section-secondary .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(
to right,
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-secondary .feature-card:hover {
transform: translateY(-8px);
box-shadow:
0 20px 40px rgba(var(--black-rgb), 0.08),
0 0 0 1px color-mix(in srgb, var(--primary-500) 30%, transparent);
border-color: color-mix(in srgb, var(--primary-500) 40%, transparent);
}
.features-section-secondary .feature-card:hover::before {
transform: scaleX(1);
}
.features-section-secondary .feature-card-inner {
padding: 2.5rem;
position: relative;
z-index: 1;
}
.features-section-secondary .feature-icon-wrapper {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
}
.features-section-secondary .icon-background {
position: absolute;
inset: 0;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 15%, transparent),
color-mix(in srgb, var(--primary-300) 10%, transparent)
);
border-radius: 20px;
transition: all 0.4s ease;
transform: rotate(0deg);
}
.features-section-secondary .feature-card:hover .icon-background {
transform: rotate(10deg) scale(1.1);
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 25%, transparent),
color-mix(in srgb, var(--primary-300) 20%, transparent)
);
}
.features-section-secondary .feature-icon {
font-size: 2.5rem;
color: var(--primary-500);
position: relative;
z-index: 1;
transition: all 0.4s ease;
}
.features-section-secondary .feature-card:hover .feature-icon {
color: var(--primary-700);
transform: scale(1.1);
}
.features-section-secondary .feature-content {
position: relative;
z-index: 1;
}
.features-section-secondary .feature-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
transition: color 0.3s ease;
}
.features-section-secondary .feature-card:hover .feature-title {
color: var(--primary-700);
}
.features-section-secondary .feature-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.features-section-secondary .feature-accent {
position: absolute;
bottom: 0;
left: 2.5rem;
right: 2.5rem;
height: 2px;
background: linear-gradient(
to right,
transparent,
var(--primary-300),
transparent
);
opacity: 0;
transition: opacity 0.4s ease;
}
.features-section-secondary .feature-card:hover .feature-accent {
opacity: 1;
}
.decorative-blob,
.features-section-secondary .decorative-circle {
position: absolute;
pointer-events: none;
z-index: 0;
}
.features-section-secondary .decorative-blob {
width: 400px;
height: 400px;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 8%, transparent),
color-mix(in srgb, var(--primary-300) 5%, transparent)
);
filter: blur(60px);
animation: float 20s ease-in-out infinite;
}
.features-section-secondary .blob-1 {
top: -200px;
left: -200px;
animation-delay: 0s;
}
.features-section-secondary .blob-2 {
bottom: -200px;
right: -200px;
animation-delay: 10s;
}
.features-section-secondary .decorative-circle {
width: 300px;
height: 300px;
border-radius: 50%;
border: 2px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
animation: pulse-circle 15s ease-in-out infinite;
}
.features-section-secondary .circle-1 {
top: 10%;
right: 5%;
animation-delay: 0s;
}
.features-section-secondary .circle-2 {
bottom: 20%;
left: 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.3;
}
50% {
transform: scale(1.2);
opacity: 0.15;
}
}
@media (max-width: 991.98px) {
.features-section-secondary .feature-card-inner {
padding: 2rem;
}
#features-title {
font-size: 2rem;
}
#features-desc {
font-size: 1rem;
}
.features-section-secondary .decorative-blob {
width: 300px;
height: 300px;
}
.features-section-secondary .decorative-circle {
width: 200px;
height: 200px;
}
}
@media (max-width: 767.98px) {
.features-section-secondary .feature-card-inner {
padding: 1.5rem;
}
.features-section-secondary .feature-icon-wrapper {
width: 60px;
height: 60px;
}
.features-section-secondary .feature-icon {
font-size: 2rem;
}
.features-section-secondary .feature-title {
font-size: 1.25rem;
}
.decorative-blob,
.features-section-secondary .decorative-circle {
display: none;
}
}
@media (max-width: 575.98px) {
#features-title {
font-size: 1.75rem;
}
#features-subtitle {
font-size: 1rem;
}
.features-section-secondary .feature-card:hover {
transform: translateY(-4px);
}
}
@media (prefers-reduced-motion: reduce) {
.feature-card,
.feature-icon,
.icon-background,
.feature-accent,
.decorative-blob,
.features-section-secondary .decorative-circle {
animation: none;
transition: none;
}
.features-section-secondary .feature-card:hover {
transform: none;
}
}
@media (prefers-contrast: high) {
.features-section-secondary .feature-card {
border-width: 3px;
border-color: var(--neutral-500);
}
.features-section-secondary .feature-title {
font-weight: 800;
}
}
@media print {
.decorative-blob,
.decorative-circle,
.features-section-secondary .decorative-line-wrapper {
display: none;
}
.features-section-secondary .feature-card {
border: 2px solid var(--neutral-500);
box-shadow: none;
break-inside: avoid;
}
}
.services-section-style {
position: relative;
padding: 100px 0;
background: linear-gradient(
180deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
);
overflow: hidden;
}
.services-section-style .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
z-index: 1;
}
.services-section-style .blob-top {
width: 600px;
height: 600px;
background: radial-gradient(circle, var(--primary-500), transparent 70%);
top: -300px;
right: -200px;
filter: blur(80px);
}
.services-section-style .blob-bottom {
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-300), transparent 70%);
bottom: -250px;
left: -150px;
filter: blur(60px);
}
.services-section-style .section-header-wrapper {
position: relative;
z-index: 2;
}
.services-section-style .decorative-line {
width: 60px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
margin: 0 auto 24px;
border-radius: 2px;
}
.services-section-style .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.services-section-style .section-subtitle {
font-size: 1.5rem;
font-weight: 500;
color: var(--primary-700);
margin-bottom: 20px;
line-height: 1.4;
}
.services-section-style .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 32px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.services-section-style .decorative-dots {
display: flex;
justify-content: center;
gap: 8px;
margin-top: 24px;
}
.services-section-style .decorative-dots .dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
opacity: 0.5;
transition: all 0.3s ease;
}
.services-section-style .decorative-dots .dot:nth-child(2) {
opacity: 0.7;
}
.services-section-style .decorative-dots .dot:nth-child(3) {
opacity: 0.4;
}
.services-section-style .services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 32px;
position: relative;
z-index: 2;
margin-top: 60px;
}
.services-section-style .service-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 40px 32px;
box-shadow:
0 4px 6px color-mix(in srgb, var(--neutral-900) 5%, transparent),
0 1px 3px color-mix(in srgb, var(--neutral-900) 3%, transparent);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
position: relative;
overflow: hidden;
}
.services-section-style .service-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s ease;
}
.services-section-style .service-card:hover {
transform: translateY(-8px);
box-shadow:
0 20px 25px color-mix(in srgb, var(--neutral-900) 8%, transparent),
0 10px 10px color-mix(in srgb, var(--neutral-900) 4%, transparent);
border-color: var(--primary-500);
}
.services-section-style .service-card:hover::before {
transform: scaleX(1);
}
.services-section-style .card-icon-wrapper {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 24px;
}
.services-section-style .card-icon-wrapper i {
font-size: 2.5rem;
color: var(--primary-700);
position: relative;
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.services-section-style .icon-bg-circle {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 30%, transparent),
color-mix(in srgb, var(--primary-100) 50%, transparent)
);
border-radius: 50%;
z-index: 1;
transition: transform 0.4s ease;
}
.services-section-style .service-card:hover .icon-bg-circle {
transform: scale(1.15) rotate(10deg);
}
.services-section-style .card-content {
display: flex;
flex-direction: column;
gap: 16px;
}
.services-section-style .service-name {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 0;
line-height: 1.3;
}
.services-section-style .service-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 0;
}
.services-section-style .service-features {
font-size: 0.875rem;
color: var(--primary-700);
font-weight: 500;
line-height: 1.5;
padding: 12px 0;
border-top: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent);
border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent);
}
.services-section-style .service-footer {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 8px;
}
.services-section-style .service-price {
font-size: 1.25rem;
font-weight: 700;
color: var(--primary-700);
display: flex;
align-items: center;
}
.services-section-style .feature-icons {
display: flex;
gap: 12px;
}
.services-section-style .feature-icons i {
font-size: 1.25rem;
color: color-mix(in srgb, var(--primary-500) 60%, var(--neutral-500) 40%);
transition: all 0.3s ease;
}
.services-section-style .service-card:hover .feature-icons i {
color: var(--primary-700);
transform: translateY(-2px);
}
.services-section-style .bottom-accent-line {
width: 100%;
height: 2px;
background: linear-gradient(
90deg,
transparent,
var(--primary-500),
transparent
);
margin-top: 80px;
opacity: 0.3;
}
@media (max-width: 1200px) {
.services-section-style .services-grid {
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 28px;
}
}
@media (max-width: 768px) {
.services-section-style {
padding: 60px 0;
}
.services-section-style .section-title {
font-size: 2rem;
}
.services-section-style .section-subtitle {
font-size: 1.25rem;
}
.services-section-style .section-description {
font-size: 1rem;
}
.services-section-style .services-grid {
grid-template-columns: 1fr;
gap: 24px;
}
.services-section-style .service-card {
padding: 32px 24px;
}
.services-section-style .card-icon-wrapper {
width: 70px;
height: 70px;
}
.services-section-style .card-icon-wrapper i {
font-size: 2rem;
}
.services-section-style .service-name {
font-size: 1.25rem;
}
.services-section-style .service-footer {
flex-direction: column;
align-items: flex-start;
gap: 16px;
}
.services-section-style .feature-icons {
gap: 16px;
}
}
@media (max-width: 480px) {
.services-section-style .section-title {
font-size: 1.75rem;
}
.services-section-style .section-subtitle {
font-size: 1.125rem;
}
.services-section-style .service-card {
padding: 28px 20px;
}
.services-section-style .service-price {
font-size: 1.125rem;
}
}
.services-section-style .service-card {
animation: fadeInScale 0.6s ease-out backwards;
}
.services-section-style .service-card:nth-child(1) { animation-delay: 0.1s; }
.services-section-style .service-card:nth-child(2) { animation-delay: 0.2s; }
.services-section-style .service-card:nth-child(3) { animation-delay: 0.3s; }
.services-section-style .service-card:nth-child(4) { animation-delay: 0.4s; }
.services-section-style .service-card:nth-child(5) { animation-delay: 0.5s; }
.services-section-style .service-card:nth-child(6) { animation-delay: 0.6s; }
@keyframes fadeInScale {
from {
opacity: 0;
transform: scale(0.95);
}
to {
opacity: 1;
transform: scale(1);
}
}
.services-section-style .service-card:focus-within {
outline: 3px solid var(--primary-500);
outline-offset: 4px;
}
@media print {
.services-section-style {
padding: 40px 0;
}
.services-section-style .decorative-blob,
.services-section-style .decorative-dots,
.services-section-style .bottom-accent-line {
display: none;
}
.services-section-style .service-card {
box-shadow: none;
border: 1px solid var(--neutral-300);
page-break-inside: avoid;
}
}
.priceplan-section-style {
padding: 100px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
position: relative;
}
.priceplan-section-style .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
}
.priceplan-section-style .shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle, var(--primary-50) 0%, transparent 70%);
opacity: 0.4;
}
.priceplan-section-style .shape-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.priceplan-section-style .shape-2 {
width: 300px;
height: 300px;
bottom: -50px;
left: -50px;
animation: float 15s ease-in-out infinite reverse;
}
.priceplan-section-style .shape-blob {
position: absolute;
width: 500px;
height: 500px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(ellipse at center, var(--primary-100) 0%, transparent 70%);
opacity: 0.2;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morphing 10s ease-in-out infinite;
}
@keyframes float {
0%, 100% { transform: translateY(0) translateX(0); }
25% { transform: translateY(-20px) translateX(10px); }
50% { transform: translateY(-40px) translateX(-10px); }
75% { transform: translateY(-20px) translateX(5px); }
}
@keyframes morphing {
0%, 100% { border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; }
25% { border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%; }
50% { border-radius: 30% 60% 70% 40% / 50% 40% 60% 50%; }
75% { border-radius: 70% 30% 40% 60% / 60% 50% 40% 50%; }
}
.priceplan-section-style .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.priceplan-section-style .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 1rem;
}
.priceplan-section-style .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.priceplan-section-style .pricing-card {
background: var(--light);
border-radius: 20px;
padding: 40px 30px;
position: relative;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.06);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
height: 100%;
display: flex;
flex-direction: column;
overflow: hidden;
border: 2px solid var(--neutral-100);
}
.priceplan-section-style .pricing-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.priceplan-section-style .card-header-accent {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 5px;
background: linear-gradient(90deg, var(--primary-300) 0%, var(--primary-500) 100%);
border-radius: 20px 20px 0 0;
}
.priceplan-section-style .pricing-card.featured {
background: linear-gradient(135deg, var(--light) 0%, var(--primary-50) 100%);
border-color: var(--primary-500);
transform: scale(1.05);
box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.1);
}
.priceplan-section-style .pricing-card.featured:hover {
transform: scale(1.05) translateY(-10px);
}
.priceplan-section-style .featured-badge {
position: absolute;
top: 20px;
right: 20px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
color: var(--light);
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.25rem;
box-shadow: 0 5px 20px color-mix(in srgb, var(--primary-500) 40%, transparent);
animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.1); }
}
.priceplan-section-style .plan-icon-wrapper {
display: flex;
justify-content: center;
align-items: center;
}
.priceplan-section-style .plan-icon {
width: 80px;
height: 80px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-300) 0%, var(--primary-500) 100%);
display: flex;
align-items: center;
justify-content: center;
font-size: 2rem;
color: var(--light);
box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
transition: all 0.3s ease;
}
.priceplan-section-style .pricing-card:hover .plan-icon {
transform: rotate(10deg) scale(1.1);
}
.priceplan-section-style .plan-name {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
text-align: center;
margin-bottom: 1rem;
}
.priceplan-section-style .plan-price-wrapper {
text-align: center;
padding: 20px 0;
border-bottom: 2px solid var(--neutral-100);
margin-bottom: 1.5rem;
}
.priceplan-section-style .plan-price {
font-size: 3rem;
font-weight: 800;
color: var(--primary-500);
margin: 0;
line-height: 1;
}
.priceplan-section-style .price-period {
font-size: 1.125rem;
font-weight: 400;
color: var(--text-secondary);
margin-left: 5px;
}
.priceplan-section-style .plan-description {
font-size: 1rem;
color: var(--text-secondary);
text-align: center;
line-height: 1.6;
margin-bottom: 2rem;
}
.priceplan-section-style .plan-features {
flex-grow: 1;
}
.priceplan-section-style .feature-item {
display: flex;
align-items: flex-start;
gap: 12px;
margin-bottom: 15px;
font-size: 1rem;
color: var(--text-primary);
line-height: 1.5;
}
.priceplan-section-style .feature-item i {
color: var(--primary-500);
font-size: 1.25rem;
margin-top: 2px;
flex-shrink: 0;
}
.priceplan-section-style .feature-item span {
flex: 1;
}
.priceplan-section-style .card-footer-decoration {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 50px;
background: linear-gradient(180deg, transparent 0%, var(--primary-50) 100%);
opacity: 0;
transition: opacity 0.3s ease;
border-radius: 0 0 20px 20px;
}
.priceplan-section-style .pricing-card:hover .card-footer-decoration {
opacity: 1;
}
.priceplan-section-style .decorative-icons {
position: absolute;
bottom: 50px;
right: 50px;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 15px;
opacity: 0.15;
pointer-events: none;
}
.priceplan-section-style .decorative-icons .icon-item {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
color: var(--primary-500);
background: var(--primary-100);
border-radius: 12px;
animation: iconFloat 3s ease-in-out infinite;
}
.priceplan-section-style .decorative-icons .icon-item:nth-child(2) {
animation-delay: 0.5s;
}
.priceplan-section-style .decorative-icons .icon-item:nth-child(3) {
animation-delay: 1s;
}
.priceplan-section-style .decorative-icons .icon-item:nth-child(4) {
animation-delay: 1.5s;
}
@keyframes iconFloat {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}
@media (max-width: 991px) {
.priceplan-section-style {
padding: 80px 0;
}
.priceplan-section-style .section-title {
font-size: 2.25rem;
}
.priceplan-section-style .section-subtitle {
font-size: 1.25rem;
}
.priceplan-section-style .pricing-card.featured {
transform: scale(1);
}
.priceplan-section-style .pricing-card.featured:hover {
transform: translateY(-10px);
}
.priceplan-section-style .decorative-icons {
display: none;
}
}
@media (max-width: 767px) {
.priceplan-section-style {
padding: 60px 0;
}
.priceplan-section-style .section-title {
font-size: 1.875rem;
}
.priceplan-section-style .section-subtitle {
font-size: 1.125rem;
}
.priceplan-section-style .section-description {
font-size: 1rem;
}
.priceplan-section-style .pricing-card {
padding: 30px 25px;
}
.priceplan-section-style .plan-icon {
width: 70px;
height: 70px;
font-size: 1.75rem;
}
.priceplan-section-style .plan-name {
font-size: 1.5rem;
}
.priceplan-section-style .plan-price {
font-size: 2.5rem;
}
.priceplan-section-style .shape-1,
.priceplan-section-style .shape-2 {
width: 250px;
height: 250px;
}
.priceplan-section-style .shape-blob {
width: 350px;
height: 350px;
}
}
@media (max-width: 575px) {
.priceplan-section-style .pricing-card {
padding: 25px 20px;
}
.priceplan-section-style .plan-price {
font-size: 2.25rem;
}
.priceplan-section-style .featured-badge {
width: 40px;
height: 40px;
font-size: 1rem;
}
}
.team-section-featured {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.team-section-featured .decorative-line-top {
width: 60px;
height: 3px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
margin: 0 auto;
border-radius: 2px;
}
.team-section-featured .decorative-accent {
width: 100%;
max-width: 300px;
height: 2px;
background: linear-gradient(90deg, transparent, var(--primary-300), transparent);
margin: 0 auto;
}
.bg-decoration {
position: absolute;
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.team-section-featured .decoration-1 {
width: 400px;
height: 400px;
background: linear-gradient(135deg, color-mix(in srgb, var(--primary-100) 40%, transparent), transparent);
top: -100px;
right: -100px;
}
.team-section-featured .decoration-2 {
width: 300px;
height: 300px;
background: linear-gradient(225deg, color-mix(in srgb, var(--primary-50) 60%, transparent), transparent);
bottom: -80px;
left: -80px;
}
.team-section-featured .decoration-3 {
width: 200px;
height: 200px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-100) 30%, transparent), transparent);
top: 50%;
left: 10%;
transform: translateY(-50%);
}
.team-section-featured .display-4 {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
}
.team-section-featured .lead {
color: var(--text-secondary);
font-size: 1.25rem;
font-weight: 500;
}
.team-section-featured .text-secondary {
color: var(--neutral-700) !important;
line-height: 1.7;
}
.team-section-featured .team-card {
position: relative;
background: var(--surface-secondary);
border-radius: 16px;
overflow: hidden;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 12px color-mix(in srgb, var(--neutral-900) 8%, transparent);
z-index: 1;
}
.team-section-featured .team-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.team-section-featured .team-image-wrapper {
position: relative;
width: 100%;
padding-top: 100%;
overflow: hidden;
background: var(--neutral-100);
}
.team-section-featured .team-member-photo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-section-featured .team-card:hover .team-member-photo {
transform: scale(1.08);
}
.team-section-featured .image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, transparent 50%, color-mix(in srgb, var(--primary-700) 40%, transparent));
opacity: 0;
transition: opacity 0.4s ease;
pointer-events: none;
}
.team-section-featured .team-card:hover .image-overlay {
opacity: 1;
}
.team-section-featured .team-content {
padding: 1.75rem 1.5rem;
text-align: center;
background: var(--surface-secondary);
position: relative;
}
.team-section-featured .team-content h3 {
color: var(--text-primary);
font-weight: 600;
margin-bottom: 0.5rem;
transition: color 0.3s ease;
}
.team-section-featured .team-card:hover .team-content h3 {
color: var(--primary-500);
}
.team-section-featured .team-content .text-muted {
color: var(--text-secondary) !important;
font-size: 0.95rem;
font-weight: 500;
}
.team-section-featured .decorative-underline {
width: 40px;
height: 2px;
background: var(--primary-500);
margin: 1rem auto 0;
border-radius: 1px;
transition: width 0.3s ease;
}
.team-section-featured .team-card:hover .decorative-underline {
width: 80px;
}
.team-section-featured .decorative-box {
width: 100%;
height: 100%;
min-height: 380px;
background: linear-gradient(135deg, var(--primary-50), color-mix(in srgb, var(--primary-100) 70%, white));
border-radius: 16px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 2rem;
padding: 3rem;
box-shadow: 0 4px 12px color-mix(in srgb, var(--neutral-900) 6%, transparent);
}
.team-section-featured .decorative-box i {
font-size: 3rem;
color: var(--primary-500);
animation: float 3s ease-in-out infinite;
}
.team-section-featured .decorative-box i:nth-child(2) {
animation-delay: 0.5s;
color: var(--primary-700);
}
.team-section-featured .decorative-box i:nth-child(3) {
animation-delay: 1s;
color: var(--primary-300);
}
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}
@media (max-width: 991.98px) {
.team-section-featured .display-4 {
font-size: 2.5rem;
}
.team-section-featured .decorative-box {
min-height: 300px;
}
}
@media (max-width: 767.98px) {
.team-section-featured .display-4 {
font-size: 2rem;
}
.team-section-featured .lead {
font-size: 1.1rem;
}
.team-section-featured .team-content {
padding: 1.5rem 1rem;
}
.bg-decoration {
opacity: 0.5;
}
}
@media (max-width: 575.98px) {
.team-section-featured .display-4 {
font-size: 1.75rem;
}
.team-section-featured .team-content h3 {
font-size: 1.1rem;
}
.team-section-featured .team-content .text-muted {
font-size: 0.9rem;
}
}
.team-section-featured .team-member-photo {
-webkit-user-select: none;
user-select: none;
}
@media (prefers-reduced-motion: reduce) {
.team-card,
.team-member-photo,
.decorative-underline,
.team-section-featured .image-overlay {
transition: none;
}
.team-section-featured .decorative-box i {
animation: none;
}
}
@media (prefers-contrast: high) {
.team-section-featured .team-card {
border: 2px solid var(--neutral-700);
}
.team-section-featured .team-content h3 {
font-weight: 700;
}
}
.reviews-section-variant {
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;
}
.reviews-section-variant .decorative-blob-top {
position: absolute;
top: -100px;
right: -100px;
width: 400px;
height: 400px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
transparent 70%
);
border-radius: 50%;
filter: blur(60px);
animation: float 20s ease-in-out infinite;
z-index: 1;
}
.reviews-section-variant .decorative-blob-bottom {
position: absolute;
bottom: -150px;
left: -150px;
width: 500px;
height: 500px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
transparent 70%
);
border-radius: 50%;
filter: blur(80px);
animation: float 25s ease-in-out infinite reverse;
z-index: 1;
}
.reviews-section-variant .decorative-grid-pattern {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image:
linear-gradient(color-mix(in srgb, var(--primary-300) 8%, transparent 92%) 1px, transparent 1px),
linear-gradient(90deg, color-mix(in srgb, var(--primary-300) 8%, transparent 92%) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.4;
z-index: 1;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
.reviews-section-variant .section-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: linear-gradient(
135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-700) 80%, var(--primary-500) 20%)
);
border-radius: 50%;
color: var(--light);
font-size: 1.5rem;
box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
0%, 100% {
transform: scale(1);
box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
50% {
transform: scale(1.05);
box-shadow: 0 15px 40px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
}
.reviews-section-variant .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.reviews-section-variant .section-subtitle {
font-size: 1.5rem;
font-weight: 500;
color: var(--primary-700);
margin-bottom: 1.5rem;
}
.reviews-section-variant .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 800px;
margin: 0 auto;
}
.reviews-section-variant .reviews-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 30px;
position: relative;
z-index: 2;
}
.reviews-section-variant .review-card {
background: var(--surface-primary);
border-radius: 20px;
padding: 40px 30px;
box-shadow:
0 10px 40px color-mix(in srgb, var(--neutral-900) 8%, transparent 92%),
0 0 0 1px color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.reviews-section-variant .review-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-700)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.reviews-section-variant .review-card:hover {
transform: translateY(-8px);
box-shadow:
0 20px 60px color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
0 0 0 1px color-mix(in srgb, var(--primary-300) 50%, transparent 50%);
}
.reviews-section-variant .review-card:hover::before {
transform: scaleX(1);
}
.reviews-section-variant .review-card-featured {
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
);
border: 2px solid color-mix(in srgb, var(--primary-300) 40%, transparent 60%);
}
.reviews-section-variant .featured-badge {
position: absolute;
top: 20px;
right: 20px;
width: 40px;
height: 40px;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1rem;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
animation: rotate 3s linear infinite;
}
@keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.reviews-section-variant .quote-icon {
font-size: 3rem;
color: color-mix(in srgb, var(--primary-300) 40%, transparent 60%);
line-height: 1;
margin-bottom: 20px;
}
.reviews-section-variant .review-card-featured .quote-icon {
color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
}
.reviews-section-variant .review-content {
margin-bottom: 30px;
}
.reviews-section-variant .review-text {
font-size: 1rem;
line-height: 1.8;
color: var(--text-secondary);
margin: 0;
position: relative;
}
.reviews-section-variant .review-author-section {
display: flex;
align-items: center;
gap: 15px;
}
.reviews-section-variant .author-avatar {
flex-shrink: 0;
}
.reviews-section-variant .avatar-placeholder {
width: 60px;
height: 60px;
background: linear-gradient(
135deg,
var(--primary-100),
color-mix(in srgb, var(--primary-300) 60%, var(--primary-100) 40%)
);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-700);
font-size: 2rem;
border: 3px solid var(--surface-primary);
box-shadow: 0 4px 12px color-mix(in srgb, var(--neutral-900) 10%, transparent 90%);
}
.reviews-section-variant .author-info {
flex: 1;
}
.reviews-section-variant .author-name {
font-size: 1rem;
font-weight: 600;
color: var(--text-primary);
margin: 0;
line-height: 1.4;
}
.reviews-section-variant .card-decorative-element {
position: absolute;
bottom: -20px;
right: -20px;
width: 100px;
height: 100px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent 70%
);
border-radius: 50%;
pointer-events: none;
}
.reviews-section-variant .decorative-icons-bottom {
display: flex;
justify-content: center;
gap: 40px;
margin-top: 60px;
font-size: 2rem;
color: color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}
.reviews-section-variant .decorative-icons-bottom i {
animation: bounce 2s ease-in-out infinite;
}
.reviews-section-variant .decorative-icons-bottom i:nth-child(2) {
animation-delay: 0.2s;
}
.reviews-section-variant .decorative-icons-bottom i:nth-child(3) {
animation-delay: 0.4s;
}
@keyframes bounce {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}
@media (max-width: 1200px) {
.reviews-section-variant .reviews-grid {
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
}
@media (max-width: 768px) {
.reviews-section-variant {
padding: 60px 0;
}
.reviews-section-variant .section-title {
font-size: 2rem;
}
.reviews-section-variant .section-subtitle {
font-size: 1.25rem;
}
.reviews-section-variant .section-description {
font-size: 1rem;
}
.reviews-section-variant .reviews-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.reviews-section-variant .review-card {
padding: 30px 20px;
}
.reviews-section-variant .decorative-blob-top,
.reviews-section-variant .decorative-blob-bottom {
display: none;
}
}
@media (max-width: 576px) {
.reviews-section-variant .section-title {
font-size: 1.75rem;
}
.reviews-section-variant .section-subtitle {
font-size: 1.125rem;
}
.reviews-section-variant .quote-icon {
font-size: 2rem;
}
.reviews-section-variant .avatar-placeholder {
width: 50px;
height: 50px;
font-size: 1.5rem;
}
.reviews-section-variant .author-name {
font-size: 0.9rem;
}
.reviews-section-variant .decorative-icons-bottom {
gap: 30px;
font-size: 1.5rem;
}
}
@media print {
.reviews-section-variant .decorative-blob-top,
.reviews-section-variant .decorative-blob-bottom,
.reviews-section-variant .decorative-grid-pattern,
.reviews-section-variant .decorative-icons-bottom {
display: none;
}
.reviews-section-variant .review-card {
break-inside: avoid;
box-shadow: none;
border: 1px solid var(--neutral-300);
}
}
@media (prefers-reduced-motion: reduce) {
.reviews-section-variant *,
.reviews-section-variant *::before,
.reviews-section-variant *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
@media (prefers-contrast: high) {
.reviews-section-variant .review-card {
border: 2px solid var(--neutral-900);
}
.reviews-section-variant .section-title,
.reviews-section-variant .author-name {
font-weight: 800;
}
}
.casestudy-section-featured {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.casestudy-section-featured .section-header {
position: relative;
z-index: 2;
}
.casestudy-section-featured .decorative-line {
width: 60px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
border-radius: 2px;
}
.casestudy-section-featured #casestudy-title {
color: var(--text-primary);
letter-spacing: -0.02em;
line-height: 1.2;
}
.casestudy-section-featured #casestudy-subtitle {
color: var(--primary-500);
font-weight: 600;
letter-spacing: 0.02em;
text-transform: uppercase;
font-size: 0.875rem;
}
.casestudy-section-featured #casestudy-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 720px;
margin-left: auto;
margin-right: auto;
}
.casestudy-section-featured .case-card {
background: var(--surface-secondary);
border-radius: 16px;
overflow: hidden;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
position: relative;
}
.casestudy-section-featured .case-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.08);
border-color: var(--primary-300);
}
.casestudy-section-featured .case-card-image {
position: relative;
height: 240px;
overflow: hidden;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-50) 80%, var(--surface-primary)),
color-mix(in srgb, var(--primary-100) 60%, var(--surface-primary))
);
}
.casestudy-section-featured .image-placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.casestudy-section-featured .image-placeholder i {
font-size: 4rem;
color: var(--primary-300);
opacity: 0.6;
transition: all 0.4s ease;
}
.casestudy-section-featured .case-card:hover .image-placeholder i {
transform: scale(1.15);
opacity: 0.8;
}
.casestudy-section-featured .case-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
180deg,
transparent 0%,
rgba(var(--black-rgb), 0.02) 100%
);
display: flex;
align-items: flex-start;
justify-content: flex-end;
padding: 1.5rem;
}
.casestudy-section-featured .case-number {
font-size: 3rem;
font-weight: 800;
color: var(--primary-500);
opacity: 0.15;
line-height: 1;
letter-spacing: -0.02em;
}
.casestudy-section-featured .case-card-body {
padding: 2rem;
position: relative;
}
.casestudy-section-featured .case-icon-wrapper {
width: 48px;
height: 48px;
border-radius: 12px;
background: linear-gradient(
135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 80%, var(--primary-700))
);
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.25rem;
transition: all 0.3s ease;
}
.casestudy-section-featured .case-card:hover .case-icon-wrapper {
transform: rotate(5deg) scale(1.1);
box-shadow: 0 8px 16px rgba(var(--black-rgb), 0.15);
}
.casestudy-section-featured .case-card-body h4 {
color: var(--text-primary);
line-height: 1.4;
transition: color 0.3s ease;
}
.casestudy-section-featured .case-card:hover .case-card-body h4 {
color: var(--primary-500);
}
.casestudy-section-featured .case-card-body p {
color: var(--text-secondary);
line-height: 1.6;
font-size: 0.9375rem;
}
.casestudy-section-featured .case-meta {
display: flex;
align-items: center;
gap: 8px;
padding-top: 1rem;
border-top: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent);
}
.casestudy-section-featured .badge-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-300);
opacity: 0.5;
transition: all 0.3s ease;
}
.casestudy-section-featured .case-card:hover .badge-dot {
opacity: 1;
background: var(--primary-500);
}
.casestudy-section-featured .badge-dot:nth-child(2) {
opacity: 0.35;
}
.casestudy-section-featured .badge-dot:nth-child(3) {
opacity: 0.2;
}
.casestudy-section-featured .decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 1;
}
.casestudy-section-featured .shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-100) 30%, transparent),
transparent 70%
);
}
.casestudy-section-featured .shape-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
opacity: 0.3;
}
.casestudy-section-featured .shape-2 {
width: 300px;
height: 300px;
bottom: -80px;
left: -80px;
opacity: 0.2;
}
.casestudy-section-featured .blob-shape {
position: absolute;
width: 500px;
height: 500px;
background: radial-gradient(
ellipse at center,
color-mix(in srgb, var(--primary-50) 40%, transparent),
transparent 60%
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.15;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: blobFloat 20s ease-in-out infinite;
}
@keyframes blobFloat {
0%, 100% {
transform: translate(-50%, -50%) rotate(0deg);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
33% {
transform: translate(-45%, -55%) rotate(120deg);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
66% {
transform: translate(-55%, -45%) rotate(240deg);
border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
}
}
@media (max-width: 991px) {
.casestudy-section-featured .case-card-image {
height: 200px;
}
.casestudy-section-featured #casestudy-title {
font-size: 2rem;
}
.casestudy-section-featured .shape-1,
.casestudy-section-featured .shape-2 {
width: 250px;
height: 250px;
}
}
@media (max-width: 767px) {
.casestudy-section-featured .case-card-body {
padding: 1.5rem;
}
.casestudy-section-featured .case-card-image {
height: 180px;
}
.casestudy-section-featured .image-placeholder i {
font-size: 3rem;
}
.casestudy-section-featured .case-number {
font-size: 2.5rem;
}
.casestudy-section-featured #casestudy-title {
font-size: 1.75rem;
}
.casestudy-section-featured #casestudy-desc {
font-size: 1rem;
}
.casestudy-section-featured .decorative-line {
width: 50px;
height: 3px;
}
}
@media (max-width: 575px) {
.casestudy-section-featured .case-card-image {
height: 160px;
}
.casestudy-section-featured .case-icon-wrapper {
width: 40px;
height: 40px;
font-size: 1rem;
}
.casestudy-section-featured #casestudy-title {
font-size: 1.5rem;
}
.casestudy-section-featured .blob-shape {
width: 300px;
height: 300px;
}
}
@media (prefers-contrast: high) {
.casestudy-section-featured .case-card {
border: 2px solid var(--neutral-500);
}
.casestudy-section-featured .case-card:hover {
border-color: var(--primary-500);
}
.casestudy-section-featured .badge-dot {
opacity: 1;
}
}
@media (prefers-reduced-motion: reduce) {
.casestudy-section-featured .case-card,
.casestudy-section-featured .case-icon-wrapper,
.casestudy-section-featured .image-placeholder i {
transition: none;
}
.casestudy-section-featured .blob-shape {
animation: none;
}
.casestudy-section-featured .case-card:hover {
transform: none;
}
}
@media print {
.casestudy-section-featured .decorative-shapes {
display: none;
}
.casestudy-section-featured .case-card {
break-inside: avoid;
page-break-inside: avoid;
}
}
.process-section-classic {
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;
}
.process-section-classic .section-header {
margin-bottom: 80px;
}
.process-section-classic .section-subtitle {
font-size: 0.95rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
color: var(--primary-500);
margin-bottom: 16px;
display: inline-block;
position: relative;
}
.process-section-classic .section-subtitle::after {
content: '';
position: absolute;
bottom: -8px;
left: 50%;
transform: translateX(-50%);
width: 40px;
height: 3px;
background: var(--primary-500);
border-radius: 2px;
}
.process-section-classic .section-title {
font-size: 2.75rem;
font-weight: 800;
color: var(--text-primary);
margin-bottom: 24px;
line-height: 1.2;
}
.process-section-classic .section-description {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 0;
}
.process-section-classic .process-timeline {
position: relative;
padding: 40px 0;
}
.process-section-classic .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(to bottom,
var(--primary-300) 0%,
var(--primary-500) 50%,
var(--primary-700) 100%
);
transform: translateX(-50%);
z-index: 1;
}
.process-section-classic .process-item {
position: relative;
margin-bottom: 100px;
z-index: 2;
}
.process-section-classic .process-item:last-child {
margin-bottom: 0;
}
.process-section-classic .process-content {
background: var(--surface-primary);
padding: 40px;
border-radius: 20px;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
position: relative;
transition: all 0.4s ease;
border: 2px solid transparent;
}
.process-section-classic .process-content:hover {
transform: translateY(-8px);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.process-section-classic .process-number {
display: inline-block;
font-size: 3.5rem;
font-weight: 800;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1;
margin-bottom: 20px;
opacity: 0.9;
}
.process-section-classic .process-title {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.process-section-classic .process-description {
font-size: 1rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 24px;
}
.process-section-classic .process-icon-group {
display: flex;
gap: 16px;
flex-wrap: wrap;
}
.process-section-classic .process-icon-group i {
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
color: var(--primary-500);
border-radius: 12px;
font-size: 1.25rem;
transition: all 0.3s ease;
}
.process-section-classic .process-icon-group i:hover {
background: var(--primary-500);
color: var(--light);
transform: translateY(-4px);
}
.process-section-classic .timeline-node {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
min-height: 300px;
position: relative;
z-index: 3;
}
.process-section-classic .node-dot {
width: 24px;
height: 24px;
background: var(--primary-500);
border-radius: 50%;
position: relative;
z-index: 2;
box-shadow: 0 0 0 6px var(--surface-primary),
0 0 0 12px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.process-section-classic .node-ring {
position: absolute;
width: 60px;
height: 60px;
border: 3px solid var(--primary-300);
border-radius: 50%;
animation: pulse-ring 2s ease-out infinite;
}
@keyframes pulse-ring {
0% {
transform: scale(0.8);
opacity: 1;
}
100% {
transform: scale(1.5);
opacity: 0;
}
}
.process-section-classic .timeline-node-final .node-success {
position: absolute;
top: -60px;
left: 50%;
transform: translateX(-50%);
width: 64px;
height: 64px;
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.75rem;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.15);
animation: success-bounce 1s ease-in-out infinite alternate;
}
@keyframes success-bounce {
from {
transform: translateX(-50%) translateY(0);
}
to {
transform: translateX(-50%) translateY(-8px);
}
}
.process-section-classic .process-visual {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
min-height: 300px;
}
.process-section-classic .visual-placeholder {
width: 240px;
height: 240px;
border-radius: 30px;
display: flex;
align-items: center;
justify-content: center;
font-size: 5rem;
color: var(--light);
position: relative;
overflow: hidden;
box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.1);
transition: all 0.4s ease;
}
.process-section-classic .visual-placeholder:hover {
transform: scale(1.05) rotate(2deg);
}
.process-section-classic .visual-placeholder::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
opacity: 0.9;
z-index: 1;
}
.process-section-classic .visual-placeholder i {
position: relative;
z-index: 2;
animation: icon-float 3s ease-in-out infinite;
}
@keyframes icon-float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-12px);
}
}
.process-section-classic .visual-1::before {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}
.process-section-classic .visual-2::before {
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%),
var(--primary-700)
);
}
.process-section-classic .visual-3::before {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}
.process-section-classic .visual-4::before {
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 90%, var(--primary-700) 10%),
var(--primary-700)
);
}
.process-section-classic .visual-5::before {
background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
}
.process-section-classic .decorative-elements {
position: absolute;
inset: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.process-section-classic .deco-circle {
position: absolute;
border-radius: 50%;
border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
}
.process-section-classic .deco-circle-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
animation: rotate-slow 30s linear infinite;
}
.process-section-classic .deco-circle-2 {
width: 300px;
height: 300px;
bottom: -80px;
left: -80px;
animation: rotate-slow 40s linear infinite reverse;
}
.process-section-classic .deco-blob {
position: absolute;
width: 350px;
height: 350px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent) 0%,
transparent 70%
);
border-radius: 40% 60% 70% 30% / 60% 30% 70% 40%;
animation: blob-morph 20s ease-in-out infinite;
}
.process-section-classic .deco-blob-1 {
top: 10%;
left: 5%;
animation-delay: -5s;
}
.process-section-classic .deco-blob-2 {
bottom: 15%;
right: 8%;
animation-delay: -10s;
}
@keyframes rotate-slow {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blob-morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 60% 30% 70% 40%;
}
25% {
border-radius: 60% 40% 30% 70% / 40% 70% 30% 60%;
}
50% {
border-radius: 70% 30% 40% 60% / 30% 60% 70% 40%;
}
75% {
border-radius: 30% 70% 60% 40% / 70% 40% 60% 30%;
}
}
@media (max-width: 991.98px) {
.process-section-classic {
padding: 80px 0;
}
.process-section-classic .section-title {
font-size: 2.25rem;
}
.process-section-classic .section-description {
font-size: 1rem;
}
.process-section-classic .timeline-line {
left: 30px;
}
.process-section-classic .timeline-node {
position: absolute;
left: 0;
top: 40px;
min-height: auto;
height: auto;
}
.process-section-classic .process-item {
margin-bottom: 60px;
padding-left: 80px;
}
.process-section-classic .process-content {
padding: 32px;
text-align: left !important;
}
.process-section-classic .process-icon-group {
justify-content: flex-start !important;
}
.process-section-classic .process-visual {
display: none;
}
.process-section-classic .timeline-node-final .node-success {
top: 0;
left: -8px;
width: 56px;
height: 56px;
font-size: 1.5rem;
}
.process-section-classic .process-number {
font-size: 2.75rem;
}
.process-section-classic .process-title {
font-size: 1.5rem;
}
}
@media (max-width: 767.98px) {
.process-section-classic {
padding: 60px 0;
}
.process-section-classic .section-header {
margin-bottom: 60px;
}
.process-section-classic .section-title {
font-size: 1.875rem;
}
.process-section-classic .section-description {
font-size: 0.95rem;
}
.process-section-classic .process-content {
padding: 28px;
}
.process-section-classic .process-number {
font-size: 2.25rem;
}
.process-section-classic .process-title {
font-size: 1.35rem;
}
.process-section-classic .process-description {
font-size: 0.95rem;
}
.process-section-classic .process-icon-group i {
width: 40px;
height: 40px;
font-size: 1.125rem;
}
.process-section-classic .visual-placeholder {
width: 180px;
height: 180px;
font-size: 3.5rem;
}
.process-section-classic .deco-circle-1,
.process-section-classic .deco-circle-2 {
width: 250px;
height: 250px;
}
.process-section-classic .deco-blob {
width: 250px;
height: 250px;
}
}
@media (max-width: 575.98px) {
.process-section-classic .timeline-line {
left: 20px;
}
.process-section-classic .process-item {
padding-left: 60px;
}
.process-section-classic .node-dot {
width: 20px;
height: 20px;
}
.process-section-classic .node-ring {
width: 50px;
height: 50px;
}
.process-section-classic .timeline-node-final .node-success {
width: 48px;
height: 48px;
font-size: 1.25rem;
}
.process-section-classic .process-content {
padding: 24px;
}
}
.timeline-section-custom {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
position: relative;
overflow: hidden;
}
.timeline-section-custom .timeline-header {
position: relative;
z-index: 2;
}
.timeline-section-custom .decorative-dots {
display: flex;
gap: 8px;
justify-content: center;
align-items: center;
}
.timeline-section-custom .decorative-dots .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
display: inline-block;
animation: pulse-dot 2s infinite;
}
.timeline-section-custom .decorative-dots .dot:nth-child(2) {
animation-delay: 0.3s;
background: var(--primary-700);
}
.timeline-section-custom .decorative-dots .dot:nth-child(3) {
animation-delay: 0.6s;
background: var(--primary-500);
}
@keyframes pulse-dot {
0%, 100% { transform: scale(1); opacity: 1; }
50% { transform: scale(1.3); opacity: 0.7; }
}
#timeline-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
}
#timeline-subtitle {
color: var(--text-secondary);
font-size: 1.25rem;
font-weight: 500;
}
#timeline-desc {
color: var(--text-secondary);
line-height: 1.7;
}
.timeline-section-custom .timeline-wrapper {
max-width: 1000px;
margin: 0 auto;
padding: 3rem 0;
}
.timeline-section-custom .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg,
var(--primary-300) 0%,
var(--primary-500) 50%,
var(--primary-300) 100%);
transform: translateX(-50%);
z-index: 1;
}
.timeline-section-custom .timeline-item {
position: relative;
display: flex;
align-items: center;
margin-bottom: 4rem;
padding-left: calc(50% + 50px);
}
.timeline-section-custom .timeline-item-reverse {
padding-left: 0;
padding-right: calc(50% + 50px);
flex-direction: row-reverse;
}
.timeline-section-custom .timeline-dot-wrapper {
position: absolute;
left: 50%;
transform: translateX(-50%);
z-index: 3;
}
.timeline-section-custom .timeline-dot {
width: 60px;
height: 60px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.15);
border: 4px solid var(--surface-primary);
transition: all 0.3s ease;
}
.timeline-section-custom .timeline-dot i {
font-size: 1.5rem;
color: var(--light);
}
.timeline-section-custom .timeline-item:hover .timeline-dot {
transform: scale(1.1) rotate(360deg);
box-shadow: 0 6px 30px rgba(var(--black-rgb), 0.25);
}
.timeline-section-custom .timeline-content {
flex: 1;
position: relative;
}
.timeline-section-custom .timeline-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 2.5rem;
box-shadow: 0 8px 30px rgba(var(--black-rgb), 0.08);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
position: relative;
overflow: hidden;
transition: all 0.3s ease;
}
.timeline-section-custom .timeline-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 5px;
height: 100%;
background: linear-gradient(180deg, var(--primary-500), var(--primary-700));
}
.timeline-section-custom .timeline-item-reverse .timeline-card::before {
left: auto;
right: 0;
}
.timeline-section-custom .timeline-card:hover {
transform: translateY(-5px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
}
.card-icon-badge {
position: absolute;
top: 20px;
right: 20px;
width: 50px;
height: 50px;
border-radius: 12px;
background: color-mix(in srgb, var(--primary-500) 10%, transparent 90%);
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.card-icon-badge i {
font-size: 1.5rem;
color: var(--primary-500);
}
.timeline-section-custom .timeline-card:hover .card-icon-badge {
background: var(--primary-500);
transform: rotate(10deg) scale(1.1);
}
.timeline-section-custom .timeline-card:hover .card-icon-badge i {
color: var(--light);
}
.card-title {
color: var(--text-primary);
font-size: 1.5rem;
font-weight: 700;
margin-right: 60px;
position: relative;
}
.card-description {
color: var(--text-secondary);
line-height: 1.8;
margin: 0;
}
.card-decoration {
position: absolute;
bottom: -30px;
right: -30px;
width: 150px;
height: 150px;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 5%, transparent 95%),
transparent);
pointer-events: none;
}
.timeline-section-custom .floating-shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
pointer-events: none;
z-index: 0;
}
.timeline-section-custom .shape-1 {
width: 300px;
height: 300px;
background: var(--primary-500);
top: 10%;
right: -100px;
animation: float-1 20s infinite ease-in-out;
}
.timeline-section-custom .shape-2 {
width: 200px;
height: 200px;
background: var(--primary-700);
bottom: 20%;
left: -80px;
animation: float-2 25s infinite ease-in-out;
}
.timeline-section-custom .shape-3 {
width: 250px;
height: 250px;
background: var(--primary-300);
top: 50%;
left: 5%;
animation: float-3 30s infinite ease-in-out;
}
@keyframes float-1 {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
50% { transform: translate(-50px, 50px) rotate(180deg); }
}
@keyframes float-2 {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
50% { transform: translate(50px, -50px) rotate(-180deg); }
}
@keyframes float-3 {
0%, 100% { transform: translate(0, 0) scale(1); }
50% { transform: translate(-30px, 30px) scale(1.1); }
}
@media (max-width: 992px) {
.timeline-section-custom .timeline-line {
left: 30px;
}
.timeline-item,
.timeline-section-custom .timeline-item-reverse {
padding-left: 80px;
padding-right: 0;
flex-direction: row;
}
.timeline-section-custom .timeline-dot-wrapper {
left: 30px;
}
.timeline-section-custom .timeline-card::before {
left: 0;
right: auto;
}
.timeline-section-custom .timeline-wrapper {
padding: 2rem 0;
}
.timeline-section-custom .timeline-item {
margin-bottom: 3rem;
}
}
@media (max-width: 768px) {
#timeline-title {
font-size: 2rem;
}
#timeline-subtitle {
font-size: 1.1rem;
}
#timeline-desc {
font-size: 1rem;
}
.timeline-section-custom .timeline-dot {
width: 50px;
height: 50px;
}
.timeline-section-custom .timeline-dot i {
font-size: 1.2rem;
}
.timeline-section-custom .timeline-card {
padding: 1.5rem;
}
.card-title {
font-size: 1.25rem;
margin-right: 50px;
}
.card-icon-badge {
width: 40px;
height: 40px;
top: 15px;
right: 15px;
}
.card-icon-badge i {
font-size: 1.2rem;
}
.timeline-section-custom .floating-shape {
display: none;
}
}
@media (max-width: 576px) {
.timeline-section-custom .timeline-line {
left: 20px;
}
.timeline-item,
.timeline-section-custom .timeline-item-reverse {
padding-left: 70px;
}
.timeline-section-custom .timeline-dot-wrapper {
left: 20px;
}
.timeline-section-custom .timeline-dot {
width: 40px;
height: 40px;
}
.timeline-section-custom .timeline-dot i {
font-size: 1rem;
}
.timeline-section-custom .timeline-card {
padding: 1.25rem;
}
.card-title {
font-size: 1.1rem;
}
.card-description {
font-size: 0.9rem;
}
#timeline-title {
font-size: 1.75rem;
}
}
@media (prefers-contrast: high) {
.timeline-section-custom .timeline-card {
border: 2px solid var(--primary-500);
}
.timeline-section-custom .timeline-line {
background: var(--primary-700);
width: 4px;
}
.timeline-section-custom .timeline-dot {
border-width: 5px;
}
}
@media (prefers-reduced-motion: reduce) {
.timeline-dot,
.timeline-card,
.card-icon-badge,
.timeline-section-custom .decorative-dots .dot {
transition: none;
animation: none;
}
.timeline-section-custom .floating-shape {
animation: none;
}
}
@media print {
.timeline-section-custom {
background: white;
}
.floating-shape,
.card-decoration {
display: none;
}
.timeline-section-custom .timeline-card {
box-shadow: none;
border: 1px solid var(--neutral-300);
page-break-inside: avoid;
}
}
.career-section-secondary {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--primary-50) 100%);
overflow: hidden;
}
.career-section-secondary .decorative-badge {
width: 60px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
margin: 0 auto 24px;
border-radius: 2px;
}
.career-section-secondary .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.career-section-secondary .section-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 20px;
}
.career-section-secondary .section-description {
font-size: 1.125rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.career-section-secondary .career-card {
position: relative;
background: var(--light);
border-radius: 16px;
padding: 32px;
height: 100%;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid var(--neutral-100);
overflow: hidden;
}
.career-section-secondary .career-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.08);
}
.career-section-secondary .career-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
opacity: 0;
transition: opacity 0.3s ease;
}
.career-section-secondary .career-card:hover::before {
opacity: 1;
}
.career-section-secondary .card-header-area {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
}
.career-section-secondary .icon-wrapper {
width: 56px;
height: 56px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.career-section-secondary .career-card:hover .icon-wrapper {
transform: rotate(5deg) scale(1.05);
}
.career-section-secondary .icon-wrapper i {
font-size: 28px;
color: var(--light);
}
.career-section-secondary .position-badge {
display: flex;
align-items: center;
}
.career-section-secondary .badge-dot {
width: 12px;
height: 12px;
background: color-mix(in srgb, var(--primary-500) 40%, transparent);
border: 2px solid var(--primary-500);
border-radius: 50%;
animation: pulse-v196 2s infinite;
}
@keyframes pulse-v196 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.2);
opacity: 0.7;
}
}
.career-section-secondary .card-content {
position: relative;
z-index: 2;
}
.career-section-secondary .position-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-secondary .career-card:hover .position-title {
color: var(--primary-500);
}
.career-section-secondary .position-description {
font-size: 1rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 20px;
}
.career-section-secondary .role-info {
padding-top: 16px;
border-top: 1px solid var(--neutral-100);
}
.career-section-secondary .role-label {
font-size: 0.9rem;
font-weight: 500;
color: var(--primary-500);
display: inline-block;
}
.career-section-secondary .decorative-element {
position: absolute;
width: 100px;
height: 100px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
opacity: 0.05;
border-radius: 50%;
transition: all 0.4s ease;
}
.career-section-secondary .decorative-element.top-right {
top: -30px;
right: -30px;
}
.career-section-secondary .career-card:hover .decorative-element {
opacity: 0.1;
transform: scale(1.2);
}
.career-section-secondary .background-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
}
.career-section-secondary .floating-shape {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
opacity: 0.08;
animation: float-v196 20s infinite ease-in-out;
}
.career-section-secondary .floating-shape.shape-1 {
width: 300px;
height: 300px;
top: 10%;
left: -100px;
animation-delay: 0s;
}
.career-section-secondary .floating-shape.shape-2 {
width: 200px;
height: 200px;
top: 50%;
right: -80px;
animation-delay: -7s;
}
.career-section-secondary .floating-shape.shape-3 {
width: 250px;
height: 250px;
bottom: 10%;
left: 20%;
animation-delay: -14s;
}
@keyframes float-v196 {
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) {
.career-section-secondary {
padding: 80px 0;
}
.career-section-secondary .section-title {
font-size: 2rem;
}
.career-section-secondary .section-subtitle {
font-size: 1.125rem;
}
.career-section-secondary .career-card {
padding: 28px;
}
.career-section-secondary .position-title {
font-size: 1.375rem;
}
}
@media (max-width: 767px) {
.career-section-secondary {
padding: 60px 0;
}
.career-section-secondary .section-title {
font-size: 1.75rem;
}
.career-section-secondary .section-description {
font-size: 1rem;
}
.career-section-secondary .career-card {
padding: 24px;
}
.career-section-secondary .icon-wrapper {
width: 48px;
height: 48px;
}
.career-section-secondary .icon-wrapper i {
font-size: 24px;
}
.career-section-secondary .position-title {
font-size: 1.25rem;
}
.career-section-secondary .position-description {
font-size: 0.9375rem;
}
.career-section-secondary .role-label {
font-size: 0.875rem;
}
}
@media (max-width: 575px) {
.career-section-secondary .section-title {
font-size: 1.5rem;
}
.career-section-secondary .section-subtitle {
font-size: 1rem;
}
.career-section-secondary .floating-shape {
display: none;
}
}
.coreinfo-section-pro {
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;
}
.coreinfo-section-pro .section-header {
position: relative;
z-index: 2;
}
.coreinfo-section-pro .decorative-dots {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}
.coreinfo-section-pro .decorative-dots .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
animation: pulse 2s infinite;
}
.coreinfo-section-pro .decorative-dots .dot:nth-child(2) {
animation-delay: 0.3s;
}
.coreinfo-section-pro .decorative-dots .dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes pulse {
0%, 100% {
opacity: 0.4;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.2);
}
}
.coreinfo-section-pro .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.coreinfo-section-pro .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-700);
line-height: 1.4;
margin-bottom: 1.5rem;
}
.coreinfo-section-pro .section-description {
font-size: 1.1rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.coreinfo-section-pro .info-card {
position: relative;
height: 100%;
padding: 40px 30px;
background: var(--light);
border-radius: 16px;
border: 2px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.coreinfo-section-pro .info-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow:
0 20px 40px rgba(var(--black-rgb), 0.08),
0 0 0 1px color-mix(in srgb, var(--primary-500) 10%, transparent 90%);
}
.coreinfo-section-pro .info-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-700)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.coreinfo-section-pro .info-card:hover::before {
transform: scaleX(1);
}
.coreinfo-section-pro .card-icon-wrapper {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
margin-bottom: 24px;
}
.coreinfo-section-pro .icon-bg {
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-100) 60%, transparent 40%),
color-mix(in srgb, var(--primary-300) 40%, transparent 60%)
);
border-radius: 20px;
transform: rotate(0deg);
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.coreinfo-section-pro .info-card:hover .icon-bg {
transform: rotate(180deg);
}
.coreinfo-section-pro .icon-main {
position: relative;
font-size: 2.5rem;
color: var(--primary-700);
z-index: 1;
transition: all 0.4s ease;
}
.coreinfo-section-pro .info-card:hover .icon-main {
color: var(--primary-500);
transform: scale(1.1);
}
.coreinfo-section-pro .card-content {
position: relative;
z-index: 1;
}
.coreinfo-section-pro .card-title {
font-size: 1.4rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
transition: color 0.3s ease;
}
.coreinfo-section-pro .info-card:hover .card-title {
color: var(--primary-700);
}
.coreinfo-section-pro .card-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.coreinfo-section-pro .card-accent {
position: absolute;
bottom: -50px;
right: -50px;
width: 150px;
height: 150px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-100) 30%, transparent 70%),
transparent 70%
);
border-radius: 50%;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.coreinfo-section-pro .info-card:hover .card-accent {
transform: scale(1.5);
}
.coreinfo-section-pro .decorative-shape {
position: absolute;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
z-index: 0;
opacity: 0.4;
}
.coreinfo-section-pro .shape-1 {
width: 400px;
height: 400px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-100) 50%, transparent 50%),
color-mix(in srgb, var(--primary-300) 30%, transparent 70%)
);
top: -100px;
left: -100px;
animation: float 20s infinite ease-in-out;
}
.coreinfo-section-pro .shape-2 {
width: 350px;
height: 350px;
background: linear-gradient(
225deg,
color-mix(in srgb, var(--primary-100) 40%, transparent 60%),
color-mix(in srgb, var(--primary-300) 30%, transparent 70%)
);
bottom: -80px;
right: -80px;
animation: float 25s infinite ease-in-out reverse;
}
.coreinfo-section-pro .decorative-circle {
position: absolute;
border-radius: 50%;
border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
z-index: 0;
}
.coreinfo-section-pro .circle-1 {
width: 200px;
height: 200px;
top: 20%;
right: 10%;
animation: pulse-ring 3s infinite;
}
.coreinfo-section-pro .circle-2 {
width: 150px;
height: 150px;
bottom: 30%;
left: 5%;
animation: pulse-ring 4s infinite;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@keyframes pulse-ring {
0%, 100% {
transform: scale(1);
opacity: 0.4;
}
50% {
transform: scale(1.1);
opacity: 0.6;
}
}
@media (max-width: 991px) {
.coreinfo-section-pro {
padding: 80px 0;
}
.coreinfo-section-pro .section-title {
font-size: 2rem;
}
.coreinfo-section-pro .section-subtitle {
font-size: 1.3rem;
}
.coreinfo-section-pro .section-description {
font-size: 1rem;
}
.coreinfo-section-pro .card-icon-wrapper {
width: 70px;
height: 70px;
}
.coreinfo-section-pro .icon-main {
font-size: 2rem;
}
.coreinfo-section-pro .card-title {
font-size: 1.25rem;
}
}
@media (max-width: 767px) {
.coreinfo-section-pro {
padding: 60px 0;
}
.coreinfo-section-pro .section-title {
font-size: 1.75rem;
}
.coreinfo-section-pro .section-subtitle {
font-size: 1.15rem;
}
.coreinfo-section-pro .info-card {
padding: 30px 24px;
}
.coreinfo-section-pro .card-icon-wrapper {
width: 60px;
height: 60px;
margin-bottom: 20px;
}
.coreinfo-section-pro .icon-main {
font-size: 1.75rem;
}
.coreinfo-section-pro .card-title {
font-size: 1.15rem;
margin-bottom: 12px;
}
.coreinfo-section-pro .card-description {
font-size: 0.95rem;
}
.coreinfo-section-pro .decorative-shape {
display: none;
}
}
@media (max-width: 575px) {
.coreinfo-section-pro .section-title {
font-size: 1.5rem;
}
.coreinfo-section-pro .section-subtitle {
font-size: 1rem;
}
.coreinfo-section-pro .section-description {
font-size: 0.95rem;
}
}
.contact-section-minimal {
padding: 120px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
position: relative;
overflow: hidden;
}
.contact-section-minimal .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.2;
}
.contact-section-minimal .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 1.5rem;
line-height: 1.4;
}
.contact-section-minimal .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
margin: 0 auto;
}
.contact-section-minimal .contact-form-wrapper {
background: var(--light);
border-radius: 24px;
padding: 3rem;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
position: relative;
overflow: hidden;
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
}
.contact-section-minimal .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.1;
pointer-events: none;
}
.contact-section-minimal .shape-1 {
width: 200px;
height: 200px;
background: var(--primary-500);
top: -50px;
right: -50px;
}
.contact-section-minimal .shape-2 {
width: 150px;
height: 150px;
background: var(--primary-700);
bottom: -30px;
left: -30px;
}
.contact-section-minimal .form-group {
position: relative;
margin-bottom: 1.5rem;
}
.contact-section-minimal .form-label {
position: absolute;
left: 1.25rem;
top: 50%;
transform: translateY(-50%);
color: var(--primary-500);
font-size: 1.25rem;
pointer-events: none;
z-index: 10;
}
.contact-section-minimal .form-control {
padding: 1rem 1rem 1rem 3.5rem;
border: 2px solid var(--neutral-300);
border-radius: 12px;
font-size: 1rem;
transition: all 0.3s ease;
background: var(--surface-primary);
color: var(--text-primary);
}
.contact-section-minimal .form-control:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-300) 20%, transparent);
outline: none;
}
.contact-section-minimal textarea.form-control {
resize: vertical;
min-height: 120px;
padding-top: 1.25rem;
}
.contact-section-minimal textarea + .form-label {
top: 1.5rem;
transform: none;
}
.contact-section-minimal .form-check {
padding-left: 2rem;
}
.contact-section-minimal .form-check-input {
width: 1.25rem;
height: 1.25rem;
border: 2px solid var(--neutral-300);
margin-top: 0.25rem;
}
.contact-section-minimal .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.contact-section-minimal .form-check-label {
color: var(--text-secondary);
font-size: 0.95rem;
line-height: 1.6;
}
.contact-section-minimal #site_submit_btn {
background: linear-gradient(135deg, #2563eb, #0284c7) !important;
color: var(--light) !important;
border: none !important;
padding: 1rem 2.5rem;
border-radius: 12px;
font-size: 1.125rem;
font-weight: 600;
width: 100%;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
}
.contact-section-minimal #site_submit_btn:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}
.contact-section-minimal #site_submit_btn:active {
transform: translateY(0);
}
.contact-section-minimal .contact-info-wrapper {
position: relative;
height: 100%;
}
.contact-section-minimal .contact-info-card {
background: var(--light);
border-radius: 16px;
padding: 2rem;
margin-bottom: 1.5rem;
display: flex;
gap: 1.5rem;
align-items: flex-start;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
transition: all 0.3s ease;
border: 1px solid var(--neutral-100);
}
.contact-section-minimal .contact-info-card:hover {
transform: translateX(-5px);
box-shadow: 0 8px 30px rgba(var(--black-rgb), 0.1);
}
.contact-section-minimal .icon-wrapper {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.contact-section-minimal .icon-wrapper i {
font-size: 1.75rem;
color: var(--light);
}
.contact-section-minimal .info-content {
flex: 1;
}
.contact-section-minimal .info-title {
font-size: 1.125rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 0.5rem;
line-height: 1.5;
}
.contact-section-minimal .info-subtitle {
font-size: 0.95rem;
color: var(--text-secondary);
line-height: 1.6;
}
.contact-section-minimal .social-links {
display: flex;
gap: 1rem;
margin-top: 2rem;
flex-wrap: wrap;
}
.contact-section-minimal .social-link {
width: 48px;
height: 48px;
background: var(--light);
border: 2px solid var(--neutral-300);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-500);
font-size: 1.25rem;
transition: all 0.3s ease;
text-decoration: none;
}
.contact-section-minimal .social-link:hover {
background: var(--primary-500);
border-color: var(--primary-500);
color: var(--light);
transform: translateY(-3px);
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.contact-section-minimal .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
z-index: 1;
}
.contact-section-minimal .blob-1 {
width: 180px;
height: 180px;
background: var(--primary-500);
top: 10%;
right: -50px;
animation: float 6s ease-in-out infinite;
}
.contact-section-minimal .blob-2 {
width: 120px;
height: 120px;
background: var(--primary-700);
bottom: 20%;
left: -40px;
animation: float 8s ease-in-out infinite reverse;
}
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
}
@media (max-width: 991px) {
.contact-section-minimal {
padding: 80px 0;
}
.contact-section-minimal .section-title {
font-size: 2.25rem;
}
.contact-section-minimal .section-subtitle {
font-size: 1.25rem;
}
.contact-section-minimal .contact-form-wrapper {
padding: 2rem;
margin-bottom: 2rem;
}
.contact-section-minimal .contact-info-card {
padding: 1.5rem;
}
}
@media (max-width: 767px) {
.contact-section-minimal {
padding: 60px 0;
}
.contact-section-minimal .section-title {
font-size: 1.875rem;
}
.contact-section-minimal .section-subtitle {
font-size: 1.125rem;
}
.contact-section-minimal .section-description {
font-size: 1rem;
}
.contact-section-minimal .contact-form-wrapper {
padding: 1.5rem;
border-radius: 16px;
}
.contact-section-minimal .form-control {
padding: 0.875rem 0.875rem 0.875rem 3rem;
}
.contact-section-minimal #site_submit_btn {
padding: 0.875rem 2rem;
font-size: 1rem;
}
.contact-section-minimal .icon-wrapper {
width: 50px;
height: 50px;
}
.contact-section-minimal .icon-wrapper i {
font-size: 1.5rem;
}
.contact-section-minimal .info-title {
font-size: 1rem;
}
.contact-section-minimal .social-link {
width: 44px;
height: 44px;
font-size: 1.125rem;
}
}
@media (max-width: 575px) {
.contact-section-minimal .contact-info-card {
flex-direction: column;
text-align: center;
align-items: center;
}
.contact-section-minimal .social-links {
justify-content: center;
}
}
.blog-section-classic {
position: relative;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.blog-section-classic .section-header {
position: relative;
z-index: 2;
}
.blog-section-classic .decorative-dots {
display: flex;
justify-content: center;
gap: 0.5rem;
}
.blog-section-classic .decorative-dots .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
display: inline-block;
animation: dotPulse 2s ease-in-out infinite;
}
.blog-section-classic .decorative-dots .dot:nth-child(2) {
animation-delay: 0.3s;
}
.blog-section-classic .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-classic .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.blog-section-classic .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.blog-section-classic .section-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.blog-section-classic .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
margin: 0 auto;
}
.blog-section-classic .blog-card {
background: var(--surface-primary);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
height: 100%;
display: flex;
flex-direction: column;
position: relative;
border: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
}
.blog-section-classic .blog-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.blog-section-classic .blog-image-wrapper {
position: relative;
width: 100%;
height: 220px;
overflow: hidden;
background: var(--neutral-100);
}
.blog-section-classic .blog-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-section-classic .blog-card:hover .blog-image {
transform: scale(1.08);
}
.blog-section-classic .image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
180deg,
transparent 0%,
color-mix(in srgb, var(--primary-700) 40%, transparent 60%) 100%
);
opacity: 0;
transition: opacity 0.4s ease;
}
.blog-section-classic .blog-card:hover .image-overlay {
opacity: 1;
}
.blog-section-classic .category-badge {
position: absolute;
top: 16px;
right: 16px;
width: 40px;
height: 40px;
background: var(--surface-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
z-index: 3;
transition: all 0.3s ease;
}
.blog-section-classic .category-badge i {
font-size: 1.1rem;
color: var(--primary-500);
}
.blog-section-classic .blog-card:hover .category-badge {
transform: rotate(12deg) scale(1.1);
background: var(--primary-500);
}
.blog-section-classic .blog-card:hover .category-badge i {
color: var(--surface-primary);
}
.blog-section-classic .blog-content {
padding: 2rem;
flex: 1;
display: flex;
flex-direction: column;
}
.blog-section-classic .blog-meta {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 0.875rem;
color: var(--text-secondary);
flex-wrap: wrap;
}
.blog-section-classic .meta-item {
display: flex;
align-items: center;
gap: 0.375rem;
}
.blog-section-classic .meta-item i {
font-size: 0.875rem;
color: var(--primary-500);
}
.blog-section-classic .meta-divider {
color: var(--neutral-300);
}
.blog-section-classic .blog-title {
font-size: 1.25rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.4;
margin-bottom: 1rem;
transition: color 0.3s ease;
}
.blog-section-classic .blog-card:hover .blog-title {
color: var(--primary-500);
}
.blog-section-classic .blog-excerpt {
font-size: 0.9375rem;
color: var(--text-secondary);
line-height: 1.7;
flex: 1;
}
.blog-section-classic .read-more-link {
display: inline-flex;
align-items: center;
font-size: 0.9375rem;
font-weight: 600;
color: var(--primary-500);
text-decoration: none;
transition: all 0.3s ease;
position: relative;
}
.blog-section-classic .read-more-link::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 2px;
background: var(--primary-500);
transition: width 0.3s ease;
}
.blog-section-classic .read-more-link:hover {
color: var(--primary-700);
gap: 0.5rem;
}
.blog-section-classic .read-more-link:hover::after {
width: calc(100% - 2rem);
}
.blog-section-classic .read-more-link i {
transition: transform 0.3s ease;
}
.blog-section-classic .read-more-link:hover i {
transform: translateX(4px);
}
.blog-section-classic .card-accent {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500) 0%,
var(--primary-300) 50%,
var(--primary-500) 100%
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-section-classic .blog-card:hover .card-accent {
transform: scaleX(1);
}
.blog-section-classic .background-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.blog-section-classic .deco-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
transparent 70%
);
}
.blog-section-classic .deco-circle-1 {
width: 400px;
height: 400px;
top: -200px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.blog-section-classic .deco-circle-2 {
width: 300px;
height: 300px;
bottom: -150px;
left: -100px;
animation: float 25s ease-in-out infinite reverse;
}
.blog-section-classic .deco-blob {
position: absolute;
width: 500px;
height: 500px;
bottom: 10%;
right: 5%;
background: radial-gradient(
ellipse at center,
color-mix(in srgb, var(--primary-100) 20%, transparent 80%) 0%,
transparent 70%
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: blobMorph 15s ease-in-out infinite;
filter: blur(40px);
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(30px, 30px) scale(1.05);
}
}
@keyframes blobMorph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
50% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
}
@media (max-width: 991.98px) {
.blog-section-classic .section-title {
font-size: 2rem;
}
.blog-section-classic .section-subtitle {
font-size: 1.125rem;
}
.blog-section-classic .blog-title {
font-size: 1.125rem;
}
}
@media (max-width: 767.98px) {
.blog-section-classic .section-title {
font-size: 1.75rem;
}
.blog-section-classic .section-subtitle {
font-size: 1rem;
}
.blog-section-classic .blog-content {
padding: 1.5rem;
}
.blog-section-classic .blog-image-wrapper {
height: 200px;
}
}
@media (max-width: 575.98px) {
.blog-section-classic .section-title {
font-size: 1.5rem;
}
.blog-section-classic .blog-image-wrapper {
height: 180px;
}
.blog-section-classic .category-badge {
width: 36px;
height: 36px;
top: 12px;
right: 12px;
}
.blog-section-classic .category-badge i {
font-size: 1rem;
}
}
.faq-section-classic {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.faq-section-classic .faq-header {
margin-bottom: 60px;
position: relative;
z-index: 2;
}
.faq-section-classic .decorative-shape-top {
width: 60px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
margin: 0 auto 24px;
border-radius: 2px;
}
.faq-section-classic .faq-main-title {
font-size: 3rem;
font-weight: 800;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.faq-section-classic .faq-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.faq-section-classic .faq-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
margin-bottom: 0;
}
.faq-section-classic .decorative-divider {
width: 80px;
height: 3px;
background: var(--primary-500);
margin: 32px auto 0;
border-radius: 2px;
opacity: 0.3;
}
.faq-section-classic .faq-cards-container {
position: relative;
z-index: 2;
}
.faq-section-classic .faq-card {
border: none;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.06);
transition: all 0.3s ease;
height: 100%;
background: var(--surface-primary);
overflow: hidden;
}
.faq-section-classic .faq-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.12);
}
.faq-section-classic .faq-card-header {
background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%));
border: none;
padding: 28px;
display: flex;
align-items: flex-start;
gap: 16px;
}
.faq-section-classic .faq-icon-wrapper {
flex-shrink: 0;
width: 48px;
height: 48px;
background: rgba(var(--white-rgb), 0.2);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
backdrop-filter: blur(10px);
}
.faq-section-classic .faq-icon-wrapper i {
font-size: 24px;
color: white;
}
.faq-section-classic .faq-question {
font-size: 1.25rem;
font-weight: 700;
color: white;
margin: 0;
line-height: 1.4;
flex: 1;
}
.faq-section-classic .faq-card-body {
padding: 28px;
background: var(--surface-primary);
}
.faq-section-classic .faq-answer {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.faq-section-classic .decorative-blob-1 {
position: absolute;
top: -100px;
right: -100px;
width: 400px;
height: 400px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent) 0%, transparent 70%);
border-radius: 50%;
pointer-events: none;
z-index: 1;
}
.faq-section-classic .decorative-blob-2 {
position: absolute;
bottom: -150px;
left: -150px;
width: 500px;
height: 500px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 15%, transparent) 0%, transparent 70%);
border-radius: 50%;
pointer-events: none;
z-index: 1;
}
.faq-section-classic .decorative-dots {
position: absolute;
top: 50%;
right: 5%;
width: 100px;
height: 100px;
background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
background-size: 20px 20px;
opacity: 0.3;
pointer-events: none;
z-index: 1;
}
@media (max-width: 991.98px) {
.faq-section-classic {
padding: 80px 0;
}
.faq-section-classic .faq-main-title {
font-size: 2.5rem;
}
.faq-section-classic .faq-subtitle {
font-size: 1.25rem;
}
.faq-section-classic .faq-description {
font-size: 1rem;
}
.faq-section-classic .faq-header {
margin-bottom: 50px;
}
}
@media (max-width: 767.98px) {
.faq-section-classic {
padding: 60px 0;
}
.faq-section-classic .faq-main-title {
font-size: 2rem;
}
.faq-section-classic .faq-subtitle {
font-size: 1.125rem;
}
.faq-section-classic .faq-card-header {
padding: 20px;
flex-direction: column;
align-items: center;
text-align: center;
}
.faq-section-classic .faq-icon-wrapper {
width: 40px;
height: 40px;
}
.faq-section-classic .faq-icon-wrapper i {
font-size: 20px;
}
.faq-section-classic .faq-question {
font-size: 1.125rem;
}
.faq-section-classic .faq-card-body {
padding: 20px;
}
.faq-section-classic .faq-answer {
font-size: 0.9375rem;
}
.decorative-blob-1,
.faq-section-classic .decorative-blob-2 {
opacity: 0.5;
}
}
@media (max-width: 575.98px) {
.faq-section-classic .faq-main-title {
font-size: 1.75rem;
}
.faq-section-classic .faq-subtitle {
font-size: 1rem;
}
.faq-section-classic .faq-description {
font-size: 0.9375rem;
}
.faq-section-classic .faq-question {
font-size: 1rem;
}
.faq-section-classic .faq-answer {
font-size: 0.875rem;
}
}
@media (hover: hover) {
.faq-section-classic .faq-card:hover .faq-card-header {
background: linear-gradient(135deg, var(--primary-700), color-mix(in srgb, var(--primary-700) 90%, var(--neutral-900) 10%));
}
.faq-section-classic .faq-card:hover .faq-icon-wrapper {
transform: scale(1.1) rotate(5deg);
background: rgba(var(--white-rgb), 0.3);
}
}
.faq-section-classic .faq-card:focus-within {
outline: 3px solid var(--primary-500);
outline-offset: 4px;
}
@media print {
.faq-section-classic {
background: white;
padding: 40px 0;
}
.faq-section-classic .faq-card {
page-break-inside: avoid;
box-shadow: none;
border: 1px solid var(--neutral-300);
margin-bottom: 20px;
}
.decorative-blob-1,
.decorative-blob-2,
.faq-section-classic .decorative-dots {
display: none;
}
}
.footer-pro {
position: relative;
padding: 80px 0 40px;
overflow: hidden;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-700) 96%, transparent) 0%,
color-mix(in srgb, var(--primary-500) 92%, transparent) 50%,
color-mix(in srgb, var(--neutral-900) 94%, transparent) 100%
),
url('assets/images/footer_bg.webp');
background-size: cover;
background-position: center;
background-attachment: fixed;
color: var(--light);
}
.footer-pro__background-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
180deg,
color-mix(in srgb, var(--primary-700) 15%, transparent) 0%,
color-mix(in srgb, var(--neutral-900) 25%, transparent) 100%
);
z-index: 1;
pointer-events: none;
}
.footer-pro .container {
position: relative;
z-index: 2;
}
.footer-pro__main-content {
margin-bottom: 60px;
padding-bottom: 60px;
border-bottom: 1px solid rgba(var(--white-rgb), 0.15);
}
.footer-pro__brand-section {
height: 100%;
display: flex;
flex-direction: column;
}
.footer-pro__logo-wrapper {
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 24px;
}
.footer-pro__logo-icon {
width: 56px;
height: 56px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 90%, transparent),
color-mix(in srgb, var(--primary-500) 85%, transparent)
);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
font-size: 28px;
color: var(--light);
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.3);
transition: transform 0.3s ease;
}
.footer-pro__logo-icon:hover {
transform: translateY(-4px) rotate(5deg);
}
.footer-pro__sitename {
font-size: 26px;
font-weight: 700;
margin: 0;
color: var(--light);
letter-spacing: -0.5px;
}
.footer-pro__sitedesc {
font-size: 15px;
line-height: 1.7;
color: rgba(var(--white-rgb), 0.85);
margin-bottom: 24px;
padding-right: 20px;
}
.footer-pro__decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-300),
color-mix(in srgb, var(--primary-500) 70%, transparent)
);
border-radius: 2px;
margin-top: auto;
}
.footer-pro__links-section {
height: 100%;
}
.footer-pro__section-header {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 28px;
}
.footer-pro__section-header i {
font-size: 22px;
color: var(--primary-300);
}
.footer-pro__section-title {
font-size: 20px;
font-weight: 700;
margin: 0;
color: var(--light);
}
.footer-pro__links-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 16px;
}
.footer-pro__link-item {
display: flex;
align-items: center;
gap: 10px;
transition: transform 0.3s ease;
}
.footer-pro__link-item:hover {
transform: translateX(6px);
}
.footer-pro__link-item i {
font-size: 12px;
color: var(--primary-300);
transition: color 0.3s ease;
}
.footer-pro__link {
color: rgba(var(--white-rgb), 0.9);
text-decoration: none;
font-size: 15px;
font-weight: 500;
transition: color 0.3s ease;
position: relative;
}
.footer-pro__link::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 2px;
background: var(--primary-300);
transition: width 0.3s ease;
}
.footer-pro__link:hover {
color: var(--light);
}
.footer-pro__link:hover::after {
width: 100%;
}
.footer-pro__link-item:hover i {
color: var(--light);
}
.footer-pro__contact-section {
height: 100%;
}
.footer-pro__contact-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 24px;
}
.footer-pro__contact-item {
display: flex;
gap: 16px;
padding: 20px;
background: rgba(var(--white-rgb), 0.05);
border-radius: 12px;
border: 1px solid rgba(var(--white-rgb), 0.1);
transition: all 0.3s ease;
backdrop-filter: blur(10px);
}
.footer-pro__contact-item:hover {
background: rgba(var(--white-rgb), 0.08);
border-color: rgba(var(--white-rgb), 0.2);
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.3);
}
.footer-pro__contact-item--full {
grid-column: 1 / -1;
}
.footer-pro__contact-icon {
width: 48px;
height: 48px;
min-width: 48px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 80%, transparent),
color-mix(in srgb, var(--primary-700) 75%, transparent)
);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
color: var(--light);
}
.footer-pro__contact-details {
display: flex;
flex-direction: column;
gap: 4px;
flex: 1;
}
.footer-pro__contact-label {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
color: var(--primary-300);
}
.footer-pro__contact-value {
font-size: 15px;
font-weight: 500;
color: rgba(var(--white-rgb), 0.95);
line-height: 1.5;
}
.footer-pro__bottom {
padding-top: 40px;
}
.footer-pro__disclaimer {
font-size: 13px;
line-height: 1.7;
color: rgba(var(--white-rgb), 0.7);
margin: 0;
padding-right: 20px;
}
.footer-pro__copyright-wrapper {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
}
.footer-pro__copyright-wrapper i {
font-size: 18px;
color: var(--primary-300);
}
.footer-pro__copyright {
font-size: 14px;
color: rgba(var(--white-rgb), 0.85);
margin: 0;
font-weight: 500;
}
.footer-pro__decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 1;
overflow: hidden;
}
.footer-pro__shape {
position: absolute;
font-size: 120px;
opacity: 0.03;
color: var(--light);
animation: float 20s ease-in-out infinite;
pointer-events: none;}
.footer-pro__shape--1 {
top: 10%;
left: 5%;
animation-delay: 0s;
}
.footer-pro__shape--2 {
top: 60%;
right: 10%;
font-size: 80px;
animation-delay: 3s;
}
.footer-pro__shape--3 {
bottom: 15%;
left: 50%;
font-size: 100px;
animation-delay: 6s;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
33% {
transform: translateY(-30px) rotate(5deg);
}
66% {
transform: translateY(20px) rotate(-5deg);
}
}
@media (max-width: 991.98px) {
.footer-pro {
padding: 60px 0 30px;
background-attachment: scroll;
}
.footer-pro__main-content {
margin-bottom: 40px;
padding-bottom: 40px;
}
.footer-pro__sitedesc {
padding-right: 0;
}
.footer-pro__links-section,
.footer-pro__contact-section {
margin-top: 40px;
}
.footer-pro__contact-grid {
grid-template-columns: 1fr;
}
.footer-pro__copyright-wrapper {
justify-content: flex-start;
margin-top: 20px;
}
.footer-pro__disclaimer {
padding-right: 0;
}
}
@media (max-width: 767.98px) {
.footer-pro {
padding: 50px 0 30px;
}
.footer-pro__logo-icon {
width: 48px;
height: 48px;
font-size: 24px;
}
.footer-pro__sitename {
font-size: 22px;
}
.footer-pro__sitedesc {
font-size: 14px;
}
.footer-pro__section-title {
font-size: 18px;
}
.footer-pro__contact-icon {
width: 40px;
height: 40px;
min-width: 40px;
font-size: 18px;
}
.footer-pro__bottom {
padding-top: 30px;
}
.footer-pro__shape {
font-size: 80px;
}
.footer-pro__shape--2 {
font-size: 60px;
}
.footer-pro__shape--3 {
font-size: 70px;
}
}
@media (max-width: 575.98px) {
.footer-pro__main-content {
margin-bottom: 30px;
padding-bottom: 30px;
}
.footer-pro__contact-item {
padding: 16px;
}
.footer-pro__contact-grid {
gap: 16px;
}
}
@media print {
.footer-pro {
background: var(--neutral-900) !important;
color: var(--dark) !important;
}
.footer-pro__decorative-shapes,
.footer-pro__background-overlay {
display: none !important;
}
}
@media (prefers-contrast: high) {
.footer-pro {
background: var(--neutral-900);
}
.footer-pro__link,
.footer-pro__contact-value,
.footer-pro__sitedesc {
color: var(--light);
}
.footer-pro__contact-item {
border: 2px solid var(--light);
}
}
@media (prefers-reduced-motion: reduce) {
.footer-pro__shape,
.footer-pro__logo-icon,
.footer-pro__link-item,
.footer-pro__contact-item {
animation: none !important;
transition: none !important;
}
}

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

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

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

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

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

.btn, .button, button, [class*="btn-"] {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.btn:hover, .button:hover, button:hover, [class*="btn-"]:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

a:not(.btn):not(.button) {
  transition: color 0.3s ease, opacity 0.3s ease;
}
a:not(.btn):not(.button):hover {
  color: var(--tc-primary, #6366f1);
  opacity: 0.8;
}


img {
  filter: grayscale(0.8);
}

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

.pattern-lines-0 {
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(0,0,0,0.03) 10px,
    rgba(0,0,0,0.03) 11px
  );
  background-blend-mode: multiply;
}

.pattern-lines-0 {
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(0,0,0,0.03) 10px,
    rgba(0,0,0,0.03) 11px
  );
  background-blend-mode: multiply;
}

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

.pattern-lines-2 {
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(0,0,0,0.03) 10px,
    rgba(0,0,0,0.03) 11px
  );
  background-blend-mode: multiply;
}

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

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

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

.pattern-dots-5 {
  background-image: radial-gradient(circle, rgba(0,0,0,0.05) 1px, transparent 1px);
  background-size: 20px 20px;
  background-blend-mode: multiply;
}
/* ========================================
 * UNIQUIFIER MUTATIONS - Typography
 * Font Size | Line Height | Letter Spacing
 * ======================================== */

:root {
  /* Font Size Mutations */
  --tc-font-size-xs: 13px;
  --tc-font-size-sm: 15px;
  --tc-font-size-base: 18px;
  --tc-font-size-lg: 17px;
  --tc-font-size-xl: 20px;
  --tc-font-size-2xl: 26px;
  --tc-font-size-3xl: 30px;
  --tc-font-size-4xl: 34px;
  --tc-font-size-5xl: 53px;
  --tc-font-size-6xl: 60px;

  /* Line Height Mutations */
  --tc-line-height-tight: 1.16;
  --tc-line-height-normal: 1.76;
  --tc-line-height-relaxed: 1.85;
  --tc-line-height-loose: 1.89;

  /* Letter Spacing Mutations */
  --tc-letter-spacing-tight: 0.005em;
  --tc-letter-spacing-normal: 0.011em;
  --tc-letter-spacing-wide: 0.022em;
  --tc-letter-spacing-wider: 0.094em;
}


section:not(:first-child) {
  border-top: 4px solid var(--tc-primary);
}
