:root {
--primary-50: #f9f6f3;
--primary-50-rgb: 249, 246, 243;
--primary-50-rgb: 249, 246, 243;
--primary-100: #eee3dc;
--primary-100-rgb: 238, 227, 220;
--primary-100-rgb: 238, 227, 220;
--primary-300: #c5a289;
--primary-300-rgb: 197, 162, 137;
--primary-300-rgb: 197, 162, 137;
--primary-500: #8b4513;
--primary-500-rgb: 139, 69, 19;
--primary-500-rgb: 139, 69, 19;
--primary-700: #6f370f;
--primary-700-rgb: 111, 55, 15;
--primary-700-rgb: 111, 55, 15;
--primary-200: #dac3b3;
--primary-200-rgb: 218, 195, 179;
--primary-200-rgb: 218, 195, 179;
--primary-400: #a8744e;
--primary-400-rgb: 168, 116, 78;
--primary-400-rgb: 168, 116, 78;
--primary-600: #7d3e11;
--primary-600-rgb: 125, 62, 17;
--primary-600-rgb: 125, 62, 17;
--primary-800: #592c0c;
--primary-800-rgb: 89, 44, 12;
--primary-800-rgb: 89, 44, 12;
--primary-900: #4c250a;
--primary-900-rgb: 76, 37, 10;
--primary-900-rgb: 76, 37, 10;
--primary-950: #351a07;
--primary-950-rgb: 53, 26, 7;
--primary-950-rgb: 53, 26, 7;
--primary-rgb: 139, 69, 19;
--neutral-50: #fafafa;
--neutral-50-rgb: 250, 250, 250;
--neutral-50-rgb: 250, 250, 250;
--neutral-100: #f5f5f5;
--neutral-100-rgb: 245, 245, 245;
--neutral-100-rgb: 245, 245, 245;
--neutral-300: #d4d4d4;
--neutral-300-rgb: 212, 212, 212;
--neutral-300-rgb: 212, 212, 212;
--neutral-500: #737373;
--neutral-500-rgb: 115, 115, 115;
--neutral-500-rgb: 115, 115, 115;
--neutral-700: #404040;
--neutral-700-rgb: 64, 64, 64;
--neutral-700-rgb: 64, 64, 64;
--neutral-900: #2b2b2b;
--neutral-900-rgb: 43, 43, 43;
--neutral-900-rgb: 43, 43, 43;
--neutral-200: #e5e5e5;
--neutral-200-rgb: 229, 229, 229;
--neutral-200-rgb: 229, 229, 229;
--neutral-400: #a4a4a4;
--neutral-400-rgb: 164, 164, 164;
--neutral-400-rgb: 164, 164, 164;
--neutral-600: #5a5a5a;
--neutral-600-rgb: 90, 90, 90;
--neutral-600-rgb: 90, 90, 90;
--neutral-800: #333333;
--neutral-800-rgb: 51, 51, 51;
--neutral-800-rgb: 51, 51, 51;
--neutral-950: #1e1e1e;
--neutral-950-rgb: 30, 30, 30;
--neutral-950-rgb: 30, 30, 30;
--surface-primary: #faf5f0;
--surface-primary-rgb: 250, 245, 240;
--surface-secondary: #f5f5dc;
--surface-secondary-rgb: 245, 245, 220;
--surface-accent: var(--primary-50);
--text-primary: #3e2723;
--text-primary-rgb: 62, 39, 35;
--text-secondary: #5d4037;
--text-secondary-rgb: 93, 64, 55;
--text-accent: var(--primary-500);
--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 0 rgba(0, 0, 0, 0.05);
--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);
--accent-50: #fbf7dd;
--accent-50-rgb: 251, 247, 221;
--accent-50-rgb: 251, 247, 221;
--accent-100: #f3e7c8;
--accent-100-rgb: 243, 231, 200;
--accent-100-rgb: 243, 231, 200;
--accent-200: #e5cca3;
--accent-200-rgb: 229, 204, 163;
--accent-200-rgb: 229, 204, 163;
--accent-300: #d6b07d;
--accent-300-rgb: 214, 176, 125;
--accent-300-rgb: 214, 176, 125;
--accent-400: #c28947;
--accent-400-rgb: 194, 137, 71;
--accent-400-rgb: 194, 137, 71;
--accent-500: #ae6111;
--accent-500-rgb: 174, 97, 17;
--accent-500-rgb: 174, 97, 17;
--accent-600: #a45b0f;
--accent-600-rgb: 164, 91, 15;
--accent-600-rgb: 164, 91, 15;
--accent-700: #9a550e;
--accent-700-rgb: 154, 85, 14;
--accent-700-rgb: 154, 85, 14;
--accent-800: #8b4c0b;
--accent-800-rgb: 139, 76, 11;
--accent-800-rgb: 139, 76, 11;
--accent-900: #824609;
--accent-900-rgb: 130, 70, 9;
--accent-900-rgb: 130, 70, 9;
--accent-950: #723c06;
--accent-950-rgb: 114, 60, 6;
--accent-950-rgb: 114, 60, 6;
--accent-rgb: 174, 97, 17;
--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;
--white-rgb: 255, 255, 255;
--black-rgb: 0, 0, 0;
--transparent-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;
}
.theme_font_primary {
font-family: var(--font-primary);
}
.ui_font_secondary {
font-family: var(--font-secondary);
}
.fresh_font_mono {
font-family: var(--font-mono);
}
.style_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);
}
.unique_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);
}
.design_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);
}
.business_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);
}
.best_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);
}
.page_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);
}
.clean_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);
}
.core_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);
}
.main_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);
}
.custom_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);
}
.premium_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);
}
.company_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);
}
.bold_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);
}
.base_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);
}
.light_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);
}
.section_code_block {
font-family: var(--font-mono);
font-size: var(--text-sm);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
background-color: var(--bg-muted);
color: var(--text-primary);
padding: var(--space-4);
border-radius: var(--radius-md);
overflow-x: auto;
}
.container_hero_title {
font-family: var(--font-secondary);
font-size: var(--text-6xl);
font-weight: var(--font-extrabold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tighter);
color: var(--text-primary);
margin-bottom: var(--space-6);
}
.brand_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);
}
.minimal_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);
}
.agency_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);
}
.top_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;
}
.digital_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);
}
.elite_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);
}
.modern_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);
}
.modern_nav_link:hover,
.modern_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.studio_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);
}
.creative_footer_text {
font-family: var(--font-primary);
font-size: var(--text-sm);
font-weight: var(--font-normal);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-muted);
}
@media (max-width: 768px) {
.container_hero_title {
font-size: var(--text-4xl);
}
.minimal_section_title {
font-size: var(--text-3xl);
}
.style_display_1 {
font-size: var(--text-5xl);
}
.unique_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.container_hero_title {
font-size: var(--text-3xl);
}
.minimal_section_title {
font-size: var(--text-2xl);
}
.style_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);
}
.web_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.smart_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.dark_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.bright_text_balance {
text-wrap: balance;
}
.content_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.modern_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.bold_caption,
.base_overline,
.creative_footer_text {
color: var(--text-secondary);
}
.brand_hero_subtitle,
.agency_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.container_hero_title,
.minimal_section_title,
.business_heading_1,
.best_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.web_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;
}
}
.new_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.site_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.prime_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.layout_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.pro_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.app_stack {
display: flex;
flex-direction: column;
}
.new48_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.elite74_full_height {
min-height: 100vh;
}
.dark11_section_height {
min-height: 80vh;
}
.custom23_hero_height {
min-height: 90vh;
}
.elite26_m_0 { margin: 0; }
.minimal81_m_1 { margin: var(--space-1); }
.container99_m_2 { margin: var(--space-2); }
.bright32_m_3 { margin: var(--space-3); }
.web49_m_4 { margin: var(--space-4); }
.site49_m_6 { margin: var(--space-6); }
.digital18_m_8 { margin: var(--space-8); }
.design90_m_12 { margin: var(--space-12); }
.elite5_m_16 { margin: var(--space-16); }
.pro47_mx_auto { margin-left: auto; margin-right: auto; }
.layout71_my_auto { margin-top: auto; margin-bottom: auto; }
.company64_mt_0 { margin-top: 0; }
.creative28_mt_4 { margin-top: var(--space-4); }
.bright12_mt_8 { margin-top: var(--space-8); }
.creative23_mt_12 { margin-top: var(--space-12); }
.top57_mb_0 { margin-bottom: 0; }
.elite32_mb_4 { margin-bottom: var(--space-4); }
.prime43_mb_8 { margin-bottom: var(--space-8); }
.site10_mb_12 { margin-bottom: var(--space-12); }
.top57_p_0 { padding: 0; }
.style37_p_1 { padding: var(--space-1); }
.main22_p_2 { padding: var(--space-2); }
.fresh14_p_3 { padding: var(--space-3); }
.fresh29_p_4 { padding: var(--space-4); }
.digital83_p_6 { padding: var(--space-6); }
.clean42_p_8 { padding: var(--space-8); }
.app8_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.best85_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.elite84_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.pro62_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.minimal40_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.unique71_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.studio24_gap_1 { gap: var(--space-1); }
.light4_gap_2 { gap: var(--space-2); }
.fresh17_gap_3 { gap: var(--space-3); }
.bright70_gap_4 { gap: var(--space-4); }
.company35_gap_6 { gap: var(--space-6); }
.ui17_gap_8 { gap: var(--space-8); }
.design42_shadow_none { box-shadow: var(--shadow-none); }
.new41_shadow_xs { box-shadow: var(--shadow-xs); }
.agency47_shadow_sm { box-shadow: var(--shadow-sm); }
.style23_shadow_md { box-shadow: var(--shadow-md); }
.custom67_shadow_lg { box-shadow: var(--shadow-lg); }
.bright98_shadow_xl { box-shadow: var(--shadow-xl); }
.light76_shadow_2xl { box-shadow: var(--shadow-2xl); }
.page9_shadow_inner { box-shadow: var(--shadow-inner); }
.bright32_shadow_colored { box-shadow: var(--shadow-colored); }
.minimal76_radius_none { border-radius: var(--radius-none); }
.pro67_radius_xs { border-radius: var(--radius-xs); }
.minimal68_radius_sm { border-radius: var(--radius-sm); }
.web19_radius_md { border-radius: var(--radius-md); }
.unique81_radius_lg { border-radius: var(--radius-lg); }
.bright54_radius_xl { border-radius: var(--radius-xl); }
.web76_radius_2xl { border-radius: var(--radius-2xl); }
.container10_radius_3xl { border-radius: var(--radius-3xl); }
.digital24_radius_full { border-radius: var(--radius-full); }
.elite33_gradient_primary {
background: var(--gradient-primary);
}
.bright5_gradient_secondary {
background: var(--gradient-secondary);
}
.ui4_gradient_hero {
background: var(--gradient-hero);
}
.clean58_gradient_card {
background: var(--gradient-card);
}
.pro53_gradient_overlay {
position: relative;
}
.pro53_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;
}
.pro53_gradient_overlay > * {
position: relative;
z-index: 2;
}
.minimal35_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.minimal35_hover_lift:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.custom79_hover_scale {
transition: transform var(--transition-normal);
}
.custom79_hover_scale:hover {
transform: scale(1.02);
}
.section37_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.section37_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.clean70_hover_fade {
transition: opacity var(--transition-normal);
}
.clean70_hover_fade:hover {
opacity: var(--opacity-loading);
}
.custom69_focus_ring {
transition: box-shadow var(--transition-fast);
}
.custom69_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.minimal73_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.best53_hero_content {
position: relative;
z-index: 2;
}
.premium33_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.web62_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.bold58_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.modern46_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.best34_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: var(--space-6);
}
.minimal75_timeline {
position: relative;
}
.minimal75_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.best29_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.best29_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.best29_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.ui61_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.premium13_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;
}
}
.premium61_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;
}
}
.new48_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;
}
}
.theme23_transition_all {
transition: var(--transition-all);
}
.digital96_transition_fast {
transition: all var(--transition-fast);
}
.style36_transition_normal {
transition: all var(--transition-normal);
}
.base70_transition_slow {
transition: all var(--transition-slow);
}
.studio0_bg_primary { background-color: var(--bg-primary); }
.pro31_bg_secondary { background-color: var(--bg-secondary); }
.section45_bg_muted { background-color: var(--bg-muted); }
.agency80_bg_glass { background-color: var(--bg-glass); }
.premium48_text_primary { color: var(--text-primary); }
.section93_text_secondary { color: var(--text-secondary); }
.premium80_text_muted { color: var(--text-muted); }
.pro55_text_inverse { color: var(--text-inverse); }
.clean37_text_link { color: var(--text-link); }
.section80_border_light { border-color: var(--border-light); }
.theme55_border_medium { border-color: var(--border-medium); }
.company38_border_strong { border-color: var(--border-strong); }
.company48_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 768px) {
.premium33_services_grid,
.bold58_features_grid,
.web62_team_grid,
.best34_pricing_grid {
grid-template-columns: 1fr;
}
.modern46_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.minimal75_timeline::before {
left: 30px;
}
.best29_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.dark11_section_height {
min-height: 60vh;
}
.custom23_hero_height {
min-height: 70vh;
}
}
@media (max-width: 480px) {
.modern46_gallery_grid {
grid-template-columns: 1fr;
}
.best29_timeline_item {
padding-left: var(--space-12) !important;
}
}
.modern31_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;
}
.site93_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.premium4_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);
}
.premium4_skip_link:focus {
top: 6px;
}
@media print {
.main60_no_print {
display: none !important;
}
.base39_print_only {
display: block !important;
}
.new41_shadow_xs,
.agency47_shadow_sm,
.style23_shadow_md,
.custom67_shadow_lg,
.bright98_shadow_xl,
.light76_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) {
.ui61_fade_in,
.premium13_slide_up,
.premium61_slide_in_left,
.new48_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.minimal35_hover_lift,
.custom79_hover_scale,
.section37_hover_shadow,
.clean70_hover_fade,
.theme23_transition_all,
.digital96_transition_fast,
.style36_transition_normal,
.base70_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
.header-custom {
background: var(--surface-primary);
border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
position: sticky;
top: 0;
z-index: 1000;
transition: all 0.3s ease;
}
.header-custom .navbar {
padding: 1.25rem 0;
}
.header-custom .navbar-brand {
font-size: 1.125rem;
font-weight: 700;
color: var(--primary-700);
letter-spacing: -0.02em;
transition: all 0.3s ease;
position: relative;
}
.header-custom .navbar-brand::after {
content: '';
position: absolute;
bottom: -4px;
left: 0;
width: 0;
height: 3px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
transition: width 0.4s ease;
}
.header-custom .navbar-brand:hover::after {
width: 100%;
}
.header-custom .navbar-brand:hover {
color: var(--primary-500);
transform: translateY(-1px);
}
.header-custom .nav-link {
color: var(--text-primary);
font-size: var(--nav-font-size);
font-weight: 500;
padding: 0.5rem 1.25rem;
margin: 0 0.25rem;
border-radius: 8px;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.header-custom .nav-link::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--primary-300) 20%, transparent), transparent);
transition: left 0.5s ease;
}
.header-custom .nav-link:hover::before {
left: 100%;
}
.header-custom .nav-link:hover {
color: var(--primary-500);
background: color-mix(in srgb, var(--primary-50) 60%, transparent);
transform: translateY(-2px);
}
.header-custom .menu-toggle-input {
display: none;
}
.header-custom .navbar-toggler {
border: none;
padding: 0.5rem;
cursor: pointer;
background: transparent;
position: relative;
width: 40px;
height: 40px;
display: none;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 6px;
border-radius: 8px;
transition: all 0.3s ease;
z-index: 10003;
}
.header-custom .navbar-toggler:hover {
background: color-mix(in srgb, var(--primary-50) 60%, transparent);
}
.header-custom .hamburger-line {
display: block;
width: 26px;
height: 3px;
background: #334155;
border-radius: 3px;
transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
position: relative;
}
.header-custom .menu-toggle-input:checked ~ .navbar-toggler .hamburger-line:nth-child(1) {
transform: translateY(9px) rotate(45deg);
}
.header-custom .menu-toggle-input:checked ~ .navbar-toggler .hamburger-line:nth-child(2) {
opacity: 0;
transform: translateX(-20px);
}
.header-custom .menu-toggle-input:checked ~ .navbar-toggler .hamburger-line:nth-child(3) {
transform: translateY(-9px) rotate(-45deg);
}
.header-custom .decorative-dots {
display: none;
gap: 6px;
align-items: center;
}
.header-custom .decorative-dots .dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--primary-300);
animation: pulse-dot 2s ease-in-out infinite;
}
.header-custom .decorative-dots .dot:nth-child(2) {
animation-delay: 0.2s;
}
.header-custom .decorative-dots .dot:nth-child(3) {
animation-delay: 0.4s;
}
@keyframes pulse-dot {
0%, 100% {
transform: scale(1);
opacity: 0.6;
}
50% {
transform: scale(1.3);
opacity: 1;
}
}
@media (min-width: 992px) {
.header-custom .decorative-dots {
display: flex;
}
}
@media (max-width: 1299.98px) {
.header-custom .navbar-toggler {
display: flex;
}
.header-custom .navbar-collapse {
position: fixed;
top: 0;
right: -100%;
width: 280px;
height: 100vh;
background: var(--surface-primary);
box-shadow: -4px 0 24px rgba(var(--black-rgb), 0.1);
transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
padding: 5rem 0 2rem 0;
overflow-y: auto;
z-index: 10;
}
.header-custom .menu-toggle-input:checked ~ .navbar-collapse {
right: 0;
}
.header-custom .backdrop-overlay {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(var(--black-rgb), 0.4);
backdrop-filter: blur(4px);
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
z-index: -1;
}
.header-custom .menu-toggle-input:checked ~ .navbar-collapse .backdrop-overlay {
opacity: 1;
visibility: visible;
}
.header-custom .navbar-nav {
flex-direction: column;
padding: 0 1.5rem;
gap: 0.5rem;
}
.header-custom .nav-item {
width: 100%;
}
.header-custom .nav-link {
width: 100%;
padding: 1rem 1.25rem;
margin: 0;
text-align: left;
border-radius: 12px;
font-size: var(--nav-font-size);
}
.header-custom .nav-link:hover {
transform: translateX(4px);
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.header-custom .navbar-collapse {
width: 320px;
}
}
@media (prefers-reduced-motion: reduce) {
.header-custom * {
animation: none !important;
transition: none !important;
}
}
.hero-style {
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 60%, white 40%) 100%
);
position: relative;
padding: 0;
}
.hero-style__bg-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 0;
}
.hero-style__shape {
position: absolute;
border-radius: 50%;
opacity: 0.08;
}
.hero-style__shape--circle-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -150px;
right: -100px;
animation: hero-style-float 20s ease-in-out infinite;
}
.hero-style__shape--circle-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: -100px;
left: -80px;
animation: hero-style-float 25s ease-in-out infinite reverse;
}
.hero-style__shape--blob {
width: 500px;
height: 500px;
background: var(--primary-300);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
animation: hero-style-morph 15s ease-in-out infinite;
}
@keyframes hero-style-float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-30px) rotate(5deg);
}
}
@keyframes hero-style-morph {
0%, 100% {
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
25% {
border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
}
50% {
border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
}
75% {
border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
}
}
.hero-style__content {
position: relative;
z-index: 2;
}
.hero-style__badge-wrapper {
display: flex;
align-items: center;
gap: 1rem;
}
.hero-style__badge {
display: inline-block;
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-500) 20%, transparent);
animation: hero-style-pulse 2s ease-in-out infinite;
}
@keyframes hero-style-pulse {
0%, 100% {
box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
50% {
box-shadow: 0 0 0 12px color-mix(in srgb, var(--primary-500) 10%, transparent);
}
}
.hero-style__badge-line {
flex: 1;
height: 2px;
background: linear-gradient(
to right,
var(--primary-300),
transparent
);
max-width: 100px;
}
.hero-style__title {
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
position: relative;
}
.hero-style__subtitle {
color: var(--primary-500);
font-weight: 500;
letter-spacing: 0.02em;
}
.hero-style__description {
color: var(--text-secondary);
line-height: 1.7;
max-width: 600px;
}
.hero-style__icon-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1.5rem;
max-width: 400px;
}
.hero-style__icon-item {
width: 60px;
height: 60px;
background: white;
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
box-shadow:
0 4px 20px rgba(var(--black-rgb), 0.08),
0 0 0 1px color-mix(in srgb, var(--primary-500) 10%, transparent);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.hero-style__icon-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
var(--primary-50),
transparent
);
opacity: 0;
transition: opacity 0.3s ease;
}
.hero-style__icon-item:hover {
transform: translateY(-5px);
box-shadow:
0 8px 30px rgba(var(--black-rgb), 0.12),
0 0 0 1px var(--primary-300);
}
.hero-style__icon-item:hover::before {
opacity: 1;
}
.hero-style__icon-item i {
font-size: 1.5rem;
color: var(--primary-500);
position: relative;
z-index: 1;
}
.hero-style__image-wrapper {
position: relative;
z-index: 2;
}
.hero-style__image-container {
position: relative;
border-radius: 24px;
overflow: hidden;
box-shadow:
0 20px 60px rgba(var(--black-rgb), 0.15),
0 0 0 1px color-mix(in srgb, var(--primary-500) 20%, transparent);
background: white;
}
.hero-style__image {
width: 100%;
height: auto;
display: block;
transition: transform 0.6s ease;
}
.hero-style__image-container:hover .hero-style__image {
transform: scale(1.05);
}
.hero-style__image-decoration {
position: absolute;
background: var(--primary-500);
opacity: 0.15;
z-index: -1;
}
.hero-style__image-decoration--1 {
width: 200px;
height: 200px;
border-radius: 50%;
top: -40px;
right: -40px;
animation: hero-style-float 18s ease-in-out infinite;
}
.hero-style__image-decoration--2 {
width: 150px;
height: 150px;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
bottom: -30px;
left: -30px;
animation: hero-style-morph 20s ease-in-out infinite;
}
.hero-style__image-decoration--3 {
width: 100px;
height: 100px;
border-radius: 50%;
top: 50%;
left: -50px;
animation: hero-style-float 22s ease-in-out infinite reverse;
}
.hero-style__floating-icon {
position: absolute;
width: 60px;
height: 60px;
background: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow:
0 10px 30px rgba(var(--black-rgb), 0.15),
0 0 0 3px var(--primary-100);
animation: hero-style-bob 4s ease-in-out infinite;
}
.hero-style__floating-icon i {
font-size: 1.5rem;
color: var(--primary-500);
}
.hero-style__floating-icon--1 {
top: 10%;
right: -30px;
animation-delay: 0s;
}
.hero-style__floating-icon--2 {
bottom: 20%;
right: -20px;
animation-delay: 1.3s;
}
.hero-style__floating-icon--3 {
top: 40%;
left: -30px;
animation-delay: 2.6s;
}
@keyframes hero-style-bob {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-15px);
}
}
.hero-style__wave {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 80px;
background:
linear-gradient(
to bottom,
transparent,
var(--surface-primary)
);
}
@media (max-width: 991.98px) {
.hero-style__title {
font-size: 2.5rem;
}
.hero-style__subtitle {
font-size: 1.25rem;
}
.hero-style__description {
font-size: 1rem;
}
.hero-style__icon-grid {
grid-template-columns: repeat(4, 1fr);
gap: 1rem;
}
.hero-style__icon-item {
width: 50px;
height: 50px;
}
.hero-style__icon-item i {
font-size: 1.25rem;
}
.hero-style__floating-icon {
width: 50px;
height: 50px;
}
.hero-style__floating-icon i {
font-size: 1.25rem;
}
}
@media (max-width: 767.98px) {
.hero-style__title {
font-size: 2rem;
}
.hero-style__subtitle {
font-size: 1.1rem;
}
.hero-style__icon-grid {
grid-template-columns: repeat(4, 1fr);
gap: 0.75rem;
max-width: 100%;
}
.hero-style__icon-item {
width: 45px;
height: 45px;
}
.hero-style__icon-item i {
font-size: 1rem;
}
.hero-style__shape--circle-1,
.hero-style__shape--circle-2 {
width: 250px;
height: 250px;
}
.hero-style__shape--blob {
width: 300px;
height: 300px;
}
.hero-style__floating-icon--1,
.hero-style__floating-icon--2 {
right: -15px;
}
.hero-style__floating-icon--3 {
left: -15px;
}
}
@media (max-width: 575.98px) {
.hero-style__title {
font-size: 1.75rem;
}
.hero-style__icon-grid {
grid-template-columns: repeat(2, 1fr);
gap: 0.75rem;
}
.hero-style__image-decoration--1,
.hero-style__image-decoration--2,
.hero-style__image-decoration--3 {
display: none;
}
}
.about-section-featured {
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;
}
.about-section-featured .bg-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.1;
pointer-events: none;
}
.about-section-featured .decoration-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
left: -100px;
filter: blur(80px);
}
.about-section-featured .decoration-2 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: -50px;
right: -50px;
filter: blur(60px);
}
.about-section-featured .about-content {
position: relative;
z-index: 2;
}
.about-section-featured .decorative-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 16px;
margin-bottom: 24px;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent);
animation: float 3s ease-in-out infinite;
}
.about-section-featured .decorative-badge i {
font-size: 28px;
color: var(--light);
}
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}
.about-section-featured .about-title {
font-size: 42px;
font-weight: 700;
line-height: 1.2;
color: var(--text-primary);
margin-bottom: 16px;
}
.about-section-featured .about-subtitle {
font-size: 20px;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
}
.about-section-featured .about-description {
font-size: 17px;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 40px;
}
.about-section-featured .features-grid {
display: grid;
grid-template-columns: 1fr;
gap: 24px;
}
.about-section-featured .feature-item {
display: flex;
gap: 20px;
padding: 24px;
background: var(--light);
border-radius: 12px;
border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
transition: all 0.3s ease;
}
.about-section-featured .feature-item:hover {
transform: translateX(8px);
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-300) 20%, transparent);
border-color: var(--primary-300);
}
.about-section-featured .feature-icon {
flex-shrink: 0;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 60%, var(--primary-50) 40%));
border-radius: 10px;
color: var(--primary-700);
font-size: 24px;
transition: transform 0.3s ease;
}
.about-section-featured .feature-item:hover .feature-icon {
transform: scale(1.1) rotate(5deg);
}
.about-section-featured .feature-content {
flex: 1;
}
.about-section-featured .feature-name {
font-size: 18px;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 8px;
}
.about-section-featured .feature-desc {
font-size: 15px;
line-height: 1.6;
color: var(--text-secondary);
margin: 0;
}
.about-section-featured .image-gallery {
position: relative;
z-index: 2;
}
.about-section-featured .decorative-shape {
position: absolute;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
opacity: 0.15;
pointer-events: none;
z-index: 0;
}
.about-section-featured .shape-1 {
width: 300px;
height: 300px;
background: var(--primary-300);
top: -50px;
right: -50px;
animation: morph 8s ease-in-out infinite;
}
.about-section-featured .shape-2 {
width: 200px;
height: 200px;
background: var(--primary-500);
bottom: 50px;
left: -30px;
animation: morph 10s ease-in-out infinite reverse;
}
@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-featured .gallery-item {
position: relative;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 12px 40px color-mix(in srgb, var(--neutral-900) 15%, transparent);
}
.about-section-featured .gallery-item img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.about-section-featured .gallery-item:hover img {
transform: scale(1.1);
}
.about-section-featured .image-overlay {
position: absolute;
inset: 0;
background: linear-gradient(180deg,
transparent 0%,
color-mix(in srgb, var(--primary-700) 30%, transparent) 100%);
opacity: 0;
transition: opacity 0.4s ease;
}
.about-section-featured .gallery-item:hover .image-overlay {
opacity: 1;
}
.about-section-featured .gallery-main {
margin-bottom: 20px;
height: 400px;
}
.about-section-featured .gallery-secondary {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.about-section-featured .gallery-small {
height: 250px;
}
.about-section-featured .floating-icon {
position: absolute;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--light), var(--primary-50));
border-radius: 50%;
box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 25%, transparent);
z-index: 3;
animation: float 4s ease-in-out infinite;
}
.about-section-featured .floating-icon i {
font-size: 24px;
color: var(--primary-700);
}
.about-section-featured .icon-1 {
top: 30px;
right: 30px;
animation-delay: 0s;
}
.about-section-featured .icon-2 {
bottom: 80px;
left: 30px;
animation-delay: 1s;
}
@media (max-width: 991px) {
.about-section-featured {
padding: 80px 0;
}
.about-section-featured .about-title {
font-size: 36px;
}
.about-section-featured .about-subtitle {
font-size: 18px;
}
.about-section-featured .image-gallery {
margin-top: 40px;
}
.about-section-featured .gallery-main {
height: 350px;
}
.about-section-featured .gallery-small {
height: 200px;
}
}
@media (max-width: 767px) {
.about-section-featured {
padding: 60px 0;
}
.about-section-featured .about-title {
font-size: 30px;
}
.about-section-featured .about-subtitle {
font-size: 16px;
}
.about-section-featured .about-description {
font-size: 16px;
}
.about-section-featured .feature-item {
flex-direction: column;
text-align: center;
}
.about-section-featured .feature-icon {
margin: 0 auto;
}
.about-section-featured .gallery-main {
height: 280px;
}
.about-section-featured .gallery-secondary {
grid-template-columns: 1fr;
}
.about-section-featured .gallery-small {
height: 220px;
}
.about-section-featured .floating-icon {
width: 40px;
height: 40px;
}
.about-section-featured .floating-icon i {
font-size: 20px;
}
}
@media (max-width: 575px) {
.about-section-featured .about-title {
font-size: 26px;
}
.about-section-featured .decorative-badge {
width: 50px;
height: 50px;
}
.about-section-featured .decorative-badge i {
font-size: 24px;
}
.about-section-featured .feature-name {
font-size: 17px;
}
.about-section-featured .feature-desc {
font-size: 14px;
}
}
.features-section-minimal {
position: relative;
padding: 100px 0 120px;
background: var(--surface-primary);
overflow: hidden;
}
.features-section-minimal .section-header {
margin-bottom: 60px;
position: relative;
z-index: 2;
}
.features-section-minimal .header-accent-line {
width: 60px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
margin: 0 auto 24px;
border-radius: 2px;
}
.features-section-minimal .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.features-section-minimal .section-subtitle {
font-size: 1.35rem;
font-weight: 600;
color: var(--primary-700);
margin-bottom: 20px;
line-height: 1.4;
}
.features-section-minimal .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.features-section-minimal .features-grid {
position: relative;
z-index: 2;
}
.features-section-minimal .feature-card {
height: 100%;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.features-section-minimal .feature-card:hover {
transform: translateY(-8px);
}
.features-section-minimal .card-inner {
position: relative;
height: 100%;
background: var(--light);
border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
border-radius: 20px;
padding: 40px 32px;
overflow: hidden;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.features-section-minimal .feature-card:hover .card-inner {
border-color: var(--primary-500);
background: var(--light);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.08);
}
.features-section-minimal .icon-wrapper {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 28px;
z-index: 2;
}
.features-section-minimal .icon-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, var(--primary-100), color-mix(in srgb, var(--primary-300) 50%, transparent));
border-radius: 20px;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.features-section-minimal .feature-card:hover .icon-bg {
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
transform: rotate(10deg) scale(1.1);
}
.features-section-minimal .feature-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 2.25rem;
color: var(--primary-700);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 2;
}
.features-section-minimal .feature-card:hover .feature-icon {
color: var(--light);
transform: translate(-50%, -50%) scale(1.1);
}
.features-section-minimal .card-content {
position: relative;
z-index: 2;
}
.features-section-minimal .feature-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 14px;
line-height: 1.3;
transition: color 0.3s ease;
}
.features-section-minimal .feature-card:hover .feature-title {
color: var(--primary-700);
}
.features-section-minimal .feature-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.features-section-minimal .card-decoration {
position: absolute;
bottom: 20px;
right: 20px;
display: flex;
gap: 8px;
z-index: 1;
}
.features-section-minimal .deco-circle {
width: 12px;
height: 12px;
background: color-mix(in srgb, var(--primary-500) 15%, transparent);
border-radius: 50%;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.features-section-minimal .feature-card:hover .deco-circle:nth-child(1) {
background: var(--primary-500);
transform: translateX(-4px);
}
.features-section-minimal .feature-card:hover .deco-circle:nth-child(2) {
background: var(--primary-300);
transform: translateX(4px);
}
.features-section-minimal .background-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 1;
pointer-events: none;
}
.features-section-minimal .shape {
position: absolute;
border-radius: 50%;
opacity: 0.04;
}
.features-section-minimal .shape-1 {
width: 400px;
height: 400px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
top: -100px;
right: -100px;
animation: float-shape-1 20s ease-in-out infinite;
}
.features-section-minimal .shape-2 {
width: 300px;
height: 300px;
background: linear-gradient(225deg, var(--primary-300), var(--primary-500));
bottom: -80px;
left: -80px;
animation: float-shape-2 25s ease-in-out infinite;
}
.features-section-minimal .shape-3 {
width: 200px;
height: 200px;
background: linear-gradient(45deg, var(--primary-100), var(--primary-300));
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: float-shape-3 30s ease-in-out infinite;
}
@keyframes float-shape-1 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(-30px, 30px) rotate(180deg);
}
}
@keyframes float-shape-2 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(40px, -40px) rotate(-180deg);
}
}
@keyframes float-shape-3 {
0%, 100% {
transform: translate(-50%, -50%) scale(1);
}
50% {
transform: translate(-50%, -50%) scale(1.2);
}
}
@media (max-width: 991px) {
.features-section-minimal {
padding: 80px 0 100px;
}
.features-section-minimal .section-title {
font-size: 2.25rem;
}
.features-section-minimal .section-subtitle {
font-size: 1.2rem;
}
.features-section-minimal .section-header {
margin-bottom: 50px;
}
.features-section-minimal .card-inner {
padding: 36px 28px;
}
.features-section-minimal .icon-wrapper {
width: 70px;
height: 70px;
}
.features-section-minimal .feature-icon {
font-size: 2rem;
}
.features-section-minimal .feature-title {
font-size: 1.35rem;
}
}
@media (max-width: 767px) {
.features-section-minimal {
padding: 60px 0 80px;
}
.features-section-minimal .section-title {
font-size: 1.875rem;
}
.features-section-minimal .section-subtitle {
font-size: 1.1rem;
}
.features-section-minimal .section-description {
font-size: 1rem;
}
.features-section-minimal .section-header {
margin-bottom: 40px;
}
.features-section-minimal .card-inner {
padding: 32px 24px;
}
.features-section-minimal .icon-wrapper {
width: 64px;
height: 64px;
margin-bottom: 24px;
}
.features-section-minimal .feature-icon {
font-size: 1.75rem;
}
.features-section-minimal .feature-title {
font-size: 1.25rem;
margin-bottom: 12px;
}
.features-section-minimal .feature-description {
font-size: 0.9375rem;
}
.features-section-minimal .feature-card:hover {
transform: translateY(-4px);
}
.features-section-minimal .shape-1,
.features-section-minimal .shape-2,
.features-section-minimal .shape-3 {
opacity: 0.02;
}
}
@media (max-width: 575px) {
.features-section-minimal .section-title {
font-size: 1.625rem;
}
.features-section-minimal .section-subtitle {
font-size: 1rem;
}
.features-section-minimal .header-accent-line {
width: 50px;
height: 3px;
}
.features-section-minimal .card-inner {
padding: 28px 20px;
}
}
.services-section-variant {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
overflow: hidden;
}
.services-section-variant .section-header {
position: relative;
z-index: 2;
}
.services-section-variant #services-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
.services-section-variant #services-subtitle {
color: var(--primary-500);
font-size: 0.875rem;
letter-spacing: 0.15em;
font-weight: 600;
}
.services-section-variant #services-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 750px;
margin: 0 auto;
}
.services-section-variant .decorative-divider {
width: 80px;
height: 4px;
background: linear-gradient(90deg,
transparent,
var(--primary-500),
transparent);
margin: 0 auto;
border-radius: 2px;
}
.services-section-variant .service-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2.5rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid color-mix(in srgb, var(--primary-500) 10%, transparent 90%);
overflow: hidden;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
}
.services-section-variant .service-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-700));
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s ease;
}
.services-section-variant .service-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-500);
}
.services-section-variant .service-card:hover::before {
transform: scaleX(1);
}
.services-section-variant .featured-card {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%);
border-color: var(--primary-500);
box-shadow: 0 8px 32px rgba(var(--black-rgb), 0.1);
}
.services-section-variant .featured-badge {
position: absolute;
top: 20px;
right: 20px;
width: 40px;
height: 40px;
background: var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1rem;
z-index: 3;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
animation: pulse-badge 2s ease-in-out infinite;
}
@keyframes pulse-badge {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.1); }
}
.services-section-variant .service-icon-wrapper {
position: relative;
width: 80px;
height: 80px;
background: linear-gradient(135deg,
var(--primary-500),
var(--primary-700));
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
transition: all 0.4s ease;
}
.services-section-variant .service-card:hover .service-icon-wrapper {
transform: rotate(5deg) scale(1.05);
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.15);
}
.services-section-variant .service-icon-wrapper i {
font-size: 2rem;
color: var(--light);
z-index: 2;
}
.services-section-variant .icon-badge {
position: absolute;
top: -8px;
right: -8px;
width: 24px;
height: 24px;
background: color-mix(in srgb, var(--primary-500) 80%, var(--light) 20%);
border-radius: 50%;
border: 3px solid var(--surface-primary);
}
.services-section-variant .service-content {
position: relative;
z-index: 2;
}
.services-section-variant .service-name {
color: var(--text-primary);
font-weight: 700;
margin-bottom: 1rem;
transition: color 0.3s ease;
}
.services-section-variant .service-card:hover .service-name {
color: var(--primary-700);
}
.services-section-variant .service-description {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.95rem;
}
.services-section-variant .service-features {
padding: 1.25rem;
background: color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%);
border-radius: 12px;
border-left: 4px solid var(--primary-500);
color: var(--text-secondary);
font-size: 0.9rem;
line-height: 1.8;
font-weight: 500;
}
.services-section-variant .service-price-wrapper {
text-align: center;
padding: 1.5rem 0 0;
border-top: 2px solid color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
margin-top: 1rem;
}
.services-section-variant .price-label {
display: block;
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--text-secondary);
margin-bottom: 0.5rem;
font-weight: 600;
}
.services-section-variant .service-price {
color: var(--primary-700);
font-weight: 800;
line-height: 1;
background: linear-gradient(135deg,
var(--primary-500),
var(--primary-700));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.services-section-variant .card-decorative-shape {
position: absolute;
width: 120px;
height: 120px;
border-radius: 50%;
opacity: 0.05;
z-index: 1;
pointer-events: none;
}
.services-section-variant .shape-1 {
background: var(--primary-500);
bottom: -30px;
right: -30px;
}
.services-section-variant .shape-2 {
background: var(--primary-700);
top: -40px;
left: -40px;
width: 150px;
height: 150px;
}
.services-section-variant .shape-3 {
background: var(--primary-500);
bottom: 20px;
left: -50px;
width: 100px;
height: 100px;
}
.services-section-variant .shape-4 {
background: var(--primary-700);
top: -20px;
right: -20px;
width: 90px;
height: 90px;
}
.services-section-variant .shape-5 {
background: var(--primary-500);
bottom: -40px;
left: 50%;
transform: translateX(-50%);
}
.services-section-variant .shape-6 {
background: var(--primary-700);
top: -30px;
right: -30px;
width: 110px;
height: 110px;
}
.services-section-variant .floating-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
pointer-events: none;
z-index: 1;
}
.services-section-variant .shape-blob {
position: absolute;
border-radius: 50%;
opacity: 0.03;
animation: float 20s ease-in-out infinite;
}
.services-section-variant .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: 10%;
left: -100px;
animation-delay: 0s;
}
.services-section-variant .blob-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
top: 50%;
right: -80px;
animation-delay: 5s;
}
.services-section-variant .blob-3 {
width: 350px;
height: 350px;
background: var(--primary-500);
bottom: 10%;
left: 50%;
animation-delay: 10s;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
@media (max-width: 991.98px) {
.services-section-variant .service-card {
padding: 2rem;
}
.services-section-variant #services-title {
font-size: 2rem;
}
.services-section-variant .service-icon-wrapper {
width: 70px;
height: 70px;
}
.services-section-variant .service-icon-wrapper i {
font-size: 1.75rem;
}
}
@media (max-width: 767.98px) {
.services-section-variant {
padding: 3rem 0;
}
.services-section-variant .service-card {
padding: 1.75rem;
}
.services-section-variant #services-title {
font-size: 1.75rem;
}
.services-section-variant .service-price {
font-size: 2rem;
}
.services-section-variant .blob-1,
.services-section-variant .blob-2,
.services-section-variant .blob-3 {
width: 200px;
height: 200px;
}
}
@media (max-width: 575.98px) {
.services-section-variant .service-card {
padding: 1.5rem;
}
.services-section-variant .service-icon-wrapper {
width: 60px;
height: 60px;
}
.services-section-variant .service-icon-wrapper i {
font-size: 1.5rem;
}
.services-section-variant .featured-badge {
width: 35px;
height: 35px;
font-size: 0.875rem;
}
}
.priceplan-section-classic {
position: relative;
padding: 100px 0;
background: linear-gradient(180deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.priceplan-section-classic .section-header {
margin-bottom: 60px;
}
.priceplan-section-classic .header-accent {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
margin-bottom: 24px;
}
.priceplan-section-classic .accent-line {
width: 40px;
height: 2px;
background: linear-gradient(90deg, transparent 0%, var(--primary-500) 100%);
}
.priceplan-section-classic .header-accent:last-child .accent-line {
background: linear-gradient(90deg, var(--primary-500) 0%, transparent 100%);
}
.priceplan-section-classic .header-accent i {
font-size: 24px;
color: var(--primary-500);
}
.priceplan-section-classic .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.priceplan-section-classic .section-subtitle {
font-size: 1.5rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.priceplan-section-classic .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.priceplan-section-classic .price-card {
position: relative;
background: var(--light);
border: 2px solid var(--neutral-100);
border-radius: 20px;
padding: 40px 30px;
height: 100%;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.priceplan-section-classic .price-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--primary-300) 0%, var(--primary-500) 100%);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.priceplan-section-classic .price-card:hover {
border-color: var(--primary-300);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.08);
transform: translateY(-8px);
}
.priceplan-section-classic .price-card:hover::before {
transform: scaleX(1);
}
.priceplan-section-classic .price-card.featured {
border-color: var(--primary-500);
background: linear-gradient(180deg, var(--light) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--light) 70%) 100%);
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.06);
}
.priceplan-section-classic .price-card.featured::before {
transform: scaleX(1);
height: 6px;
}
.priceplan-section-classic .popular-badge {
position: absolute;
top: -2px;
right: 30px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
color: var(--light);
padding: 8px 20px;
border-radius: 0 0 12px 12px;
font-size: 0.875rem;
font-weight: 600;
display: flex;
align-items: center;
gap: 6px;
z-index: 2;
}
.priceplan-section-classic .popular-badge i {
font-size: 14px;
}
.priceplan-section-classic .badge-decoration {
position: absolute;
top: 0;
right: -8px;
width: 16px;
height: 16px;
background: var(--primary-700);
clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.priceplan-section-classic .card-decoration {
position: absolute;
top: 20px;
right: 20px;
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.6;
transition: all 0.4s ease;
}
.priceplan-section-classic .card-decoration i {
font-size: 28px;
color: var(--primary-500);
}
.priceplan-section-classic .price-card:hover .card-decoration {
opacity: 1;
transform: rotate(15deg) scale(1.1);
}
.priceplan-section-classic .card-header-content {
margin-bottom: 30px;
}
.priceplan-section-classic .plan-name {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.priceplan-section-classic .plan-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 0;
}
.priceplan-section-classic .price-display {
margin-bottom: 35px;
padding: 25px 0;
border-top: 1px solid var(--neutral-100);
border-bottom: 1px solid var(--neutral-100);
}
.priceplan-section-classic .price-badge {
display: flex;
align-items: baseline;
justify-content: center;
gap: 4px;
}
.priceplan-section-classic .currency {
font-size: 1.5rem;
font-weight: 600;
color: var(--text-secondary);
}
.priceplan-section-classic .price-amount {
font-size: 3.5rem;
font-weight: 800;
color: var(--primary-500);
line-height: 1;
}
.priceplan-section-classic .price-period {
font-size: 1.125rem;
color: var(--text-secondary);
font-weight: 500;
}
.priceplan-section-classic .price-card.featured .price-amount {
color: var(--primary-700);
}
.priceplan-section-classic .features-container {
margin-bottom: 30px;
}
.priceplan-section-classic .features-list {
font-size: 0.9375rem;
color: var(--text-secondary);
line-height: 1.9;
position: relative;
padding-left: 24px;
}
.priceplan-section-classic .features-list::before {
content: '';
position: absolute;
left: 0;
top: 8px;
bottom: 8px;
width: 3px;
background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 100%);
border-radius: 2px;
}
.priceplan-section-classic .card-footer-decoration {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin-top: auto;
padding-top: 20px;
}
.priceplan-section-classic .decoration-dot {
width: 8px;
height: 8px;
background: var(--neutral-300);
border-radius: 50%;
transition: all 0.3s ease;
}
.priceplan-section-classic .price-card:hover .decoration-dot {
background: var(--primary-500);
}
.priceplan-section-classic .decoration-dot:nth-child(2) {
width: 12px;
height: 12px;
}
.priceplan-section-classic .background-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.priceplan-section-classic .deco-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle, var(--primary-100) 0%, transparent 70%);
opacity: 0.3;
}
.priceplan-section-classic .deco-circle-1 {
width: 400px;
height: 400px;
top: -100px;
left: -100px;
}
.priceplan-section-classic .deco-circle-2 {
width: 300px;
height: 300px;
bottom: -50px;
right: -50px;
}
.priceplan-section-classic .deco-shape {
position: absolute;
background: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);
opacity: 0.2;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.priceplan-section-classic .deco-shape-1 {
width: 250px;
height: 250px;
top: 20%;
right: 10%;
animation: float 20s ease-in-out infinite;
}
.priceplan-section-classic .deco-shape-2 {
width: 180px;
height: 180px;
bottom: 15%;
left: 15%;
animation: float 15s ease-in-out infinite reverse;
}
@keyframes float {
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) {
.priceplan-section-classic {
padding: 80px 0;
}
.priceplan-section-classic .section-title {
font-size: 2.25rem;
}
.priceplan-section-classic .section-subtitle {
font-size: 1.25rem;
}
.priceplan-section-classic .price-amount {
font-size: 3rem;
}
}
@media (max-width: 767px) {
.priceplan-section-classic {
padding: 60px 0;
}
.priceplan-section-classic .section-header {
margin-bottom: 40px;
}
.priceplan-section-classic .section-title {
font-size: 2rem;
}
.priceplan-section-classic .section-subtitle {
font-size: 1.125rem;
}
.priceplan-section-classic .section-description {
font-size: 1rem;
}
.priceplan-section-classic .price-card {
padding: 35px 25px;
}
.priceplan-section-classic .plan-name {
font-size: 1.5rem;
}
.priceplan-section-classic .price-amount {
font-size: 2.75rem;
}
.priceplan-section-classic .card-decoration {
width: 50px;
height: 50px;
}
.priceplan-section-classic .card-decoration i {
font-size: 24px;
}
.priceplan-section-classic .deco-circle-1,
.priceplan-section-classic .deco-circle-2 {
display: none;
}
}
@media (max-width: 575px) {
.priceplan-section-classic .section-title {
font-size: 1.75rem;
}
.priceplan-section-classic .price-amount {
font-size: 2.5rem;
}
.priceplan-section-classic .popular-badge {
right: 20px;
padding: 6px 16px;
font-size: 0.8125rem;
}
}
.team-section-modern {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.team-section-modern .section-header {
position: relative;
z-index: 2;
}
.team-section-modern .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.team-section-modern .section-subtitle {
font-size: 0.875rem;
font-weight: 600;
letter-spacing: 2px;
color: var(--primary-500);
margin-bottom: 1.5rem;
}
.team-section-modern .section-description {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.team-section-modern .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
margin-top: 2rem;
border-radius: 2px;
}
.team-section-modern .team-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 1.5rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
height: 100%;
}
.team-section-modern .team-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
}
.team-section-modern .team-image-wrapper {
position: relative;
margin-bottom: 1.5rem;
padding: 8px;
}
.team-section-modern .image-frame {
position: relative;
overflow: hidden;
border-radius: 12px;
background: var(--neutral-100);
aspect-ratio: 1 / 1;
}
.team-section-modern .team-member-photo {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-section-modern .team-card:hover .team-member-photo {
transform: scale(1.08);
}
.team-section-modern .corner-accent {
position: absolute;
width: 30px;
height: 30px;
border: 3px solid var(--primary-500);
transition: all 0.4s ease;
z-index: 1;
}
.team-section-modern .corner-accent.top-left {
top: 0;
left: 0;
border-right: none;
border-bottom: none;
border-top-left-radius: 12px;
}
.team-section-modern .corner-accent.bottom-right {
bottom: 0;
right: 0;
border-left: none;
border-top: none;
border-bottom-right-radius: 12px;
}
.team-section-modern .team-card:hover .corner-accent.top-left {
top: -5px;
left: -5px;
}
.team-section-modern .team-card:hover .corner-accent.bottom-right {
bottom: -5px;
right: -5px;
}
.team-section-modern .team-info {
text-align: center;
padding: 0 0.5rem;
}
.team-section-modern .member-name {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 0.5rem;
transition: color 0.3s ease;
}
.team-section-modern .team-card:hover .member-name {
color: var(--primary-500);
}
.team-section-modern .member-role {
font-size: 1rem;
color: var(--text-secondary);
margin-bottom: 0.75rem;
line-height: 1.5;
}
.team-section-modern .role-underline {
width: 40px;
height: 3px;
background: var(--primary-500);
margin: 0 auto;
border-radius: 2px;
transition: width 0.3s ease;
}
.team-section-modern .team-card:hover .role-underline {
width: 60px;
}
.team-section-modern .join-team-decoration {
display: flex;
flex-direction: column;
align-items: center;
gap: 2rem;
opacity: 0.7;
}
.team-section-modern .decoration-circle {
width: 120px;
height: 120px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
animation: float 3s ease-in-out infinite;
}
.team-section-modern .decoration-circle i {
font-size: 3rem;
color: var(--light);
}
.team-section-modern .decoration-dots {
display: flex;
gap: 0.75rem;
}
.team-section-modern .decoration-dots .dot {
width: 12px;
height: 12px;
border-radius: 50%;
background: var(--primary-500);
animation: pulse 2s ease-in-out infinite;
}
.team-section-modern .decoration-dots .dot:nth-child(2) {
animation-delay: 0.3s;
}
.team-section-modern .decoration-dots .dot:nth-child(3) {
animation-delay: 0.6s;
}
.team-section-modern .background-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.team-section-modern .shape-blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.15;
animation: blobFloat 20s ease-in-out infinite;
}
.team-section-modern .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-300);
top: -100px;
right: -100px;
}
.team-section-modern .blob-2 {
width: 350px;
height: 350px;
background: var(--primary-500);
bottom: -80px;
left: -80px;
animation-delay: 5s;
animation-duration: 25s;
}
.team-section-modern .shape-circle {
position: absolute;
border-radius: 50%;
border: 2px solid var(--primary-300);
opacity: 0.1;
}
.team-section-modern .circle-1 {
width: 200px;
height: 200px;
top: 10%;
left: 5%;
animation: rotate 30s linear infinite;
}
.team-section-modern .circle-2 {
width: 150px;
height: 150px;
bottom: 15%;
right: 10%;
animation: rotate 25s linear infinite reverse;
}
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-15px);
}
}
@keyframes pulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.6;
}
}
@keyframes blobFloat {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@media (max-width: 991.98px) {
.team-section-modern .section-title {
font-size: 2rem;
}
.team-section-modern .section-description {
font-size: 1rem;
}
.team-section-modern .team-card {
margin-bottom: 1rem;
}
.team-section-modern .blob-1,
.team-section-modern .blob-2 {
width: 250px;
height: 250px;
}
}
@media (max-width: 767.98px) {
.team-section-modern .section-title {
font-size: 1.75rem;
}
.team-section-modern .member-name {
font-size: 1.25rem;
}
.team-section-modern .corner-accent {
width: 20px;
height: 20px;
border-width: 2px;
}
.team-section-modern .decoration-circle {
width: 80px;
height: 80px;
}
.team-section-modern .decoration-circle i {
font-size: 2rem;
}
}
@media (max-width: 575.98px) {
.team-section-modern {
padding-top: 3rem;
padding-bottom: 3rem;
}
.team-section-modern .section-title {
font-size: 1.5rem;
}
.team-section-modern .team-card {
padding: 1rem;
}
.team-section-modern .shape-circle {
display: none;
}
}
.reviews-section-bold {
position: relative;
padding: 120px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.reviews-section-bold .section-header {
position: relative;
z-index: 2;
}
.reviews-section-bold .decorative-icon-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 20px;
box-shadow: 0 10px 30px rgba(var(--black-rgb), 0.1);
animation: float 3s ease-in-out infinite;
}
.reviews-section-bold .decorative-icon-wrapper i {
font-size: 32px;
color: var(--light);
}
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}
.reviews-section-bold .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.reviews-section-bold .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
margin-bottom: 1.5rem;
}
.reviews-section-bold .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.reviews-section-bold .review-card {
position: relative;
background: var(--light);
border-radius: 20px;
padding: 40px 30px;
height: 100%;
box-shadow: 0 5px 20px rgba(var(--black-rgb), 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
border: 2px solid transparent;
}
.reviews-section-bold .review-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.reviews-section-bold .review-card-featured {
background: linear-gradient(135deg, var(--light) 0%, color-mix(in srgb, var(--primary-50) 50%, var(--light) 50%) 100%);
border: 2px solid var(--primary-300);
}
.reviews-section-bold .quote-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border-radius: 12px;
margin-bottom: 20px;
}
.reviews-section-bold .quote-icon i {
font-size: 24px;
color: var(--primary-500);
}
.reviews-section-bold .review-card:hover .quote-icon {
background: var(--primary-500);
}
.reviews-section-bold .review-card:hover .quote-icon i {
color: var(--light);
}
.reviews-section-bold .review-content {
margin-bottom: 30px;
}
.reviews-section-bold .review-text {
font-size: 1.0625rem;
color: var(--text-primary);
line-height: 1.8;
margin: 0;
font-style: italic;
}
.reviews-section-bold .review-author-section {
display: flex;
align-items: center;
gap: 15px;
padding-top: 25px;
border-top: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
}
.reviews-section-bold .author-avatar {
flex-shrink: 0;
}
.reviews-section-bold .avatar-placeholder {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.1);
}
.reviews-section-bold .avatar-placeholder i {
font-size: 28px;
color: var(--light);
}
.reviews-section-bold .author-info {
flex: 1;
}
.reviews-section-bold .author-name {
font-size: 1rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.4;
margin: 0;
}
.reviews-section-bold .featured-badge {
position: absolute;
top: 20px;
right: 20px;
width: 45px;
height: 45px;
background: var(--primary-500);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
animation: pulse 2s ease-in-out infinite;
}
.reviews-section-bold .featured-badge i {
font-size: 22px;
color: var(--light);
}
@keyframes pulse {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.05);
}
}
.reviews-section-bold .card-decoration {
position: absolute;
bottom: -50px;
right: -50px;
width: 150px;
height: 150px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
border-radius: 50%;
opacity: 0.08;
transition: all 0.4s ease;
}
.reviews-section-bold .review-card:hover .card-decoration {
transform: scale(1.3);
opacity: 0.12;
}
.reviews-section-bold .decorative-elements {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
}
.reviews-section-bold .floating-shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
animation: floatRandom 20s ease-in-out infinite;
}
.reviews-section-bold .shape-1 {
width: 400px;
height: 400px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
top: -200px;
left: -100px;
animation-delay: 0s;
}
.reviews-section-bold .shape-2 {
width: 300px;
height: 300px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
bottom: -150px;
right: 10%;
animation-delay: 5s;
}
.reviews-section-bold .shape-3 {
width: 250px;
height: 250px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
top: 40%;
right: -125px;
animation-delay: 10s;
}
@keyframes floatRandom {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
25% {
transform: translate(30px, -30px) rotate(90deg);
}
50% {
transform: translate(-20px, 20px) rotate(180deg);
}
75% {
transform: translate(20px, 30px) rotate(270deg);
}
}
@media (max-width: 991px) {
.reviews-section-bold {
padding: 80px 0;
}
.reviews-section-bold .section-title {
font-size: 2.25rem;
}
.reviews-section-bold .section-subtitle {
font-size: 1.25rem;
}
.reviews-section-bold .section-description {
font-size: 1rem;
}
.reviews-section-bold .review-card {
padding: 35px 25px;
}
}
@media (max-width: 767px) {
.reviews-section-bold {
padding: 60px 0;
}
.reviews-section-bold .section-title {
font-size: 1.875rem;
}
.reviews-section-bold .section-subtitle {
font-size: 1.125rem;
}
.reviews-section-bold .decorative-icon-wrapper {
width: 60px;
height: 60px;
}
.reviews-section-bold .decorative-icon-wrapper i {
font-size: 28px;
}
.reviews-section-bold .review-card {
padding: 30px 20px;
}
.reviews-section-bold .review-text {
font-size: 1rem;
}
.reviews-section-bold .author-name {
font-size: 0.9375rem;
}
.reviews-section-bold .avatar-placeholder {
width: 50px;
height: 50px;
}
.reviews-section-bold .avatar-placeholder i {
font-size: 24px;
}
}
@media (max-width: 575px) {
.reviews-section-bold .section-title {
font-size: 1.625rem;
}
.reviews-section-bold .featured-badge {
width: 40px;
height: 40px;
}
.reviews-section-bold .featured-badge i {
font-size: 18px;
}
}
.casestudy-section-pro {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.casestudy-section-pro .decorative-dot-pattern {
width: 60px;
height: 6px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-300) 100%);
margin: 0 auto;
border-radius: 3px;
position: relative;
}
.casestudy-section-pro .decorative-dot-pattern::before,
.casestudy-section-pro .decorative-dot-pattern::after {
content: '';
position: absolute;
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
top: -1px;
}
.casestudy-section-pro .decorative-dot-pattern::before {
left: -15px;
}
.casestudy-section-pro .decorative-dot-pattern::after {
right: -15px;
}
.casestudy-section-pro .section-title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.casestudy-section-pro .section-subtitle {
font-size: clamp(1.1rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-500);
margin-bottom: 1.5rem;
}
.casestudy-section-pro .section-description {
font-size: 1.05rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 750px;
margin: 0 auto;
}
.casestudy-section-pro .decorative-line {
width: 100px;
height: 2px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-300) 50%,
transparent 100%);
margin: 0 auto;
}
.casestudy-section-pro .case-study-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;
box-shadow: 0 4px 6px rgba(var(--black-rgb), 0.05);
}
.casestudy-section-pro .case-study-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 24px rgba(var(--black-rgb), 0.1);
border-color: var(--primary-300);
}
.casestudy-section-pro .case-image-wrapper {
position: relative;
height: 220px;
overflow: hidden;
background: linear-gradient(135deg,
var(--primary-50) 0%,
var(--primary-100) 100%);
}
.casestudy-section-pro .case-image-placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 4rem;
color: color-mix(in srgb, var(--primary-500) 40%, transparent);
transition: all 0.4s ease;
}
.casestudy-section-pro .case-study-card:hover .case-image-placeholder {
transform: scale(1.1) rotate(5deg);
color: color-mix(in srgb, var(--primary-500) 60%, transparent);
}
.casestudy-section-pro .case-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(180deg,
transparent 0%,
color-mix(in srgb, var(--primary-700) 20%, transparent) 100%);
opacity: 0;
transition: opacity 0.4s ease;
}
.casestudy-section-pro .case-study-card:hover .case-overlay {
opacity: 1;
}
.casestudy-section-pro .case-content {
padding: 2rem;
position: relative;
}
.casestudy-section-pro .case-icon-badge {
width: 56px;
height: 56px;
background: linear-gradient(135deg,
var(--primary-500) 0%,
var(--primary-700) 100%);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
margin-top: -3.5rem;
position: relative;
z-index: 2;
box-shadow: 0 8px 16px rgba(var(--black-rgb), 0.15);
transition: transform 0.3s ease;
}
.casestudy-section-pro .case-study-card:hover .case-icon-badge {
transform: scale(1.1) rotate(-5deg);
}
.casestudy-section-pro .case-icon-badge i {
font-size: 1.5rem;
color: var(--light);
}
.casestudy-section-pro .case-title {
font-size: 1.35rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
transition: color 0.3s ease;
}
.casestudy-section-pro .case-study-card:hover .case-title {
color: var(--primary-700);
}
.casestudy-section-pro .case-description {
font-size: 0.95rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 0;
}
.casestudy-section-pro .featured-card {
border: 2px solid var(--primary-500);
box-shadow: 0 8px 16px rgba(var(--black-rgb), 0.08);
}
.casestudy-section-pro .featured-badge {
position: absolute;
top: 16px;
right: 16px;
width: 40px;
height: 40px;
background: var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 3;
box-shadow: 0 4px 8px rgba(var(--black-rgb), 0.15);
animation: pulse-badge 2s ease-in-out infinite;
}
.casestudy-section-pro .featured-badge i {
font-size: 1.1rem;
color: var(--light);
}
@keyframes pulse-badge {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
}
.casestudy-section-pro .case-decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
transition: all 0.6s ease;
}
.casestudy-section-pro .case-decorative-shape.shape-1 {
width: 80px;
height: 80px;
background: var(--primary-500);
bottom: -20px;
right: -20px;
}
.casestudy-section-pro .case-decorative-shape.shape-2 {
width: 60px;
height: 60px;
background: var(--primary-700);
top: 50%;
right: -15px;
}
.casestudy-section-pro .case-decorative-shape.shape-3 {
width: 100px;
height: 100px;
background: var(--primary-300);
bottom: -30px;
left: -30px;
}
.casestudy-section-pro .case-study-card:hover .case-decorative-shape {
opacity: 0.15;
transform: scale(1.2);
}
.casestudy-section-pro .background-decorations {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.casestudy-section-pro .deco-circle {
position: absolute;
border-radius: 50%;
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
}
.casestudy-section-pro .deco-circle.circle-1 {
width: 300px;
height: 300px;
top: -100px;
right: -100px;
animation: float-rotate 20s ease-in-out infinite;
}
.casestudy-section-pro .deco-circle.circle-2 {
width: 200px;
height: 200px;
bottom: -50px;
left: -50px;
animation: float-rotate 25s ease-in-out infinite reverse;
}
.casestudy-section-pro .deco-blob {
position: absolute;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 10%, transparent) 0%,
color-mix(in srgb, var(--primary-500) 10%, transparent) 100%);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
filter: blur(40px);
}
.casestudy-section-pro .deco-blob.blob-1 {
width: 400px;
height: 400px;
top: 10%;
left: 5%;
animation: morph 15s ease-in-out infinite;
}
.casestudy-section-pro .deco-blob.blob-2 {
width: 350px;
height: 350px;
bottom: 10%;
right: 10%;
animation: morph 18s ease-in-out infinite reverse;
}
@keyframes float-rotate {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@keyframes morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: translate(0, 0) scale(1);
}
25% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
transform: translate(20px, -20px) scale(1.05);
}
50% {
border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
transform: translate(-20px, 20px) scale(0.95);
}
75% {
border-radius: 30% 70% 40% 60% / 50% 60% 40% 50%;
transform: translate(10px, 10px) scale(1.02);
}
}
@media (max-width: 991px) {
.casestudy-section-pro .case-image-wrapper {
height: 200px;
}
.casestudy-section-pro .case-content {
padding: 1.5rem;
}
.casestudy-section-pro .deco-blob {
opacity: 0.5;
}
}
@media (max-width: 767px) {
.casestudy-section-pro .section-title {
font-size: 1.75rem;
}
.casestudy-section-pro .section-subtitle {
font-size: 1.15rem;
}
.casestudy-section-pro .case-image-wrapper {
height: 180px;
}
.casestudy-section-pro .case-icon-badge {
width: 48px;
height: 48px;
margin-top: -3rem;
}
.casestudy-section-pro .case-icon-badge i {
font-size: 1.25rem;
}
.casestudy-section-pro .case-title {
font-size: 1.2rem;
}
.casestudy-section-pro .deco-circle,
.casestudy-section-pro .deco-blob {
display: none;
}
}
@media (max-width: 575px) {
.casestudy-section-pro .case-content {
padding: 1.25rem;
}
.casestudy-section-pro .section-description {
font-size: 0.95rem;
}
.casestudy-section-pro .case-description {
font-size: 0.9rem;
}
}
.casestudy-section-pro .case-study-card:focus-within {
outline: 2px solid var(--primary-500);
outline-offset: 4px;
}
@media (prefers-reduced-motion: reduce) {
.casestudy-section-pro *,
.casestudy-section-pro *::before,
.casestudy-section-pro *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
.process-section-modern {
position: relative;
padding: 120px 0;
background: var(--surface-primary);
overflow: hidden;
}
.process-section-modern .section-header {
margin-bottom: 80px;
}
.process-section-modern .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.process-section-modern .section-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 24px;
text-transform: uppercase;
letter-spacing: 1px;
}
.process-section-modern .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
margin: 0;
}
.process-section-modern .process-timeline {
position: relative;
max-width: 1200px;
margin: 0 auto;
}
.process-section-modern .process-item {
position: relative;
margin-bottom: 100px;
}
.process-section-modern .process-item:last-child {
margin-bottom: 0;
}
.process-section-modern .process-content {
padding: 40px;
background: var(--surface-secondary);
border-radius: 16px;
border: 2px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
transition: all 0.3s ease;
position: relative;
z-index: 2;
}
.process-section-modern .process-item:hover .process-content {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.08);
border-color: var(--primary-500);
}
.process-section-modern .process-number {
display: inline-block;
margin-bottom: 24px;
}
.process-section-modern .process-number span {
display: flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: var(--light);
font-size: 2rem;
font-weight: 700;
border-radius: 50%;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.process-section-modern .process-title {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.process-section-modern .process-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.process-section-modern .process-visual {
position: relative;
height: 100%;
min-height: 300px;
display: flex;
align-items: center;
justify-content: center;
}
.process-section-modern .visual-icon {
position: relative;
z-index: 2;
width: 140px;
height: 140px;
display: flex;
align-items: center;
justify-content: center;
background: var(--light);
border-radius: 50%;
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.1);
}
.process-section-modern .visual-icon i {
font-size: 3.5rem;
color: var(--primary-500);
}
.process-section-modern .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.1;
z-index: 1;
}
.process-section-modern .shape-1 {
width: 200px;
height: 200px;
background: var(--primary-500);
top: -30px;
right: -30px;
animation: float 6s ease-in-out infinite;
}
.process-section-modern .shape-2 {
width: 180px;
height: 180px;
background: var(--primary-700);
bottom: -20px;
left: -40px;
animation: float 7s ease-in-out infinite reverse;
}
.process-section-modern .shape-3 {
width: 220px;
height: 220px;
background: var(--primary-300);
top: -40px;
left: -50px;
animation: float 8s ease-in-out infinite;
}
.process-section-modern .shape-4 {
width: 190px;
height: 190px;
background: var(--primary-500);
bottom: -30px;
right: -35px;
animation: float 6.5s ease-in-out infinite reverse;
}
.process-section-modern .shape-5 {
width: 210px;
height: 210px;
background: var(--primary-700);
top: -45px;
right: -45px;
animation: float 7.5s ease-in-out infinite;
}
.process-section-modern .timeline-connector {
position: absolute;
left: 50%;
bottom: -100px;
width: 3px;
height: 100px;
background: linear-gradient(to bottom, var(--primary-300), transparent);
transform: translateX(-50%);
}
.process-section-modern .process-item:last-child .timeline-connector {
display: none;
}
.process-section-modern .background-decorations {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
}
.process-section-modern .decoration-circle {
position: absolute;
border-radius: 50%;
background: var(--primary-500);
opacity: 0.03;
}
.process-section-modern .circle-1 {
width: 400px;
height: 400px;
top: 10%;
right: -100px;
}
.process-section-modern .circle-2 {
width: 500px;
height: 500px;
bottom: 5%;
left: -150px;
}
.process-section-modern .decoration-line {
position: absolute;
height: 2px;
background: linear-gradient(
to right,
transparent,
color-mix(in srgb, var(--primary-500) 20%, transparent),
transparent
);
}
.process-section-modern .line-1 {
width: 60%;
top: 30%;
left: 0;
}
.process-section-modern .line-2 {
width: 50%;
bottom: 40%;
right: 0;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(10px, -10px) rotate(5deg);
}
66% {
transform: translate(-10px, 10px) rotate(-5deg);
}
}
@media (max-width: 991px) {
.process-section-modern {
padding: 80px 0;
}
.process-section-modern .section-title {
font-size: 2.25rem;
}
.process-section-modern .section-header {
margin-bottom: 60px;
}
.process-section-modern .process-item {
margin-bottom: 60px;
}
.process-section-modern .process-visual {
min-height: 250px;
margin-bottom: 30px;
}
.process-section-modern .timeline-connector {
left: 40px;
bottom: -60px;
height: 60px;
}
.process-section-modern .process-content {
padding: 32px;
}
.process-section-modern .process-title {
font-size: 1.5rem;
}
}
@media (max-width: 767px) {
.process-section-modern {
padding: 60px 0;
}
.process-section-modern .section-title {
font-size: 1.875rem;
}
.process-section-modern .section-subtitle {
font-size: 1.125rem;
}
.process-section-modern .section-description {
font-size: 1rem;
}
.process-section-modern .process-content {
padding: 24px;
}
.process-section-modern .process-number span {
width: 60px;
height: 60px;
font-size: 1.5rem;
}
.process-section-modern .process-title {
font-size: 1.375rem;
}
.process-section-modern .process-description {
font-size: 0.9375rem;
}
.process-section-modern .visual-icon {
width: 100px;
height: 100px;
}
.process-section-modern .visual-icon i {
font-size: 2.5rem;
}
.process-section-modern .decorative-shape {
opacity: 0.06;
}
.process-section-modern .circle-1,
.process-section-modern .circle-2 {
width: 300px;
height: 300px;
}
}
@media (max-width: 575px) {
.process-section-modern {
padding: 50px 0;
}
.process-section-modern .section-title {
font-size: 1.625rem;
}
.process-section-modern .process-item {
margin-bottom: 50px;
}
.process-section-modern .process-visual {
min-height: 200px;
margin-bottom: 24px;
}
}
.timeline-section-standard {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.timeline-section-standard .section-header {
position: relative;
z-index: 2;
}
.timeline-section-standard #timeline-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
}
.timeline-section-standard #timeline-subtitle {
color: var(--primary-500);
font-weight: 600;
}
.timeline-section-standard #timeline-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.timeline-section-standard .timeline-wrapper {
position: relative;
padding: 3rem 0;
}
.timeline-section-standard .timeline-axis {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(
180deg,
transparent 0%,
var(--primary-300) 10%,
var(--primary-500) 50%,
var(--primary-300) 90%,
transparent 100%
);
transform: translateX(-50%);
z-index: 1;
}
.timeline-section-standard .timeline-axis::before {
content: '';
position: absolute;
top: -20px;
left: 50%;
transform: translateX(-50%);
width: 20px;
height: 20px;
background: var(--primary-500);
border-radius: 50%;
box-shadow: 0 0 0 6px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.timeline-section-standard .timeline-items {
position: relative;
z-index: 2;
}
.timeline-section-standard .timeline-item {
margin-bottom: 4rem;
position: relative;
}
.timeline-section-standard .timeline-item:last-child {
margin-bottom: 0;
}
.timeline-section-standard .timeline-content {
position: relative;
}
.timeline-section-standard .timeline-card {
background: var(--surface-primary);
border: 2px solid var(--neutral-100);
border-radius: 16px;
padding: 2rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.05);
position: relative;
overflow: hidden;
}
.timeline-section-standard .timeline-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.timeline-section-standard .timeline-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.12);
}
.timeline-section-standard .timeline-card:hover::before {
transform: scaleX(1);
}
.timeline-section-standard .timeline-icon-wrapper {
width: 56px;
height: 56px;
background: linear-gradient(
135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
transition: transform 0.3s ease;
}
.timeline-section-standard .timeline-card:hover .timeline-icon-wrapper {
transform: rotate(5deg) scale(1.1);
}
.timeline-section-standard .timeline-icon-wrapper i {
font-size: 1.75rem;
color: white;
}
.timeline-section-standard .timeline-title {
color: var(--text-primary);
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 1rem;
line-height: 1.3;
}
.timeline-section-standard .timeline-description {
color: var(--text-secondary);
font-size: 1rem;
line-height: 1.7;
margin-bottom: 0;
}
.timeline-section-standard .timeline-marker {
position: relative;
width: 24px;
height: 24px;
z-index: 3;
}
.timeline-section-standard .marker-dot {
width: 24px;
height: 24px;
background: var(--surface-primary);
border: 4px solid var(--primary-500);
border-radius: 50%;
position: relative;
z-index: 2;
transition: all 0.3s ease;
}
.timeline-section-standard .timeline-item:hover .marker-dot {
transform: scale(1.3);
border-width: 5px;
box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.timeline-section-standard .marker-pulse {
position: absolute;
top: 0;
left: 0;
width: 24px;
height: 24px;
border-radius: 50%;
background: var(--primary-500);
opacity: 0.6;
animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
0% {
transform: scale(1);
opacity: 0.6;
}
50% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 0;
}
}
.timeline-section-standard .timeline-marker-future .marker-dot {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border: none;
}
.timeline-section-standard .timeline-marker-future .marker-dot::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 8px;
height: 8px;
background: white;
border-radius: 50%;
}
.timeline-section-standard .timeline-image-placeholder {
width: 100%;
height: 280px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 15%, var(--neutral-50)),
color-mix(in srgb, var(--primary-300) 10%, var(--neutral-100))
);
border-radius: 16px;
position: relative;
overflow: hidden;
}
.timeline-section-standard .timeline-image-placeholder::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80px;
height: 80px;
background: var(--surface-primary);
border-radius: 50%;
opacity: 0.5;
}
.timeline-section-standard .timeline-image-placeholder::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 40px;
height: 40px;
border: 3px solid var(--primary-500);
border-radius: 50%;
opacity: 0.7;
}
.timeline-section-standard .timeline-decorative-shape {
width: 100%;
height: 280px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.timeline-section-standard .shape-circle::before {
content: '';
width: 200px;
height: 200px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 10%, transparent),
color-mix(in srgb, var(--primary-300) 15%, transparent)
);
border-radius: 50%;
animation: float-animation 6s ease-in-out infinite;
}
.timeline-section-standard .shape-triangle::before {
content: '';
width: 0;
height: 0;
border-left: 100px solid transparent;
border-right: 100px solid transparent;
border-bottom: 173px solid color-mix(in srgb, var(--primary-500) 12%, transparent);
animation: float-animation 7s ease-in-out infinite reverse;
}
.timeline-section-standard .shape-hexagon::before {
content: '';
width: 180px;
height: 104px;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
position: relative;
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
animation: float-animation 8s ease-in-out infinite;
}
@keyframes float-animation {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(5deg);
}
}
.timeline-section-standard .decorative-blob {
position: absolute;
width: 400px;
height: 400px;
border-radius: 50%;
filter: blur(80px);
opacity: 0.08;
z-index: 0;
pointer-events: none;
}
.timeline-section-standard .blob-1 {
top: 10%;
left: -5%;
background: var(--primary-500);
animation: blob-float-1 20s ease-in-out infinite;
}
.timeline-section-standard .blob-2 {
bottom: 10%;
right: -5%;
background: var(--primary-700);
animation: blob-float-2 18s ease-in-out infinite;
}
@keyframes blob-float-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(30px, -30px) scale(1.1);
}
}
@keyframes blob-float-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(-30px, 30px) scale(1.1);
}
}
@media (max-width: 767.98px) {
.timeline-section-standard {
padding: 3rem 0;
}
.timeline-section-standard #timeline-title {
font-size: 2rem;
}
.timeline-section-standard #timeline-subtitle {
font-size: 1.25rem;
}
.timeline-section-standard .timeline-item {
margin-bottom: 2rem;
}
.timeline-section-standard .timeline-card {
padding: 1.5rem;
}
.timeline-section-standard .timeline-icon-wrapper {
width: 48px;
height: 48px;
margin-bottom: 1rem;
}
.timeline-section-standard .timeline-icon-wrapper i {
font-size: 1.5rem;
}
.timeline-section-standard .timeline-title {
font-size: 1.25rem;
}
.timeline-section-standard .timeline-description {
font-size: 0.95rem;
}
.timeline-section-standard .timeline-item::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: -2rem;
width: 3px;
background: linear-gradient(
180deg,
var(--primary-300),
var(--primary-500) 50%,
var(--primary-300)
);
}
.timeline-section-standard .timeline-item:last-child::before {
bottom: 0;
}
.timeline-section-standard .timeline-content {
padding-left: 2rem;
}
.timeline-section-standard .timeline-card::after {
content: '';
position: absolute;
left: -2rem;
top: 2rem;
width: 16px;
height: 16px;
background: var(--primary-500);
border: 3px solid var(--surface-primary);
border-radius: 50%;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.timeline-section-standard #timeline-title {
font-size: 2.5rem;
}
.timeline-section-standard .timeline-card {
padding: 1.75rem;
}
.timeline-image-placeholder,
.timeline-section-standard .timeline-decorative-shape {
height: 240px;
}
}
@media (min-width: 1400px) {
.timeline-section-standard .timeline-wrapper {
padding: 4rem 0;
}
.timeline-section-standard .timeline-card {
padding: 2.5rem;
}
.timeline-section-standard .timeline-title {
font-size: 1.75rem;
}
.timeline-section-standard .timeline-description {
font-size: 1.1rem;
}
}
@media print {
.timeline-section-standard {
background: white;
}
.timeline-axis,
.decorative-blob,
.timeline-section-standard .marker-pulse {
display: none;
}
.timeline-section-standard .timeline-card {
box-shadow: none;
border: 1px solid #ddd;
page-break-inside: avoid;
}
}
@media (prefers-reduced-motion: reduce) {
.timeline-card,
.timeline-icon-wrapper,
.marker-dot,
.marker-pulse,
.decorative-blob,
.shape-circle::before,
.shape-triangle::before,
.timeline-section-standard .shape-hexagon::before {
animation: none;
transition: none;
}
}
@media (prefers-contrast: high) {
.timeline-section-standard .timeline-card {
border-width: 3px;
border-color: var(--text-primary);
}
.timeline-section-standard .timeline-axis {
background: var(--text-primary);
}
.timeline-section-standard .marker-dot {
border-color: var(--text-primary);
}
}
.career-section-primary {
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;
}
.career-section-primary .decorative-circle {
position: absolute;
border-radius: 50%;
opacity: 0.1;
z-index: 0;
}
.career-section-primary .decorative-circle-1 {
width: 200px;
height: 200px;
background: var(--primary-500);
top: -50px;
left: -50px;
animation: float 6s ease-in-out infinite;
}
.career-section-primary .decorative-circle-2 {
width: 150px;
height: 150px;
background: var(--primary-700);
top: -30px;
right: -30px;
animation: float 8s ease-in-out infinite reverse;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(20px, 20px);
}
}
.career-section-primary #career-title {
color: var(--text-primary);
font-weight: 700;
position: relative;
z-index: 1;
}
.career-section-primary #career-subtitle {
color: color-mix(in srgb, var(--text-primary) 70%, var(--neutral-500) 30%);
font-weight: 500;
}
.career-section-primary #career-desc {
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.career-section-primary .icon-decorative-grid {
display: flex;
gap: 1.5rem;
justify-content: center;
align-items: center;
}
.career-section-primary .icon-decorative-grid i {
font-size: 1.5rem;
color: var(--primary-500);
opacity: 0.3;
transition: all 0.3s ease;
}
.career-section-primary .icon-decorative-grid i:hover {
opacity: 0.7;
transform: scale(1.2) rotate(5deg);
}
.career-section-primary .career-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
box-shadow:
0 4px 6px rgba(var(--black-rgb), 0.05),
0 10px 20px rgba(var(--black-rgb), 0.05);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.career-section-primary .career-card:hover {
transform: translateY(-8px);
box-shadow:
0 8px 12px rgba(var(--black-rgb), 0.08),
0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
border-color: color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.career-section-primary .career-badge {
position: absolute;
top: 20px;
right: 20px;
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 80%);
animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.career-section-primary .career-icon-wrapper {
width: 56px;
height: 56px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 10%, transparent 90%),
color-mix(in srgb, var(--primary-700) 10%, transparent 90%)
);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.career-section-primary .career-icon-wrapper i {
font-size: 1.75rem;
color: var(--primary-500);
transition: transform 0.3s ease;
}
.career-section-primary .career-card:hover .career-icon-wrapper {
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
color-mix(in srgb, var(--primary-700) 20%, transparent 80%)
);
transform: rotate(5deg);
}
.career-section-primary .career-card:hover .career-icon-wrapper i {
transform: scale(1.1);
}
.career-section-primary .career-card h3 {
color: var(--text-primary);
font-weight: 600;
transition: color 0.3s ease;
}
.career-section-primary .career-card:hover h3 {
color: var(--primary-500);
}
.career-section-primary .career-card p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.95rem;
}
.career-section-primary .career-meta {
margin-top: auto;
padding-top: 1rem;
border-top: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
}
.career-section-primary .role-tag {
display: inline-block;
font-size: 0.85rem;
color: var(--primary-700);
background: color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
padding: 0.4rem 0.8rem;
border-radius: 6px;
font-weight: 500;
transition: all 0.3s ease;
}
.career-section-primary .career-card:hover .role-tag {
background: color-mix(in srgb, var(--primary-300) 40%, transparent 60%);
color: var(--primary-700);
}
.card-decorative-line {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 3px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-700)
);
transition: width 0.4s ease;
}
.career-section-primary .career-card:hover .card-decorative-line {
width: 100%;
}
.career-section-primary .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.06;
z-index: 0;
filter: blur(40px);
}
.career-section-primary .decorative-blob-1 {
width: 300px;
height: 300px;
background: var(--primary-500);
bottom: -100px;
left: 10%;
animation: blob-float 10s ease-in-out infinite;
}
.career-section-primary .decorative-blob-2 {
width: 250px;
height: 250px;
background: var(--primary-700);
bottom: -80px;
right: 15%;
animation: blob-float 12s ease-in-out infinite reverse;
}
@keyframes blob-float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, -40px) scale(0.95);
}
}
@media (max-width: 991.98px) {
.career-section-primary {
padding: 3rem 0;
}
.career-section-primary .career-card {
padding: 1.5rem;
}
.decorative-circle-1,
.career-section-primary .decorative-circle-2 {
display: none;
}
}
@media (max-width: 767.98px) {
.career-section-primary #career-title {
font-size: 2rem;
}
.career-section-primary #career-subtitle {
font-size: 1.25rem;
}
.career-section-primary .icon-decorative-grid {
gap: 1rem;
}
.career-section-primary .icon-decorative-grid i {
font-size: 1.25rem;
}
.career-section-primary .career-icon-wrapper {
width: 48px;
height: 48px;
}
.career-section-primary .career-icon-wrapper i {
font-size: 1.5rem;
}
.career-section-primary .decorative-blob {
display: none;
}
}
@media (max-width: 575.98px) {
.career-section-primary .career-card {
padding: 1.25rem;
}
.career-section-primary .career-card h3 {
font-size: 1.25rem;
}
.career-section-primary .role-tag {
font-size: 0.8rem;
padding: 0.35rem 0.7rem;
}
}
@media (prefers-reduced-motion: reduce) {
.career-card,
.career-icon-wrapper,
.career-icon-wrapper i,
.card-decorative-line,
.decorative-circle,
.decorative-blob,
.career-section-primary .icon-decorative-grid i {
animation: none;
transition: none;
}
}
@media (prefers-contrast: high) {
.career-section-primary .career-card {
border-width: 2px;
border-color: var(--neutral-700);
}
.career-section-primary .career-badge {
box-shadow: none;
border: 2px solid var(--primary-700);
}
.career-section-primary .role-tag {
border: 1px solid var(--primary-700);
}
}
.coreinfo-section-featured {
position: relative;
background: linear-gradient(
180deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.coreinfo-section-featured .section-header {
position: relative;
z-index: 2;
}
.coreinfo-section-featured .decorative-accent {
display: flex;
align-items: center;
justify-content: center;
gap: 0.75rem;
}
.coreinfo-section-featured .accent-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-dot 2s ease-in-out infinite;
}
.coreinfo-section-featured .accent-line {
width: 60px;
height: 2px;
background: linear-gradient(
90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
}
@keyframes pulse-dot {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.coreinfo-section-featured .section-title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.3;
margin-bottom: 1rem;
}
.coreinfo-section-featured .section-subtitle {
font-size: clamp(1.125rem, 2.5vw, 1.375rem);
font-weight: 600;
color: var(--primary-700);
line-height: 1.5;
margin-bottom: 1.5rem;
}
.coreinfo-section-featured .section-description {
font-size: 1.0625rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 720px;
margin: 0 auto;
}
.coreinfo-section-featured .info-grid {
position: relative;
z-index: 2;
}
.coreinfo-section-featured .info-card {
position: relative;
padding: 2rem;
background: var(--surface-primary);
border-radius: 16px;
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
box-shadow:
0 4px 6px rgba(var(--black-rgb), 0.02),
0 10px 20px rgba(var(--black-rgb), 0.03);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.coreinfo-section-featured .info-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.coreinfo-section-featured .info-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow:
0 12px 24px rgba(var(--black-rgb), 0.08),
0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
}
.coreinfo-section-featured .info-card:hover::before {
transform: scaleX(1);
}
.coreinfo-section-featured .card-icon-wrapper {
position: relative;
display: inline-block;
}
.coreinfo-section-featured .icon-circle {
width: 72px;
height: 72px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(
135deg,
var(--primary-50) 0%,
color-mix(in srgb, var(--primary-100) 80%, var(--surface-primary) 20%) 100%
);
border-radius: 18px;
border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
position: relative;
z-index: 1;
transition: all 0.4s ease;
}
.coreinfo-section-featured .icon-circle i {
font-size: 2rem;
color: var(--primary-700);
transition: all 0.3s ease;
}
.coreinfo-section-featured .info-card:hover .icon-circle {
background: linear-gradient(
135deg,
var(--primary-500) 0%,
var(--primary-700) 100%
);
border-color: var(--primary-500);
transform: rotate(5deg) scale(1.05);
}
.coreinfo-section-featured .info-card:hover .icon-circle i {
color: var(--light);
transform: scale(1.1);
}
.coreinfo-section-featured .icon-decoration {
position: absolute;
top: -8px;
right: -8px;
width: 24px;
height: 24px;
background: var(--primary-500);
border-radius: 50%;
opacity: 0;
transform: scale(0);
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.coreinfo-section-featured .info-card:hover .icon-decoration {
opacity: 0.2;
transform: scale(1);
}
.coreinfo-section-featured .card-title {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.4;
margin-bottom: 1rem;
transition: color 0.3s ease;
}
.coreinfo-section-featured .info-card:hover .card-title {
color: var(--primary-700);
}
.coreinfo-section-featured .card-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.coreinfo-section-featured .card-decoration {
position: absolute;
bottom: 0;
right: 0;
width: 100px;
height: 100px;
overflow: hidden;
opacity: 0.05;
pointer-events: none;
transition: opacity 0.3s ease;
}
.coreinfo-section-featured .decoration-element {
position: absolute;
bottom: -50px;
right: -50px;
width: 150px;
height: 150px;
background: radial-gradient(
circle,
var(--primary-500) 0%,
transparent 70%
);
border-radius: 50%;
}
.coreinfo-section-featured .info-card:hover .card-decoration {
opacity: 0.1;
}
.coreinfo-section-featured .background-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 0;
pointer-events: none;
}
.coreinfo-section-featured .deco-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
transparent 70%
);
animation: float-slow 20s ease-in-out infinite;
}
.coreinfo-section-featured .deco-circle-1 {
width: 400px;
height: 400px;
top: -200px;
right: -100px;
animation-delay: 0s;
}
.coreinfo-section-featured .deco-circle-2 {
width: 300px;
height: 300px;
bottom: -150px;
left: -80px;
animation-delay: 5s;
}
.coreinfo-section-featured .deco-blob {
position: absolute;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-100) 20%, transparent 80%) 0%,
color-mix(in srgb, var(--primary-300) 10%, transparent 90%) 100%
);
filter: blur(60px);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morph-blob 15s ease-in-out infinite;
}
.coreinfo-section-featured .deco-blob-1 {
width: 500px;
height: 500px;
top: 10%;
left: 5%;
animation-delay: 2s;
}
.coreinfo-section-featured .deco-blob-2 {
width: 400px;
height: 400px;
bottom: 15%;
right: 10%;
animation-delay: 7s;
}
@keyframes float-slow {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.05);
}
66% {
transform: translate(-20px, 20px) scale(0.95);
}
}
@keyframes morph-blob {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: rotate(0deg) scale(1);
}
33% {
border-radius: 70% 30% 50% 50% / 30% 60% 40% 70%;
transform: rotate(120deg) scale(1.1);
}
66% {
border-radius: 50% 50% 30% 70% / 60% 40% 70% 30%;
transform: rotate(240deg) scale(0.9);
}
}
@media (max-width: 991.98px) {
.coreinfo-section-featured .info-card {
padding: 1.75rem;
}
.coreinfo-section-featured .icon-circle {
width: 64px;
height: 64px;
}
.coreinfo-section-featured .icon-circle i {
font-size: 1.75rem;
}
.coreinfo-section-featured .card-title {
font-size: 1.25rem;
}
.coreinfo-section-featured .deco-blob {
filter: blur(40px);
}
}
@media (max-width: 767.98px) {
.coreinfo-section-featured {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.coreinfo-section-featured .section-header {
margin-bottom: 2.5rem !important;
}
.coreinfo-section-featured .info-card {
padding: 1.5rem;
}
.coreinfo-section-featured .icon-circle {
width: 56px;
height: 56px;
border-radius: 14px;
}
.coreinfo-section-featured .icon-circle i {
font-size: 1.5rem;
}
.coreinfo-section-featured .card-title {
font-size: 1.125rem;
}
.coreinfo-section-featured .card-description {
font-size: 0.9375rem;
}
.coreinfo-section-featured .deco-circle,
.coreinfo-section-featured .deco-blob {
display: none;
}
}
@media (max-width: 575.98px) {
.coreinfo-section-featured .section-description {
font-size: 1rem;
}
.coreinfo-section-featured .accent-line {
width: 40px;
}
}
@media (prefers-reduced-motion: reduce) {
.coreinfo-section-featured * {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
@media print {
.coreinfo-section-featured .background-decorations {
display: none;
}
.coreinfo-section-featured .info-card {
break-inside: avoid;
box-shadow: none;
border: 1px solid var(--neutral-300);
}
}
.contact-section-classic {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
);
overflow: hidden;
}
.contact-section-classic .decorative-line-top {
width: 80px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-700)
);
margin: 0 auto;
border-radius: 2px;
}
.contact-section-classic .contact-form-card {
position: relative;
background: var(--light);
border-radius: 20px;
padding: 2.5rem;
box-shadow:
0 10px 40px rgba(var(--black-rgb), 0.08),
0 2px 8px rgba(var(--black-rgb), 0.04);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-section-classic .contact-form-card:hover {
box-shadow:
0 15px 50px rgba(var(--black-rgb), 0.12),
0 5px 15px rgba(var(--black-rgb), 0.06);
transform: translateY(-5px);
}
.contact-section-classic .card-decorative-corner {
position: absolute;
top: 0;
right: 0;
width: 120px;
height: 120px;
background: linear-gradient(135deg,
var(--primary-500),
var(--primary-700)
);
opacity: 0.08;
border-radius: 0 20px 0 100%;
}
.contact-section-classic .form-floating > .form-control {
border: 2px solid var(--neutral-300);
border-radius: 12px;
padding: 1rem 1.25rem;
font-size: 1rem;
transition: all 0.3s ease;
background: var(--surface-primary);
}
.contact-section-classic .form-floating > .form-control:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
background: var(--light);
}
.contact-section-classic .form-floating > label {
padding: 1rem 1.25rem;
color: var(--text-secondary);
font-weight: 500;
}
.contact-section-classic .form-floating > textarea.form-control {
min-height: 140px;
resize: vertical;
}
.contact-section-classic .form-check-input {
width: 1.25rem;
height: 1.25rem;
border: 2px solid var(--neutral-300);
border-radius: 6px;
cursor: pointer;
transition: all 0.3s ease;
}
.contact-section-classic .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.contact-section-classic .form-check-label {
margin-left: 0.5rem;
color: var(--text-secondary);
font-size: 0.95rem;
cursor: pointer;
}
.contact-section-classic .btn-submit-classic {
width: 100%;
padding: 1rem 2rem;
font-size: 1.1rem;
font-weight: 600;
border: none;
border-radius: 12px;
background: linear-gradient(135deg, #2563eb, #0284c7) !important;
color: var(--light) !important;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}
.contact-section-classic .btn-submit-classic:hover {
transform: translateY(-2px);
box-shadow: 0 12px 30px rgba(37, 99, 235, 0.4);
}
.contact-section-classic .btn-submit-classic:active {
transform: translateY(0);
}
.contact-section-classic .btn-submit-classic i {
transition: transform 0.3s ease;
}
.contact-section-classic .btn-submit-classic:hover i {
transform: translateX(5px);
}
.contact-section-classic .contact-info-sidebar {
position: relative;
padding: 2rem;
background: var(--light);
border-radius: 20px;
box-shadow: 0 5px 20px rgba(var(--black-rgb), 0.06);
border: 1px solid var(--neutral-300);
}
.contact-section-classic .contact-info-item {
display: flex;
align-items: flex-start;
gap: 1.25rem;
padding: 1.5rem;
margin-bottom: 1.5rem;
background: var(--surface-primary);
border-radius: 16px;
border: 2px solid var(--neutral-300);
transition: all 0.3s ease;
}
.contact-section-classic .contact-info-item:hover {
border-color: var(--primary-500);
transform: translateX(8px);
box-shadow: 0 4px 15px rgba(var(--black-rgb), 0.08);
}
.contact-section-classic .contact-info-item:last-of-type {
margin-bottom: 0;
}
.contact-section-classic .info-icon-wrapper {
flex-shrink: 0;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: var(--light);
border-radius: 12px;
font-size: 1.5rem;
box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}
.contact-section-classic .info-content {
flex: 1;
}
.contact-section-classic .info-label {
font-size: 0.85rem;
color: var(--text-secondary);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 0.5rem;
}
.contact-section-classic .info-value {
font-size: 1.1rem;
color: var(--text-primary);
font-weight: 600;
margin: 0;
line-height: 1.4;
}
.contact-section-classic .decorative-shape {
position: absolute;
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.contact-section-classic .decorative-shape.shape-1 {
width: 100px;
height: 100px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
opacity: 0.05;
top: -30px;
right: -30px;
}
.contact-section-classic .decorative-shape.shape-2 {
width: 60px;
height: 60px;
background: var(--primary-500);
opacity: 0.08;
bottom: 20px;
left: -20px;
}
.contact-section-classic .social-icons-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1rem;
padding-top: 1.5rem;
border-top: 2px solid var(--neutral-300);
}
.contact-section-classic .social-icon-item {
aspect-ratio: 1;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border: 2px solid var(--neutral-300);
border-radius: 12px;
font-size: 1.25rem;
color: var(--primary-500);
transition: all 0.3s ease;
cursor: pointer;
}
.contact-section-classic .social-icon-item:hover {
background: var(--primary-500);
color: var(--light);
border-color: var(--primary-500);
transform: translateY(-5px);
box-shadow: 0 6px 15px rgba(37, 99, 235, 0.3);
}
.contact-section-classic .decorative-wave-bottom {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 60px;
background: repeating-linear-gradient(
90deg,
var(--primary-500) 0px,
transparent 2px,
transparent 60px,
var(--primary-500) 62px
);
opacity: 0.03;
}
.contact-section-classic #contact-title {
color: var(--text-primary);
letter-spacing: -0.5px;
}
.contact-section-classic #contact-subtitle {
color: var(--primary-500);
font-weight: 600;
}
.contact-section-classic #contact-desc {
color: var(--text-secondary);
line-height: 1.7;
}
@media (max-width: 991px) {
.contact-section-classic .contact-form-card {
padding: 2rem;
margin-bottom: 2rem;
}
.contact-section-classic .contact-info-sidebar {
padding: 1.5rem;
}
.contact-section-classic .contact-info-item {
padding: 1.25rem;
}
}
@media (max-width: 767px) {
.contact-section-classic .contact-form-card {
padding: 1.5rem;
border-radius: 16px;
}
.contact-section-classic .card-decorative-corner {
width: 80px;
height: 80px;
}
.contact-section-classic .info-icon-wrapper {
width: 45px;
height: 45px;
font-size: 1.25rem;
}
.contact-section-classic .info-value {
font-size: 1rem;
}
.contact-section-classic .social-icons-grid {
grid-template-columns: repeat(4, 1fr);
gap: 0.75rem;
}
.contact-section-classic .social-icon-item {
font-size: 1.1rem;
}
}
@media (max-width: 575px) {
.contact-section-classic {
padding: 2rem 0;
}
.contact-section-classic .contact-form-card,
.contact-section-classic .contact-info-sidebar {
padding: 1.25rem;
}
.contact-section-classic .btn-submit-classic {
padding: 0.875rem 1.5rem;
font-size: 1rem;
}
.contact-section-classic .decorative-line-top {
width: 60px;
height: 3px;
}
}
@media (prefers-reduced-motion: no-preference) {
.contact-section-classic .contact-info-item {
animation: fadeInUp 0.6s ease-out backwards;
}
.contact-section-classic .contact-info-item:nth-child(1) {
animation-delay: 0.1s;
}
.contact-section-classic .contact-info-item:nth-child(2) {
animation-delay: 0.2s;
}
.contact-section-classic .contact-info-item:nth-child(3) {
animation-delay: 0.3s;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
}
@media print {
.contact-section-classic .decorative-shape,
.contact-section-classic .decorative-wave-bottom,
.contact-section-classic .card-decorative-corner {
display: none;
}
}
.blog-section-variant {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.blog-section-variant .section-header {
position: relative;
z-index: 2;
}
.blog-section-variant .section-title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.blog-section-variant .section-subtitle {
font-size: clamp(1.125rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
margin-bottom: 1.25rem;
}
.blog-section-variant .section-description {
font-size: 1.0625rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.blog-section-variant .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
border-radius: 2px;
margin-top: 1.5rem;
}
.blog-section-variant .blog-card {
background: var(--light);
border-radius: 12px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.06);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid var(--neutral-100);
}
.blog-section-variant .blog-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 24px rgba(var(--black-rgb), 0.12);
border-color: color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.blog-section-variant .blog-card-inner {
height: 100%;
display: flex;
flex-direction: column;
}
.blog-section-variant .blog-image-wrapper {
position: relative;
width: 100%;
height: 220px;
overflow: hidden;
background: var(--neutral-100);
}
.blog-section-variant .blog-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-section-variant .blog-card:hover .blog-image {
transform: scale(1.08);
}
.blog-section-variant .image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
180deg,
transparent 0%,
color-mix(in srgb, var(--primary-700) 40%, transparent) 100%
);
opacity: 0;
transition: opacity 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}
.blog-section-variant .blog-card:hover .image-overlay {
opacity: 1;
}
.blog-section-variant .overlay-icon {
font-size: 3rem;
color: var(--light);
transform: scale(0.8);
transition: transform 0.3s ease;
}
.blog-section-variant .blog-card:hover .overlay-icon {
transform: scale(1);
}
.blog-section-variant .category-badge {
position: absolute;
top: 16px;
right: 16px;
background: var(--primary-500);
color: var(--light);
padding: 6px 14px;
border-radius: 20px;
font-size: 0.8125rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
z-index: 2;
box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.15);
}
.blog-section-variant .blog-content {
padding: 1.75rem;
flex-grow: 1;
display: flex;
flex-direction: column;
}
.blog-section-variant .blog-meta {
display: flex;
align-items: center;
gap: 1.25rem;
flex-wrap: wrap;
}
.blog-section-variant .meta-date,
.blog-section-variant .meta-author {
display: flex;
align-items: center;
gap: 0.4rem;
font-size: 0.875rem;
color: var(--text-secondary);
}
.blog-section-variant .meta-date i,
.blog-section-variant .meta-author i {
font-size: 1rem;
color: var(--primary-500);
}
.blog-section-variant .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-variant .blog-card:hover .blog-title {
color: var(--primary-500);
}
.blog-section-variant .blog-excerpt {
font-size: 0.9375rem;
line-height: 1.6;
color: var(--text-secondary);
margin-bottom: 1.5rem;
flex-grow: 1;
}
.blog-section-variant .blog-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;
margin-top: auto;
}
.blog-section-variant .blog-link:hover {
color: var(--primary-700);
gap: 0.5rem;
}
.blog-section-variant .blog-link i {
transition: transform 0.3s ease;
}
.blog-section-variant .blog-link:hover i {
transform: translateX(4px);
}
.blog-section-variant .decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.blog-section-variant .shape-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 15%, transparent),
color-mix(in srgb, var(--primary-500) 8%, transparent)
);
}
.blog-section-variant .shape-1 {
width: 300px;
height: 300px;
top: -150px;
right: -100px;
}
.blog-section-variant .shape-2 {
width: 200px;
height: 200px;
bottom: -80px;
left: -60px;
}
.blog-section-variant .shape-blob {
position: absolute;
width: 400px;
height: 400px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 8%, transparent),
transparent 70%
);
filter: blur(60px);
}
@media (max-width: 991.98px) {
.blog-section-variant .section-title {
font-size: 2rem;
}
.blog-section-variant .section-subtitle {
font-size: 1.25rem;
}
.blog-section-variant .blog-image-wrapper {
height: 200px;
}
.blog-section-variant .blog-content {
padding: 1.5rem;
}
}
@media (max-width: 767.98px) {
.blog-section-variant .section-title {
font-size: 1.75rem;
}
.blog-section-variant .section-subtitle {
font-size: 1.125rem;
}
.blog-section-variant .section-description {
font-size: 1rem;
}
.blog-section-variant .blog-image-wrapper {
height: 220px;
}
.blog-section-variant .blog-title {
font-size: 1.125rem;
}
.blog-section-variant .blog-excerpt {
font-size: 0.9rem;
}
.blog-section-variant .blog-meta {
gap: 1rem;
}
.blog-section-variant .shape-1,
.blog-section-variant .shape-2 {
display: none;
}
}
@media (max-width: 575.98px) {
.blog-section-variant .blog-content {
padding: 1.25rem;
}
.blog-section-variant .category-badge {
top: 12px;
right: 12px;
padding: 4px 10px;
font-size: 0.75rem;
}
.blog-section-variant .overlay-icon {
font-size: 2.5rem;
}
}
@media (prefers-reduced-motion: reduce) {
.blog-section-variant .blog-card,
.blog-section-variant .blog-image,
.blog-section-variant .image-overlay,
.blog-section-variant .overlay-icon,
.blog-section-variant .blog-title,
.blog-section-variant .blog-link,
.blog-section-variant .blog-link i {
transition: none;
}
.blog-section-variant .blog-card:hover {
transform: none;
}
.blog-section-variant .blog-card:hover .blog-image {
transform: none;
}
}
@media (prefers-contrast: high) {
.blog-section-variant .blog-card {
border: 2px solid var(--neutral-700);
}
.blog-section-variant .blog-link {
text-decoration: underline;
}
.blog-section-variant .category-badge {
border: 2px solid var(--light);
}
}
.faq-section-alt {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.faq-section-alt .faq-header {
position: relative;
z-index: 2;
max-width: 800px;
margin: 0 auto;
}
.faq-section-alt .decorative-dots-top {
width: 60px;
height: 8px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
margin: 0 auto 1.5rem;
border-radius: 4px;
}
.faq-section-alt .faq-main-title {
font-size: clamp(2rem, 5vw, 3rem);
font-weight: 700;
color: var(--text-primary);
letter-spacing: -0.02em;
line-height: 1.2;
}
.faq-section-alt .faq-subtitle {
font-size: clamp(1.125rem, 3vw, 1.5rem);
font-weight: 600;
color: var(--primary-700);
line-height: 1.4;
}
.faq-section-alt .faq-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
}
.faq-section-alt .decorative-line {
width: 100px;
height: 4px;
background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
border-radius: 2px;
}
.faq-section-alt .faq-card {
border: 2px solid var(--neutral-100);
border-radius: 16px;
background: var(--surface-primary);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.04);
}
.faq-section-alt .faq-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.08);
border-color: var(--primary-300);
}
.faq-section-alt .faq-card .card-header {
background: linear-gradient(135deg, var(--primary-50) 0%, var(--surface-primary) 100%);
border-bottom: 2px solid var(--primary-100);
padding: 1.5rem;
transition: background 0.3s ease;
}
.faq-section-alt .faq-card:hover .card-header {
background: linear-gradient(135deg, var(--primary-100) 0%, var(--primary-50) 100%);
}
.faq-section-alt .faq-icon-wrapper {
flex-shrink: 0;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
transition: transform 0.3s ease;
}
.faq-section-alt .faq-card:hover .faq-icon-wrapper {
transform: rotate(5deg) scale(1.05);
}
.faq-section-alt .faq-icon-wrapper i {
font-size: 1.5rem;
color: var(--light);
}
.faq-section-alt .faq-question {
font-size: 1.125rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.4;
}
.faq-section-alt .faq-card .card-body {
padding: 1.5rem;
background: var(--surface-primary);
}
.faq-section-alt .faq-answer {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.faq-section-alt .decorative-blob-1 {
position: absolute;
top: 10%;
right: 5%;
width: 300px;
height: 300px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent) 0%, transparent 70%);
border-radius: 50%;
filter: blur(40px);
z-index: 0;
animation: float 20s ease-in-out infinite;
}
.faq-section-alt .decorative-blob-2 {
position: absolute;
bottom: 15%;
left: 5%;
width: 250px;
height: 250px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 15%, transparent) 0%, transparent 70%);
border-radius: 50%;
filter: blur(40px);
z-index: 0;
animation: float 25s ease-in-out infinite reverse;
}
.faq-section-alt .decorative-circle-pattern {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 600px;
height: 600px;
background: radial-gradient(circle, transparent 30%, color-mix(in srgb, var(--primary-100) 10%, transparent) 31%, transparent 32%);
background-size: 50px 50px;
opacity: 0.3;
z-index: 0;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0);
}
33% {
transform: translate(30px, -30px);
}
66% {
transform: translate(-20px, 20px);
}
}
@media (max-width: 991.98px) {
.faq-section-alt .faq-main-title {
font-size: 2rem;
}
.faq-section-alt .faq-subtitle {
font-size: 1.25rem;
}
.faq-section-alt .faq-description {
font-size: 1rem;
}
.faq-section-alt .faq-question {
font-size: 1rem;
}
.faq-section-alt .faq-icon-wrapper {
width: 40px;
height: 40px;
}
.faq-section-alt .faq-icon-wrapper i {
font-size: 1.25rem;
}
}
@media (max-width: 767.98px) {
.faq-section-alt {
padding: 3rem 0;
}
.faq-section-alt .faq-header {
margin-bottom: 2rem;
}
.faq-card .card-header,
.faq-section-alt .faq-card .card-body {
padding: 1.25rem;
}
.decorative-blob-1,
.faq-section-alt .decorative-blob-2 {
width: 200px;
height: 200px;
}
}
@media (max-width: 575.98px) {
.faq-section-alt .faq-main-title {
font-size: 1.75rem;
}
.faq-section-alt .faq-subtitle {
font-size: 1.125rem;
}
.faq-section-alt .faq-question {
font-size: 0.95rem;
}
.faq-section-alt .faq-answer {
font-size: 0.9375rem;
}
.faq-section-alt .faq-card .card-header {
padding: 1rem;
}
.faq-section-alt .faq-card .card-body {
padding: 1rem;
}
.faq-section-alt .faq-icon-wrapper {
width: 36px;
height: 36px;
}
.faq-section-alt .faq-icon-wrapper i {
font-size: 1.125rem;
}
}
@media print {
.decorative-blob-1,
.decorative-blob-2,
.faq-section-alt .decorative-circle-pattern {
display: none;
}
.faq-section-alt .faq-card {
break-inside: avoid;
box-shadow: none;
border: 1px solid var(--neutral-300);
}
}
@media (prefers-contrast: high) {
.faq-section-alt .faq-card {
border-width: 3px;
}
.faq-section-alt .faq-card .card-header {
border-bottom-width: 3px;
}
.faq-section-alt .faq-icon-wrapper {
border: 2px solid var(--dark);
}
}
@media (prefers-reduced-motion: reduce) {
.faq-card,
.faq-icon-wrapper,
.decorative-blob-1,
.faq-section-alt .decorative-blob-2 {
transition: none;
animation: none;
}
}
.footer-special {
position: relative;
padding: 80px 0 40px;
overflow: hidden;
background-image: url('assets/images/footer_bg.webp');
background-size: cover;
background-position: center;
background-attachment: fixed;
color: var(--light);
}
.footer-special .footer-bg-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
);
z-index: 1;
}
.footer-special .container {
z-index: 2;
}
.footer-special .decorative-elements {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
pointer-events: none;
}
.footer-special .deco-circle {
position: absolute;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-300) 15%, transparent);
animation: float 6s ease-in-out infinite;
pointer-events: none;}
.footer-special .deco-circle-1 {
width: 300px;
height: 300px;
top: -100px;
right: -50px;
animation-delay: 0s;
}
.footer-special .deco-circle-2 {
width: 200px;
height: 200px;
bottom: 50px;
left: -50px;
animation-delay: 2s;
}
.footer-special .deco-line {
position: absolute;
width: 2px;
height: 150px;
background: linear-gradient(
to bottom,
transparent,
color-mix(in srgb, var(--primary-300) 30%, transparent),
transparent
);
}
.footer-special .deco-line-1 {
top: 20%;
left: 15%;
transform: rotate(15deg);
}
.footer-special .deco-line-2 {
top: 60%;
right: 20%;
transform: rotate(-25deg);
}
@keyframes float {
0%, 100% {
transform: translateY(0) scale(1);
}
50% {
transform: translateY(-20px) scale(1.05);
}
}
.footer-special .footer-main-content {
margin-bottom: 50px;
}
.footer-special .footer-brand-section {
padding-right: 20px;
}
.footer-special .footer-sitename {
font-size: 1.75rem;
font-weight: 700;
color: var(--light);
margin-bottom: 20px;
letter-spacing: -0.5px;
line-height: 1.2;
}
.footer-special .footer-sitedesc {
font-size: 0.95rem;
line-height: 1.7;
color: rgba(var(--white-rgb), 0.9);
margin-bottom: 25px;
}
.footer-special .footer-icons-deco {
display: flex;
gap: 15px;
font-size: 1.5rem;
color: color-mix(in srgb, var(--primary-300) 60%, var(--light));
}
.footer-special .footer-icons-deco i {
transition: transform 0.3s ease, color 0.3s ease;
}
.footer-special .footer-icons-deco i:hover {
transform: scale(1.2) rotate(5deg);
color: var(--primary-300);
}
.footer-special .footer-section-title {
font-size: 1.15rem;
font-weight: 600;
color: var(--light);
margin-bottom: 25px;
padding-bottom: 12px;
border-bottom: 2px solid color-mix(in srgb, var(--primary-300) 40%, transparent);
position: relative;
}
.footer-special .footer-section-title::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 40px;
height: 2px;
background: var(--primary-300);
}
.footer-special .footer-links-list {
list-style: none;
padding: 0;
margin: 0;
}
.footer-special .footer-links-list li {
margin-bottom: 12px;
}
.footer-special .footer-link {
display: flex;
align-items: center;
gap: 8px;
color: rgba(var(--white-rgb), 0.85);
text-decoration: none;
font-size: 0.95rem;
transition: all 0.3s ease;
padding: 5px 0;
}
.footer-special .footer-link:hover {
color: var(--primary-300);
padding-left: 10px;
}
.footer-special .footer-link i {
font-size: 0.75rem;
transition: transform 0.3s ease;
}
.footer-special .footer-link:hover i {
transform: translateX(3px);
}
.footer-special .contact-info-list {
display: flex;
flex-direction: column;
gap: 18px;
}
.footer-special .contact-item {
display: flex;
align-items: flex-start;
gap: 12px;
padding: 10px;
background: color-mix(in srgb, var(--neutral-900) 20%, transparent);
border-radius: 8px;
transition: all 0.3s ease;
}
.footer-special .contact-item:hover {
background: color-mix(in srgb, var(--neutral-900) 35%, transparent);
transform: translateX(5px);
}
.footer-special .contact-item i {
font-size: 1.2rem;
color: var(--primary-300);
margin-top: 2px;
min-width: 20px;
}
.footer-special .contact-text {
font-size: 0.9rem;
line-height: 1.6;
color: rgba(var(--white-rgb), 0.9);
}
.footer-special .disclaimer-box {
background: color-mix(in srgb, var(--neutral-900) 25%, transparent);
border-left: 3px solid var(--primary-300);
padding: 20px;
border-radius: 8px;
display: flex;
flex-direction: column;
gap: 12px;
}
.footer-special .disclaimer-icon {
font-size: 1.5rem;
color: var(--primary-300);
}
.footer-special .footer-disclaimer {
font-size: 0.85rem;
line-height: 1.6;
color: rgba(var(--white-rgb), 0.85);
margin: 0;
}
.footer-special .footer-bottom {
padding-top: 30px;
}
.footer-special .footer-divider {
height: 1px;
background: linear-gradient(
to right,
transparent,
color-mix(in srgb, var(--primary-300) 40%, transparent),
transparent
);
margin-bottom: 25px;
}
.footer-special .footer-copyright {
font-size: 0.9rem;
color: rgba(var(--white-rgb), 0.75);
margin: 0;
letter-spacing: 0.3px;
}
@media (max-width: 991px) {
.footer-special {
padding: 60px 0 30px;
}
.footer-special .footer-brand-section {
padding-right: 0;
margin-bottom: 20px;
}
.footer-special .footer-sitename {
font-size: 1.5rem;
}
.footer-special .deco-circle-1 {
width: 200px;
height: 200px;
}
.footer-special .deco-circle-2 {
width: 150px;
height: 150px;
}
}
@media (max-width: 767px) {
.footer-special {
padding: 50px 0 25px;
background-attachment: scroll;
}
.footer-special .footer-main-content {
margin-bottom: 30px;
}
.footer-special .footer-sitename {
font-size: 1.35rem;
}
.footer-special .footer-section-title {
font-size: 1.05rem;
}
.footer-special .footer-icons-deco {
font-size: 1.3rem;
}
.footer-special .deco-circle {
display: none;
}
.footer-special .contact-item {
padding: 8px;
}
.footer-special .disclaimer-box {
padding: 15px;
}
.footer-special .footer-copyright {
font-size: 0.85rem;
}
}
@media (max-width: 575px) {
.footer-special .footer-sitedesc,
.footer-special .footer-disclaimer {
font-size: 0.9rem;
}
.footer-special .contact-text {
font-size: 0.85rem;
}
.footer-special .footer-link {
font-size: 0.9rem;
}
}

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

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

  --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.2;
  --tc-line-height-normal: 1.3;
  --tc-line-height-loose: 1.5;
  --tc-letter-spacing: 0.039em;
}

