:root {
--primary-50: #fff8f8;
--primary-50-rgb: 255, 248, 248;
--primary-50-rgb: 255, 248, 248;
--primary-100: #ffe9e9;
--primary-100-rgb: 255, 233, 233;
--primary-100-rgb: 255, 233, 233;
--primary-300: #ffb5b5;
--primary-300-rgb: 255, 181, 181;
--primary-300-rgb: 255, 181, 181;
--primary-500: #ff6b6b;
--primary-500-rgb: 255, 107, 107;
--primary-500-rgb: 255, 107, 107;
--primary-700: #cc5656;
--primary-700-rgb: 204, 86, 86;
--primary-700-rgb: 204, 86, 86;
--primary-200: #ffcfcf;
--primary-200-rgb: 255, 207, 207;
--primary-200-rgb: 255, 207, 207;
--primary-400: #ff9090;
--primary-400-rgb: 255, 144, 144;
--primary-400-rgb: 255, 144, 144;
--primary-600: #e66161;
--primary-600-rgb: 230, 97, 97;
--primary-600-rgb: 230, 97, 97;
--primary-800: #a34545;
--primary-800-rgb: 163, 69, 69;
--primary-800-rgb: 163, 69, 69;
--primary-900: #8b3b3b;
--primary-900-rgb: 139, 59, 59;
--primary-900-rgb: 139, 59, 59;
--primary-950: #612929;
--primary-950-rgb: 97, 41, 41;
--primary-950-rgb: 97, 41, 41;
--primary-rgb: 255, 107, 107;
--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: #fff5f5;
--surface-primary-rgb: 255, 245, 245;
--surface-secondary: #fef7f0;
--surface-secondary-rgb: 254, 247, 240;
--surface-accent: var(--primary-50);
--text-primary: #2c3e50;
--text-primary-rgb: 44, 62, 80;
--text-secondary: #34495e;
--text-secondary-rgb: 52, 73, 94;
--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: #fff9e2;
--accent-50-rgb: 255, 249, 226;
--accent-50-rgb: 255, 249, 226;
--accent-100: #ffecd4;
--accent-100-rgb: 255, 236, 212;
--accent-100-rgb: 255, 236, 212;
--accent-200: #ffd6bc;
--accent-200-rgb: 255, 214, 188;
--accent-200-rgb: 255, 214, 188;
--accent-300: #ffc0a5;
--accent-300-rgb: 255, 192, 165;
--accent-300-rgb: 255, 192, 165;
--accent-400: #ffa183;
--accent-400-rgb: 255, 161, 131;
--accent-400-rgb: 255, 161, 131;
--accent-500: #ff8161;
--accent-500-rgb: 255, 129, 97;
--accent-500-rgb: 255, 129, 97;
--accent-600: #ee7958;
--accent-600-rgb: 238, 121, 88;
--accent-600-rgb: 238, 121, 88;
--accent-700: #db6f4e;
--accent-700-rgb: 219, 111, 78;
--accent-700-rgb: 219, 111, 78;
--accent-800: #bf613f;
--accent-800-rgb: 191, 97, 63;
--accent-800-rgb: 191, 97, 63;
--accent-900: #ae5836;
--accent-900-rgb: 174, 88, 54;
--accent-900-rgb: 174, 88, 54;
--accent-950: #904925;
--accent-950-rgb: 144, 73, 37;
--accent-950-rgb: 144, 73, 37;
--accent-rgb: 255, 129, 97;
--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;
}
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;
}
.dark_font_primary {
font-family: var(--font-primary);
}
.brand_font_secondary {
font-family: var(--font-secondary);
}
.core_font_mono {
font-family: var(--font-mono);
}
.agency_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);
}
.new_display_2 {
font-family: var(--font-secondary);
font-size: var(--text-5xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
}
.theme_display_3 {
font-family: var(--font-secondary);
font-size: var(--text-4xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
}
.pro_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);
}
.main_heading_2 {
font-family: var(--font-secondary);
font-size: var(--text-3xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
}
.business_heading_3 {
font-family: var(--font-secondary);
font-size: var(--text-2xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
}
.section_heading_4 {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
}
.ui_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);
}
.studio_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);
}
.smart_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);
}
.app_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);
}
.clean_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);
}
.prime_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);
}
.bright_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);
}
.premium_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);
}
.light_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;
}
.top_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);
}
.style_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);
}
.page_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);
}
.container_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);
}
.company_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;
}
.bold_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);
}
.creative_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);
}
.fresh_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);
}
.fresh_nav_link:hover,
.fresh_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.content_button_text {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.web_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) {
.top_hero_title {
font-size: var(--text-4xl);
}
.page_section_title {
font-size: var(--text-3xl);
}
.agency_display_1 {
font-size: var(--text-5xl);
}
.new_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.top_hero_title {
font-size: var(--text-3xl);
}
.page_section_title {
font-size: var(--text-2xl);
}
.agency_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);
}
.elite_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.modern_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.base_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.custom_text_balance {
text-wrap: balance;
}
.minimal_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.fresh_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.prime_caption,
.bright_overline,
.web_footer_text {
color: var(--text-secondary);
}
.style_hero_subtitle,
.container_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.top_hero_title,
.page_section_title,
.pro_heading_1,
.main_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.elite_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;
}
}
.unique_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.layout_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.digital_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.site_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.design_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.best_stack {
display: flex;
flex-direction: column;
}
.light54_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.layout19_full_height {
min-height: 100vh;
}
.custom86_section_height {
min-height: 80vh;
}
.content51_hero_height {
min-height: 90vh;
}
.unique69_m_0 { margin: 0; }
.dark40_m_1 { margin: var(--space-1); }
.light17_m_2 { margin: var(--space-2); }
.bright96_m_3 { margin: var(--space-3); }
.modern90_m_4 { margin: var(--space-4); }
.theme91_m_6 { margin: var(--space-6); }
.theme58_m_8 { margin: var(--space-8); }
.theme55_m_12 { margin: var(--space-12); }
.brand82_m_16 { margin: var(--space-16); }
.style54_mx_auto { margin-left: auto; margin-right: auto; }
.unique90_my_auto { margin-top: auto; margin-bottom: auto; }
.smart37_mt_0 { margin-top: 0; }
.minimal89_mt_4 { margin-top: var(--space-4); }
.bold57_mt_8 { margin-top: var(--space-8); }
.section15_mt_12 { margin-top: var(--space-12); }
.prime92_mb_0 { margin-bottom: 0; }
.business22_mb_4 { margin-bottom: var(--space-4); }
.brand59_mb_8 { margin-bottom: var(--space-8); }
.section96_mb_12 { margin-bottom: var(--space-12); }
.company93_p_0 { padding: 0; }
.clean94_p_1 { padding: var(--space-1); }
.main79_p_2 { padding: var(--space-2); }
.ui16_p_3 { padding: var(--space-3); }
.premium73_p_4 { padding: var(--space-4); }
.section11_p_6 { padding: var(--space-6); }
.page74_p_8 { padding: var(--space-8); }
.agency32_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.digital69_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.unique62_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.app43_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.new76_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.best7_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.main29_gap_1 { gap: var(--space-1); }
.best95_gap_2 { gap: var(--space-2); }
.custom6_gap_3 { gap: var(--space-3); }
.smart92_gap_4 { gap: var(--space-4); }
.premium78_gap_6 { gap: var(--space-6); }
.business26_gap_8 { gap: var(--space-8); }
.agency65_shadow_none { box-shadow: var(--shadow-none); }
.agency14_shadow_xs { box-shadow: var(--shadow-xs); }
.digital50_shadow_sm { box-shadow: var(--shadow-sm); }
.studio27_shadow_md { box-shadow: var(--shadow-md); }
.content41_shadow_lg { box-shadow: var(--shadow-lg); }
.layout9_shadow_xl { box-shadow: var(--shadow-xl); }
.agency99_shadow_2xl { box-shadow: var(--shadow-2xl); }
.ui43_shadow_inner { box-shadow: var(--shadow-inner); }
.best94_shadow_colored { box-shadow: var(--shadow-colored); }
.site87_radius_none { border-radius: var(--radius-none); }
.elite90_radius_xs { border-radius: var(--radius-xs); }
.style32_radius_sm { border-radius: var(--radius-sm); }
.bright6_radius_md { border-radius: var(--radius-md); }
.company35_radius_lg { border-radius: var(--radius-lg); }
.custom50_radius_xl { border-radius: var(--radius-xl); }
.layout19_radius_2xl { border-radius: var(--radius-2xl); }
.content40_radius_3xl { border-radius: var(--radius-3xl); }
.content62_radius_full { border-radius: var(--radius-full); }
.ui51_gradient_primary {
background: var(--gradient-primary);
}
.best44_gradient_secondary {
background: var(--gradient-secondary);
}
.modern78_gradient_hero {
background: var(--gradient-hero);
}
.bright63_gradient_card {
background: var(--gradient-card);
}
.container40_gradient_overlay {
position: relative;
}
.container40_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;
}
.container40_gradient_overlay > * {
position: relative;
z-index: 2;
}
.new52_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.new52_hover_lift:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.base58_hover_scale {
transition: transform var(--transition-normal);
}
.base58_hover_scale:hover {
transform: scale(1.02);
}
.section33_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.section33_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.app45_hover_fade {
transition: opacity var(--transition-normal);
}
.app45_hover_fade:hover {
opacity: var(--opacity-loading);
}
.clean53_focus_ring {
transition: box-shadow var(--transition-fast);
}
.clean53_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.modern84_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.layout12_hero_content {
position: relative;
z-index: 2;
}
.light11_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.theme71_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.clean3_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.custom82_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.bold39_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: var(--space-6);
}
.elite25_timeline {
position: relative;
}
.elite25_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.unique63_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.unique63_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.unique63_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.studio44_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.business64_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;
}
}
.minimal82_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;
}
}
.web15_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;
}
}
.top58_transition_all {
transition: var(--transition-all);
}
.page25_transition_fast {
transition: all var(--transition-fast);
}
.company75_transition_normal {
transition: all var(--transition-normal);
}
.light24_transition_slow {
transition: all var(--transition-slow);
}
.ui82_bg_primary { background-color: var(--bg-primary); }
.elite37_bg_secondary { background-color: var(--bg-secondary); }
.site26_bg_muted { background-color: var(--bg-muted); }
.bright29_bg_glass { background-color: var(--bg-glass); }
.design14_text_primary { color: var(--text-primary); }
.unique52_text_secondary { color: var(--text-secondary); }
.prime0_text_muted { color: var(--text-muted); }
.top54_text_inverse { color: var(--text-inverse); }
.base24_text_link { color: var(--text-link); }
.base21_border_light { border-color: var(--border-light); }
.bold44_border_medium { border-color: var(--border-medium); }
.dark64_border_strong { border-color: var(--border-strong); }
.creative37_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 768px) {
.light11_services_grid,
.clean3_features_grid,
.theme71_team_grid,
.bold39_pricing_grid {
grid-template-columns: 1fr;
}
.custom82_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.elite25_timeline::before {
left: 30px;
}
.unique63_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.custom86_section_height {
min-height: 60vh;
}
.content51_hero_height {
min-height: 70vh;
}
}
@media (max-width: 480px) {
.custom82_gallery_grid {
grid-template-columns: 1fr;
}
.unique63_timeline_item {
padding-left: var(--space-12) !important;
}
}
.bold62_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;
}
.app99_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.unique14_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);
}
.unique14_skip_link:focus {
top: 6px;
}
@media print {
.clean51_no_print {
display: none !important;
}
.premium72_print_only {
display: block !important;
}
.agency14_shadow_xs,
.digital50_shadow_sm,
.studio27_shadow_md,
.content41_shadow_lg,
.layout9_shadow_xl,
.agency99_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) {
.studio44_fade_in,
.business64_slide_up,
.minimal82_slide_in_left,
.web15_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.new52_hover_lift,
.base58_hover_scale,
.section33_hover_shadow,
.app45_hover_fade,
.top58_transition_all,
.page25_transition_fast,
.company75_transition_normal,
.light24_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
.header-variant {
position: relative;
background: var(--surface-primary);
border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
box-shadow: 0 2px 8px color-mix(in srgb, var(--neutral-900) 5%, transparent);
z-index: 1000;
}
.header-variant .navbar {
padding: 1rem 0;
position: relative;
}
.header-variant .navbar-brand {
position: relative;
display: flex;
align-items: center;
gap: 0.5rem;
text-decoration: none;
z-index: 10004;
}
.header-variant .brand-text {
font-size: 1.5rem;
font-weight: 700;
color: var(--primary-700);
letter-spacing: -0.02em;
transition: all 0.3s ease;
}
.header-variant .brand-accent {
width: 4px;
height: 24px;
background: linear-gradient(
180deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 2px;
transition: all 0.3s ease;
}
.header-variant .navbar-brand:hover .brand-text {
color: var(--primary-500);
transform: translateX(-2px);
}
.header-variant .navbar-brand:hover .brand-accent {
height: 32px;
background: var(--primary-500);
}
.header-variant .nav-toggle-input {
display: none;
}
.header-variant .hamburger-toggle {
display: none;
flex-direction: column;
justify-content: space-between;
width: 28px;
height: 22px;
cursor: pointer;
position: relative;
z-index: 10003;
transition: all 0.3s ease;
}
.header-variant .hamburger-line {
width: 100%;
height: 3px;
background: #334155;
border-radius: 2px;
transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
transform-origin: center;
}
.header-variant .nav-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(1) {
transform: translateY(9.5px) rotate(45deg);
}
.header-variant .nav-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(2) {
opacity: 0;
transform: scaleX(0);
}
.header-variant .nav-toggle-input:checked ~ .hamburger-toggle .hamburger-line:nth-child(3) {
transform: translateY(-9.5px) rotate(-45deg);
}
.header-variant .navbar-nav {
display: flex;
align-items: center;
gap: 2rem;
}
.header-variant .nav-link {
color: var(--text-primary);
font-size: 0.75rem;
font-weight: 500;
padding: 0.5rem 0;
text-decoration: none;
position: relative;
transition: all 0.3s ease;
}
.header-variant .nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--primary-500);
transition: width 0.3s ease;
}
.header-variant .nav-link:hover {
color: var(--primary-500);
}
.header-variant .nav-link:hover::after {
width: 100%;
}
.header-variant .menu-backdrop {
display: none;
}
.header-variant .header-decoration {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
overflow: hidden;
pointer-events: none;
z-index: -1;
}
.header-variant .deco-shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.header-variant .deco-shape-1 {
width: 200px;
height: 200px;
background: var(--primary-500);
top: -100px;
right: 10%;
animation: float-shape-1 8s ease-in-out infinite;
}
.header-variant .deco-shape-2 {
width: 150px;
height: 150px;
background: var(--primary-700);
bottom: -75px;
right: 30%;
animation: float-shape-2 10s ease-in-out infinite;
}
@keyframes float-shape-1 {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(180deg);
}
}
@keyframes float-shape-2 {
0%, 100% {
transform: translateX(0) rotate(0deg);
}
50% {
transform: translateX(20px) rotate(-180deg);
}
}
@media (max-width: 991.98px) {
.header-variant .hamburger-toggle {
display: flex;
}
.header-variant .navbar-collapse {
position: fixed;
top: 0;
right: -100%;
width: 280px;
height: 100vh;
background: var(--surface-primary);
box-shadow: -4px 0 20px color-mix(in srgb, var(--neutral-900) 15%, transparent);
transition: right 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
z-index: 10;
padding-top: 80px;
}
.header-variant .menu-backdrop {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: color-mix(in srgb, var(--neutral-900) 40%, transparent);
backdrop-filter: blur(4px);
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
z-index: -1;
}
.header-variant .nav-toggle-input:checked ~ .navbar-collapse {
right: 0;
}
.header-variant .nav-toggle-input:checked ~ .navbar-collapse .menu-backdrop {
opacity: 1;
visibility: visible;
}
.header-variant .navbar-nav {
flex-direction: column;
align-items: flex-start;
gap: 0;
padding: 0 2rem;
}
.header-variant .nav-item {
width: 100%;
border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
opacity: 0;
transform: translateX(20px);
animation: slide-in-item 0.4s ease forwards;
}
.header-variant .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(1) {
animation-delay: 0.1s;
}
.header-variant .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(2) {
animation-delay: 0.2s;
}
.header-variant .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(3) {
animation-delay: 0.3s;
}
.header-variant .nav-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(4) {
animation-delay: 0.4s;
}
@keyframes slide-in-item {
to {
opacity: 1;
transform: translateX(0);
}
}
.header-variant .nav-link {
display: block;
width: 100%;
padding: 1rem 0;
font-size: 1.1rem;
}
.header-variant .nav-link::after {
display: none;
}
}
@media (max-width: 575.98px) {
.header-variant .navbar {
padding: 0.75rem 0;
}
.header-variant .brand-text {
font-size: 0.875rem;
}
.header-variant .navbar-collapse {
width: 260px;
}
.header-variant .navbar-nav {
padding: 0 1.5rem;
}
.header-variant .nav-link {
font-size: 0.875rem;
padding: 0.875rem 0;
}
}
.header-variant .nav-link:focus-visible {
outline: 2px solid var(--primary-500);
outline-offset: 4px;
border-radius: 4px;
}
.header-variant .hamburger-toggle:focus-visible {
outline: 2px solid var(--primary-500);
outline-offset: 4px;
border-radius: 4px;
}
@media print {
.header-variant .hamburger-toggle,
.header-variant .menu-backdrop,
.header-variant .header-decoration {
display: none !important;
}
}
.hero-variant {
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 60%, var(--surface-primary) 40%) 100%
);
position: relative;
padding: 2rem 0;
}
.hero-variant__bg-shape {
position: absolute;
border-radius: 50%;
opacity: 0.08;
z-index: 0;
pointer-events: none;
}
.hero-variant__bg-shape--1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
right: -100px;
animation: hero-variant-float 20s ease-in-out infinite;
}
.hero-variant__bg-shape--2 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: 10%;
left: -50px;
animation: hero-variant-float 15s ease-in-out infinite reverse;
}
.hero-variant__bg-shape--3 {
width: 200px;
height: 200px;
background: var(--primary-700);
top: 50%;
left: 30%;
animation: hero-variant-float 25s ease-in-out infinite;
}
@keyframes hero-variant-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);
}
}
.hero-variant__content {
position: relative;
z-index: 2;
}
.hero-variant__badge {
position: relative;
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem 1rem;
background: color-mix(in srgb, var(--primary-50) 80%, transparent 20%);
border: 2px solid var(--primary-300);
border-radius: 50px;
backdrop-filter: blur(10px);
}
.hero-variant__badge-dot {
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
animation: hero-variant-pulse-dot 2s ease-in-out infinite;
}
.hero-variant__badge-pulse {
position: absolute;
left: 0.5rem;
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
opacity: 0;
animation: hero-variant-pulse-ring 2s ease-in-out infinite;
}
@keyframes hero-variant-pulse-dot {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.2);
opacity: 0.8;
}
}
@keyframes hero-variant-pulse-ring {
0% {
transform: scale(1);
opacity: 0.6;
}
100% {
transform: scale(2.5);
opacity: 0;
}
}
.hero-variant__title {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 800;
line-height: 1.2;
color: var(--text-primary);
margin-bottom: 1.5rem;
letter-spacing: -0.02em;
}
.hero-variant__subtitle {
font-size: clamp(1.25rem, 3vw, 1.75rem);
font-weight: 600;
line-height: 1.4;
color: var(--primary-700);
margin-bottom: 1.5rem;
}
.hero-variant__desc {
font-size: clamp(1rem, 2vw, 1.125rem);
line-height: 1.8;
color: var(--text-secondary);
max-width: 600px;
}
.hero-variant__features {
display: flex;
flex-wrap: wrap;
gap: 1rem;
}
.hero-variant__feature-icon {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border: 2px solid var(--primary-300);
border-radius: 16px;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.08);
}
.hero-variant__feature-icon i {
font-size: 1.5rem;
color: var(--primary-500);
transition: all 0.3s ease;
}
.hero-variant__feature-icon:hover {
transform: translateY(-5px);
border-color: var(--primary-500);
box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.hero-variant__feature-icon:hover i {
transform: scale(1.1);
color: var(--primary-700);
}
.hero-variant__accent-line {
width: 120px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
border-radius: 2px;
margin-top: 2rem;
}
.hero-variant__image-wrapper {
position: relative;
z-index: 1;
}
.hero-variant__image-container {
position: relative;
border-radius: 24px;
overflow: hidden;
box-shadow:
0 20px 60px rgba(var(--black-rgb), 0.12),
0 0 0 1px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}
.hero-variant__image {
width: 100%;
height: auto;
display: block;
transition: transform 0.6s ease;
}
.hero-variant__image-container:hover .hero-variant__image {
transform: scale(1.05);
}
.hero-variant__image-gradient {
position: absolute;
inset: 0;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 20%, transparent 80%) 0%,
transparent 50%
);
pointer-events: none;
}
.hero-variant__float-icon {
position: absolute;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border: 2px solid var(--primary-300);
border-radius: 50%;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
z-index: 2;
}
.hero-variant__float-icon i {
font-size: 1.25rem;
color: var(--primary-500);
}
.hero-variant__float-icon--1 {
top: 10%;
right: -10px;
animation: hero-variant-float-icon 4s ease-in-out infinite;
}
.hero-variant__float-icon--2 {
bottom: 20%;
left: -20px;
animation: hero-variant-float-icon 5s ease-in-out infinite reverse;
}
.hero-variant__float-icon--3 {
top: 50%;
right: -15px;
animation: hero-variant-float-icon 6s ease-in-out infinite;
}
@keyframes hero-variant-float-icon {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(5deg);
}
}
.hero-variant__circle {
position: absolute;
border-radius: 50%;
border: 2px solid var(--primary-300);
opacity: 0.3;
z-index: 0;
}
.hero-variant__circle--1 {
width: 200px;
height: 200px;
top: -50px;
left: -50px;
animation: hero-variant-rotate 20s linear infinite;
}
.hero-variant__circle--2 {
width: 150px;
height: 150px;
bottom: -30px;
right: -30px;
animation: hero-variant-rotate 15s linear infinite reverse;
}
.hero-variant__circle--3 {
width: 100px;
height: 100px;
top: 40%;
right: -20px;
animation: hero-variant-rotate 25s linear infinite;
}
@keyframes hero-variant-rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.hero-variant__wave {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 80px;
background: var(--surface-primary);
clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 991.98px) {
.hero-variant__title {
font-size: 2.5rem;
}
.hero-variant__subtitle {
font-size: 1.5rem;
}
.hero-variant__image-wrapper {
margin-bottom: 3rem;
}
.hero-variant__float-icon {
width: 40px;
height: 40px;
}
.hero-variant__float-icon i {
font-size: 1rem;
}
}
@media (max-width: 767.98px) {
.hero-variant {
padding: 1rem 0;
}
.hero-variant__title {
font-size: 2rem;
}
.hero-variant__subtitle {
font-size: 1.25rem;
}
.hero-variant__feature-icon {
width: 50px;
height: 50px;
}
.hero-variant__feature-icon i {
font-size: 1.25rem;
}
.hero-variant__bg-shape--1,
.hero-variant__bg-shape--2 {
display: none;
}
.hero-variant__float-icon--2,
.hero-variant__float-icon--3 {
display: none;
}
}
@media (max-width: 575.98px) {
.hero-variant__features {
gap: 0.75rem;
}
.hero-variant__feature-icon {
width: 45px;
height: 45px;
}
.hero-variant__feature-icon i {
font-size: 1rem;
}
}
.usp-secondary {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 50%, white 50%) 100%
);
position: relative;
padding: 80px 0;
--usp-item-icon-size: 64px;
--usp-item-gap: 20px;
--usp-item-padding: 32px;
}
.usp-secondary__bg-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
pointer-events: none;
z-index: 0;
}
.usp-secondary__shape {
position: absolute;
border-radius: 50%;
opacity: 0.06;
}
.usp-secondary__shape--1 {
width: 500px;
height: 500px;
background: var(--primary-500);
top: -150px;
right: -100px;
animation: float 18s ease-in-out infinite;
}
.usp-secondary__shape--2 {
width: 400px;
height: 400px;
background: var(--primary-300);
bottom: -150px;
left: -100px;
animation: float 15s ease-in-out infinite reverse;
}
.usp-secondary__header {
position: relative;
z-index: 2;
}
.usp-secondary__badge {
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
}
.usp-secondary__badge-dot {
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
display: block;
animation: pulse-grow 2s ease-out infinite;
}
.usp-secondary__title {
color: var(--text-primary);
line-height: 1.2;
font-weight: 800;
letter-spacing: -0.01em;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__subtitle {
color: var(--primary-700);
font-weight: 600;
line-height: 1.4;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__description {
color: var(--text-secondary);
line-height: 1.6;
max-width: 680px;
margin-left: auto;
margin-right: auto;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__item {
background: white;
border-radius: 16px;
padding: var(--usp-item-padding);
height: 100%;
display: flex;
gap: var(--usp-item-gap);
box-shadow: 0 4px 16px rgba(var(--black-rgb), 0.06);
transition: all 0.3s ease;
position: relative;
z-index: 2;
border: 1px solid rgba(var(--primary-rgb), 0.1);
min-width: 0;
overflow: hidden;
}
.usp-secondary__item:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.usp-secondary__item-icon {
flex-shrink: 0;
width: var(--usp-item-icon-size);
height: var(--usp-item-icon-size);
min-width: 48px;
min-height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
border-radius: 16px;
box-shadow: 0 8px 16px rgba(var(--primary-rgb), 0.3);
transition: all 0.3s ease;
}
.usp-secondary__item:hover .usp-secondary__item-icon {
transform: scale(1.05);
box-shadow: 0 12px 24px rgba(var(--primary-rgb), 0.4);
}
.usp-secondary__item-icon i {
font-size: 28px;
color: white;
}
.usp-secondary__item-content {
flex: 1;
min-width: 0;
}
.usp-secondary__item-header {
margin-bottom: 12px;
gap: 12px;
flex-wrap: wrap;
align-items: flex-start;
}
.usp-secondary__item-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.3;
margin: 0;
flex: 1 1 auto;
min-width: 0;
word-wrap: break-word;
overflow-wrap: break-word;
}
.usp-secondary__item-badge {
display: inline-block;
padding: 6px 14px;
background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
color: var(--primary-700);
border-radius: 20px;
font-size: 0.875rem;
font-weight: 700;
white-space: normal;
border: 1px solid var(--primary-200);
flex-shrink: 0;
text-align: center;
max-width: 100%;
word-break: break-word;
}
.usp-secondary__item-text {
color: var(--text-secondary);
line-height: 1.6;
font-size: 0.9375rem;
word-wrap: break-word;
overflow-wrap: break-word;
hyphens: auto;
}
.usp-secondary__accent-line {
height: 4px;
width: 100px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
border-radius: 2px;
margin: 0 auto;
position: relative;
z-index: 2;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(3deg);
}
}
@keyframes pulse-grow {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(2);
opacity: 0;
}
}
@media (max-width: 1399px) {
.usp-secondary {
--usp-item-padding: 28px;
--usp-item-gap: 18px;
}
.usp-secondary__item-header {
gap: 8px;
}
}
@media (max-width: 1199px) {
.usp-secondary {
--usp-item-icon-size: 56px;
--usp-item-padding: 24px;
--usp-item-gap: 16px;
}
.usp-secondary__item-header {
gap: 10px;
}
.usp-secondary__item-title {
font-size: 1.125rem;
}
.usp-secondary__item-badge {
font-size: 0.8125rem;
padding: 5px 12px;
}
}
@media (max-width: 991px) {
.usp-secondary {
padding: 60px 0;
--usp-item-icon-size: 56px;
}
.usp-secondary__title {
font-size: 2rem;
}
.usp-secondary__subtitle {
font-size: 1.125rem;
}
.usp-secondary__item {
gap: 16px;
}
.usp-secondary__item-icon i {
font-size: 24px;
}
.usp-secondary__item-header {
gap: 10px;
}
.usp-secondary__shape--1,
.usp-secondary__shape--2 {
width: 300px;
height: 300px;
}
}
@media (max-width: 767px) {
.usp-secondary {
--usp-item-icon-size: 48px;
--usp-item-padding: 20px;
--usp-item-gap: 16px;
}
.usp-secondary__title {
font-size: 1.75rem;
}
.usp-secondary__subtitle {
font-size: 1rem;
}
.usp-secondary__description {
font-size: 0.9375rem;
}
.usp-secondary__item {
flex-direction: column;
text-align: center;
}
.usp-secondary__item-header {
flex-direction: column;
gap: 8px;
align-items: center;
}
.usp-secondary__item-title {
text-align: center;
}
.usp-secondary__item-icon {
margin: 0 auto;
}
.usp-secondary__item-icon i {
font-size: 22px;
}
.usp-secondary__item-badge {
font-size: 0.8125rem;
padding: 5px 12px;
}
.usp-secondary__shape--1,
.usp-secondary__shape--2 {
display: none;
}
}
@media (max-width: 575px) {
.usp-secondary {
padding: 40px 0;
--usp-item-padding: 16px;
--usp-item-gap: 12px;
}
.usp-secondary__title {
font-size: 1.5rem;
}
.usp-secondary__item-header {
gap: 6px;
margin-bottom: 8px;
}
.usp-secondary__item-badge {
padding: 4px 10px;
font-size: 0.75rem;
}
.usp-secondary__item-text {
font-size: 0.875rem;
}
}
.about-section-alt {
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;
}
.about-section-alt .decorative-dot-pattern {
width: 60px;
height: 8px;
background-image: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
background-size: 12px 12px;
margin: 0 auto;
opacity: 0.6;
}
.about-section-alt #about-title {
color: var(--text-primary);
line-height: 1.2;
animation: fadeInUp 0.6s ease-out;
}
.about-section-alt #about-subtitle {
color: var(--primary-700);
font-weight: 600;
animation: fadeInUp 0.7s ease-out;
}
.about-section-alt #about-desc {
color: var(--text-secondary);
line-height: 1.8;
animation: fadeInUp 0.8s ease-out;
}
.about-section-alt .feature-card-alt {
display: flex;
gap: 1.5rem;
padding: 2rem;
background: var(--surface-primary);
border-radius: 1rem;
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.about-section-alt .feature-card-alt::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 0;
background: linear-gradient(180deg, var(--primary-500), var(--primary-700));
transition: height 0.3s ease;
}
.about-section-alt .feature-card-alt:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.08);
border-color: var(--primary-300);
}
.about-section-alt .feature-card-alt:hover::before {
height: 100%;
}
.about-section-alt .feature-icon-wrapper {
flex-shrink: 0;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 1rem;
color: var(--light);
font-size: 1.5rem;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
transition: transform 0.3s ease;
}
.about-section-alt .feature-card-alt:hover .feature-icon-wrapper {
transform: scale(1.1) rotate(5deg);
}
.about-section-alt .feature-content h3 {
color: var(--text-primary);
font-weight: 700;
margin-bottom: 0.75rem;
}
.about-section-alt .feature-content p {
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.about-section-alt .image-container-alt {
position: relative;
border-radius: 1.5rem;
overflow: hidden;
transition: transform 0.4s ease;
}
.about-section-alt .image-container-alt img {
width: 100%;
height: auto;
display: block;
transition: all 0.4s ease;
}
.about-section-alt .image-container-alt:hover {
transform: scale(1.02);
}
.about-section-alt .image-container-alt:hover img {
filter: brightness(1.05);
transform: scale(1.05);
}
.about-section-alt .image-offset {
max-width: 85%;
margin-left: auto;
margin-right: 2rem;
}
.about-section-alt .decorative-shape {
position: absolute;
border-radius: 50%;
z-index: -1;
}
.about-section-alt .shape-1 {
width: 150px;
height: 150px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 40%, transparent 60%),
transparent);
top: -40px;
left: -40px;
}
.about-section-alt .shape-2 {
width: 120px;
height: 120px;
background: linear-gradient(225deg,
color-mix(in srgb, var(--primary-500) 30%, transparent 70%),
transparent);
bottom: -30px;
right: -30px;
}
.about-section-alt .shape-3 {
width: 180px;
height: 180px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 25%, transparent 75%),
transparent);
top: -50px;
right: -50px;
}
.about-section-alt .image-overlay-accent {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 6px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
}
.about-section-alt .decorative-border-accent {
position: absolute;
top: 15px;
right: 15px;
width: 60px;
height: 60px;
border: 3px solid var(--primary-500);
border-radius: 1rem;
opacity: 0.6;
}
.about-section-alt .floating-badge {
position: absolute;
top: 20px;
right: 20px;
width: 50px;
height: 50px;
background: var(--light);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-500);
font-size: 1.5rem;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
animation: float 3s ease-in-out infinite;
}
.about-section-alt .decorative-bottom-shapes {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 200px;
pointer-events: none;
overflow: hidden;
}
.about-section-alt .shape-blob {
position: absolute;
border-radius: 50%;
opacity: 0.1;
}
.about-section-alt .blob-1 {
width: 300px;
height: 300px;
background: var(--primary-500);
bottom: -150px;
left: -100px;
}
.about-section-alt .blob-2 {
width: 200px;
height: 200px;
background: var(--primary-700);
bottom: -80px;
left: 40%;
}
.about-section-alt .blob-3 {
width: 250px;
height: 250px;
background: var(--primary-300);
bottom: -120px;
right: -80px;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}
@media (max-width: 991px) {
.about-section-alt .feature-card-alt {
padding: 1.5rem;
}
.about-section-alt .image-offset {
max-width: 100%;
margin-left: 0;
margin-right: 0;
}
.about-section-alt .image-container-alt {
margin-bottom: 2rem;
}
}
@media (max-width: 767px) {
.about-section-alt #about-title {
font-size: 2rem;
}
.about-section-alt .feature-card-alt {
flex-direction: column;
gap: 1rem;
padding: 1.25rem;
}
.about-section-alt .feature-icon-wrapper {
width: 50px;
height: 50px;
font-size: 1.25rem;
}
.about-section-alt .decorative-shape {
display: none;
}
}
@media (max-width: 575px) {
.about-section-alt {
padding: 3rem 0;
}
.about-section-alt .floating-badge {
width: 40px;
height: 40px;
font-size: 1.25rem;
}
}
.features-section-style {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, white 70%) 100%);
overflow: hidden;
}
.features-section-style .features-header {
position: relative;
z-index: 2;
}
.features-section-style .decorative-line {
width: 60px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-300) 100%);
margin: 0 auto 24px;
border-radius: 2px;
}
.features-section-style .features-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
letter-spacing: -0.02em;
line-height: 1.2;
}
.features-section-style .features-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-700);
margin-bottom: 20px;
line-height: 1.4;
}
.features-section-style .features-desc {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.features-section-style .feature-card {
position: relative;
background: white;
border-radius: 16px;
padding: 40px 32px;
height: 100%;
display: flex;
flex-direction: column;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
border: 1px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
overflow: hidden;
}
.features-section-style .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-300) 100%);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.features-section-style .feature-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.features-section-style .feature-card:hover::before {
transform: scaleX(1);
}
.features-section-style .feature-icon-wrapper {
position: relative;
width: 70px;
height: 70px;
margin-bottom: 24px;
display: flex;
align-items: center;
justify-content: center;
}
.features-section-style .icon-background {
position: absolute;
inset: 0;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-100) 60%, transparent 40%) 0%,
color-mix(in srgb, var(--primary-50) 80%, transparent 20%) 100%);
border-radius: 16px;
transition: all 0.4s ease;
}
.features-section-style .feature-card:hover .icon-background {
background: linear-gradient(135deg,
var(--primary-500) 0%,
var(--primary-300) 100%);
transform: rotate(5deg) scale(1.05);
}
.features-section-style .feature-icon-wrapper i {
position: relative;
font-size: 32px;
color: var(--primary-700);
transition: all 0.4s ease;
z-index: 1;
}
.features-section-style .feature-card:hover .feature-icon-wrapper i {
color: white;
transform: scale(1.1);
}
.features-section-style .feature-content {
flex: 1;
}
.features-section-style .feature-name {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
transition: color 0.3s ease;
}
.features-section-style .feature-card:hover .feature-name {
color: var(--primary-700);
}
.features-section-style .feature-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.features-section-style .feature-accent {
position: absolute;
bottom: -20px;
right: -20px;
width: 100px;
height: 100px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%,
transparent 70%);
border-radius: 50%;
opacity: 0;
transition: opacity 0.4s ease;
}
.features-section-style .feature-card:hover .feature-accent {
opacity: 1;
}
.features-section-style .decorative-circles {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 1;
}
.features-section-style .circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
transparent 70%);
}
.features-section-style .circle-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.features-section-style .circle-2 {
width: 300px;
height: 300px;
bottom: -80px;
left: -80px;
animation: float 25s ease-in-out infinite reverse;
}
.features-section-style .circle-3 {
width: 250px;
height: 250px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: pulse 15s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@keyframes pulse {
0%, 100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.3;
}
50% {
transform: translate(-50%, -50%) scale(1.2);
opacity: 0.5;
}
}
@media (max-width: 991px) {
.features-section-style {
padding: 80px 0;
}
.features-section-style .features-title {
font-size: 2.25rem;
}
.features-section-style .features-subtitle {
font-size: 1.25rem;
}
.features-section-style .features-desc {
font-size: 1rem;
}
.features-section-style .feature-card {
padding: 32px 24px;
}
.features-section-style .feature-name {
font-size: 1.35rem;
}
}
@media (max-width: 767px) {
.features-section-style {
padding: 60px 0;
}
.features-section-style .features-title {
font-size: 1.875rem;
}
.features-section-style .features-subtitle {
font-size: 1.125rem;
}
.features-section-style .features-desc {
font-size: 0.9375rem;
}
.features-section-style .feature-icon-wrapper {
width: 60px;
height: 60px;
}
.features-section-style .feature-icon-wrapper i {
font-size: 28px;
}
.features-section-style .feature-card {
padding: 28px 20px;
}
.features-section-style .feature-name {
font-size: 1.25rem;
}
.features-section-style .feature-description {
font-size: 0.9375rem;
}
.circle-1,
.circle-2,
.features-section-style .circle-3 {
display: none;
}
}
@media (max-width: 575px) {
.features-section-style .features-title {
font-size: 1.625rem;
}
.features-section-style .decorative-line {
width: 50px;
height: 3px;
}
.features-section-style .feature-card {
padding: 24px 18px;
}
}
@media (prefers-contrast: high) {
.features-section-style .feature-card {
border: 2px solid var(--primary-700);
}
.features-section-style .feature-name {
font-weight: 800;
}
.features-section-style .feature-description {
color: var(--text-primary);
}
}
@media (prefers-reduced-motion: reduce) {
.feature-card,
.feature-icon-wrapper,
.icon-background,
.feature-name,
.features-section-style .feature-accent {
transition: none;
}
.circle-1,
.circle-2,
.features-section-style .circle-3 {
animation: none;
}
.features-section-style .feature-card:hover {
transform: none;
}
}
@media print {
.features-section-style {
background: white;
padding: 40px 0;
}
.decorative-circles,
.features-section-style .feature-accent {
display: none;
}
.features-section-style .feature-card {
box-shadow: none;
border: 1px solid var(--neutral-300);
break-inside: avoid;
page-break-inside: avoid;
}
}
.services-section-bold {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.services-section-bold .section-header {
position: relative;
z-index: 2;
}
.services-section-bold .decorative-line {
width: 60px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
margin: 0 auto;
border-radius: 2px;
}
.services-section-bold #services-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.2;
}
.services-section-bold #services-subtitle {
color: var(--text-secondary);
font-weight: 500;
}
.services-section-bold #services-desc {
color: var(--text-secondary);
font-size: 1.1rem;
line-height: 1.7;
}
.services-section-bold .service-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid var(--neutral-100);
box-shadow: 0 4px 6px rgba(var(--black-rgb), 0.05);
overflow: hidden;
}
.services-section-bold .service-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.1);
}
.services-section-bold .service-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
opacity: 0;
transition: opacity 0.3s ease;
}
.services-section-bold .service-card:hover::before {
opacity: 1;
}
.services-section-bold .service-icon-wrapper {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 1.5rem;
}
.services-section-bold .icon-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
border-radius: 20px;
transition: all 0.4s ease;
}
.services-section-bold .service-card:hover .icon-background {
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
transform: rotate(10deg) scale(1.05);
}
.services-section-bold .service-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 2rem;
color: var(--primary-700);
transition: all 0.4s ease;
}
.services-section-bold .service-card:hover .service-icon {
color: var(--light);
transform: translate(-50%, -50%) scale(1.1);
}
.services-section-bold .service-content {
position: relative;
z-index: 2;
}
.services-section-bold .service-name {
color: var(--text-primary);
font-weight: 700;
font-size: 1.5rem;
margin-bottom: 1rem;
line-height: 1.3;
}
.services-section-bold .service-description {
color: var(--text-secondary);
font-size: 1rem;
line-height: 1.6;
margin-bottom: 1.25rem;
}
.services-section-bold .service-features {
color: var(--text-secondary);
font-size: 0.9rem;
line-height: 1.6;
padding: 1rem;
background: var(--neutral-50);
border-radius: 8px;
border-left: 3px solid var(--primary-300);
margin-bottom: 1.5rem;
min-height: 90px;
}
.services-section-bold .service-pricing {
display: flex;
align-items: center;
padding-top: 1rem;
border-top: 1px solid var(--neutral-100);
}
.services-section-bold .price-tag {
color: var(--primary-700);
font-size: 1.25rem;
font-weight: 700;
}
.services-section-bold .card-decoration {
position: absolute;
bottom: -30px;
right: -30px;
width: 120px;
height: 120px;
background: linear-gradient(135deg, var(--primary-50), transparent);
border-radius: 50%;
opacity: 0.5;
transition: all 0.4s ease;
}
.services-section-bold .service-card:hover .card-decoration {
transform: scale(1.3);
opacity: 0.8;
}
.services-section-bold .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 1;
}
.services-section-bold .shape {
position: absolute;
border-radius: 50%;
opacity: 0.15;
}
.services-section-bold .shape-1 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-300), transparent);
top: -100px;
left: -100px;
animation: float 20s ease-in-out infinite;
}
.services-section-bold .shape-2 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500), transparent);
bottom: -150px;
right: -150px;
animation: float 25s ease-in-out infinite reverse;
}
.services-section-bold .shape-3 {
width: 250px;
height: 250px;
background: radial-gradient(circle, var(--primary-300), transparent);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: pulse 15s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0) translateX(0);
}
50% {
transform: translateY(-30px) translateX(30px);
}
}
@keyframes pulse {
0%, 100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.15;
}
50% {
transform: translate(-50%, -50%) scale(1.2);
opacity: 0.25;
}
}
@media (max-width: 991.98px) {
.services-section-bold .service-card {
padding: 1.5rem;
}
.services-section-bold .service-icon-wrapper {
width: 70px;
height: 70px;
}
.services-section-bold .service-icon {
font-size: 1.75rem;
}
.services-section-bold .service-name {
font-size: 1.35rem;
}
}
@media (max-width: 767.98px) {
.services-section-bold {
padding: 3rem 0;
}
.services-section-bold #services-title {
font-size: 2rem;
}
.services-section-bold #services-desc {
font-size: 1rem;
}
.services-section-bold .service-card {
padding: 1.25rem;
}
.services-section-bold .service-icon-wrapper {
width: 60px;
height: 60px;
}
.services-section-bold .service-icon {
font-size: 1.5rem;
}
.services-section-bold .service-name {
font-size: 1.25rem;
}
.services-section-bold .service-description {
font-size: 0.95rem;
}
.services-section-bold .service-features {
font-size: 0.85rem;
padding: 0.875rem;
}
.services-section-bold .price-tag {
font-size: 1.1rem;
}
}
@media (max-width: 575.98px) {
.services-section-bold .shape-1,
.services-section-bold .shape-2 {
width: 200px;
height: 200px;
}
.services-section-bold .shape-3 {
width: 150px;
height: 150px;
}
}
.priceplan-section-clean {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.priceplan-section-clean .decorative-circle-top {
position: absolute;
top: -100px;
right: -50px;
width: 300px;
height: 300px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 10%, transparent),
color-mix(in srgb, var(--primary-300) 5%, transparent)
);
border-radius: 50%;
z-index: 0;
}
.priceplan-section-clean .decorative-blob-left {
position: absolute;
top: 40%;
left: -80px;
width: 250px;
height: 250px;
background: color-mix(in srgb, var(--primary-500) 8%, transparent);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
z-index: 0;
animation: blob-float-left 8s ease-in-out infinite;
}
.priceplan-section-clean .decorative-blob-right {
position: absolute;
bottom: 10%;
right: -60px;
width: 200px;
height: 200px;
background: color-mix(in srgb, var(--primary-500) 6%, transparent);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
z-index: 0;
animation: blob-float-right 10s ease-in-out infinite;
}
.priceplan-section-clean .decorative-dots {
position: absolute;
bottom: 50px;
left: 50px;
width: 100px;
height: 100px;
background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
background-size: 20px 20px;
opacity: 0.3;
z-index: 0;
}
@keyframes blob-float-left {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
50% { transform: translate(20px, -20px) rotate(5deg); }
}
@keyframes blob-float-right {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
50% { transform: translate(-15px, 15px) rotate(-5deg); }
}
.priceplan-section-clean .section-header-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: 50%;
color: var(--light);
font-size: 1.5rem;
box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 30%, transparent);
animation: badge-pulse 2s ease-in-out infinite;
}
@keyframes badge-pulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}
.priceplan-section-clean #priceplan-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.2;
position: relative;
z-index: 1;
}
.priceplan-section-clean #priceplan-subtitle {
color: color-mix(in srgb, var(--text-primary) 70%, var(--neutral-500));
font-weight: 500;
position: relative;
z-index: 1;
}
.priceplan-section-clean #priceplan-desc {
color: var(--text-secondary);
font-size: 1.1rem;
line-height: 1.7;
max-width: 700px;
margin-left: auto;
margin-right: auto;
position: relative;
z-index: 1;
}
.priceplan-section-clean .pricing-card {
position: relative;
background: var(--light);
border: 2px solid var(--neutral-100);
border-radius: 20px;
padding: 2.5rem 2rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 1;
overflow: hidden;
}
.priceplan-section-clean .pricing-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s ease;
}
.priceplan-section-clean .pricing-card:hover {
transform: translateY(-10px);
border-color: var(--primary-500);
box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.priceplan-section-clean .pricing-card:hover::before {
transform: scaleX(1);
}
.priceplan-section-clean .pricing-card-featured {
border-color: var(--primary-500);
background: linear-gradient(135deg,
var(--light),
color-mix(in srgb, var(--primary-500) 3%, var(--light))
);
transform: scale(1.05);
box-shadow: 0 15px 35px color-mix(in srgb, var(--primary-500) 25%, transparent);
}
.priceplan-section-clean .pricing-card-featured::before {
transform: scaleX(1);
height: 5px;
}
.priceplan-section-clean .featured-badge {
position: absolute;
top: 20px;
right: 20px;
width: 40px;
height: 40px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.1rem;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 40%, transparent);
animation: star-rotate 3s linear infinite;
}
@keyframes star-rotate {
0%, 100% { transform: rotate(0deg) scale(1); }
50% { transform: rotate(180deg) scale(1.1); }
}
.priceplan-section-clean .plan-icon-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
width: 70px;
height: 70px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 15%, var(--light)),
color-mix(in srgb, var(--primary-300) 10%, var(--light))
);
border-radius: 16px;
color: var(--primary-700);
font-size: 2rem;
transition: all 0.3s ease;
}
.priceplan-section-clean .pricing-card:hover .plan-icon-wrapper {
transform: scale(1.1) rotate(5deg);
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: var(--light);
}
.priceplan-section-clean .pricing-card-featured .plan-icon-wrapper {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: var(--light);
}
.priceplan-section-clean .plan-name {
color: var(--text-primary);
font-size: 1.75rem;
margin-bottom: 0.5rem;
}
.priceplan-section-clean .plan-description {
color: var(--text-secondary);
font-size: 0.95rem;
line-height: 1.6;
min-height: 60px;
}
.priceplan-section-clean .price-wrapper {
text-align: center;
padding: 1.5rem 0;
border-top: 2px solid var(--neutral-100);
border-bottom: 2px solid var(--neutral-100);
}
.priceplan-section-clean .currency {
font-size: 1.5rem;
color: var(--text-secondary);
font-weight: 600;
vertical-align: top;
margin-right: 0.25rem;
}
.priceplan-section-clean .price-amount {
font-size: 3.5rem;
color: var(--primary-700);
font-weight: 800;
line-height: 1;
}
.priceplan-section-clean .price-period {
font-size: 1.1rem;
color: var(--text-secondary);
font-weight: 500;
}
.priceplan-section-clean .pricing-card-featured .price-amount {
color: var(--primary-500);
}
.priceplan-section-clean .features-list {
margin-top: 2rem;
}
.priceplan-section-clean .features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
gap: 1rem;
justify-items: center;
}
.priceplan-section-clean .feature-icon-item {
width: 50px;
height: 50px;
background: color-mix(in srgb, var(--primary-500) 10%, var(--light));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-700);
font-size: 1.4rem;
transition: all 0.3s ease;
cursor: default;
}
.priceplan-section-clean .feature-icon-item:hover {
background: var(--primary-500);
color: var(--light);
transform: scale(1.15) rotate(5deg);
}
.priceplan-section-clean .pricing-card-featured .feature-icon-item {
background: color-mix(in srgb, var(--primary-500) 15%, var(--light));
}
.priceplan-section-clean .decorative-divider {
width: 60px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
margin: 2rem auto 0;
border-radius: 2px;
transition: width 0.3s ease;
}
.priceplan-section-clean .pricing-card:hover .decorative-divider {
width: 100px;
}
@media (max-width: 991.98px) {
.priceplan-section-clean .pricing-card-featured {
transform: scale(1);
}
.priceplan-section-clean #priceplan-title {
font-size: 2.5rem;
}
.priceplan-section-clean .price-amount {
font-size: 3rem;
}
}
@media (max-width: 767.98px) {
.priceplan-section-clean {
padding: 3rem 0;
}
.priceplan-section-clean #priceplan-title {
font-size: 2rem;
}
.priceplan-section-clean #priceplan-desc {
font-size: 1rem;
}
.priceplan-section-clean .pricing-card {
padding: 2rem 1.5rem;
}
.priceplan-section-clean .plan-icon-wrapper {
width: 60px;
height: 60px;
font-size: 1.75rem;
}
.priceplan-section-clean .price-amount {
font-size: 2.5rem;
}
.priceplan-section-clean .features-grid {
grid-template-columns: repeat(auto-fit, minmax(45px, 1fr));
gap: 0.75rem;
}
.priceplan-section-clean .feature-icon-item {
width: 45px;
height: 45px;
font-size: 1.2rem;
}
.priceplan-section-clean .decorative-circle-top,
.priceplan-section-clean .decorative-blob-left,
.priceplan-section-clean .decorative-blob-right {
display: none;
}
}
@media (max-width: 575.98px) {
.priceplan-section-clean .section-header-badge {
width: 50px;
height: 50px;
font-size: 1.25rem;
}
.priceplan-section-clean .plan-name {
font-size: 1.5rem;
}
.priceplan-section-clean .features-grid {
grid-template-columns: repeat(3, 1fr);
}
}
.team-section-modern {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.team-section-modern .team-header {
position: relative;
z-index: 2;
}
.team-section-modern .team-subtitle {
font-size: 0.875rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
color: var(--primary-500);
margin-bottom: 16px;
display: inline-block;
position: relative;
}
.team-section-modern .team-subtitle::after {
content: '';
position: absolute;
bottom: -4px;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 2px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
}
.team-section-modern .team-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 24px;
line-height: 1.2;
}
.team-section-modern .team-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
margin-bottom: 0;
}
.team-section-modern .team-card {
height: 100%;
background: var(--surface-primary);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
}
.team-section-modern .team-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
}
.team-section-modern .team-card-inner {
position: relative;
}
.team-section-modern .team-image-wrapper {
position: relative;
width: 100%;
padding-top: 100%;
overflow: hidden;
background: linear-gradient(135deg,
var(--primary-50) 0%,
var(--neutral-100) 100%
);
}
.team-section-modern .team-member-photo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-section-modern .team-card:hover .team-member-photo {
transform: scale(1.1);
}
.team-section-modern .team-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
180deg,
transparent 0%,
rgba(var(--black-rgb), 0.02) 50%,
rgba(var(--black-rgb), 0.1) 100%
);
opacity: 0;
transition: opacity 0.4s ease;
}
.team-section-modern .team-card:hover .team-overlay {
opacity: 1;
}
.team-section-modern .team-info {
padding: 28px 24px;
text-align: center;
position: relative;
background: var(--surface-primary);
}
.team-section-modern .team-info::before {
content: '';
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 40px;
height: 3px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
opacity: 0;
transition: opacity 0.4s ease, width 0.4s ease;
}
.team-section-modern .team-card:hover .team-info::before {
opacity: 1;
width: 80px;
}
.team-section-modern .team-name {
font-size: 1.25rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 8px;
transition: color 0.3s ease;
}
.team-section-modern .team-card:hover .team-name {
color: var(--primary-500);
}
.team-section-modern .team-role {
font-size: 0.9375rem;
color: var(--text-secondary);
margin-bottom: 0;
font-weight: 400;
}
.team-section-modern .team-join-card {
height: 100%;
min-height: 400px;
background: linear-gradient(135deg,
var(--primary-500) 0%,
color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%) 100%
);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
box-shadow: 0 4px 20px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.team-section-modern .join-content {
position: relative;
z-index: 2;
}
.team-section-modern .join-icon {
font-size: 4rem;
color: rgba(var(--white-rgb), 0.9);
display: block;
margin: 0 auto;
animation: float 3s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
}
.team-section-modern .join-circles {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 300px;
height: 300px;
}
.team-section-modern .circle {
position: absolute;
border-radius: 50%;
border: 2px solid rgba(var(--white-rgb), 0.2);
}
.team-section-modern .circle-1 {
width: 100px;
height: 100px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: pulse 3s ease-in-out infinite;
}
.team-section-modern .circle-2 {
width: 180px;
height: 180px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: pulse 3s ease-in-out infinite 0.5s;
}
.team-section-modern .circle-3 {
width: 260px;
height: 260px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: pulse 3s ease-in-out infinite 1s;
}
@keyframes pulse {
0%, 100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.6;
}
50% {
transform: translate(-50%, -50%) scale(1.1);
opacity: 0.3;
}
}
.team-section-modern .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.4;
z-index: 1;
}
.team-section-modern .shape-1 {
width: 300px;
height: 300px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%,
transparent 70%
);
top: -100px;
right: -100px;
animation: rotate 30s linear infinite;
}
.team-section-modern .shape-2 {
width: 200px;
height: 200px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%,
transparent 70%
);
bottom: -50px;
left: -50px;
animation: rotate 25s linear infinite reverse;
}
@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.team-section-modern .decorative-blob {
position: absolute;
z-index: 1;
opacity: 0.15;
filter: blur(40px);
}
.team-section-modern .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-300);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
top: 10%;
left: -5%;
animation: morph 15s ease-in-out infinite;
}
.team-section-modern .blob-2 {
width: 350px;
height: 350px;
background: var(--primary-500);
border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
bottom: 15%;
right: -5%;
animation: morph 12s ease-in-out infinite reverse;
}
@keyframes morph {
0%, 100% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
transform: rotate(0deg);
}
50% {
border-radius: 30% 70% 60% 40% / 50% 60% 40% 50%;
transform: rotate(180deg);
}
}
@media (max-width: 991.98px) {
.team-section-modern {
padding: 80px 0;
}
.team-section-modern .team-title {
font-size: 2rem;
}
.team-section-modern .team-description {
font-size: 1rem;
}
.team-section-modern .decorative-shape {
opacity: 0.2;
}
.team-section-modern .decorative-blob {
opacity: 0.1;
}
}
@media (max-width: 767.98px) {
.team-section-modern {
padding: 60px 0;
}
.team-section-modern .team-title {
font-size: 1.75rem;
}
.team-section-modern .team-description {
font-size: 0.9375rem;
}
.team-section-modern .team-name {
font-size: 1.125rem;
}
.team-section-modern .team-role {
font-size: 0.875rem;
}
.shape-1,
.team-section-modern .shape-2 {
display: none;
}
}
@media (max-width: 575.98px) {
.team-section-modern .team-title {
font-size: 1.5rem;
}
.team-section-modern .team-subtitle {
font-size: 0.8125rem;
}
.team-section-modern .team-info {
padding: 20px 16px;
}
.blob-1,
.team-section-modern .blob-2 {
display: none;
}
}
@media (prefers-reduced-motion: reduce) {
.team-card,
.team-member-photo,
.team-overlay,
.team-name,
.join-icon,
.circle,
.decorative-shape,
.team-section-modern .decorative-blob {
animation: none !important;
transition: none !important;
}
}
.team-section-modern .team-card:focus-within {
outline: 3px solid var(--primary-500);
outline-offset: 4px;
}
.reviews-section-pro {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.reviews-section-pro .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.reviews-section-pro .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 1rem;
}
.reviews-section-pro .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.reviews-section-pro .review-card {
background: var(--surface-secondary);
border-radius: 16px;
padding: 2rem;
height: 100%;
position: relative;
transition: all 0.3s ease;
border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.04);
}
.reviews-section-pro .review-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 24px rgba(var(--black-rgb), 0.08);
border-color: var(--primary-300);
}
.reviews-section-pro .quote-icon {
width: 48px;
height: 48px;
background: color-mix(in srgb, var(--primary-500) 10%, transparent 90%);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
}
.reviews-section-pro .quote-icon i {
font-size: 1.5rem;
color: var(--primary-500);
}
.reviews-section-pro .quote-icon.large {
width: 64px;
height: 64px;
margin: 0 auto 1.5rem;
}
.reviews-section-pro .quote-icon.large i {
font-size: 2rem;
}
.reviews-section-pro .review-text {
font-size: 1rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 1.5rem;
font-style: italic;
}
.reviews-section-pro .review-card.featured .review-text {
font-size: 1.125rem;
text-align: center;
}
.reviews-section-pro .review-author-block {
display: flex;
align-items: center;
gap: 1rem;
padding-top: 1.5rem;
border-top: 1px solid var(--neutral-300);
}
.reviews-section-pro .review-author-block.centered {
flex-direction: column;
text-align: center;
gap: 1rem;
}
.reviews-section-pro .author-avatar {
flex-shrink: 0;
}
.reviews-section-pro .avatar-placeholder {
width: 56px;
height: 56px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
}
.reviews-section-pro .avatar-placeholder i {
font-size: 2rem;
color: var(--light);
}
.reviews-section-pro .author-avatar.large .avatar-placeholder {
width: 72px;
height: 72px;
}
.reviews-section-pro .author-avatar.large .avatar-placeholder i {
font-size: 2.5rem;
}
.reviews-section-pro .author-name {
font-size: 1rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.5;
}
.reviews-section-pro .review-card.featured {
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 5%, transparent 95%),
var(--surface-secondary)
);
border: 2px solid var(--primary-300);
position: relative;
padding: 3rem 2rem;
}
.reviews-section-pro .featured-badge {
position: absolute;
top: 1.5rem;
right: 1.5rem;
width: 40px;
height: 40px;
background: var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.reviews-section-pro .featured-badge i {
font-size: 1.25rem;
color: var(--light);
}
.reviews-section-pro .decorative-dots {
position: absolute;
width: 100px;
height: 100px;
background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
background-size: 15px 15px;
opacity: 0.3;
z-index: 0;
}
.reviews-section-pro .decorative-dots.top-left {
top: 5%;
left: 5%;
}
.reviews-section-pro .decorative-dots.bottom-right {
bottom: 5%;
right: 5%;
}
.reviews-section-pro .bg-shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
z-index: 0;
pointer-events: none;
}
.reviews-section-pro .bg-shape.shape-1 {
width: 300px;
height: 300px;
background: var(--primary-500);
top: 10%;
left: -5%;
}
.reviews-section-pro .bg-shape.shape-2 {
width: 200px;
height: 200px;
background: var(--primary-700);
bottom: 15%;
right: -3%;
}
.reviews-section-pro .bg-shape.shape-3 {
width: 150px;
height: 150px;
background: var(--primary-300);
top: 50%;
right: 10%;
}
.reviews-section-pro .container {
position: relative;
z-index: 1;
}
@media (max-width: 991px) {
.reviews-section-pro .section-title {
font-size: 2rem;
}
.reviews-section-pro .section-subtitle {
font-size: 1.125rem;
}
.reviews-section-pro .review-card {
padding: 1.5rem;
}
.reviews-section-pro .review-card.featured {
padding: 2rem 1.5rem;
}
}
@media (max-width: 767px) {
.reviews-section-pro .section-title {
font-size: 1.75rem;
}
.reviews-section-pro .section-subtitle {
font-size: 1rem;
}
.reviews-section-pro .section-description {
font-size: 1rem;
}
.reviews-section-pro .review-text {
font-size: 0.938rem;
}
.reviews-section-pro .review-card.featured .review-text {
font-size: 1rem;
}
.reviews-section-pro .avatar-placeholder {
width: 48px;
height: 48px;
}
.reviews-section-pro .avatar-placeholder i {
font-size: 1.75rem;
}
.reviews-section-pro .author-avatar.large .avatar-placeholder {
width: 64px;
height: 64px;
}
.reviews-section-pro .author-avatar.large .avatar-placeholder i {
font-size: 2rem;
}
.reviews-section-pro .decorative-dots {
width: 60px;
height: 60px;
background-size: 10px 10px;
}
.reviews-section-pro .bg-shape.shape-1 {
width: 200px;
height: 200px;
}
.reviews-section-pro .bg-shape.shape-2 {
width: 150px;
height: 150px;
}
.reviews-section-pro .bg-shape.shape-3 {
width: 100px;
height: 100px;
}
}
@media (max-width: 575px) {
.reviews-section-pro .section-title {
font-size: 1.5rem;
}
.reviews-section-pro .review-card {
padding: 1.25rem;
}
.reviews-section-pro .quote-icon {
width: 40px;
height: 40px;
}
.reviews-section-pro .quote-icon i {
font-size: 1.25rem;
}
.reviews-section-pro .featured-badge {
width: 36px;
height: 36px;
top: 1rem;
right: 1rem;
}
.reviews-section-pro .featured-badge i {
font-size: 1rem;
}
}
.casestudy-section-bold {
position: relative;
padding: 100px 0;
background: var(--light);
overflow: hidden;
}
.casestudy-section-bold .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.05;
pointer-events: none;
z-index: 1;
}
.casestudy-section-bold .blob-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
background: radial-gradient(circle, var(--primary-500), transparent);
}
.casestudy-section-bold .blob-2 {
width: 300px;
height: 300px;
bottom: -50px;
left: -50px;
background: radial-gradient(circle, var(--primary-300), transparent);
}
.casestudy-section-bold .section-header {
position: relative;
z-index: 2;
margin-bottom: 60px;
}
.casestudy-section-bold .subtitle {
font-size: 0.875rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
color: var(--primary-500);
margin-bottom: 16px;
display: inline-block;
padding: 6px 20px;
background: color-mix(in srgb, var(--primary-50) 50%, transparent);
border-radius: 30px;
border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
}
.casestudy-section-bold .main-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 24px;
line-height: 1.2;
}
.casestudy-section-bold .section-description {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-secondary);
max-width: 800px;
margin: 0 auto;
}
.casestudy-section-bold .casestudy-grid {
position: relative;
z-index: 2;
}
.casestudy-section-bold .casestudy-card {
background: var(--surface-primary);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
height: 100%;
display: flex;
flex-direction: column;
border: 1px solid var(--neutral-100);
}
.casestudy-section-bold .casestudy-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.15);
border-color: var(--primary-300);
}
.casestudy-section-bold .card-image-wrapper {
position: relative;
height: 240px;
background: linear-gradient(135deg,
var(--primary-50) 0%,
color-mix(in srgb, var(--primary-100) 70%, var(--primary-300) 30%) 100%
);
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.casestudy-section-bold .image-placeholder {
font-size: 4rem;
color: var(--primary-300);
opacity: 0.3;
transition: all 0.4s ease;
}
.casestudy-section-bold .casestudy-card:hover .image-placeholder {
transform: scale(1.1) rotate(5deg);
opacity: 0.5;
}
.casestudy-section-bold .card-badge {
position: absolute;
top: 20px;
right: 20px;
width: 48px;
height: 48px;
background: var(--surface-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.1);
transition: all 0.3s ease;
}
.casestudy-section-bold .card-badge i {
font-size: 1.25rem;
color: var(--primary-500);
}
.casestudy-section-bold .casestudy-card:hover .card-badge {
transform: scale(1.1) rotate(10deg);
background: var(--primary-500);
}
.casestudy-section-bold .casestudy-card:hover .card-badge i {
color: var(--light);
}
.casestudy-section-bold .card-content {
padding: 32px 28px;
flex: 1;
display: flex;
flex-direction: column;
}
.casestudy-section-bold .card-meta {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 20px;
color: var(--primary-500);
font-size: 1.25rem;
opacity: 0.7;
}
.casestudy-section-bold .card-title {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.4;
transition: color 0.3s ease;
}
.casestudy-section-bold .casestudy-card:hover .card-title {
color: var(--primary-500);
}
.casestudy-section-bold .card-description {
font-size: 0.9375rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 24px;
flex: 1;
}
.casestudy-section-bold .card-footer {
padding-top: 20px;
border-top: 1px solid var(--neutral-100);
margin-top: auto;
}
.casestudy-section-bold .icon-group {
display: flex;
gap: 16px;
color: var(--primary-300);
font-size: 1.25rem;
}
.casestudy-section-bold .icon-group i {
transition: all 0.3s ease;
}
.casestudy-section-bold .casestudy-card:hover .icon-group i {
color: var(--primary-500);
transform: translateY(-2px);
}
.casestudy-section-bold .decorative-line {
width: 100px;
height: 4px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
margin: 60px auto 0;
border-radius: 2px;
opacity: 0.5;
}
@media (max-width: 991px) {
.casestudy-section-bold {
padding: 80px 0;
}
.casestudy-section-bold .main-title {
font-size: 2.25rem;
}
.casestudy-section-bold .section-description {
font-size: 1rem;
}
.casestudy-section-bold .card-image-wrapper {
height: 200px;
}
}
@media (max-width: 767px) {
.casestudy-section-bold {
padding: 60px 0;
}
.casestudy-section-bold .section-header {
margin-bottom: 40px;
}
.casestudy-section-bold .main-title {
font-size: 1.875rem;
}
.casestudy-section-bold .section-description {
font-size: 0.9375rem;
}
.casestudy-section-bold .card-title {
font-size: 1.25rem;
}
.casestudy-section-bold .card-content {
padding: 24px 20px;
}
.casestudy-section-bold .blob-1,
.casestudy-section-bold .blob-2 {
display: none;
}
}
@media (max-width: 575px) {
.casestudy-section-bold .main-title {
font-size: 1.625rem;
}
.casestudy-section-bold .subtitle {
font-size: 0.75rem;
padding: 4px 16px;
}
.casestudy-section-bold .card-image-wrapper {
height: 180px;
}
.casestudy-section-bold .image-placeholder {
font-size: 3rem;
}
}
@media (prefers-reduced-motion: no-preference) {
.casestudy-section-bold .casestudy-card {
animation: fadeInUp 0.6s ease-out backwards;
}
.casestudy-section-bold .casestudy-card:nth-child(1) {
animation-delay: 0.1s;
}
.casestudy-section-bold .casestudy-card:nth-child(2) {
animation-delay: 0.2s;
}
.casestudy-section-bold .casestudy-card:nth-child(3) {
animation-delay: 0.3s;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
}
@media (prefers-contrast: high) {
.casestudy-section-bold .casestudy-card {
border: 2px solid var(--neutral-300);
}
.casestudy-section-bold .card-title,
.casestudy-section-bold .card-description {
color: var(--dark);
}
}
.process-section-featured {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.process-section-featured .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.process-section-featured .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 1rem;
}
.process-section-featured .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
margin: 0 auto;
}
.process-section-featured .process-timeline {
position: relative;
max-width: 1200px;
margin: 60px auto 0;
padding: 0 15px;
}
.process-section-featured .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 100%);
transform: translateX(-50%);
border-radius: 2px;
z-index: 1;
}
.process-section-featured .process-step {
position: relative;
margin-bottom: 80px;
z-index: 2;
}
.process-section-featured .process-step:last-child {
margin-bottom: 0;
}
.process-section-featured .step-number-wrapper {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
}
.process-section-featured .step-number {
font-size: 3rem;
font-weight: 800;
color: var(--primary-500);
line-height: 1;
text-shadow: 2px 2px 4px rgba(var(--black-rgb), 0.1);
}
.process-section-featured .step-icon-circle {
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
transition: transform 0.3s ease, box-shadow 0.3s ease;
position: relative;
z-index: 3;
}
.process-section-featured .step-icon-circle::before {
content: '';
position: absolute;
inset: -8px;
background: color-mix(in srgb, var(--primary-500) 20%, transparent);
border-radius: 50%;
z-index: -1;
}
.process-section-featured .step-icon-circle i {
font-size: 2rem;
color: white;
}
.process-section-featured .process-step:hover .step-icon-circle {
transform: scale(1.1) rotate(5deg);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.18);
}
.process-section-featured .step-content {
background: white;
padding: 35px 40px;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
position: relative;
}
.process-section-featured .step-content::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
border-radius: 16px 16px 0 0;
}
.process-section-featured .process-step:hover .step-content {
transform: translateY(-5px);
box-shadow: 0 8px 32px rgba(var(--black-rgb), 0.12);
}
.process-section-featured .step-title {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 15px;
line-height: 1.3;
}
.process-section-featured .step-description {
font-size: 1.0625rem;
color: var(--text-secondary);
line-height: 1.8;
margin-bottom: 20px;
}
.process-section-featured .step-decorative-line {
width: 60px;
height: 3px;
background: linear-gradient(90deg, var(--primary-500) 0%, transparent 100%);
border-radius: 2px;
}
.process-section-featured .decorative-blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.15;
z-index: 0;
pointer-events: none;
}
.process-section-featured .blob-1 {
width: 500px;
height: 500px;
background: var(--primary-300);
top: -100px;
right: -150px;
}
.process-section-featured .blob-2 {
width: 400px;
height: 400px;
background: var(--primary-500);
bottom: -100px;
left: -100px;
}
.process-section-featured .decorative-circle {
position: absolute;
border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
border-radius: 50%;
z-index: 0;
pointer-events: none;
}
.process-section-featured .circle-1 {
width: 200px;
height: 200px;
top: 10%;
left: 5%;
}
.process-section-featured .circle-2 {
width: 150px;
height: 150px;
bottom: 15%;
right: 8%;
}
@media (max-width: 991px) {
.process-section-featured {
padding: 80px 0;
}
.process-section-featured .section-title {
font-size: 2.25rem;
}
.process-section-featured .timeline-line {
left: 40px;
}
.process-section-featured .step-number-wrapper {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.process-section-featured .step-number {
font-size: 2rem;
}
.process-section-featured .step-icon-circle {
width: 60px;
height: 60px;
}
.process-section-featured .step-icon-circle i {
font-size: 1.5rem;
}
.process-section-featured .step-content {
text-align: left !important;
padding: 30px;
}
.process-section-featured .step-decorative-line {
margin-left: 0 !important;
margin-right: 0 !important;
}
.process-section-featured .process-step:nth-child(even) .step-number-wrapper {
order: 1;
}
}
@media (max-width: 767px) {
.process-section-featured {
padding: 60px 0;
}
.process-section-featured .section-title {
font-size: 1.875rem;
}
.process-section-featured .section-subtitle {
font-size: 1rem;
}
.process-section-featured .section-description {
font-size: 1rem;
}
.process-section-featured .timeline-line {
left: 30px;
}
.process-section-featured .process-step {
margin-bottom: 50px;
}
.process-section-featured .step-number {
font-size: 1.75rem;
}
.process-section-featured .step-icon-circle {
width: 50px;
height: 50px;
}
.process-section-featured .step-icon-circle i {
font-size: 1.25rem;
}
.process-section-featured .step-icon-circle::before {
inset: -6px;
}
.process-section-featured .step-content {
padding: 25px 20px;
}
.process-section-featured .step-title {
font-size: 1.375rem;
}
.process-section-featured .step-description {
font-size: 0.9375rem;
}
.process-section-featured .blob-1,
.process-section-featured .blob-2 {
width: 300px;
height: 300px;
}
.process-section-featured .circle-1 {
width: 120px;
height: 120px;
}
.process-section-featured .circle-2 {
width: 100px;
height: 100px;
}
}
@media (max-width: 575px) {
.process-section-featured .step-content {
padding: 20px 15px;
}
.process-section-featured .step-title {
font-size: 1.25rem;
}
}
@media (prefers-contrast: high) {
.process-section-featured .step-content {
border: 2px solid var(--neutral-300);
}
.process-section-featured .timeline-line {
width: 6px;
}
}
@media (prefers-reduced-motion: reduce) {
.process-section-featured .step-icon-circle,
.process-section-featured .step-content {
transition: none;
}
.process-section-featured .process-step:hover .step-icon-circle {
transform: none;
}
.process-section-featured .process-step:hover .step-content {
transform: none;
}
}
.timeline-section-custom {
padding: 100px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
position: relative;
overflow: hidden;
}
.timeline-section-custom .timeline-header {
margin-bottom: 80px;
position: relative;
z-index: 2;
}
.timeline-section-custom .timeline-subtitle {
font-size: 0.95rem;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--primary-500);
margin-bottom: 16px;
}
.timeline-section-custom .timeline-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 24px;
line-height: 1.2;
}
.timeline-section-custom .timeline-desc {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.timeline-section-custom .timeline-wrapper {
position: relative;
padding: 40px 0;
}
.timeline-section-custom .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg,
var(--primary-300) 0%,
var(--primary-500) 50%,
var(--primary-300) 100%
);
transform: translateX(-50%);
z-index: 1;
}
.timeline-section-custom .timeline-item {
margin-bottom: 80px;
position: relative;
}
.timeline-section-custom .timeline-item:last-child {
margin-bottom: 0;
}
.timeline-section-custom .timeline-content {
background: var(--surface-primary);
border-radius: 16px;
padding: 40px;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
position: relative;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
}
.timeline-section-custom .timeline-content:hover {
transform: translateY(-8px);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.timeline-section-custom .timeline-content-left::after {
content: '';
position: absolute;
right: -24px;
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 16px 0 16px 24px;
border-color: transparent transparent transparent var(--surface-primary);
}
.timeline-section-custom .timeline-content-right::after {
content: '';
position: absolute;
left: -24px;
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 16px 24px 16px 0;
border-color: transparent var(--surface-primary) transparent transparent;
}
.timeline-section-custom .timeline-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
color: var(--light);
font-size: 1.5rem;
margin-bottom: 20px;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.timeline-section-custom .timeline-item-title {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.timeline-section-custom .timeline-item-desc {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.timeline-section-custom .timeline-marker {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
z-index: 3;
}
.timeline-section-custom .timeline-dot {
width: 24px;
height: 24px;
background: var(--primary-500);
border: 5px solid var(--surface-primary);
border-radius: 50%;
box-shadow: 0 0 0 6px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
transition: all 0.3s ease;
margin-bottom: 12px;
}
.timeline-section-custom .timeline-dot-current {
width: 32px;
height: 32px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
0%, 100% {
box-shadow: 0 0 0 6px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}
50% {
box-shadow: 0 0 0 12px color-mix(in srgb, var(--primary-300) 10%, transparent 90%);
}
}
.timeline-section-custom .timeline-year {
font-size: 1.125rem;
font-weight: 700;
color: var(--primary-700);
background: var(--surface-primary);
padding: 8px 20px;
border-radius: 24px;
border: 2px solid var(--primary-300);
white-space: nowrap;
}
.timeline-section-custom .timeline-visual {
display: flex;
align-items: center;
justify-content: center;
min-height: 280px;
position: relative;
}
.timeline-section-custom .visual-shape {
position: absolute;
border-radius: 50%;
opacity: 0.1;
animation: float 6s ease-in-out infinite;
}
.timeline-section-custom .visual-shape-1 {
width: 200px;
height: 200px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
top: 10%;
right: 15%;
}
.timeline-section-custom .visual-shape-2 {
width: 180px;
height: 180px;
background: linear-gradient(225deg, var(--primary-500), var(--primary-700));
bottom: 10%;
left: 10%;
animation-delay: 1s;
}
.timeline-section-custom .visual-shape-3 {
width: 220px;
height: 220px;
background: linear-gradient(45deg, var(--primary-300), var(--primary-500));
top: 5%;
right: 10%;
animation-delay: 0.5s;
}
.timeline-section-custom .visual-shape-4 {
width: 190px;
height: 190px;
background: linear-gradient(315deg, var(--primary-500), var(--primary-700));
bottom: 15%;
left: 15%;
animation-delay: 1.5s;
}
.timeline-section-custom .visual-shape-5 {
width: 210px;
height: 210px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-700));
top: 8%;
right: 12%;
animation-delay: 0.8s;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(180deg);
}
}
.timeline-section-custom .timeline-icon {
font-size: 4rem;
color: var(--primary-500);
position: relative;
z-index: 2;
filter: drop-shadow(0 4px 12px color-mix(in srgb, var(--primary-500) 25%, transparent 75%));
}
.timeline-section-custom .timeline-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.timeline-section-custom .deco-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%,
transparent 70%
);
}
.timeline-section-custom .deco-circle-1 {
width: 400px;
height: 400px;
top: 10%;
left: 5%;
animation: float-slow 20s infinite;
}
.timeline-section-custom .deco-circle-2 {
width: 300px;
height: 300px;
bottom: 20%;
right: 8%;
animation: float-slow 25s infinite reverse;
}
.timeline-section-custom .deco-circle-3 {
width: 250px;
height: 250px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: float-slow 30s infinite;
}
@keyframes float-slow {
0%, 100% {
transform: translate(0, 0);
}
33% {
transform: translate(30px, -30px);
}
66% {
transform: translate(-30px, 30px);
}
}
@media (max-width: 991px) {
.timeline-section-custom .timeline-line {
left: 30px;
}
.timeline-section-custom .timeline-item .row {
flex-direction: column !important;
}
.timeline-item .col-lg-5,
.timeline-section-custom .timeline-item .col-lg-2 {
order: initial !important;
}
.timeline-section-custom .timeline-marker {
position: absolute;
left: 0;
top: 40px;
}
.timeline-section-custom .timeline-content {
margin-left: 80px;
}
.timeline-content-left::after,
.timeline-section-custom .timeline-content-right::after {
left: -24px;
right: auto;
border-width: 16px 24px 16px 0;
border-color: transparent var(--surface-primary) transparent transparent;
}
.timeline-section-custom .timeline-visual {
margin-top: 30px;
min-height: 200px;
}
.timeline-section-custom .timeline-year {
font-size: 0.875rem;
padding: 6px 12px;
}
.timeline-section-custom .timeline-title {
font-size: 2.25rem;
}
.timeline-section-custom .timeline-item-title {
font-size: 1.5rem;
}
}
@media (max-width: 575px) {
.timeline-section-custom {
padding: 60px 0;
}
.timeline-section-custom .timeline-header {
margin-bottom: 50px;
}
.timeline-section-custom .timeline-title {
font-size: 1.875rem;
}
.timeline-section-custom .timeline-subtitle {
font-size: 0.85rem;
}
.timeline-section-custom .timeline-desc {
font-size: 1rem;
}
.timeline-section-custom .timeline-content {
padding: 24px;
margin-left: 60px;
}
.timeline-section-custom .timeline-badge {
width: 48px;
height: 48px;
font-size: 1.25rem;
margin-bottom: 16px;
}
.timeline-section-custom .timeline-item-title {
font-size: 1.25rem;
margin-bottom: 12px;
}
.timeline-section-custom .timeline-item-desc {
font-size: 0.9375rem;
}
.timeline-section-custom .timeline-icon {
font-size: 3rem;
}
.timeline-section-custom .timeline-visual {
min-height: 160px;
}
.timeline-section-custom .visual-shape {
width: 120px !important;
height: 120px !important;
}
.timeline-section-custom .timeline-item {
margin-bottom: 50px;
}
}
.career-section-clean {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.career-section-clean .career-header {
position: relative;
z-index: 2;
}
.career-section-clean .career-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.career-section-clean .career-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--text-secondary);
}
.career-section-clean .career-desc {
font-size: 1.1rem;
color: var(--text-secondary);
line-height: 1.7;
}
.career-section-clean .career-card {
background: var(--surface-secondary);
border-radius: 16px;
padding: 2rem;
height: 100%;
border: 2px solid var(--neutral-100);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.career-section-clean .career-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s ease;
}
.career-section-clean .career-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.08);
}
.career-section-clean .career-card:hover::before {
transform: scaleX(1);
}
.career-section-clean .career-card-header {
display: flex;
align-items: flex-start;
gap: 1.25rem;
margin-bottom: 1.5rem;
}
.career-section-clean .icon-wrapper {
width: 56px;
height: 56px;
min-width: 56px;
background: linear-gradient(
135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 60%, var(--primary-300) 40%)
);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.career-section-clean .icon-wrapper i {
font-size: 1.75rem;
color: var(--primary-500);
transition: transform 0.3s ease;
}
.career-section-clean .career-card:hover .icon-wrapper {
background: linear-gradient(
135deg,
var(--primary-100),
var(--primary-300)
);
}
.career-section-clean .career-card:hover .icon-wrapper i {
transform: scale(1.1);
color: var(--primary-700);
}
.card-header-content {
flex: 1;
}
.career-section-clean .career-item-title {
font-size: 1.375rem;
font-weight: 600;
color: var(--text-primary);
margin: 0;
line-height: 1.3;
}
.career-section-clean .career-item-role {
display: inline-block;
font-size: 0.9rem;
color: var(--text-secondary);
font-weight: 500;
letter-spacing: 0.3px;
}
.career-section-clean .career-card-body {
margin-bottom: 1.5rem;
}
.career-section-clean .career-item-desc {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.career-section-clean .career-card-footer {
position: relative;
}
.career-section-clean .decorative-accent {
width: 60px;
height: 3px;
background: linear-gradient(
90deg,
var(--primary-500),
transparent
);
border-radius: 2px;
transition: width 0.3s ease;
}
.career-section-clean .career-card:hover .decorative-accent {
width: 100px;
}
.career-section-clean .decorative-dot-pattern {
position: absolute;
top: -40px;
left: 50%;
transform: translateX(-50%);
width: 200px;
height: 30px;
background-image: radial-gradient(
circle,
var(--primary-300) 2px,
transparent 2px
);
background-size: 15px 15px;
opacity: 0.3;
}
.career-section-clean .decorative-shapes {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
z-index: 1;
}
.career-section-clean .shape-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-100) 30%, transparent 70%),
color-mix(in srgb, var(--primary-300) 20%, transparent 80%)
);
animation: float 20s ease-in-out infinite;
}
.career-section-clean .shape-1 {
width: 300px;
height: 300px;
top: 10%;
right: -100px;
animation-delay: 0s;
}
.career-section-clean .shape-2 {
width: 200px;
height: 200px;
bottom: 15%;
left: -80px;
animation-delay: 3s;
}
.career-section-clean .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-50) 40%, transparent 60%),
transparent 70%
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morph 15s ease-in-out infinite;
opacity: 0.5;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-30px) rotate(5deg);
}
}
@keyframes morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
25% {
border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
}
50% {
border-radius: 30% 70% 50% 50% / 60% 30% 70% 40%;
}
75% {
border-radius: 70% 30% 40% 60% / 40% 70% 30% 60%;
}
}
@media (max-width: 991.98px) {
.career-section-clean .career-title {
font-size: 2rem;
}
.career-section-clean .career-subtitle {
font-size: 1.125rem;
}
.career-section-clean .career-desc {
font-size: 1rem;
}
.career-section-clean .career-item-title {
font-size: 1.25rem;
}
.career-section-clean .shape-1 {
width: 200px;
height: 200px;
}
.career-section-clean .shape-2 {
width: 150px;
height: 150px;
}
}
@media (max-width: 767.98px) {
.career-section-clean {
padding: 3rem 0;
}
.career-section-clean .career-title {
font-size: 1.75rem;
}
.career-section-clean .career-subtitle {
font-size: 1rem;
}
.career-section-clean .career-desc {
font-size: 0.95rem;
}
.career-section-clean .career-card {
padding: 1.5rem;
}
.career-section-clean .career-card-header {
flex-direction: column;
align-items: center;
text-align: center;
gap: 1rem;
}
.career-section-clean .icon-wrapper {
width: 48px;
height: 48px;
min-width: 48px;
}
.career-section-clean .icon-wrapper i {
font-size: 1.5rem;
}
.career-section-clean .career-item-title {
font-size: 1.125rem;
}
.career-section-clean .career-item-role {
font-size: 0.85rem;
}
.career-section-clean .career-item-desc {
font-size: 0.95rem;
}
.career-section-clean .shape-blob {
width: 250px;
height: 250px;
}
}
@media (max-width: 575.98px) {
.career-section-clean .career-title {
font-size: 1.5rem;
}
.career-section-clean .career-card {
padding: 1.25rem;
}
.career-section-clean .decorative-dot-pattern {
width: 150px;
}
}
@media (min-width: 1400px) {
.career-section-clean .career-title {
font-size: 3rem;
}
.career-section-clean .career-subtitle {
font-size: 1.5rem;
}
.career-section-clean .career-desc {
font-size: 1.2rem;
}
.career-section-clean .career-card {
padding: 2.5rem;
}
.career-section-clean .career-item-title {
font-size: 1.5rem;
}
}
.coreinfo-primary {
position: relative;
overflow: hidden;
background: var(--surface-primary);
}
.coreinfo-primary .section-header {
position: relative;
z-index: 2;
}
.coreinfo-primary #coreinfo-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.2;
letter-spacing: -0.02em;
}
.coreinfo-primary #coreinfo-subtitle {
color: var(--primary-500);
font-weight: 600;
line-height: 1.4;
}
.coreinfo-primary #coreinfo-desc {
color: var(--text-secondary);
font-size: 1.125rem;
line-height: 1.7;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.coreinfo-primary .decorative-shapes {
position: relative;
height: 60px;
margin-top: 2rem;
}
.coreinfo-primary .shape-circle {
position: absolute;
border-radius: 50%;
opacity: 0.1;
}
.coreinfo-primary .shape-circle-1 {
width: 80px;
height: 80px;
background: var(--primary-500);
left: 10%;
top: -20px;
animation: float-1 6s ease-in-out infinite;
}
.coreinfo-primary .shape-circle-2 {
width: 60px;
height: 60px;
background: var(--primary-700);
right: 15%;
top: -10px;
animation: float-2 8s ease-in-out infinite;
}
.coreinfo-primary .feature-card {
position: relative;
background: var(--surface-secondary);
border-radius: 16px;
padding: 2rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid transparent;
overflow: hidden;
}
.coreinfo-primary .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-300),
var(--primary-500),
var(--primary-700)
);
opacity: 0;
transition: opacity 0.4s ease;
}
.coreinfo-primary .feature-card:hover {
transform: translateY(-8px);
border-color: color-mix(in srgb, var(--primary-500) 30%, transparent);
box-shadow:
0 12px 24px color-mix(in srgb, var(--primary-500) 15%, transparent),
0 6px 12px color-mix(in srgb, var(--neutral-900) 8%, transparent);
}
.coreinfo-primary .feature-card:hover::before {
opacity: 1;
}
.coreinfo-primary .feature-card-inner {
position: relative;
z-index: 2;
}
.coreinfo-primary .icon-badge {
width: 64px;
height: 64px;
border-radius: 16px;
background: linear-gradient(
135deg,
var(--primary-300),
var(--primary-500)
);
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.4s ease;
}
.coreinfo-primary .feature-card:hover .icon-badge {
transform: scale(1.1) rotate(5deg);
}
.coreinfo-primary .icon-badge i {
font-size: 1.75rem;
color: var(--light);
}
.coreinfo-primary [id^="coreinfo-item-"][id$="-title"] {
color: var(--text-primary);
font-weight: 600;
line-height: 1.4;
margin-bottom: 1rem;
transition: color 0.3s ease;
}
.coreinfo-primary .feature-card:hover [id^="coreinfo-item-"][id$="-title"] {
color: var(--primary-500);
}
.coreinfo-primary [id^="coreinfo-item-"][id$="-desc"] {
color: var(--text-secondary);
font-size: 0.95rem;
line-height: 1.6;
}
.coreinfo-primary .card-decoration {
position: absolute;
bottom: -30px;
right: -30px;
width: 120px;
height: 120px;
border-radius: 50%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 8%, transparent),
transparent 70%
);
pointer-events: none;
transition: transform 0.4s ease;
}
.coreinfo-primary .feature-card:hover .card-decoration {
transform: scale(1.5);
}
.coreinfo-primary .background-decoration {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.coreinfo-primary .blob-shape {
position: absolute;
border-radius: 50%;
filter: blur(60px);
opacity: 0.05;
}
.coreinfo-primary .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
left: -100px;
animation: blob-float-1 20s ease-in-out infinite;
}
.coreinfo-primary .blob-2 {
width: 350px;
height: 350px;
background: var(--primary-700);
bottom: -100px;
right: -100px;
animation: blob-float-2 25s ease-in-out infinite;
}
.coreinfo-primary .gradient-line {
position: absolute;
top: 50%;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(
90deg,
transparent,
color-mix(in srgb, var(--primary-500) 15%, transparent) 50%,
transparent
);
transform: translateY(-50%);
}
@keyframes float-1 {
0%, 100% {
transform: translateY(0) translateX(0);
}
50% {
transform: translateY(-15px) translateX(10px);
}
}
@keyframes float-2 {
0%, 100% {
transform: translateY(0) translateX(0);
}
50% {
transform: translateY(-10px) translateX(-15px);
}
}
@keyframes blob-float-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(50px, -50px) scale(1.1);
}
66% {
transform: translate(-30px, 30px) scale(0.9);
}
}
@keyframes blob-float-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(-40px, 40px) scale(1.05);
}
66% {
transform: translate(40px, -40px) scale(0.95);
}
}
@media (max-width: 991.98px) {
.coreinfo-primary #coreinfo-title {
font-size: 2rem;
}
.coreinfo-primary #coreinfo-subtitle {
font-size: 1.5rem;
}
.coreinfo-primary .feature-card {
padding: 1.5rem;
}
.coreinfo-primary .icon-badge {
width: 56px;
height: 56px;
}
.coreinfo-primary .icon-badge i {
font-size: 1.5rem;
}
}
@media (max-width: 767.98px) {
.coreinfo-primary {
padding-top: 3rem;
padding-bottom: 3rem;
}
.coreinfo-primary #coreinfo-title {
font-size: 1.75rem;
}
.coreinfo-primary #coreinfo-subtitle {
font-size: 1.25rem;
}
.coreinfo-primary #coreinfo-desc {
font-size: 1rem;
}
.coreinfo-primary .feature-card {
padding: 1.25rem;
}
.coreinfo-primary .decorative-shapes {
height: 40px;
}
.coreinfo-primary .shape-circle-1,
.coreinfo-primary .shape-circle-2 {
width: 50px;
height: 50px;
}
}
@media (max-width: 575.98px) {
.coreinfo-primary #coreinfo-title {
font-size: 1.5rem;
}
.coreinfo-primary .feature-card:hover {
transform: translateY(-4px);
}
.coreinfo-primary .blob-1,
.coreinfo-primary .blob-2 {
width: 250px;
height: 250px;
}
}
@media (prefers-contrast: high) {
.coreinfo-primary .feature-card {
border-color: var(--neutral-300);
}
.coreinfo-primary .feature-card:hover {
border-color: var(--primary-500);
}
.coreinfo-primary .blob-shape {
display: none;
}
}
@media (prefers-reduced-motion: reduce) {
.coreinfo-primary .feature-card,
.coreinfo-primary .icon-badge,
.coreinfo-primary .card-decoration {
transition: none;
}
.coreinfo-primary .shape-circle,
.coreinfo-primary .blob-shape {
animation: none;
}
}
@media print {
.coreinfo-primary .decorative-shapes,
.coreinfo-primary .background-decoration,
.coreinfo-primary .card-decoration {
display: none;
}
.coreinfo-primary .feature-card {
break-inside: avoid;
border: 1px solid var(--neutral-300);
}
}
.leadgen-section-secondary {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.leadgen-section-secondary .decorative-accent {
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
margin: 0 auto;
box-shadow: 0 0 25px var(--primary-500);
animation: pulse-leadgen-v001 2.5s ease-in-out infinite;
}
@keyframes pulse-leadgen-v001 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.leadgen-section-secondary .leadgen-form-card {
background: var(--light);
border-radius: 28px;
padding: 3.5rem;
box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.1);
position: relative;
overflow: hidden;
border: 1px solid var(--neutral-100);
transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.leadgen-section-secondary .leadgen-form-card:hover {
transform: translateY(-6px);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.15);
}
.leadgen-section-secondary .decorative-shape-corner {
position: absolute;
top: -40px;
right: -40px;
width: 140px;
height: 140px;
background: linear-gradient(135deg, var(--primary-400), var(--primary-600));
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.12;
animation: rotate-leadgen-v001 25s linear infinite;
}
.leadgen-section-secondary .decorative-shape-gradient {
position: absolute;
bottom: -50px;
left: -50px;
width: 180px;
height: 180px;
background: linear-gradient(135deg, var(--primary-600), var(--primary-800));
border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
opacity: 0.1;
animation: rotate-leadgen-v001 30s linear infinite reverse;
}
@keyframes rotate-leadgen-v001 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 0.3s ease;
font-size: 1rem;
height: calc(3.5rem + 2px);
}
.leadgen-section-secondary .form-floating > label {
padding: 1.1rem 1.35rem;
color: var(--text-secondary);
font-weight: 500;
}
.leadgen-section-secondary .form-control:focus,
.leadgen-section-secondary .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 20%, transparent);
background: var(--light);
outline: none;
}
.leadgen-section-secondary .form-control:hover,
.leadgen-section-secondary .form-select:hover {
border-color: var(--neutral-200);
}
.leadgen-section-secondary textarea.form-control {
min-height: 150px;
resize: vertical;
}
.leadgen-section-secondary .form-check-input {
width: 1.3rem;
height: 1.3rem;
border: 2px solid var(--neutral-300);
border-radius: 7px;
cursor: pointer;
transition: all 0.3s ease;
}
.leadgen-section-secondary .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.leadgen-section-secondary .form-check-input:hover {
border-color: var(--primary-300);
}
.leadgen-section-secondary .form-check-label {
cursor: pointer;
user-select: none;
padding-left: 0.6rem;
line-height: 1.6;
}
.leadgen-section-secondary .btn-leadgen-submit {
background: linear-gradient(135deg, #3b82f6, #1d4ed8) !important;
color: var(--light) !important;
border: none;
border-radius: 14px;
font-weight: 600;
font-size: 1.15rem;
letter-spacing: 0.4px;
transition: all 0.4s ease;
box-shadow: 0 6px 20px rgba(59, 130, 246, 0.35);
position: relative;
overflow: hidden;
}
.leadgen-section-secondary .btn-leadgen-submit::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(var(--white-rgb), 0.25), transparent);
transition: left 0.6s ease;
}
.leadgen-section-secondary .btn-leadgen-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(59, 130, 246, 0.45);
}
.leadgen-section-secondary .btn-leadgen-submit:hover::before {
left: 100%;
}
.leadgen-section-secondary .btn-leadgen-submit:active {
transform: translateY(0);
box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}
.leadgen-section-secondary .decorative-blob-primary {
position: absolute;
top: 10%;
left: 5%;
width: 300px;
height: 300px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-300) 15%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(60px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-1 15s ease-in-out infinite;
}
.leadgen-section-secondary .decorative-blob-secondary {
position: absolute;
bottom: 15%;
right: 8%;
width: 250px;
height: 250px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-500) 12%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(50px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-2 18s ease-in-out infinite;
}
@keyframes float-blob-leadgen-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.95);
}
}
@keyframes float-blob-leadgen-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(-25px, 25px) scale(1.05);
}
66% {
transform: translate(20px, -20px) scale(0.98);
}
}
.leadgen-section-secondary .container > * {
position: relative;
z-index: 1;
}
@media (max-width: 991px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2.5rem;
}
}
@media (max-width: 767px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2rem;
border-radius: 20px;
}
.leadgen-section-secondary .btn-leadgen-submit {
font-size: 1.05rem;
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
padding: 1rem 1.15rem;
}
}
.leadgen-section-secondary .form-control:focus-visible,
.leadgen-section-secondary .form-select:focus-visible,
.leadgen-section-secondary .form-check-input:focus-visible {
outline: 3px solid var(--primary-500);
outline-offset: 2px;
}
.leadgen-section-secondary .btn-leadgen-submit:focus-visible {
outline: 3px solid var(--light);
outline-offset: 3px;
}
.leadgen-section-secondary .leadgen-field,
.leadgen-section-secondary .leadgen-field-dynamic {
animation: fadeInField 0.4s ease-out;
margin-bottom: 0;
}
@keyframes fadeInField {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control,
.leadgen-section-secondary .leadgen-form-dynamic .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 0.3s ease;
font-size: 1rem;
height: calc(3.5rem + 2px);
}
.leadgen-section-secondary .leadgen-form-dynamic .form-floating > label {
padding: 1.1rem 1.35rem;
color: var(--text-secondary);
font-weight: 500;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control:focus,
.leadgen-section-secondary .leadgen-form-dynamic .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 20%, transparent);
background: var(--light);
outline: none;
}
.leadgen-section-secondary .leadgen-form-dynamic textarea.form-control {
min-height: 120px;
resize: vertical;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-input {
width: 1.3rem;
height: 1.3rem;
border: 2px solid var(--neutral-300);
border-radius: 7px;
cursor: pointer;
transition: all 0.3s ease;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-label {
cursor: pointer;
user-select: none;
padding-left: 0.6rem;
line-height: 1.6;
}
.contact-section-standard {
padding: 100px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
position: relative;
}
.contact-section-standard .decorative-blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.15;
pointer-events: none;
z-index: 0;
}
.contact-section-standard .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-300);
top: -100px;
left: -150px;
}
.contact-section-standard .blob-2 {
width: 350px;
height: 350px;
background: var(--primary-500);
bottom: -80px;
right: -120px;
}
.contact-section-standard .decorative-circle {
position: absolute;
border: 2px solid var(--primary-300);
border-radius: 50%;
opacity: 0.2;
pointer-events: none;
z-index: 0;
}
.contact-section-standard .circle-1 {
width: 200px;
height: 200px;
top: 10%;
right: 15%;
}
.contact-section-standard .circle-2 {
width: 150px;
height: 150px;
bottom: 15%;
left: 10%;
}
.contact-section-standard .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.contact-section-standard .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.contact-section-standard .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.contact-section-standard .contact-form-wrapper {
background: var(--surface-primary);
padding: 50px;
border-radius: 20px;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
position: relative;
border: 1px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
}
.contact-section-standard .icon-decoration-grid {
position: absolute;
top: -20px;
right: -20px;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
opacity: 0.1;
}
.contact-section-standard .icon-decoration-grid i {
font-size: 2rem;
color: var(--primary-500);
}
.contact-section-standard .form-label {
font-weight: 600;
color: var(--text-primary);
margin-bottom: 0.5rem;
display: flex;
align-items: center;
font-size: 1rem;
}
.contact-section-standard .form-label i {
color: var(--primary-500);
}
.contact-section-standard .form-control {
border: 2px solid var(--neutral-100);
border-radius: 12px;
padding: 15px 20px;
font-size: 1rem;
color: var(--text-primary);
background: var(--surface-primary);
transition: all 0.3s ease;
}
.contact-section-standard .form-control:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
outline: none;
}
.contact-section-standard .form-control::placeholder {
color: var(--neutral-300);
}
.contact-section-standard textarea.form-control {
resize: vertical;
min-height: 140px;
}
.contact-section-standard .form-check-input {
width: 1.25rem;
height: 1.25rem;
border: 2px solid var(--neutral-300);
border-radius: 6px;
cursor: pointer;
}
.contact-section-standard .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.contact-section-standard .form-check-label {
color: var(--text-secondary);
font-size: 0.95rem;
line-height: 1.6;
cursor: pointer;
margin-left: 0.5rem;
}
.contact-section-standard .btn-submit {
background: linear-gradient(135deg, #2563eb, #0284c7) !important;
color: var(--light) !important;
border: none !important;
padding: 18px 40px !important;
border-radius: 12px !important;
font-size: 1.125rem !important;
font-weight: 600 !important;
transition: all 0.3s ease !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25) !important;
}
.contact-section-standard .btn-submit:hover {
transform: translateY(-3px) !important;
box-shadow: 0 12px 30px rgba(37, 99, 235, 0.35) !important;
}
.contact-section-standard .btn-submit:active {
transform: translateY(-1px) !important;
}
.contact-section-standard .btn-submit i {
font-size: 1rem !important;
}
.contact-section-standard .decorative-accent-line {
height: 4px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-300) 50%,
transparent 100%);
margin-top: 30px;
border-radius: 2px;
}
.contact-section-standard .contact-info-wrapper {
background: linear-gradient(135deg,
var(--primary-500) 0%,
color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%) 100%);
padding: 50px 40px;
border-radius: 20px;
position: relative;
overflow: hidden;
}
.contact-section-standard .info-decorative-shape {
position: absolute;
width: 300px;
height: 300px;
background: rgba(var(--white-rgb), 0.1);
border-radius: 50%;
top: -100px;
right: -100px;
pointer-events: none;
}
.contact-section-standard .contact-info-content {
position: relative;
z-index: 1;
}
.contact-section-standard .info-card {
background: rgba(var(--white-rgb), 0.15);
backdrop-filter: blur(10px);
padding: 30px;
border-radius: 16px;
margin-bottom: 25px;
display: flex;
gap: 20px;
align-items: flex-start;
border: 1px solid rgba(var(--white-rgb), 0.2);
transition: all 0.3s ease;
}
.contact-section-standard .info-card:hover {
background: rgba(var(--white-rgb), 0.25);
transform: translateX(5px);
}
.contact-section-standard .info-card:last-of-type {
margin-bottom: 35px;
}
.contact-section-standard .info-icon {
width: 60px;
height: 60px;
background: rgba(var(--white-rgb), 0.2);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.contact-section-standard .info-icon i {
font-size: 1.75rem;
color: var(--light);
}
.contact-section-standard .info-title {
font-size: 1.25rem;
font-weight: 700;
color: var(--light);
margin-bottom: 12px;
}
.contact-section-standard .info-details {
color: rgba(var(--white-rgb), 0.9);
font-size: 1rem;
line-height: 1.6;
}
.contact-section-standard .info-details p {
margin-bottom: 0.5rem;
}
.contact-section-standard .social-icons-decoration {
display: flex;
gap: 15px;
justify-content: center;
margin-top: 30px;
padding-top: 30px;
border-top: 1px solid rgba(var(--white-rgb), 0.2);
}
.contact-section-standard .social-icons-decoration i {
width: 45px;
height: 45px;
background: rgba(var(--white-rgb), 0.2);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.25rem;
color: var(--light);
transition: all 0.3s ease;
cursor: pointer;
}
.contact-section-standard .social-icons-decoration i:hover {
background: rgba(var(--white-rgb), 0.3);
transform: translateY(-3px);
}
.contact-section-standard .decorative-badge {
position: absolute;
bottom: 20px;
right: 20px;
width: 80px;
height: 80px;
background: rgba(var(--white-rgb), 0.1);
border-radius: 50%;
border: 3px solid rgba(var(--white-rgb), 0.2);
}
.contact-section-standard .bottom-decoration {
margin-top: 60px;
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}
.contact-section-standard .decoration-line {
flex: 1;
height: 2px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-300) 50%,
transparent 100%);
max-width: 200px;
}
.contact-section-standard .decoration-dots {
display: flex;
gap: 8px;
}
.contact-section-standard .decoration-dots span {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
display: block;
}
@media (max-width: 991.98px) {
.contact-section-standard {
padding: 80px 0;
}
.contact-section-standard .section-title {
font-size: 2.25rem;
}
.contact-section-standard .section-subtitle {
font-size: 1.25rem;
}
.contact-section-standard .contact-form-wrapper {
padding: 40px 30px;
margin-bottom: 30px;
}
.contact-section-standard .contact-info-wrapper {
padding: 40px 30px;
}
}
@media (max-width: 767.98px) {
.contact-section-standard {
padding: 60px 0;
}
.contact-section-standard .section-title {
font-size: 1.875rem;
}
.contact-section-standard .section-subtitle {
font-size: 1.125rem;
}
.contact-section-standard .section-description {
font-size: 1rem;
}
.contact-section-standard .contact-form-wrapper {
padding: 30px 20px;
}
.contact-section-standard .contact-info-wrapper {
padding: 30px 20px;
}
.contact-section-standard .info-card {
padding: 20px;
flex-direction: column;
text-align: center;
}
.contact-section-standard .info-icon {
margin: 0 auto;
}
.contact-section-standard .btn-submit {
padding: 16px 30px !important;
font-size: 1rem !important;
}
.contact-section-standard .blob-1,
.contact-section-standard .blob-2 {
display: none;
}
}
@media (max-width: 575.98px) {
.contact-section-standard .section-title {
font-size: 1.625rem;
}
.contact-section-standard .form-control {
padding: 12px 16px;
}
.contact-section-standard .social-icons-decoration i {
width: 40px;
height: 40px;
font-size: 1.125rem;
}
}
.blog-section-secondary {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
overflow: hidden;
}
.blog-section-secondary .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: 50%;
color: var(--light);
font-size: 1.5rem;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.1);
animation: pulse-badge 2s ease-in-out infinite;
}
@keyframes pulse-badge {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}
.blog-section-secondary .section-title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.blog-section-secondary .section-subtitle {
font-size: clamp(1.125rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-700);
line-height: 1.4;
}
.blog-section-secondary .section-description {
font-size: 1.0625rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.blog-section-secondary .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(90deg,
transparent,
var(--primary-500),
transparent);
border-radius: 2px;
}
.blog-section-secondary .blog-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 16px rgba(var(--black-rgb), 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
display: flex;
flex-direction: column;
}
.blog-section-secondary .blog-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.15);
}
.blog-section-secondary .blog-image-wrapper {
position: relative;
width: 100%;
height: 220px;
overflow: hidden;
background: linear-gradient(135deg,
var(--primary-100),
var(--primary-300));
}
.blog-section-secondary .blog-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-section-secondary .blog-card:hover .blog-image {
transform: scale(1.08);
}
.blog-section-secondary .blog-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg,
transparent 0%,
rgba(var(--black-rgb), 0.3) 100%);
display: flex;
align-items: flex-start;
justify-content: flex-end;
padding: 1rem;
opacity: 0;
transition: opacity 0.3s ease;
}
.blog-section-secondary .blog-card:hover .blog-overlay {
opacity: 1;
}
.blog-section-secondary .blog-category {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: var(--light);
color: var(--primary-700);
border-radius: 50%;
font-size: 1.125rem;
box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.15);
transform: translateY(-10px);
transition: transform 0.3s ease;
}
.blog-section-secondary .blog-card:hover .blog-category {
transform: translateY(0);
}
.blog-section-secondary .blog-content {
padding: 1.75rem 1.5rem 1.5rem;
flex: 1;
display: flex;
flex-direction: column;
}
.blog-section-secondary .blog-meta {
display: flex;
gap: 1rem;
align-items: center;
}
.blog-section-secondary .meta-item {
display: inline-flex;
align-items: center;
gap: 0.375rem;
font-size: 0.875rem;
color: var(--neutral-500);
}
.blog-section-secondary .meta-item i {
color: var(--primary-500);
font-size: 1rem;
}
.blog-section-secondary .blog-title {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.3;
transition: color 0.3s ease;
}
.blog-section-secondary .blog-card:hover .blog-title {
color: var(--primary-700);
}
.blog-section-secondary .blog-excerpt {
font-size: 0.9375rem;
color: var(--text-secondary);
line-height: 1.65;
flex: 1;
}
.blog-section-secondary .blog-link {
display: inline-flex;
align-items: center;
font-size: 1rem;
font-weight: 600;
color: var(--primary-700);
text-decoration: none;
transition: all 0.3s ease;
position: relative;
padding-bottom: 0.25rem;
}
.blog-section-secondary .blog-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--primary-700);
transition: width 0.3s ease;
}
.blog-section-secondary .blog-link:hover::after {
width: 100%;
}
.blog-section-secondary .blog-link i {
transition: transform 0.3s ease;
}
.blog-section-secondary .blog-link:hover i {
transform: translateX(4px);
}
.blog-section-secondary .blog-decoration {
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
}
.blog-section-secondary .decoration-shape {
position: absolute;
border-radius: 50%;
background: var(--primary-100);
opacity: 0.15;
transition: transform 0.6s ease;
}
.blog-section-secondary .decoration-shape.shape-1 {
width: 120px;
height: 120px;
bottom: -40px;
right: -40px;
}
.blog-section-secondary .decoration-shape.shape-2 {
width: 100px;
height: 100px;
bottom: -30px;
right: -30px;
}
.blog-section-secondary .decoration-shape.shape-3 {
width: 140px;
height: 140px;
bottom: -50px;
right: -50px;
}
.blog-section-secondary .blog-card:hover .decoration-shape {
transform: scale(1.2);
}
.blog-section-secondary .background-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.blog-section-secondary .decoration-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%,
transparent 70%);
animation: float-circle 20s ease-in-out infinite;
}
.blog-section-secondary .decoration-circle.circle-1 {
width: 300px;
height: 300px;
top: -100px;
right: -50px;
animation-delay: 0s;
}
.blog-section-secondary .decoration-circle.circle-2 {
width: 400px;
height: 400px;
bottom: -150px;
left: -100px;
animation-delay: 5s;
}
.blog-section-secondary .decoration-blob {
position: absolute;
width: 250px;
height: 250px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 15%, transparent 85%) 0%,
transparent 70%);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morph-blob 15s ease-in-out infinite;
}
.blog-section-secondary .decoration-blob.blob-1 {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@keyframes float-circle {
0%, 100% { transform: translateY(0) scale(1); }
50% { transform: translateY(-30px) scale(1.1); }
}
@keyframes morph-blob {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: translate(-50%, -50%) rotate(0deg);
}
50% {
border-radius: 70% 30% 50% 50% / 60% 40% 60% 40%;
transform: translate(-50%, -50%) rotate(180deg);
}
}
@media (max-width: 991.98px) {
.blog-section-secondary .blog-image-wrapper {
height: 200px;
}
.blog-section-secondary .section-title {
font-size: 2rem;
}
.blog-section-secondary .section-subtitle {
font-size: 1.25rem;
}
.blog-section-secondary .blog-title {
font-size: 1.25rem;
}
}
@media (max-width: 767.98px) {
.blog-section-secondary {
padding: 3rem 0;
}
.blog-section-secondary .decorative-badge {
width: 50px;
height: 50px;
font-size: 1.25rem;
}
.blog-section-secondary .blog-content {
padding: 1.5rem 1.25rem;
}
.blog-section-secondary .decoration-circle.circle-1 {
width: 200px;
height: 200px;
}
.blog-section-secondary .decoration-circle.circle-2 {
width: 250px;
height: 250px;
}
}
@media (max-width: 575.98px) {
.blog-section-secondary .blog-image-wrapper {
height: 180px;
}
.blog-section-secondary .section-description {
font-size: 0.9375rem;
}
.blog-section-secondary .blog-excerpt {
font-size: 0.875rem;
}
}
@media (prefers-contrast: high) {
.blog-section-secondary .blog-card {
border: 2px solid var(--neutral-300);
}
.blog-section-secondary .blog-link {
text-decoration: underline;
}
.blog-section-secondary .decoration-circle,
.blog-section-secondary .decoration-blob {
display: none;
}
}
@media print {
.blog-section-secondary {
background: white;
}
.blog-section-secondary .background-decorations,
.blog-section-secondary .blog-decoration {
display: none;
}
.blog-section-secondary .blog-card {
break-inside: avoid;
box-shadow: none;
border: 1px solid var(--neutral-300);
}
}
.faq-section-minimal {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.faq-section-minimal .decorative-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: color-mix(in srgb, var(--primary-500) 10%, var(--surface-primary));
border-radius: 16px;
transition: all 0.3s ease;
}
.faq-section-minimal .decorative-badge i {
font-size: 28px;
color: var(--primary-500);
}
.faq-section-minimal .section-title {
font-size: clamp(2rem, 5vw, 2.75rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.faq-section-minimal .section-subtitle {
font-size: clamp(1.25rem, 3vw, 1.5rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.3;
}
.faq-section-minimal .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.faq-section-minimal .faq-card {
background: var(--light);
border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
border-radius: 16px;
transition: all 0.3s ease;
overflow: hidden;
}
.faq-section-minimal .faq-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.08);
border-color: color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.faq-section-minimal .faq-card .card-header {
background: color-mix(in srgb, var(--primary-500) 5%, var(--light));
border-bottom: 2px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
padding: 1.75rem;
transition: all 0.3s ease;
}
.faq-section-minimal .faq-card:hover .card-header {
background: color-mix(in srgb, var(--primary-500) 8%, var(--light));
}
.faq-section-minimal .faq-icon-wrapper {
display: flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
min-width: 44px;
background: var(--primary-500);
border-radius: 12px;
transition: all 0.3s ease;
}
.faq-section-minimal .faq-card:hover .faq-icon-wrapper {
transform: scale(1.1) rotate(5deg);
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
}
.faq-section-minimal .faq-icon-wrapper i {
font-size: 20px;
color: var(--light);
}
.faq-section-minimal .faq-question {
font-size: 1.125rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.4;
}
.faq-section-minimal .faq-card .card-body {
padding: 1.75rem;
background: var(--light);
}
.faq-section-minimal .faq-answer {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
}
.faq-section-minimal .decorative-circle-1 {
position: absolute;
top: -100px;
right: -100px;
width: 300px;
height: 300px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 8%, transparent) 0%, transparent 70%);
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.faq-section-minimal .decorative-circle-2 {
position: absolute;
bottom: -120px;
left: -120px;
width: 400px;
height: 400px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 6%, transparent) 0%, transparent 70%);
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.faq-section-minimal .decorative-dots {
position: absolute;
top: 50%;
left: 5%;
width: 120px;
height: 120px;
background-image: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 15%, transparent) 2px, transparent 2px);
background-size: 20px 20px;
opacity: 0.3;
pointer-events: none;
z-index: 0;
}
.faq-section-minimal .container {
position: relative;
z-index: 1;
}
@media (max-width: 991.98px) {
.faq-section-minimal .section-title {
font-size: 2rem;
}
.faq-section-minimal .section-subtitle {
font-size: 1.25rem;
}
.faq-section-minimal .section-description {
font-size: 1rem;
}
.faq-section-minimal .faq-question {
font-size: 1rem;
}
.faq-section-minimal .faq-answer {
font-size: 0.9375rem;
}
.faq-section-minimal .faq-card .card-header,
.faq-section-minimal .faq-card .card-body {
padding: 1.25rem;
}
.faq-section-minimal .faq-icon-wrapper {
width: 38px;
height: 38px;
min-width: 38px;
}
.faq-section-minimal .faq-icon-wrapper i {
font-size: 18px;
}
}
@media (max-width: 575.98px) {
.faq-section-minimal .decorative-badge {
width: 50px;
height: 50px;
}
.faq-section-minimal .decorative-badge i {
font-size: 24px;
}
.faq-section-minimal .faq-card .card-header {
padding: 1rem;
}
.faq-section-minimal .faq-card .card-body {
padding: 1rem;
}
.faq-section-minimal .faq-icon-wrapper {
width: 36px;
height: 36px;
min-width: 36px;
}
.faq-section-minimal .faq-icon-wrapper i {
font-size: 16px;
}
.faq-section-minimal .faq-question {
font-size: 0.9375rem;
}
.faq-section-minimal .faq-answer {
font-size: 0.875rem;
}
}
@media print {
.faq-section-minimal .decorative-circle-1,
.faq-section-minimal .decorative-circle-2,
.faq-section-minimal .decorative-dots {
display: none;
}
.faq-section-minimal .faq-card {
break-inside: avoid;
page-break-inside: avoid;
}
}
@media (prefers-reduced-motion: reduce) {
.faq-section-minimal .faq-card,
.faq-section-minimal .faq-icon-wrapper,
.faq-section-minimal .decorative-badge {
transition: none;
}
.faq-section-minimal .faq-card:hover {
transform: none;
}
.faq-section-minimal .faq-card:hover .faq-icon-wrapper {
transform: none;
}
}
@media (prefers-contrast: high) {
.faq-section-minimal .faq-card {
border: 2px solid var(--neutral-700);
}
.faq-section-minimal .faq-card .card-header {
border-bottom: 3px solid var(--primary-500);
}
}
.footer-secondary {
position: relative;
overflow: hidden;
min-height: 600px;
padding: 0;
color: var(--light);
}
.footer-secondary .footer-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
),
url('assets/images/footer_bg.webp');
background-size: cover;
background-position: center;
background-attachment: fixed;
z-index: 1;
}
.footer-secondary .container {
position: relative;
z-index: 2;
}
.footer-secondary .footer-brand {
animation: fadeInUp 0.8s ease-out;
}
.footer-secondary .brand-name {
font-size: 1.75rem;
font-weight: 700;
color: var(--light);
margin-bottom: 1rem;
letter-spacing: -0.5px;
}
.footer-secondary .brand-description {
font-size: 0.95rem;
line-height: 1.7;
color: rgba(var(--white-rgb), 0.9);
margin-bottom: 0;
}
.footer-secondary .decorative-line {
width: 60px;
height: 3px;
background: linear-gradient(
90deg,
var(--primary-300),
transparent
);
border-radius: 2px;
}
.footer-secondary .footer-heading {
font-size: 1.1rem;
font-weight: 600;
color: var(--light);
text-transform: uppercase;
letter-spacing: 1px;
position: relative;
padding-bottom: 0.75rem;
}
.footer-secondary .footer-heading::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 40px;
height: 2px;
background: var(--primary-300);
}
.footer-secondary .footer-nav ul {
padding: 0;
margin: 0;
}
.footer-secondary .footer-link {
color: rgba(var(--white-rgb), 0.85);
text-decoration: none;
font-size: 0.9rem;
display: inline-flex;
align-items: center;
transition: all 0.3s ease;
position: relative;
}
.footer-secondary .footer-link:hover {
color: var(--light);
transform: translateX(5px);
}
.footer-secondary .footer-link i {
font-size: 0.85rem;
opacity: 0.7;
transition: opacity 0.3s ease;
}
.footer-secondary .footer-link:hover i {
opacity: 1;
}
.footer-secondary .contact-items {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.footer-secondary .contact-item {
display: flex;
align-items: flex-start;
gap: 0.5rem;
color: rgba(var(--white-rgb), 0.9);
font-size: 0.9rem;
line-height: 1.6;
}
.footer-secondary .contact-item i {
font-size: 1rem;
color: var(--primary-300);
margin-top: 0.2rem;
flex-shrink: 0;
}
.footer-secondary .contact-text {
color: rgba(var(--white-rgb), 0.9);
}
.footer-secondary .icon-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
margin-bottom: 2rem;
}
.footer-secondary .icon-item {
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
background: color-mix(in srgb, var(--primary-500) 20%, transparent);
border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
border-radius: 10px;
transition: all 0.3s ease;
}
.footer-secondary .icon-item i {
font-size: 1.5rem;
color: var(--primary-300);
transition: all 0.3s ease;
}
.footer-secondary .icon-item:hover {
background: color-mix(in srgb, var(--primary-500) 30%, transparent);
transform: translateY(-5px);
border-color: var(--primary-300);
}
.footer-secondary .icon-item:hover i {
color: var(--light);
transform: scale(1.1);
}
.footer-secondary .decorative-shapes {
position: relative;
height: 100px;
margin-top: 1rem;
}
.footer-secondary .shape {
position: absolute;
opacity: 0.2;
animation: float 6s ease-in-out infinite;
}
.footer-secondary .shape-circle {
width: 40px;
height: 40px;
background: var(--primary-300);
border-radius: 50%;
top: 0;
left: 20%;
}
.footer-secondary .shape-square {
width: 35px;
height: 35px;
background: var(--primary-500);
border-radius: 5px;
top: 30px;
right: 30%;
animation-delay: 2s;
}
.footer-secondary .shape-triangle {
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 35px solid var(--primary-300);
top: 50px;
right: 10%;
animation-delay: 4s;
}
.footer-secondary .footer-bottom {
border-top: 1px solid rgba(var(--white-rgb), 0.1);
margin-top: 2rem;
}
.footer-secondary .disclaimer-text {
font-size: 0.8rem;
line-height: 1.6;
color: rgba(var(--white-rgb), 0.7);
margin-bottom: 0;
}
.footer-secondary .copyright-text {
font-size: 0.85rem;
color: rgba(var(--white-rgb), 0.8);
margin-bottom: 0;
}
.bottom-accent-line {
width: 100%;
height: 1px;
background: linear-gradient(
90deg,
transparent,
var(--primary-300),
transparent
);
}
.footer-secondary .decorative-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
overflow: hidden;
}
.footer-secondary .floating-shape {
position: absolute;
background: color-mix(in srgb, var(--primary-300) 10%, transparent);
border-radius: 50%;
animation: floatAround 20s ease-in-out infinite;
}
.footer-secondary .floating-shape.shape-1 {
width: 200px;
height: 200px;
top: 10%;
left: 5%;
animation-duration: 25s;
}
.footer-secondary .floating-shape.shape-2 {
width: 150px;
height: 150px;
top: 60%;
right: 10%;
animation-duration: 30s;
animation-delay: 5s;
}
.footer-secondary .floating-shape.shape-3 {
width: 100px;
height: 100px;
bottom: 20%;
left: 40%;
animation-duration: 20s;
animation-delay: 10s;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-15px) rotate(5deg);
}
}
@keyframes floatAround {
0%, 100% {
transform: translate(0, 0) scale(1);
}
25% {
transform: translate(20px, -20px) scale(1.1);
}
50% {
transform: translate(-15px, 15px) scale(0.9);
}
75% {
transform: translate(15px, 10px) scale(1.05);
}
}
@media (max-width: 991px) {
.footer-secondary {
min-height: auto;
}
.footer-secondary .footer-background {
background-attachment: scroll;
}
.footer-secondary .brand-name {
font-size: 1.5rem;
}
.footer-secondary .icon-grid {
grid-template-columns: repeat(3, 1fr);
gap: 0.75rem;
}
.footer-secondary .icon-item {
width: 45px;
height: 45px;
}
.footer-secondary .decorative-shapes {
height: 80px;
}
.footer-secondary .floating-shape {
display: none;
}
}
@media (max-width: 767px) {
.footer-secondary {
padding: 0;
}
.footer-secondary .brand-name {
font-size: 1.25rem;
}
.footer-secondary .footer-heading {
font-size: 1rem;
margin-top: 2rem;
}
.footer-secondary .icon-grid {
grid-template-columns: repeat(3, 1fr);
gap: 0.5rem;
}
.footer-secondary .icon-item {
width: 40px;
height: 40px;
}
.footer-secondary .icon-item i {
font-size: 1.2rem;
}
.footer-secondary .footer-bottom {
text-align: center;
}
.footer-secondary .copyright-text {
text-align: center;
margin-top: 1rem;
}
.footer-secondary .decorative-shapes {
display: none;
}
}
@media (max-width: 575px) {
.footer-secondary .brand-name {
font-size: 1.1rem;
}
.brand-description,
.footer-link,
.footer-secondary .contact-text {
font-size: 0.85rem;
}
.footer-secondary .footer-heading {
font-size: 0.95rem;
}
.footer-secondary .icon-grid {
grid-template-columns: repeat(3, 1fr);
}
}