.card, .feature-card, .services_card, .team-card, .review-card {
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.card:hover, .feature-card:hover, .services_card:hover, .team-card:hover, .review-card:hover {
  box-shadow: 0 0 20px rgba(123, 97, 255, 0.4);
  border-color: rgba(123, 97, 255, 0.6);
}

.btn, .button, button, [class*="btn-"] {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.btn:hover, .button:hover, button:hover, [class*="btn-"]:hover {
  background-color: var(--tc-secondary, #8b5cf6);
  border-color: var(--tc-secondary, #8b5cf6);
  color: white;
}

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: saturate(1.2) brightness(1.05);
}

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

.pattern-noise-4 {
  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-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-dots-0 {
  background-image: radial-gradient(circle, rgba(0,0,0,0.05) 1px, transparent 1px);
  background-size: 20px 20px;
  background-blend-mode: multiply;
}

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

.pattern-noise-4 {
  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-grid-6 {
  background-image: 
    linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  background-blend-mode: multiply;
}
/* ========================================
 * UNIQUIFIER MUTATIONS - Typography
 * Font Size | Line Height | Letter Spacing
 * ======================================== */

:root {
  /* Font Size Mutations */
  --tc-font-size-xs: 12px;
  --tc-font-size-sm: 13px;
  --tc-font-size-base: 15px;
  --tc-font-size-lg: 17px;
  --tc-font-size-xl: 19px;
  --tc-font-size-2xl: 25px;
  --tc-font-size-3xl: 27px;
  --tc-font-size-4xl: 37px;
  --tc-font-size-5xl: 52px;
  --tc-font-size-6xl: 60px;

  /* Line Height Mutations */
  --tc-line-height-tight: 1.13;
  --tc-line-height-normal: 1.66;
  --tc-line-height-relaxed: 1.91;
  --tc-line-height-loose: 2.29;

  /* Letter Spacing Mutations */
  --tc-letter-spacing-tight: 0.026em;
  --tc-letter-spacing-normal: 0.014em;
  --tc-letter-spacing-wide: 0.039em;
  --tc-letter-spacing-wider: 0.073em;
}


