: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;
}
.main_font_primary {
font-family: var(--font-primary);
}
.ui_font_secondary {
font-family: var(--font-secondary);
}
.base_font_mono {
font-family: var(--font-mono);
}
.bold_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);
}
.pro_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);
}
.creative_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);
}
.smart_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);
}
.agency_heading_2 {
font-family: var(--font-secondary);
font-size: var(--text-3xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
}
.top_heading_3 {
font-family: var(--font-secondary);
font-size: var(--text-2xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
}
.web_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);
}
.business_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);
}
.digital_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);
}
.style_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);
}
.brand_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);
}
.unique_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);
}
.new_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);
}
.fresh_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);
}
.site_code_block {
font-family: var(--font-mono);
font-size: var(--text-sm);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
background-color: var(--bg-muted);
color: var(--text-primary);
padding: var(--space-4);
border-radius: var(--radius-md);
overflow-x: auto;
}
.container_hero_title {
font-family: var(--font-secondary);
font-size: var(--text-6xl);
font-weight: var(--font-extrabold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tighter);
color: var(--text-primary);
margin-bottom: var(--space-6);
}
.premium_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);
}
.section_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);
}
.minimal_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);
}
.studio_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;
}
.company_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);
}
.layout_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);
}
.prime_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);
}
.prime_nav_link:hover,
.prime_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.custom_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);
}
.theme_footer_text {
font-family: var(--font-primary);
font-size: var(--text-sm);
font-weight: var(--font-normal);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-muted);
}
@media (max-width: 768px) {
.container_hero_title {
font-size: var(--text-4xl);
}
.section_section_title {
font-size: var(--text-3xl);
}
.bold_display_1 {
font-size: var(--text-5xl);
}
.pro_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.container_hero_title {
font-size: var(--text-3xl);
}
.section_section_title {
font-size: var(--text-2xl);
}
.bold_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);
}
.light_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.best_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.bright_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.dark_text_balance {
text-wrap: balance;
}
.elite_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.prime_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.unique_caption,
.new_overline,
.theme_footer_text {
color: var(--text-secondary);
}
.premium_hero_subtitle,
.minimal_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.container_hero_title,
.section_section_title,
.smart_heading_1,
.agency_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.light_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;
}
}
.app_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.content_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.page_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.modern_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.design_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.core_stack {
display: flex;
flex-direction: column;
}
.page47_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.minimal86_full_height {
min-height: 100vh;
}
.clean76_section_height {
min-height: 80vh;
}
.company87_hero_height {
min-height: 90vh;
}
.digital23_m_0 { margin: 0; }
.custom42_m_1 { margin: var(--space-1); }
.creative7_m_2 { margin: var(--space-2); }
.design26_m_3 { margin: var(--space-3); }
.theme79_m_4 { margin: var(--space-4); }
.brand12_m_6 { margin: var(--space-6); }
.creative68_m_8 { margin: var(--space-8); }
.unique48_m_12 { margin: var(--space-12); }
.bold87_m_16 { margin: var(--space-16); }
.prime16_mx_auto { margin-left: auto; margin-right: auto; }
.premium79_my_auto { margin-top: auto; margin-bottom: auto; }
.smart55_mt_0 { margin-top: 0; }
.main4_mt_4 { margin-top: var(--space-4); }
.clean94_mt_8 { margin-top: var(--space-8); }
.container57_mt_12 { margin-top: var(--space-12); }
.prime18_mb_0 { margin-bottom: 0; }
.top96_mb_4 { margin-bottom: var(--space-4); }
.custom42_mb_8 { margin-bottom: var(--space-8); }
.design41_mb_12 { margin-bottom: var(--space-12); }
.core62_p_0 { padding: 0; }
.best33_p_1 { padding: var(--space-1); }
.best76_p_2 { padding: var(--space-2); }
.ui85_p_3 { padding: var(--space-3); }
.creative5_p_4 { padding: var(--space-4); }
.bright69_p_6 { padding: var(--space-6); }
.clean34_p_8 { padding: var(--space-8); }
.smart8_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.content71_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.bold93_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.prime25_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.business51_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.bold0_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.elite39_gap_1 { gap: var(--space-1); }
.creative53_gap_2 { gap: var(--space-2); }
.clean59_gap_3 { gap: var(--space-3); }
.smart61_gap_4 { gap: var(--space-4); }
.main95_gap_6 { gap: var(--space-6); }
.clean3_gap_8 { gap: var(--space-8); }
.style14_shadow_none { box-shadow: var(--shadow-none); }
.page63_shadow_xs { box-shadow: var(--shadow-xs); }
.page67_shadow_sm { box-shadow: var(--shadow-sm); }
.ui79_shadow_md { box-shadow: var(--shadow-md); }
.dark23_shadow_lg { box-shadow: var(--shadow-lg); }
.best95_shadow_xl { box-shadow: var(--shadow-xl); }
.studio61_shadow_2xl { box-shadow: var(--shadow-2xl); }
.fresh56_shadow_inner { box-shadow: var(--shadow-inner); }
.company38_shadow_colored { box-shadow: var(--shadow-colored); }
.studio47_radius_none { border-radius: var(--radius-none); }
.bold40_radius_xs { border-radius: var(--radius-xs); }
.design47_radius_sm { border-radius: var(--radius-sm); }
.agency10_radius_md { border-radius: var(--radius-md); }
.digital63_radius_lg { border-radius: var(--radius-lg); }
.minimal26_radius_xl { border-radius: var(--radius-xl); }
.bold30_radius_2xl { border-radius: var(--radius-2xl); }
.business81_radius_3xl { border-radius: var(--radius-3xl); }
.smart60_radius_full { border-radius: var(--radius-full); }
.new90_gradient_primary {
background: var(--gradient-primary);
}
.container49_gradient_secondary {
background: var(--gradient-secondary);
}
.web36_gradient_hero {
background: var(--gradient-hero);
}
.dark51_gradient_card {
background: var(--gradient-card);
}
.minimal93_gradient_overlay {
position: relative;
}
.minimal93_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;
}
.minimal93_gradient_overlay > * {
position: relative;
z-index: 2;
}
.container73_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.container73_hover_lift:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.agency25_hover_scale {
transition: transform var(--transition-normal);
}
.agency25_hover_scale:hover {
transform: scale(1.02);
}
.core91_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.core91_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.digital12_hover_fade {
transition: opacity var(--transition-normal);
}
.digital12_hover_fade:hover {
opacity: var(--opacity-loading);
}
.section87_focus_ring {
transition: box-shadow var(--transition-fast);
}
.section87_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.page67_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.modern54_hero_content {
position: relative;
z-index: 2;
}
.best53_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.style57_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.business10_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.company1_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.light21_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: var(--space-6);
}
.studio49_timeline {
position: relative;
}
.studio49_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.business31_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.business31_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.business31_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.brand35_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.site45_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;
}
}
.design80_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;
}
}
.web31_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;
}
}
.prime90_transition_all {
transition: var(--transition-all);
}
.site53_transition_fast {
transition: all var(--transition-fast);
}
.theme3_transition_normal {
transition: all var(--transition-normal);
}
.top3_transition_slow {
transition: all var(--transition-slow);
}
.light75_bg_primary { background-color: var(--bg-primary); }
.new66_bg_secondary { background-color: var(--bg-secondary); }
.design26_bg_muted { background-color: var(--bg-muted); }
.digital22_bg_glass { background-color: var(--bg-glass); }
.section9_text_primary { color: var(--text-primary); }
.web89_text_secondary { color: var(--text-secondary); }
.prime43_text_muted { color: var(--text-muted); }
.app78_text_inverse { color: var(--text-inverse); }
.brand77_text_link { color: var(--text-link); }
.ui32_border_light { border-color: var(--border-light); }
.top45_border_medium { border-color: var(--border-medium); }
.fresh54_border_strong { border-color: var(--border-strong); }
.container44_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 768px) {
.best53_services_grid,
.business10_features_grid,
.style57_team_grid,
.light21_pricing_grid {
grid-template-columns: 1fr;
}
.company1_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.studio49_timeline::before {
left: 30px;
}
.business31_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.clean76_section_height {
min-height: 60vh;
}
.company87_hero_height {
min-height: 70vh;
}
}
@media (max-width: 480px) {
.company1_gallery_grid {
grid-template-columns: 1fr;
}
.business31_timeline_item {
padding-left: var(--space-12) !important;
}
}
.page64_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;
}
.web86_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.smart64_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);
}
.smart64_skip_link:focus {
top: 6px;
}
@media print {
.new38_no_print {
display: none !important;
}
.modern21_print_only {
display: block !important;
}
.page63_shadow_xs,
.page67_shadow_sm,
.ui79_shadow_md,
.dark23_shadow_lg,
.best95_shadow_xl,
.studio61_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) {
.brand35_fade_in,
.site45_slide_up,
.design80_slide_in_left,
.web31_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.container73_hover_lift,
.agency25_hover_scale,
.core91_hover_shadow,
.digital12_hover_fade,
.prime90_transition_all,
.site53_transition_fast,
.theme3_transition_normal,
.top3_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
.header-bold {
background: var(--surface-primary);
box-shadow: 0 2px 12px rgba(var(--black-rgb), 0.04);
position: sticky;
top: 0;
z-index: 1000;
transition: all 0.3s ease;
}
.header-bold .navbar {
padding: 1rem 0;
position: relative;
}
.header-bold .container {
position: relative;
}
.header-bold .navbar-brand {
font-size: 1.125rem;
font-weight: 700;
color: var(--primary-700);
text-decoration: none;
letter-spacing: -0.5px;
transition: all 0.3s ease;
position: relative;
z-index: 10005;
}
.header-bold .navbar-brand:hover {
color: var(--primary-500);
transform: translateY(-1px);
}
.header-bold .menu-checkbox {
display: none;
}
.header-bold .hamburger-toggle {
display: none;
flex-direction: column;
justify-content: space-between;
width: 30px;
height: 24px;
cursor: pointer;
position: relative;
z-index: 10003;
padding: 0;
background: transparent;
border: none;
}
.header-bold .hamburger-line {
width: 100%;
height: 3px;
background: #334155;
border-radius: 3px;
transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transform-origin: center;
}
.header-bold .menu-checkbox:checked + .hamburger-toggle .hamburger-line:nth-child(1) {
transform: translateY(10.5px) rotate(45deg);
}
.header-bold .menu-checkbox:checked + .hamburger-toggle .hamburger-line:nth-child(2) {
opacity: 0;
transform: translateX(-20px);
}
.header-bold .menu-checkbox:checked + .hamburger-toggle .hamburger-line:nth-child(3) {
transform: translateY(-10.5px) rotate(-45deg);
}
.header-bold .navbar-nav {
display: flex;
align-items: center;
gap: 0.5rem;
}
.header-bold .nav-link {
color: var(--text-primary);
font-size: 0.75rem;
font-weight: 500;
padding: 0.5rem 1rem;
margin: 0;
text-decoration: none;
position: relative;
transition: all 0.3s ease;
}
.header-bold .nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 2px;
background: var(--primary-500);
transition: all 0.3s ease;
transform: translateX(-50%);
}
.header-bold .nav-link:hover {
color: var(--primary-500);
}
.header-bold .nav-link:hover::after {
width: 80%;
}
.header-bold .header-decoration {
position: absolute;
top: -10px;
right: 100px;
pointer-events: none;
z-index: 1;
}
.header-bold .decorative-dot {
width: 8px;
height: 8px;
background: var(--primary-300);
border-radius: 50%;
position: absolute;
top: 20px;
right: 0;
animation: float-v143 3s ease-in-out infinite;
}
.header-bold .decorative-circle {
width: 40px;
height: 40px;
border: 2px solid var(--primary-100);
border-radius: 50%;
position: absolute;
top: 5px;
right: -30px;
opacity: 0.5;
}
@keyframes float-v143 {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}
.header-bold .menu-backdrop {
display: none;
}
@media (max-width: 991.98px) {
.header-bold .hamburger-toggle {
display: flex;
}
.header-bold .navbar-collapse {
position: fixed;
top: 0;
right: -100%;
width: 280px;
height: 100vh;
background: var(--surface-primary);
transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
z-index: 10;
box-shadow: -5px 0 25px rgba(var(--black-rgb), 0.1);
}
.header-bold .menu-checkbox:checked ~ .navbar-collapse {
right: 0;
}
.header-bold .menu-backdrop {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(var(--black-rgb), 0.5);
backdrop-filter: blur(4px);
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
z-index: -1;
}
.header-bold .menu-checkbox:checked ~ .navbar-collapse .menu-backdrop {
opacity: 1;
visibility: visible;
}
.header-bold .navbar-nav {
flex-direction: column;
align-items: flex-start;
gap: 0;
padding: 80px 2rem 2rem;
height: 100%;
}
.header-bold .nav-item {
width: 100%;
opacity: 0;
transform: translateX(50px);
animation: none;
}
.header-bold .menu-checkbox:checked ~ .navbar-collapse .nav-item {
animation: slideInRight-v143 0.5s ease forwards;
}
.header-bold .menu-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(1) {
animation-delay: 0.1s;
}
.header-bold .menu-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(2) {
animation-delay: 0.2s;
}
.header-bold .menu-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(3) {
animation-delay: 0.3s;
}
.header-bold .menu-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(4) {
animation-delay: 0.4s;
}
@keyframes slideInRight-v143 {
to {
opacity: 1;
transform: translateX(0);
}
}
.header-bold .nav-link {
width: 100%;
padding: 1rem 0;
font-size: 1.125rem;
border-bottom: 1px solid var(--neutral-100);
}
.header-bold .nav-link::after {
display: none;
}
.header-bold .header-decoration {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.header-bold .navbar-collapse {
width: 320px;
}
.header-bold .navbar-nav {
padding: 100px 2.5rem 2rem;
}
}
@media (max-width: 575.98px) {
.header-bold .navbar-brand {
font-size: 0.875rem;
}
.header-bold .navbar-collapse {
width: 260px;
}
.header-bold .navbar-nav {
padding: 70px 1.5rem 1.5rem;
}
.header-bold .nav-link {
font-size: 0.875rem;
padding: 0.875rem 0;
}
}
@media (min-width: 1400px) {
.header-bold .navbar-brand {
font-size: 1.125rem;
}
.header-bold .nav-link {
font-size: 1.0625rem;
padding: 0.5rem 1.25rem;
}
.header-bold .decorative-circle {
width: 50px;
height: 50px;
}
}
.hero-secondary {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
position: relative;
padding: 2rem 0;
}
.hero-secondary .hero-decoration-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
pointer-events: none;
z-index: 0;
}
.hero-secondary .decoration-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
transparent
);
animation: float-animation 20s ease-in-out infinite;
}
.hero-secondary .decoration-circle-1 {
width: 400px;
height: 400px;
top: -150px;
right: -100px;
animation-delay: 0s;
}
.hero-secondary .decoration-circle-2 {
width: 300px;
height: 300px;
bottom: -100px;
left: -80px;
animation-delay: 5s;
}
.hero-secondary .decoration-blob {
position: absolute;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
color-mix(in srgb, var(--primary-500) 10%, transparent 90%)
);
animation: blob-animation 25s ease-in-out infinite;
}
.hero-secondary .decoration-blob-1 {
width: 500px;
height: 500px;
top: 20%;
left: 10%;
animation-delay: 3s;
}
@keyframes float-animation {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.05);
}
66% {
transform: translate(-20px, 20px) scale(0.95);
}
}
@keyframes blob-animation {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: rotate(0deg);
}
50% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
transform: rotate(180deg);
}
}
.hero-secondary .hero-content {
position: relative;
z-index: 2;
}
.hero-secondary .hero-badge {
display: flex;
align-items: center;
gap: 0.75rem;
margin-bottom: 1.5rem;
}
.badge-dot {
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
display: inline-block;
animation: pulse-dot 2s ease-in-out infinite;
}
.badge-line {
width: 60px;
height: 3px;
background: linear-gradient(90deg,
var(--primary-500),
color-mix(in srgb, var(--primary-300) 50%, transparent 50%)
);
border-radius: 2px;
}
@keyframes pulse-dot {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.2);
opacity: 0.8;
}
}
.hero-secondary .hero-title {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 800;
line-height: 1.2;
color: var(--text-primary);
letter-spacing: -0.02em;
}
.hero-secondary .hero-subtitle {
font-size: clamp(1.25rem, 3vw, 1.75rem);
font-weight: 600;
line-height: 1.4;
color: var(--primary-700);
}
.hero-secondary .hero-description {
font-size: clamp(1rem, 2vw, 1.125rem);
line-height: 1.7;
color: var(--text-secondary);
max-width: 600px;
}
.hero-secondary .hero-icon-row {
flex-wrap: wrap;
}
.hero-secondary .icon-wrapper {
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
border-radius: 12px;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.05);
}
.hero-secondary .icon-wrapper i {
font-size: 1.5rem;
color: var(--primary-500);
transition: all 0.3s ease;
}
.hero-secondary .icon-wrapper:hover {
transform: translateY(-5px);
border-color: var(--primary-500);
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.1);
}
.hero-secondary .icon-wrapper:hover i {
color: var(--primary-700);
transform: scale(1.1);
}
.hero-secondary .hero-image-wrapper {
position: relative;
z-index: 2;
}
.hero-secondary .hero-image-container {
position: relative;
border-radius: 24px;
overflow: hidden;
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.15);
background: var(--surface-primary);
}
.hero-secondary .hero-main-image {
width: 100%;
height: auto;
display: block;
transition: transform 0.5s ease;
}
.hero-secondary .hero-image-container:hover .hero-main-image {
transform: scale(1.05);
}
.image-frame-top,
.hero-secondary .image-frame-bottom {
position: absolute;
width: 80%;
height: 80%;
border: 3px solid var(--primary-300);
border-radius: 24px;
z-index: -1;
}
.hero-secondary .image-frame-top {
top: -20px;
right: -20px;
border-left: none;
border-bottom: none;
}
.hero-secondary .image-frame-bottom {
bottom: -20px;
left: -20px;
border-right: none;
border-top: none;
}
.hero-secondary .floating-icon {
position: absolute;
width: 60px;
height: 60px;
background: var(--surface-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
border: 3px solid var(--primary-300);
z-index: 3;
}
.hero-secondary .floating-icon i {
font-size: 1.75rem;
color: var(--primary-500);
}
.hero-secondary .floating-icon-1 {
top: 10%;
right: -10px;
animation: float-icon 3s ease-in-out infinite;
}
.hero-secondary .floating-icon-2 {
bottom: 20%;
left: -10px;
animation: float-icon 4s ease-in-out infinite;
animation-delay: 1s;
}
.hero-secondary .floating-icon-3 {
top: 50%;
right: -20px;
animation: float-icon 3.5s ease-in-out infinite;
animation-delay: 2s;
}
@keyframes float-icon {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
}
.hero-secondary .shape-accent {
position: absolute;
border-radius: 50%;
z-index: -1;
}
.hero-secondary .shape-accent-1 {
width: 120px;
height: 120px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 30%, transparent 70%),
transparent
);
top: -30px;
left: -30px;
animation: pulse-shape 4s ease-in-out infinite;
}
.hero-secondary .shape-accent-2 {
width: 100px;
height: 100px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 25%, transparent 75%),
transparent
);
bottom: -20px;
right: 10%;
animation: pulse-shape 5s ease-in-out infinite;
animation-delay: 2s;
}
@keyframes pulse-shape {
0%, 100% {
transform: scale(1);
opacity: 0.6;
}
50% {
transform: scale(1.3);
opacity: 0.3;
}
}
.hero-secondary .hero-wave-decoration {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100px;
background: linear-gradient(180deg,
transparent,
color-mix(in srgb, var(--primary-50) 20%, transparent 80%)
);
z-index: 1;
}
@media (max-width: 991.98px) {
.hero-secondary {
padding: 1rem 0;
}
.hero-secondary .hero-title {
font-size: 2.25rem;
}
.hero-secondary .hero-subtitle {
font-size: 1.5rem;
}
.hero-secondary .hero-description {
font-size: 1rem;
}
.hero-secondary .hero-image-wrapper {
margin-top: 3rem;
}
.hero-secondary .floating-icon {
width: 50px;
height: 50px;
}
.hero-secondary .floating-icon i {
font-size: 1.5rem;
}
.hero-secondary .decoration-circle-1 {
width: 300px;
height: 300px;
}
.hero-secondary .decoration-circle-2 {
width: 200px;
height: 200px;
}
}
@media (max-width: 767.98px) {
.hero-secondary .hero-title {
font-size: 2rem;
}
.hero-secondary .hero-subtitle {
font-size: 1.25rem;
}
.hero-secondary .icon-wrapper {
width: 48px;
height: 48px;
}
.hero-secondary .icon-wrapper i {
font-size: 1.25rem;
}
.hero-secondary .floating-icon-3 {
display: none;
}
.image-frame-top,
.hero-secondary .image-frame-bottom {
display: none;
}
}
@media (max-width: 575.98px) {
.hero-secondary .hero-icon-row {
gap: 0.75rem !important;
}
.hero-secondary .floating-icon-2 {
display: none;
}
.hero-secondary .decoration-blob-1 {
width: 300px;
height: 300px;
}
}
@media (prefers-reduced-motion: reduce) {
.decoration-circle,
.decoration-blob,
.badge-dot,
.floating-icon,
.shape-accent,
.hero-secondary .hero-main-image {
animation: none;
}
.icon-wrapper:hover,
.hero-secondary .hero-image-container:hover .hero-main-image {
transform: none;
}
}
@media (prefers-contrast: high) {
.hero-title,
.hero-subtitle,
.hero-secondary .hero-description {
color: var(--text-primary);
}
.hero-secondary .icon-wrapper {
border-width: 3px;
}
.hero-secondary .floating-icon {
border-width: 4px;
}
}
.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-bold {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, white 70%) 100%);
}
.about-section-bold .bg-decoration {
position: absolute;
top: 0;
right: 0;
width: 600px;
height: 600px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-100) 40%, transparent 60%) 0%, transparent 70%);
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.about-section-bold .container {
position: relative;
z-index: 1;
}
.about-section-bold .about-content {
padding: 2rem 0;
}
.about-section-bold #about-subtitle {
color: var(--primary-500);
font-size: 0.875rem;
letter-spacing: 2px;
font-weight: 600;
}
.about-section-bold #about-title {
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1.5rem;
}
.about-section-bold #about-desc {
color: var(--text-secondary);
font-size: 1.125rem;
line-height: 1.8;
}
.about-section-bold .features-grid {
margin-top: 2rem;
}
.about-section-bold .feature-item {
transition: transform 0.3s ease;
}
.about-section-bold .feature-item:hover {
transform: translateX(8px);
}
.about-section-bold .feature-icon {
width: 48px;
height: 48px;
min-width: 48px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 1.5rem;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
transition: all 0.3s ease;
}
.about-section-bold .feature-item:hover .feature-icon {
transform: scale(1.1);
box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.about-section-bold .feature-content h3 {
color: var(--text-primary);
font-size: 1.125rem;
}
.about-section-bold .feature-content p {
color: var(--text-secondary);
line-height: 1.6;
font-size: 0.95rem;
}
.about-section-bold .image-gallery-wrapper {
padding: 2rem 0;
}
.about-section-bold .image-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.5rem;
position: relative;
z-index: 2;
}
.about-section-bold .large-image {
grid-column: 1 / 2;
grid-row: 1 / 3;
}
.about-section-bold .image-stack {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.about-section-bold .image-item {
position: relative;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 10px 40px color-mix(in srgb, var(--neutral-900) 15%, transparent 85%);
transition: all 0.4s ease;
}
.about-section-bold .image-item:hover {
transform: translateY(-8px) scale(1.02);
box-shadow: 0 20px 60px color-mix(in srgb, var(--neutral-900) 25%, transparent 75%);
}
.about-section-bold .image-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.6s ease;
}
.about-section-bold .large-image img {
min-height: 500px;
}
.about-section-bold .small-image img {
min-height: 235px;
}
.about-section-bold .image-item:hover img {
transform: scale(1.1);
}
.about-section-bold .image-overlay {
position: absolute;
inset: 0;
background: linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--primary-700) 30%, transparent 70%) 100%);
opacity: 0;
transition: opacity 0.4s ease;
pointer-events: none;
}
.about-section-bold .image-item:hover .image-overlay {
opacity: 1;
}
.about-section-bold .decorative-blob {
position: absolute;
border-radius: 50%;
filter: blur(60px);
opacity: 0.6;
pointer-events: none;
z-index: 1;
}
.about-section-bold .blob-1 {
width: 300px;
height: 300px;
background: color-mix(in srgb, var(--primary-300) 40%, transparent 60%);
top: -100px;
right: -100px;
animation: float 8s ease-in-out infinite;
}
.about-section-bold .blob-2 {
width: 250px;
height: 250px;
background: color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
bottom: -80px;
left: -80px;
animation: float 10s ease-in-out infinite reverse;
}
.about-section-bold .floating-icon {
position: absolute;
top: 20px;
right: 20px;
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 1.5rem;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
z-index: 3;
animation: pulse 3s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-30px) rotate(5deg);
}
}
@keyframes pulse {
0%, 100% {
transform: scale(1);
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
50% {
transform: scale(1.1);
box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
}
}
@media (max-width: 991.98px) {
.about-section-bold .about-content {
padding: 1rem 0;
margin-bottom: 2rem;
}
.about-section-bold #about-title {
font-size: 2.5rem;
}
.about-section-bold .image-grid {
grid-template-columns: 1fr;
}
.about-section-bold .large-image {
grid-column: 1;
grid-row: auto;
}
.about-section-bold .large-image img {
min-height: 350px;
}
.about-section-bold .small-image img {
min-height: 250px;
}
}
@media (max-width: 767.98px) {
.about-section-bold #about-title {
font-size: 2rem;
}
.about-section-bold #about-desc {
font-size: 1rem;
}
.about-section-bold .feature-icon {
width: 40px;
height: 40px;
min-width: 40px;
font-size: 1.25rem;
}
.about-section-bold .feature-content h3 {
font-size: 1rem;
}
.about-section-bold .feature-content p {
font-size: 0.875rem;
}
.about-section-bold .large-image img {
min-height: 300px;
}
.about-section-bold .small-image img {
min-height: 200px;
}
.about-section-bold .floating-icon {
width: 50px;
height: 50px;
font-size: 1.25rem;
}
.about-section-bold .bg-decoration {
width: 400px;
height: 400px;
}
}
@media (max-width: 575.98px) {
.about-section-bold .image-stack {
gap: 1rem;
}
.about-section-bold .image-grid {
gap: 1rem;
}
.about-section-bold .feature-item {
margin-bottom: 1.5rem !important;
}
}
.features-section-pro {
position: relative;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-50) 80%, white 20%) 0%,
white 50%,
color-mix(in srgb, var(--primary-50) 60%, white 40%) 100%
);
overflow: hidden;
}
.features-section-pro .section-header {
position: relative;
z-index: 2;
}
.features-section-pro #features-title {
color: var(--text-primary);
letter-spacing: -0.02em;
line-height: 1.2;
font-weight: 700;
}
.features-section-pro #features-subtitle {
color: color-mix(in srgb, var(--primary-500) 70%, var(--primary-700) 30%);
font-weight: 600;
line-height: 1.4;
}
.features-section-pro #features-desc {
color: var(--text-secondary);
line-height: 1.8;
max-width: 100%;
}
.features-section-pro .feature-card {
background: white;
border-radius: 16px;
padding: 2rem;
position: relative;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
box-shadow: 0 4px 16px rgba(var(--black-rgb), 0.04);
overflow: hidden;
}
.features-section-pro .feature-card:hover {
transform: translateY(-8px);
box-shadow: 0 16px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.features-section-pro .feature-icon-wrapper {
position: relative;
width: 72px;
height: 72px;
margin-bottom: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
}
.features-section-pro .icon-background {
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
var(--primary-100) 0%,
color-mix(in srgb, var(--primary-100) 70%, var(--primary-300) 30%) 100%
);
border-radius: 16px;
transition: all 0.4s ease;
transform: rotate(0deg);
}
.features-section-pro .feature-card:hover .icon-background {
transform: rotate(12deg) scale(1.1);
background: linear-gradient(
135deg,
var(--primary-300) 0%,
var(--primary-500) 100%
);
}
.features-section-pro .feature-icon {
font-size: 2rem;
color: var(--primary-500);
position: relative;
z-index: 1;
transition: all 0.4s ease;
}
.features-section-pro .feature-card:hover .feature-icon {
color: white;
transform: scale(1.1);
}
.features-section-pro .feature-content {
position: relative;
z-index: 2;
}
.features-section-pro .feature-card h4[id^="features-item"] {
color: var(--text-primary);
font-weight: 600;
transition: color 0.3s ease;
line-height: 1.4;
}
.features-section-pro .feature-card:hover h4[id^="features-item"] {
color: var(--primary-700);
}
.features-section-pro .feature-card p[id$="-desc"] {
color: var(--text-secondary);
font-size: 0.95rem;
line-height: 1.7;
}
.features-section-pro .feature-decoration {
position: absolute;
bottom: 0;
right: 0;
width: 100px;
height: 100px;
background: radial-gradient(
circle at center,
color-mix(in srgb, var(--primary-100) 30%, transparent 70%) 0%,
transparent 70%
);
border-radius: 50%;
transform: translate(40%, 40%);
transition: all 0.4s ease;
pointer-events: none;
}
.features-section-pro .feature-card:hover .feature-decoration {
transform: translate(30%, 30%) scale(1.3);
background: radial-gradient(
circle at center,
color-mix(in srgb, var(--primary-300) 40%, transparent 60%) 0%,
transparent 70%
);
}
.features-section-pro .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.features-section-pro .shape-circle {
position: absolute;
border-radius: 50%;
opacity: 0.15;
}
.features-section-pro .shape-1 {
width: 300px;
height: 300px;
background: radial-gradient(
circle at center,
var(--primary-300) 0%,
transparent 70%
);
top: -100px;
right: -50px;
animation: float-shape 20s ease-in-out infinite;
}
.features-section-pro .shape-2 {
width: 200px;
height: 200px;
background: radial-gradient(
circle at center,
var(--primary-500) 0%,
transparent 70%
);
bottom: -50px;
left: -50px;
animation: float-shape 15s ease-in-out infinite reverse;
}
.features-section-pro .shape-blob {
position: absolute;
width: 400px;
height: 400px;
background: radial-gradient(
ellipse at center,
color-mix(in srgb, var(--primary-100) 40%, transparent 60%) 0%,
transparent 70%
);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morph-blob 12s ease-in-out infinite;
opacity: 0.2;
}
@keyframes float-shape {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
@keyframes morph-blob {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: translate(-50%, -50%) rotate(0deg);
}
50% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
transform: translate(-50%, -50%) rotate(180deg);
}
}
@media (max-width: 991.98px) {
.features-section-pro #features-title {
font-size: 2.5rem;
}
.features-section-pro .feature-card {
padding: 1.75rem;
}
.features-section-pro .feature-icon-wrapper {
width: 64px;
height: 64px;
}
.features-section-pro .feature-icon {
font-size: 1.75rem;
}
}
@media (max-width: 767.98px) {
.features-section-pro {
padding-top: 3rem;
padding-bottom: 3rem;
}
.features-section-pro #features-title {
font-size: 2rem;
}
.features-section-pro #features-subtitle {
font-size: 1.25rem;
}
.features-section-pro #features-desc {
font-size: 1rem;
}
.features-section-pro .feature-card {
padding: 1.5rem;
}
.features-section-pro .shape-1,
.features-section-pro .shape-2 {
width: 200px;
height: 200px;
}
.features-section-pro .shape-blob {
width: 300px;
height: 300px;
}
}
@media (max-width: 575.98px) {
.features-section-pro #features-title {
font-size: 1.75rem;
}
.features-section-pro .feature-icon-wrapper {
width: 56px;
height: 56px;
}
.features-section-pro .feature-icon {
font-size: 1.5rem;
}
.features-section-pro .feature-card h4[id^="features-item"] {
font-size: 1.125rem;
}
}
@media (prefers-contrast: high) {
.features-section-pro .feature-card {
border: 2px solid var(--neutral-300);
}
.features-section-pro .feature-card:hover {
border-color: var(--primary-700);
}
.features-section-pro .icon-background {
background: var(--primary-300);
}
}
@media (prefers-reduced-motion: reduce) {
.features-section-pro .feature-card,
.features-section-pro .feature-icon,
.features-section-pro .icon-background,
.features-section-pro .feature-decoration {
transition: none;
}
.features-section-pro .shape-1,
.features-section-pro .shape-2,
.features-section-pro .shape-blob {
animation: none;
}
}
@media print {
.features-section-pro {
background: white;
}
.features-section-pro .decorative-shapes {
display: none;
}
.features-section-pro .feature-card {
break-inside: avoid;
box-shadow: none;
border: 1px solid var(--neutral-300);
}
}
.services-section-alt {
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.services-section-alt .section-header {
position: relative;
z-index: 2;
}
.services-section-alt #services-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
}
.services-section-alt #services-subtitle {
color: var(--primary-500);
font-weight: 500;
}
.services-section-alt #services-desc {
color: var(--text-secondary);
line-height: 1.7;
}
.services-section-alt .decorative-dots {
display: flex;
gap: 0.5rem;
justify-content: center;
margin-top: 2rem;
}
.services-section-alt .decorative-dots .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
display: inline-block;
animation: pulse-dot 2s ease-in-out infinite;
}
.services-section-alt .decorative-dots .dot:nth-child(2) {
animation-delay: 0.3s;
background: var(--primary-300);
}
.services-section-alt .decorative-dots .dot:nth-child(3) {
animation-delay: 0.6s;
background: var(--primary-700);
}
@keyframes pulse-dot {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.services-section-alt .service-card {
background: var(--surface-secondary);
border-radius: 16px;
padding: 2.5rem 2rem;
position: relative;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
box-shadow: 0 4px 6px rgba(var(--black-rgb), 0.05);
}
.services-section-alt .service-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.1);
border-color: var(--primary-500);
}
.services-section-alt .service-icon-wrapper {
width: 80px;
height: 80px;
position: relative;
margin-bottom: 1.5rem;
}
.services-section-alt .service-icon-wrapper i {
font-size: 2.5rem;
color: var(--primary-500);
position: relative;
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.services-section-alt .service-icon-wrapper .icon-bg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border-radius: 20px;
transition: all 0.4s ease;
}
.services-section-alt .service-card:hover .service-icon-wrapper .icon-bg {
transform: translate(-50%, -50%) rotate(45deg) scale(1.1);
background: color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.services-section-alt .service-content {
position: relative;
z-index: 2;
}
.services-section-alt .service-name {
color: var(--text-primary);
font-weight: 600;
font-size: 1.5rem;
line-height: 1.3;
}
.services-section-alt .service-description {
color: var(--text-secondary);
line-height: 1.6;
font-size: 1rem;
}
.services-section-alt .service-features-wrapper {
position: relative;
padding-left: 1rem;
border-left: 3px solid var(--primary-300);
}
.services-section-alt .service-features {
color: var(--neutral-700);
font-size: 0.9rem;
line-height: 1.7;
margin: 0;
}
.services-section-alt .service-price-wrapper {
padding-top: 1rem;
border-top: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.services-section-alt .service-price {
color: var(--primary-700);
font-weight: 700;
font-size: 1.25rem;
display: inline-block;
}
.services-section-alt .card-accent {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
border-radius: 0 0 16px 16px;
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.services-section-alt .service-card:hover .card-accent {
transform: scaleX(1);
}
.services-section-alt .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.03;
pointer-events: none;
z-index: 0;
}
.services-section-alt .shape-1 {
width: 600px;
height: 600px;
background: var(--primary-500);
top: -300px;
right: -200px;
}
.services-section-alt .shape-2 {
width: 400px;
height: 400px;
background: var(--primary-700);
bottom: -150px;
left: -100px;
}
.services-section-alt .decorative-grid {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(color-mix(in srgb, var(--primary-500) 5%, transparent) 1px, transparent 1px),
linear-gradient(90deg, color-mix(in srgb, var(--primary-500) 5%, transparent) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.3;
pointer-events: none;
z-index: 0;
}
@media (max-width: 991.98px) {
.services-section-alt .service-card {
padding: 2rem 1.5rem;
}
.services-section-alt .service-icon-wrapper {
width: 70px;
height: 70px;
}
.services-section-alt .service-icon-wrapper i {
font-size: 2rem;
}
.services-section-alt .service-name {
font-size: 1.35rem;
}
}
@media (max-width: 767.98px) {
.services-section-alt #services-title {
font-size: 2rem;
}
.services-section-alt #services-subtitle {
font-size: 1.1rem;
}
.services-section-alt .service-card {
padding: 1.75rem 1.25rem;
}
.services-section-alt .service-icon-wrapper {
width: 60px;
height: 60px;
}
.services-section-alt .service-icon-wrapper i {
font-size: 1.75rem;
}
.services-section-alt .service-name {
font-size: 1.25rem;
}
.services-section-alt .service-description {
font-size: 0.95rem;
}
.services-section-alt .service-features {
font-size: 0.85rem;
}
.services-section-alt .shape-1 {
width: 400px;
height: 400px;
}
.services-section-alt .shape-2 {
width: 300px;
height: 300px;
}
}
@media (max-width: 575.98px) {
.services-section-alt #services-title {
font-size: 1.75rem;
}
.services-section-alt .service-card {
padding: 1.5rem 1rem;
}
.services-section-alt .service-price {
font-size: 1.1rem;
}
}
@media (prefers-reduced-motion: reduce) {
.services-section-alt .service-card,
.services-section-alt .card-accent,
.services-section-alt .decorative-dots .dot {
transition: none;
animation: none;
}
}
@media print {
.services-section-alt .decorative-shape,
.services-section-alt .decorative-grid,
.services-section-alt .decorative-dots {
display: none;
}
.services-section-alt .service-card {
box-shadow: none;
border: 1px solid var(--neutral-300);
}
}
.priceplan-section-minimal {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
min-height: 100vh;
padding: 5rem 0;
}
.priceplan-section-minimal .decorative-blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.15;
pointer-events: none;
z-index: 0;
}
.priceplan-section-minimal .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-300);
top: -100px;
left: -100px;
animation: float-blob 20s ease-in-out infinite;
}
.priceplan-section-minimal .blob-2 {
width: 500px;
height: 500px;
background: var(--primary-500);
bottom: -150px;
right: -150px;
animation: float-blob 25s ease-in-out infinite reverse;
}
.priceplan-section-minimal .decorative-circle {
position: absolute;
border: 2px solid var(--primary-300);
border-radius: 50%;
opacity: 0.2;
pointer-events: none;
z-index: 0;
}
.priceplan-section-minimal .circle-1 {
width: 300px;
height: 300px;
top: 20%;
right: 10%;
animation: rotate-circle 30s linear infinite;
}
.priceplan-section-minimal .circle-2 {
width: 200px;
height: 200px;
bottom: 30%;
left: 15%;
animation: rotate-circle 25s linear infinite reverse;
}
@keyframes float-blob {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
@keyframes rotate-circle {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.priceplan-section-minimal .section-badge {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem 1.25rem;
background: color-mix(in srgb, var(--primary-100) 50%, white 50%);
border: 1px solid var(--primary-300);
border-radius: 50px;
color: var(--primary-700);
font-size: 0.875rem;
font-weight: 600;
}
.priceplan-section-minimal .section-badge i {
font-size: 1rem;
}
.priceplan-section-minimal #priceplan-title {
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.priceplan-section-minimal #priceplan-subtitle {
color: var(--primary-700);
font-weight: 600;
margin-bottom: 1.5rem;
}
.priceplan-section-minimal #priceplan-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 800px;
margin: 0 auto;
}
.priceplan-section-minimal .price-card {
background: white;
border-radius: 24px;
padding: 2.5rem 2rem;
box-shadow:
0 4px 6px rgba(var(--black-rgb), 0.05),
0 10px 20px rgba(var(--black-rgb), 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
border: 2px solid transparent;
}
.priceplan-section-minimal .price-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 6px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
opacity: 0;
transition: opacity 0.3s ease;
}
.priceplan-section-minimal .price-card:hover {
transform: translateY(-12px);
box-shadow:
0 12px 24px rgba(var(--black-rgb), 0.1),
0 20px 40px rgba(var(--black-rgb), 0.12);
border-color: color-mix(in srgb, var(--primary-300) 50%, transparent 50%);
}
.priceplan-section-minimal .price-card:hover::before {
opacity: 1;
}
.priceplan-section-minimal .price-card-featured {
background: linear-gradient(135deg,
white 0%,
color-mix(in srgb, var(--primary-50) 20%, white 80%) 100%
);
border: 2px solid var(--primary-500);
transform: scale(1.05);
z-index: 2;
}
.priceplan-section-minimal .price-card-featured::before {
opacity: 1;
height: 8px;
}
.priceplan-section-minimal .price-card-featured:hover {
transform: translateY(-12px) scale(1.05);
}
.priceplan-section-minimal .featured-badge {
position: absolute;
top: 20px;
right: 20px;
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 1.25rem;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.2);
animation: pulse-badge 2s ease-in-out infinite;
}
@keyframes pulse-badge {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
}
.priceplan-section-minimal .card-header-decoration {
position: absolute;
top: -30px;
right: -30px;
width: 120px;
height: 120px;
background: color-mix(in srgb, var(--primary-100) 30%, transparent 70%);
border-radius: 50%;
pointer-events: none;
}
.priceplan-section-minimal .card-footer-decoration {
position: absolute;
bottom: -40px;
left: -40px;
width: 140px;
height: 140px;
background: color-mix(in srgb, var(--primary-50) 40%, transparent 60%);
border-radius: 50%;
pointer-events: none;
}
.priceplan-section-minimal .card-icon-wrapper {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 18px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 2rem;
box-shadow: 0 8px 16px rgba(var(--black-rgb), 0.15);
transition: transform 0.3s ease;
}
.priceplan-section-minimal .price-card:hover .card-icon-wrapper {
transform: rotate(10deg) scale(1.1);
}
.priceplan-section-minimal .plan-name {
color: var(--text-primary);
margin-bottom: 1rem;
}
.priceplan-section-minimal .plan-description {
color: var(--text-secondary);
line-height: 1.6;
font-size: 0.95rem;
}
.priceplan-section-minimal .price-display {
display: flex;
align-items: center;
justify-content: center;
gap: 0.25rem;
padding: 1.5rem 0;
position: relative;
}
.priceplan-section-minimal .currency-symbol {
font-size: 1.75rem;
font-weight: 700;
color: var(--primary-700);
align-self: flex-start;
margin-top: 0.75rem;
}
.priceplan-section-minimal .price-amount {
color: var(--primary-700);
line-height: 1;
font-weight: 800;
}
.priceplan-section-minimal .price-period {
font-size: 1rem;
color: var(--text-secondary);
font-weight: 500;
align-self: flex-end;
margin-bottom: 1rem;
}
.priceplan-section-minimal .features-divider {
height: 3px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-300) 50%,
transparent 100%
);
border-radius: 2px;
}
.priceplan-section-minimal .features-list {
display: flex;
flex-direction: column;
gap: 1rem;
}
.priceplan-section-minimal .feature-item {
display: flex;
align-items: center;
gap: 0.75rem;
color: var(--text-secondary);
font-size: 0.95rem;
transition: transform 0.2s ease;
}
.priceplan-section-minimal .feature-item:hover {
transform: translateX(5px);
}
.priceplan-section-minimal .feature-item i {
color: var(--primary-500);
font-size: 1.25rem;
flex-shrink: 0;
}
.priceplan-section-minimal .price-card-featured .feature-item i {
color: var(--primary-700);
font-size: 1.35rem;
}
.priceplan-section-minimal .bottom-icons-grid {
display: flex;
justify-content: center;
align-items: center;
gap: 3rem;
flex-wrap: wrap;
margin-top: 4rem;
}
.priceplan-section-minimal .bottom-icons-grid .icon-item {
width: 60px;
height: 60px;
background: white;
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.08);
transition: all 0.3s ease;
}
.priceplan-section-minimal .bottom-icons-grid .icon-item i {
font-size: 1.75rem;
color: var(--primary-500);
}
.priceplan-section-minimal .bottom-icons-grid .icon-item:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(var(--black-rgb), 0.12);
background: linear-gradient(135deg,
var(--primary-500),
var(--primary-700)
);
}
.priceplan-section-minimal .bottom-icons-grid .icon-item:hover i {
color: white;
}
@media (max-width: 991.98px) {
.priceplan-section-minimal {
padding: 4rem 0;
}
.priceplan-section-minimal .price-card-featured {
transform: scale(1);
}
.priceplan-section-minimal .price-card-featured:hover {
transform: translateY(-12px) scale(1);
}
.priceplan-section-minimal #priceplan-title {
font-size: 2.5rem;
}
}
@media (max-width: 767.98px) {
.priceplan-section-minimal {
padding: 3rem 0;
}
.priceplan-section-minimal .price-card {
padding: 2rem 1.5rem;
}
.priceplan-section-minimal #priceplan-title {
font-size: 2rem;
}
.priceplan-section-minimal .price-amount {
font-size: 3rem;
}
.priceplan-section-minimal .bottom-icons-grid {
gap: 2rem;
}
.priceplan-section-minimal .bottom-icons-grid .icon-item {
width: 50px;
height: 50px;
}
.priceplan-section-minimal .bottom-icons-grid .icon-item i {
font-size: 1.5rem;
}
}
@media (max-width: 575.98px) {
.priceplan-section-minimal #priceplan-title {
font-size: 1.75rem;
}
.priceplan-section-minimal .card-icon-wrapper {
width: 60px;
height: 60px;
font-size: 1.75rem;
}
.priceplan-section-minimal .featured-badge {
width: 45px;
height: 45px;
font-size: 1rem;
}
}
.team-section-special {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.team-section-special .section-header {
position: relative;
z-index: 2;
}
.team-section-special .subtitle {
color: var(--primary-500);
font-weight: 700;
letter-spacing: 2px;
font-size: 0.875rem;
position: relative;
display: inline-block;
}
.team-section-special .subtitle::after {
content: '';
position: absolute;
bottom: -8px;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 3px;
background: linear-gradient(
90deg,
var(--primary-300),
var(--primary-500),
var(--primary-300)
);
border-radius: 3px;
}
.team-section-special #team-title {
color: var(--text-primary);
line-height: 1.2;
}
.team-section-special #team-desc {
color: var(--text-secondary);
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.team-section-special .decorative-shapes {
position: relative;
margin-top: 2rem;
}
.team-section-special .shape-circle {
width: 80px;
height: 80px;
border: 3px solid var(--primary-300);
border-radius: 50%;
position: absolute;
top: -40px;
left: -40px;
opacity: 0.3;
}
.team-section-special .shape-line {
width: 100px;
height: 2px;
background: linear-gradient(
90deg,
transparent,
var(--primary-500),
transparent
);
position: absolute;
bottom: -20px;
right: -50px;
opacity: 0.4;
}
.team-section-special .team-card {
background: var(--surface-secondary);
border-radius: 16px;
padding: 2rem;
transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
position: relative;
height: 100%;
display: flex;
flex-direction: column;
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
}
.team-section-special .team-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 16px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 10%, transparent),
transparent
);
opacity: 0;
transition: opacity 0.4s ease;
pointer-events: none;
}
.team-section-special .team-card:hover {
transform: translateY(-12px);
box-shadow:
0 20px 60px rgba(var(--black-rgb), 0.08),
0 0 0 1px color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.team-section-special .team-card:hover::before {
opacity: 1;
}
.team-section-special .team-image-wrapper {
position: relative;
margin-bottom: 1.5rem;
overflow: hidden;
border-radius: 12px;
}
.team-section-special .image-frame {
position: relative;
overflow: hidden;
border-radius: 12px;
aspect-ratio: 1;
}
.team-section-special .team-member-photo {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
display: block;
}
.team-section-special .team-card:hover .team-member-photo {
transform: scale(1.08);
}
.team-section-special .image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
180deg,
transparent 50%,
color-mix(in srgb, var(--primary-700) 40%, transparent)
);
opacity: 0;
transition: opacity 0.4s ease;
pointer-events: none;
}
.team-section-special .team-card:hover .image-overlay {
opacity: 1;
}
.team-section-special .decorative-corner {
position: absolute;
width: 30px;
height: 30px;
border-style: solid;
border-color: var(--primary-500);
transition: all 0.4s ease;
opacity: 0.4;
}
.team-section-special .corner-tl {
top: 10px;
left: 10px;
border-width: 2px 0 0 2px;
}
.team-section-special .corner-br {
bottom: 10px;
right: 10px;
border-width: 0 2px 2px 0;
}
.team-section-special .team-card:hover .decorative-corner {
opacity: 1;
}
.team-section-special .team-card:hover .corner-tl {
top: 5px;
left: 5px;
}
.team-section-special .team-card:hover .corner-br {
bottom: 5px;
right: 5px;
}
.team-section-special .team-info {
text-align: center;
position: relative;
}
.team-section-special .member-name {
color: var(--text-primary);
font-weight: 700;
margin-bottom: 0.5rem;
transition: color 0.3s ease;
}
.team-section-special .team-card:hover .member-name {
color: var(--primary-500);
}
.team-section-special .member-role {
color: var(--text-secondary);
font-size: 0.95rem;
font-weight: 500;
margin-bottom: 0;
}
.team-section-special .info-accent {
width: 50px;
height: 3px;
background: var(--primary-500);
margin: 1rem auto 0;
border-radius: 3px;
transform: scaleX(0);
transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.team-section-special .team-card:hover .info-accent {
transform: scaleX(1);
}
.team-section-special .bg-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.team-section-special .bg-circle-1 {
position: absolute;
top: 10%;
right: 5%;
width: 300px;
height: 300px;
border-radius: 50%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent),
transparent 70%
);
opacity: 0.5;
}
.team-section-special .bg-circle-2 {
position: absolute;
bottom: 15%;
left: 8%;
width: 200px;
height: 200px;
border-radius: 50%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 10%, transparent),
transparent 70%
);
opacity: 0.4;
}
.team-section-special .bg-line-1 {
position: absolute;
top: 50%;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(
90deg,
transparent,
color-mix(in srgb, var(--primary-300) 30%, transparent),
transparent
);
opacity: 0.3;
}
@media (max-width: 991.98px) {
.team-section-special #team-title {
font-size: 2.5rem;
}
.team-section-special .team-card {
padding: 1.5rem;
}
.team-section-special .bg-circle-1,
.team-section-special .bg-circle-2 {
opacity: 0.3;
}
}
@media (max-width: 767.98px) {
.team-section-special #team-title {
font-size: 2rem;
}
.team-section-special .subtitle {
font-size: 0.8rem;
}
.team-section-special .team-card {
padding: 1.25rem;
}
.team-section-special .decorative-corner {
width: 20px;
height: 20px;
}
.team-section-special .bg-shapes {
display: none;
}
}
@media (max-width: 575.98px) {
.team-section-special #team-title {
font-size: 1.75rem;
}
.team-section-special .team-card {
padding: 1rem;
}
.team-section-special .team-image-wrapper {
margin-bottom: 1rem;
}
}
@media (prefers-contrast: high) {
.team-section-special .team-card {
border: 2px solid var(--primary-500);
}
.team-section-special .member-name {
font-weight: 800;
}
}
@media (prefers-reduced-motion: reduce) {
.team-section-special .team-card,
.team-section-special .team-member-photo,
.team-section-special .image-overlay,
.team-section-special .decorative-corner,
.team-section-special .info-accent {
transition: none;
}
.team-section-special .team-card:hover {
transform: none;
}
.team-section-special .team-card:hover .team-member-photo {
transform: none;
}
}
.reviews-section-alt {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.reviews-section-alt .reviews-header-alt {
position: relative;
z-index: 2;
}
.reviews-section-alt .reviews-header-alt h2 {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
}
.reviews-section-alt .reviews-header-alt h3 {
color: var(--primary-500);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: 0.875rem;
}
.reviews-section-alt .reviews-header-alt p {
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.reviews-section-alt .decorative-dots-alt {
width: 60px;
height: 6px;
background: linear-gradient(
90deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
margin: 2rem auto 0;
border-radius: 3px;
position: relative;
}
.decorative-dots-alt::before,
.reviews-section-alt .decorative-dots-alt::after {
content: '';
position: absolute;
width: 6px;
height: 6px;
background: var(--primary-500);
border-radius: 50%;
top: 0;
}
.reviews-section-alt .decorative-dots-alt::before {
left: -12px;
}
.reviews-section-alt .decorative-dots-alt::after {
right: -12px;
}
.reviews-section-alt .review-card-alt {
background: var(--light);
border-radius: 16px;
padding: 2.5rem;
height: 100%;
position: relative;
border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.04);
}
.reviews-section-alt .review-card-alt:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.reviews-section-alt .review-card-alt::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: linear-gradient(
180deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
border-radius: 16px 0 0 16px;
opacity: 0;
transition: opacity 0.4s ease;
}
.reviews-section-alt .review-card-alt:hover::before {
opacity: 1;
}
.reviews-section-alt .featured-review-alt {
background: linear-gradient(
135deg,
var(--light) 0%,
color-mix(in srgb, var(--primary-50) 50%, var(--light)) 100%
);
border: 2px solid var(--primary-300);
}
.reviews-section-alt .featured-review-alt::before {
opacity: 1;
width: 5px;
}
.reviews-section-alt .quote-icon-alt {
width: 56px;
height: 56px;
background: linear-gradient(
135deg,
var(--primary-500) 0%,
var(--primary-700) 100%
);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
position: relative;
box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 25%, transparent);
}
.reviews-section-alt .quote-icon-alt i {
font-size: 1.75rem;
color: var(--light);
}
.reviews-section-alt .quote-icon-alt::after {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: inherit;
border-radius: inherit;
opacity: 0.3;
filter: blur(8px);
z-index: -1;
}
.reviews-section-alt .review-content-alt {
margin-bottom: 2rem;
}
.reviews-section-alt .review-text-alt {
color: var(--text-primary);
font-size: 1.0625rem;
line-height: 1.8;
margin: 0;
position: relative;
padding-left: 1.5rem;
}
.reviews-section-alt .review-text-alt::before {
content: '';
position: absolute;
left: 0;
top: 0.5rem;
width: 3px;
height: calc(100% - 1rem);
background: linear-gradient(
180deg,
var(--primary-300) 0%,
transparent 100%
);
border-radius: 2px;
}
.reviews-section-alt .review-author-alt {
display: flex;
align-items: center;
gap: 1rem;
padding-top: 1.5rem;
border-top: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
}
.reviews-section-alt .author-avatar-alt {
flex-shrink: 0;
position: relative;
}
.reviews-section-alt .avatar-placeholder-alt {
width: 56px;
height: 56px;
background: linear-gradient(
135deg,
var(--primary-100) 0%,
var(--primary-300) 100%
);
border-radius: 50%;
border: 3px solid var(--light);
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 15%, transparent);
position: relative;
overflow: hidden;
}
.reviews-section-alt .avatar-placeholder-alt::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 24px;
height: 24px;
background: var(--primary-500);
border-radius: 50%;
opacity: 0.3;
}
.reviews-section-alt .author-info-alt {
flex: 1;
min-width: 0;
}
.reviews-section-alt .author-name-alt {
color: var(--text-primary);
font-size: 1rem;
font-weight: 600;
line-height: 1.5;
margin: 0;
}
.card-decoration-alt {
position: absolute;
bottom: 0;
right: 0;
width: 120px;
height: 120px;
background: radial-gradient(
circle at center,
color-mix(in srgb, var(--primary-300) 8%, transparent) 0%,
transparent 70%
);
border-radius: 16px 0 16px 0;
pointer-events: none;
}
.bg-decoration-alt {
position: absolute;
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.bg-decoration-1 {
width: 400px;
height: 400px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 6%, transparent) 0%,
transparent 70%
);
top: -100px;
left: -100px;
animation: float-decoration 20s ease-in-out infinite;
}
.bg-decoration-2 {
width: 300px;
height: 300px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 5%, transparent) 0%,
transparent 70%
);
bottom: -80px;
right: -80px;
animation: float-decoration 25s ease-in-out infinite reverse;
}
.bg-decoration-3 {
width: 250px;
height: 250px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 4%, transparent) 0%,
transparent 70%
);
top: 50%;
right: 10%;
animation: float-decoration 30s ease-in-out infinite;
}
@keyframes float-decoration {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.05);
}
66% {
transform: translate(-20px, 20px) scale(0.95);
}
}
@media (max-width: 991.98px) {
.reviews-section-alt .review-card-alt {
padding: 2rem;
}
.reviews-section-alt .review-text-alt {
font-size: 1rem;
}
.reviews-section-alt .featured-review-alt {
margin-top: 1rem;
}
}
@media (max-width: 767.98px) {
.reviews-section-alt {
padding: 3rem 0;
}
.reviews-section-alt .review-card-alt {
padding: 1.5rem;
}
.reviews-section-alt .quote-icon-alt {
width: 48px;
height: 48px;
}
.reviews-section-alt .quote-icon-alt i {
font-size: 1.5rem;
}
.reviews-section-alt .avatar-placeholder-alt {
width: 48px;
height: 48px;
}
.reviews-section-alt .author-name-alt {
font-size: 0.9375rem;
}
.reviews-section-alt .review-text-alt {
padding-left: 1rem;
}
.bg-decoration-1,
.bg-decoration-2,
.bg-decoration-3 {
display: none;
}
}
@media (max-width: 575.98px) {
.reviews-section-alt .reviews-header-alt h2 {
font-size: 1.75rem;
}
.reviews-section-alt .review-author-alt {
flex-direction: column;
align-items: flex-start;
gap: 0.75rem;
}
}
@media print {
.reviews-section-alt .review-card-alt {
break-inside: avoid;
box-shadow: none;
border: 1px solid var(--neutral-300);
}
.bg-decoration-alt {
display: none;
}
}
@media (prefers-reduced-motion: reduce) {
.review-card-alt,
.review-card-alt:hover,
.bg-decoration-alt {
animation: none;
transition: none;
}
.reviews-section-alt .review-card-alt:hover {
transform: none;
}
}
@media (prefers-contrast: high) {
.reviews-section-alt .review-card-alt {
border: 2px solid var(--primary-700);
}
.reviews-section-alt .review-text-alt::before {
background: var(--primary-700);
}
}
.casestudy-variant {
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
position: relative;
}
.casestudy-variant .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
z-index: 0;
}
.casestudy-variant .shape-top-right {
width: 400px;
height: 400px;
background: var(--primary-300);
top: -100px;
right: -100px;
filter: blur(60px);
}
.casestudy-variant .shape-bottom-left {
width: 350px;
height: 350px;
background: var(--primary-500);
bottom: -80px;
left: -80px;
filter: blur(50px);
}
.casestudy-variant #casestudy-title {
color: var(--text-primary);
letter-spacing: -0.02em;
line-height: 1.2;
}
.casestudy-variant #casestudy-subtitle {
color: var(--primary-700);
font-weight: 600;
letter-spacing: 0.03em;
text-transform: uppercase;
}
.casestudy-variant #casestudy-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 720px;
margin-left: auto;
margin-right: auto;
}
.casestudy-variant .casestudy-grid {
display: grid;
grid-template-columns: 1fr;
gap: 2rem;
margin-bottom: 3rem;
}
@media (min-width: 768px) {
.casestudy-variant .casestudy-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1200px) {
.casestudy-variant .casestudy-grid {
grid-template-columns: repeat(3, 1fr);
gap: 2.5rem;
}
}
.casestudy-variant .casestudy-card {
transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.casestudy-variant .casestudy-card:hover {
transform: translateY(-8px);
}
.casestudy-variant .casestudy-card .card {
border-radius: 16px;
transition: all 0.4s ease;
background: var(--surface-primary);
}
.casestudy-variant .casestudy-card:hover .card {
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.15) !important;
}
.casestudy-variant .casestudy-image-wrapper {
height: 240px;
background: linear-gradient(
135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 60%, var(--primary-50) 40%)
);
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.casestudy-variant .casestudy-image-placeholder {
color: var(--primary-300);
font-size: 4rem;
transition: all 0.4s ease;
}
.casestudy-variant .casestudy-card:hover .casestudy-image-placeholder {
transform: scale(1.1);
color: var(--primary-500);
}
.casestudy-variant .casestudy-badge {
position: absolute;
top: 16px;
right: 16px;
width: 48px;
height: 48px;
background: var(--primary-500);
color: var(--light);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.25rem;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
transition: all 0.3s ease;
}
.casestudy-variant .casestudy-card:hover .casestudy-badge {
transform: rotate(12deg) scale(1.1);
}
.casestudy-variant .casestudy-number {
font-size: 2rem;
font-weight: 700;
color: var(--primary-500);
line-height: 1;
letter-spacing: -0.02em;
}
.casestudy-variant .casestudy-icon-wrapper {
width: 44px;
height: 44px;
background: linear-gradient(
135deg,
var(--primary-50),
var(--primary-100)
);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-700);
font-size: 1.25rem;
transition: all 0.3s ease;
}
.casestudy-variant .casestudy-card:hover .casestudy-icon-wrapper {
background: var(--primary-500);
color: var(--light);
transform: rotate(-5deg);
}
.casestudy-variant .casestudy-card h4 {
color: var(--text-primary);
line-height: 1.4;
transition: color 0.3s ease;
}
.casestudy-variant .casestudy-card:hover h4 {
color: var(--primary-700);
}
.casestudy-variant .casestudy-card p {
font-size: 0.95rem;
line-height: 1.7;
color: var(--text-secondary);
}
.casestudy-variant .casestudy-meta {
padding-top: 1rem;
border-top: 1px solid var(--neutral-100);
}
.casestudy-variant .meta-tag {
display: inline-flex;
align-items: center;
padding: 0.5rem 0.75rem;
background: var(--neutral-50);
border-radius: 8px;
font-size: 0.875rem;
color: var(--primary-700);
transition: all 0.3s ease;
}
.casestudy-variant .casestudy-card:hover .meta-tag {
background: var(--primary-50);
transform: translateY(-2px);
}
.casestudy-variant .meta-tag i {
font-size: 1rem;
}
.casestudy-variant .decorative-icons-bottom {
justify-content: center;
gap: 3rem;
margin-top: 4rem;
opacity: 0.15;
}
.casestudy-variant .decorative-icons-bottom i {
font-size: 2.5rem;
color: var(--primary-500);
animation: float 3s ease-in-out infinite;
}
.casestudy-variant .decorative-icons-bottom i:nth-child(1) {
animation-delay: 0s;
}
.casestudy-variant .decorative-icons-bottom i:nth-child(2) {
animation-delay: 0.5s;
}
.casestudy-variant .decorative-icons-bottom i:nth-child(3) {
animation-delay: 1s;
}
.casestudy-variant .decorative-icons-bottom i:nth-child(4) {
animation-delay: 1.5s;
}
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}
@media (max-width: 767px) {
.casestudy-variant #casestudy-title {
font-size: 2rem;
}
.casestudy-variant #casestudy-subtitle {
font-size: 1rem;
}
.casestudy-variant .casestudy-number {
font-size: 1.75rem;
}
.casestudy-variant .casestudy-image-wrapper {
height: 200px;
}
}
.casestudy-variant .casestudy-card:focus-within {
outline: 2px solid var(--primary-500);
outline-offset: 4px;
border-radius: 16px;
}
@media print {
.casestudy-variant .decorative-shape,
.casestudy-variant .decorative-icons-bottom {
display: none !important;
}
.casestudy-variant .casestudy-card {
break-inside: avoid;
page-break-inside: avoid;
}
}
.process-section-pro {
padding: 100px 0;
background: linear-gradient(180deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
position: relative;
overflow: hidden;
}
.process-section-pro .process-header {
margin-bottom: 80px;
position: relative;
}
.process-section-pro .decorative-dot-pattern {
width: 80px;
height: 8px;
background-image: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
background-size: 12px 12px;
margin: 0 auto 24px;
opacity: 0.6;
}
.process-section-pro .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.process-section-pro .section-subtitle {
font-size: 1.35rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 24px;
line-height: 1.4;
}
.process-section-pro .section-description {
font-size: 1.1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.process-section-pro .process-timeline {
position: relative;
padding: 40px 0;
}
.process-section-pro .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-700) 100%
);
transform: translateX(-50%);
z-index: 1;
}
.process-section-pro .process-item {
margin-bottom: 80px;
position: relative;
}
.process-section-pro .process-item:last-child {
margin-bottom: 0;
}
.process-section-pro .process-content {
padding: 32px;
background: var(--surface-primary);
border-radius: 16px;
box-shadow: 0 4px 24px rgba(var(--black-rgb), 0.06);
transition: all 0.4s ease;
position: relative;
}
.process-section-pro .process-content::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
border-radius: 16px 16px 0 0;
opacity: 0;
transition: opacity 0.4s ease;
}
.process-section-pro .process-item:hover .process-content {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
}
.process-section-pro .process-item:hover .process-content::before {
opacity: 1;
}
.process-section-pro .step-number {
font-size: 3rem;
font-weight: 800;
color: var(--primary-500);
opacity: 0.15;
line-height: 1;
margin-bottom: 16px;
font-family: 'Georgia', serif;
}
.process-section-pro .process-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.process-section-pro .process-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.process-section-pro .process-icon-wrapper {
position: relative;
width: 80px;
height: 80px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
}
.process-section-pro .icon-background {
position: absolute;
inset: 0;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent);
}
.process-section-pro .icon-background::before {
content: '';
position: absolute;
inset: 6px;
background: var(--surface-primary);
border-radius: 50%;
}
.process-section-pro .process-icon-wrapper i {
font-size: 2rem;
color: var(--primary-500);
position: relative;
z-index: 1;
transition: transform 0.4s ease;
}
.process-section-pro .process-item:hover .process-icon-wrapper i {
transform: scale(1.15) rotate(5deg);
}
.process-section-pro .process-visual {
padding: 24px;
}
.process-section-pro .visual-placeholder {
width: 100%;
height: 280px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 20%, var(--surface-primary)),
color-mix(in srgb, var(--primary-500) 15%, var(--surface-primary))
);
border-radius: 12px;
position: relative;
overflow: hidden;
}
.process-section-pro .visual-placeholder::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 60%;
height: 60%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 30%, transparent),
transparent 70%
);
transform: translate(-50%, -50%);
animation: pulse-v164 3s ease-in-out infinite;
}
@keyframes pulse-v164 {
0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
50% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.1); }
}
.process-section-pro .decorative-shapes {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 0;
}
.process-section-pro .shape {
position: absolute;
border-radius: 50%;
opacity: 0.04;
}
.process-section-pro .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: 10%;
right: -5%;
}
.process-section-pro .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: 15%;
left: -5%;
}
.process-section-pro .shape-3 {
width: 200px;
height: 200px;
background: var(--primary-300);
top: 50%;
right: 10%;
}
@media (max-width: 991px) {
.process-section-pro {
padding: 80px 0;
}
.process-section-pro .timeline-line {
left: 24px;
}
.process-section-pro .process-item,
.process-section-pro .process-item.reverse {
margin-bottom: 60px;
}
.process-section-pro .process-icon-wrapper {
position: absolute;
left: 0;
top: 32px;
width: 48px;
height: 48px;
}
.process-section-pro .icon-background::before {
inset: 4px;
}
.process-section-pro .process-icon-wrapper i {
font-size: 1.4rem;
}
.process-section-pro .process-content {
margin-left: 70px;
padding: 24px;
}
.process-section-pro .process-visual {
margin-top: 24px;
margin-left: 70px;
}
.process-section-pro .section-title {
font-size: 2.25rem;
}
.process-section-pro .section-subtitle {
font-size: 1.2rem;
}
.process-section-pro .section-description {
font-size: 1rem;
}
}
@media (max-width: 767px) {
.process-section-pro {
padding: 60px 0;
}
.process-section-pro .process-header {
margin-bottom: 50px;
}
.process-section-pro .section-title {
font-size: 1.875rem;
}
.process-section-pro .section-subtitle {
font-size: 1.1rem;
}
.process-section-pro .process-title {
font-size: 1.25rem;
}
.process-section-pro .step-number {
font-size: 2.5rem;
}
.process-section-pro .visual-placeholder {
height: 220px;
}
.process-section-pro .decorative-dot-pattern {
width: 60px;
height: 6px;
background-size: 10px 10px;
}
}
@media (max-width: 575px) {
.process-section-pro .process-content {
padding: 20px;
}
.process-section-pro .process-visual {
padding: 16px;
}
.process-section-pro .visual-placeholder {
height: 180px;
}
}
.timeline-section-variant {
padding: 120px 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-variant .section-header {
margin-bottom: 4rem;
}
.timeline-section-variant #timeline-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
.timeline-section-variant #timeline-subtitle {
color: var(--primary-500);
font-weight: 600;
letter-spacing: -0.01em;
}
.timeline-section-variant #timeline-desc {
color: var(--text-secondary);
font-size: 1.125rem;
line-height: 1.8;
max-width: 700px;
margin: 0 auto;
}
.timeline-section-variant .timeline-container {
max-width: 1000px;
margin: 0 auto;
padding: 2rem 0;
}
.timeline-section-variant .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(
to bottom,
transparent 0%,
var(--primary-300) 10%,
var(--primary-500) 50%,
var(--primary-300) 90%,
transparent 100%
);
transform: translateX(-50%);
border-radius: 2px;
}
.timeline-section-variant .timeline-item {
display: flex;
align-items: center;
margin-bottom: 4rem;
position: relative;
}
.timeline-section-variant .timeline-item:last-child {
margin-bottom: 0;
}
.timeline-section-variant .timeline-marker {
position: absolute;
left: 50%;
transform: translateX(-50%);
z-index: 10;
}
.timeline-section-variant .marker-dot {
width: 60px;
height: 60px;
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 0 0 8px var(--surface-primary),
0 8px 24px rgba(var(--black-rgb), 0.15);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.timeline-section-variant .marker-dot i {
font-size: 1.5rem;
color: var(--light);
}
.timeline-section-variant .marker-dot:hover {
transform: scale(1.1) rotate(5deg);
box-shadow:
0 0 0 8px var(--surface-primary),
0 12px 32px rgba(var(--black-rgb), 0.2);
}
.timeline-section-variant .marker-dot-current {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-700) 0%, var(--primary-500) 100%);
animation: pulse-marker 2s ease-in-out infinite;
}
@keyframes pulse-marker {
0%, 100% {
box-shadow:
0 0 0 8px var(--surface-primary),
0 0 0 16px color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
0 8px 24px rgba(var(--black-rgb), 0.15);
}
50% {
box-shadow:
0 0 0 8px var(--surface-primary),
0 0 0 24px color-mix(in srgb, var(--primary-500) 0%, transparent 100%),
0 12px 32px rgba(var(--black-rgb), 0.2);
}
}
.timeline-section-variant .timeline-content {
width: calc(50% - 60px);
padding: 0 2rem;
}
.timeline-section-variant .timeline-item:not(.timeline-item-reverse) .timeline-content {
margin-left: auto;
text-align: left;
}
.timeline-section-variant .timeline-item-reverse .timeline-content {
margin-right: auto;
text-align: left;
}
.timeline-section-variant .timeline-card {
background: var(--surface-primary);
border-radius: 20px;
padding: 2.5rem;
box-shadow:
0 4px 6px rgba(var(--black-rgb), 0.05),
0 12px 24px rgba(var(--black-rgb), 0.08);
border: 2px solid var(--neutral-100);
position: relative;
overflow: hidden;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.timeline-section-variant .timeline-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 5px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-700) 100%);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.timeline-section-variant .timeline-card:hover {
transform: translateY(-8px);
box-shadow:
0 8px 12px rgba(var(--black-rgb), 0.08),
0 20px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.timeline-section-variant .timeline-card:hover::before {
transform: scaleX(1);
}
.timeline-section-variant .timeline-card-current {
border-color: var(--primary-500);
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%
);
}
.timeline-section-variant .card-icon-wrapper {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-100) 0%, var(--primary-300) 100%);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
transition: all 0.3s ease;
}
.timeline-section-variant .card-icon-wrapper i {
font-size: 1.75rem;
color: var(--primary-700);
}
.timeline-section-variant .timeline-card:hover .card-icon-wrapper {
transform: scale(1.1) rotate(-5deg);
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
}
.timeline-section-variant .timeline-card:hover .card-icon-wrapper i {
color: var(--light);
}
.timeline-section-variant .timeline-card-title {
color: var(--text-primary);
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 1rem;
line-height: 1.3;
}
.timeline-section-variant .timeline-card-desc {
color: var(--text-secondary);
font-size: 1rem;
line-height: 1.7;
margin: 0;
}
.timeline-section-variant .timeline-decorative-shape {
position: absolute;
opacity: 0.06;
pointer-events: none;
}
.timeline-section-variant .shape-circle {
width: 120px;
height: 120px;
background: var(--primary-500);
border-radius: 50%;
top: -30px;
right: -30px;
}
.timeline-section-variant .shape-square {
width: 100px;
height: 100px;
background: var(--primary-500);
transform: rotate(15deg);
bottom: -20px;
right: -20px;
}
.timeline-section-variant .shape-triangle {
width: 0;
height: 0;
border-left: 60px solid transparent;
border-right: 60px solid transparent;
border-bottom: 100px solid var(--primary-500);
top: -30px;
right: 20px;
}
.timeline-section-variant .shape-hexagon {
width: 80px;
height: 92px;
background: var(--primary-500);
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
bottom: -20px;
left: -10px;
}
.timeline-section-variant .shape-star {
width: 100px;
height: 100px;
background: var(--primary-500);
clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
top: -20px;
right: -10px;
}
.timeline-section-variant .current-badge {
position: absolute;
top: 2rem;
right: 2rem;
width: 16px;
height: 16px;
}
.timeline-section-variant .badge-pulse {
display: block;
width: 16px;
height: 16px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-badge 2s ease-in-out infinite;
}
@keyframes pulse-badge {
0%, 100% {
box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
50% {
box-shadow: 0 0 0 12px color-mix(in srgb, var(--primary-500) 0%, transparent 100%);
}
}
.timeline-section-variant .floating-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
pointer-events: none;
z-index: 0;
}
.timeline-section-variant .float-shape {
position: absolute;
opacity: 0.04;
border-radius: 50%;
background: var(--primary-500);
}
.timeline-section-variant .float-shape-1 {
width: 300px;
height: 300px;
top: 10%;
left: 5%;
animation: float-1 20s ease-in-out infinite;
}
.timeline-section-variant .float-shape-2 {
width: 200px;
height: 200px;
top: 50%;
right: 8%;
animation: float-2 15s ease-in-out infinite;
}
.timeline-section-variant .float-shape-3 {
width: 250px;
height: 250px;
bottom: 15%;
left: 10%;
animation: float-3 18s ease-in-out infinite;
}
@keyframes float-1 {
0%, 100% { transform: translate(0, 0) scale(1); }
50% { transform: translate(30px, -30px) scale(1.1); }
}
@keyframes float-2 {
0%, 100% { transform: translate(0, 0) scale(1); }
50% { transform: translate(-20px, 20px) scale(0.9); }
}
@keyframes float-3 {
0%, 100% { transform: translate(0, 0) scale(1); }
50% { transform: translate(25px, 25px) scale(1.05); }
}
@media (max-width: 991px) {
.timeline-section-variant {
padding: 80px 0;
}
.timeline-section-variant .timeline-line {
left: 30px;
}
.timeline-section-variant .timeline-marker {
left: 30px;
}
.timeline-section-variant .marker-dot {
width: 50px;
height: 50px;
}
.timeline-section-variant .marker-dot i {
font-size: 1.25rem;
}
.timeline-section-variant .marker-dot-current {
width: 60px;
height: 60px;
}
.timeline-section-variant .timeline-content {
width: calc(100% - 90px);
margin-left: 90px !important;
padding: 0 1rem;
}
.timeline-section-variant .timeline-item-reverse .timeline-content {
margin-left: 90px !important;
margin-right: 0 !important;
}
.timeline-section-variant .timeline-card {
padding: 2rem;
}
}
@media (max-width: 767px) {
.timeline-section-variant {
padding: 60px 0;
}
.timeline-section-variant #timeline-title {
font-size: 2rem;
}
.timeline-section-variant #timeline-subtitle {
font-size: 1.25rem;
}
.timeline-section-variant #timeline-desc {
font-size: 1rem;
}
.timeline-section-variant .timeline-line {
left: 20px;
}
.timeline-section-variant .timeline-marker {
left: 20px;
}
.timeline-section-variant .marker-dot {
width: 40px;
height: 40px;
}
.timeline-section-variant .marker-dot i {
font-size: 1rem;
}
.timeline-section-variant .marker-dot-current {
width: 50px;
height: 50px;
}
.timeline-section-variant .timeline-content {
width: calc(100% - 70px);
margin-left: 70px !important;
padding: 0 0.5rem;
}
.timeline-section-variant .timeline-card {
padding: 1.5rem;
border-radius: 16px;
}
.timeline-section-variant .card-icon-wrapper {
width: 50px;
height: 50px;
border-radius: 12px;
margin-bottom: 1rem;
}
.timeline-section-variant .card-icon-wrapper i {
font-size: 1.5rem;
}
.timeline-section-variant .timeline-card-title {
font-size: 1.25rem;
}
.timeline-section-variant .timeline-card-desc {
font-size: 0.95rem;
}
.timeline-section-variant .timeline-item {
margin-bottom: 3rem;
}
.timeline-section-variant .current-badge {
top: 1.5rem;
right: 1.5rem;
width: 12px;
height: 12px;
}
.timeline-section-variant .badge-pulse {
width: 12px;
height: 12px;
}
.timeline-section-variant .float-shape-1,
.timeline-section-variant .float-shape-2,
.timeline-section-variant .float-shape-3 {
display: none;
}
}
@media (max-width: 575px) {
.timeline-section-variant #timeline-title {
font-size: 1.75rem;
}
.timeline-section-variant .timeline-card {
padding: 1.25rem;
}
.timeline-section-variant .card-icon-wrapper {
width: 45px;
height: 45px;
}
.timeline-section-variant .card-icon-wrapper i {
font-size: 1.25rem;
}
}
.career-section-special {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.career-section-special .decorative-dot-pattern {
width: 60px;
height: 6px;
background-image: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
background-size: 12px 12px;
margin: 0 auto;
opacity: 0.6;
}
.career-section-special .career-card {
background: var(--light);
border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
border-radius: 16px;
padding: 2rem;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.career-section-special .career-card::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.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.career-section-special .career-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.08);
border-color: color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.career-section-special .career-card:hover::before {
height: 100%;
}
.career-section-special .career-card-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 1.5rem;
}
.career-section-special .icon-badge {
width: 56px;
height: 56px;
background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.career-section-special .career-card:hover .icon-badge {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
transform: scale(1.1) rotate(5deg);
}
.career-section-special .icon-badge i {
font-size: 1.5rem;
color: var(--primary-500);
transition: color 0.3s ease;
}
.career-section-special .career-card:hover .icon-badge i {
color: var(--light);
}
.badge-professional {
padding: 0.375rem 0.875rem;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
color: var(--primary-700);
border-radius: 20px;
font-size: 0.813rem;
font-weight: 600;
letter-spacing: 0.3px;
}
.career-section-special .career-card-body h3 {
color: var(--text-primary);
font-weight: 700;
transition: color 0.3s ease;
}
.career-section-special .career-card:hover .career-card-body h3 {
color: var(--primary-700);
}
.career-section-special .career-card-body p {
line-height: 1.7;
margin-bottom: 1rem;
}
.career-section-special .role-details {
display: flex;
align-items: center;
gap: 0.5rem;
}
.career-section-special .role-location {
display: inline-flex;
align-items: center;
gap: 0.5rem;
color: var(--text-secondary);
font-size: 0.938rem;
font-weight: 500;
}
.career-section-special .role-location i {
color: var(--primary-500);
font-size: 1rem;
}
.career-section-special .career-card-footer {
margin-top: 1.5rem;
padding-top: 1.5rem;
border-top: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
}
.career-section-special .decorative-line {
height: 3px;
background: linear-gradient(90deg, var(--primary-500), transparent);
border-radius: 2px;
width: 60px;
opacity: 0;
transition: all 0.4s ease;
}
.career-section-special .career-card:hover .decorative-line {
opacity: 1;
width: 100%;
}
.career-section-special .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.career-section-special .shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 8%, transparent), transparent);
opacity: 0.4;
}
.career-section-special .shape-1 {
width: 300px;
height: 300px;
top: -100px;
right: -50px;
animation: float-1 20s ease-in-out infinite;
}
.career-section-special .shape-2 {
width: 200px;
height: 200px;
bottom: -50px;
left: -30px;
animation: float-2 25s ease-in-out infinite;
}
.career-section-special .shape-blob {
position: absolute;
width: 400px;
height: 400px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 5%, transparent), transparent);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.3;
animation: morph 30s ease-in-out infinite;
}
@keyframes float-1 {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(30px, 30px);
}
}
@keyframes float-2 {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(-20px, 20px);
}
}
@keyframes morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
50% {
border-radius: 70% 30% 50% 50% / 60% 40% 60% 40%;
}
}
.career-section-special .container {
position: relative;
z-index: 1;
}
@media (max-width: 991.98px) {
.career-section-special .career-card {
padding: 1.5rem;
}
.career-section-special .icon-badge {
width: 48px;
height: 48px;
}
.career-section-special .icon-badge i {
font-size: 1.25rem;
}
.career-section-special .career-card-body h3 {
font-size: 1.25rem;
}
.career-section-special .shape-1 {
width: 200px;
height: 200px;
}
.career-section-special .shape-2 {
width: 150px;
height: 150px;
}
.career-section-special .shape-blob {
width: 300px;
height: 300px;
}
}
@media (max-width: 767.98px) {
.career-section-special {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.career-section-special .career-card {
padding: 1.25rem;
}
.career-section-special .career-card-header {
flex-direction: column;
align-items: flex-start;
gap: 1rem;
}
.career-section-special .icon-badge {
width: 44px;
height: 44px;
}
.career-section-special .icon-badge i {
font-size: 1.125rem;
}
.badge-professional {
padding: 0.25rem 0.75rem;
font-size: 0.75rem;
}
.career-section-special .career-card-body h3 {
font-size: 1.125rem;
}
.shape-1,
.career-section-special .shape-2 {
display: none;
}
}
@media (max-width: 575.98px) {
.career-section-special .career-card {
padding: 1rem;
}
.career-section-special .role-location {
font-size: 0.875rem;
}
.career-section-special .decorative-dot-pattern {
width: 40px;
height: 4px;
background-size: 10px 10px;
}
}
@media (prefers-contrast: high) {
.career-section-special .career-card {
border-width: 2px;
border-color: var(--neutral-700);
}
.badge-professional {
background: var(--primary-500);
color: var(--light);
}
.career-section-special .decorative-shapes {
display: none;
}
}
@media (prefers-reduced-motion: reduce) {
.career-card,
.icon-badge,
.career-section-special .decorative-line {
transition: none;
}
.shape-1,
.shape-2,
.career-section-special .shape-blob {
animation: none;
}
.career-section-special .career-card:hover {
transform: none;
}
}
.coreinfo-section.v-205 {
position: relative;
padding: 80px 0;
background: var(--surface-primary);
overflow: hidden;
}
.coreinfo-section.v-205 .coreinfo-header {
max-width: 900px;
margin: 0 auto 60px;
position: relative;
z-index: 2;
}
.coreinfo-section.v-205 .coreinfo-main-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.coreinfo-section.v-205 .coreinfo-subtitle {
font-size: 1.5rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 24px;
line-height: 1.4;
}
.coreinfo-section.v-205 .coreinfo-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
margin-bottom: 0;
}
.coreinfo-section.v-205 .decorative-divider {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
margin-bottom: 60px;
position: relative;
z-index: 2;
}
.coreinfo-section.v-205 .divider-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
}
.coreinfo-section.v-205 .divider-line {
width: 80px;
height: 2px;
background: linear-gradient(
to right,
var(--primary-300),
var(--primary-500),
var(--primary-300)
);
}
.coreinfo-section.v-205 .coreinfo-grid {
position: relative;
z-index: 2;
}
.coreinfo-section.v-205 .coreinfo-card {
position: relative;
height: 100%;
padding: 40px 32px;
background: var(--light);
border: 2px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
border-radius: 16px;
transition: all 0.4s ease;
overflow: hidden;
}
.coreinfo-section.v-205 .coreinfo-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(
to right,
var(--primary-500),
var(--primary-300)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s ease;
}
.coreinfo-section.v-205 .coreinfo-card:hover {
transform: translateY(-8px);
border-color: var(--primary-500);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
}
.coreinfo-section.v-205 .coreinfo-card:hover::before {
transform: scaleX(1);
}
.coreinfo-section.v-205 .card-icon-wrapper {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 24px;
display: flex;
align-items: center;
justify-content: center;
}
.coreinfo-section.v-205 .card-icon-wrapper i {
font-size: 2.5rem;
color: var(--primary-500);
position: relative;
z-index: 2;
transition: all 0.4s ease;
}
.coreinfo-section.v-205 .icon-background {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80px;
height: 80px;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border-radius: 50%;
transition: all 0.4s ease;
}
.coreinfo-section.v-205 .coreinfo-card:hover .card-icon-wrapper i {
transform: scale(1.1) rotate(5deg);
color: var(--primary-700);
}
.coreinfo-section.v-205 .coreinfo-card:hover .icon-background {
transform: translate(-50%, -50%) scale(1.2);
background: color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.coreinfo-section.v-205 .card-content {
position: relative;
z-index: 2;
}
.coreinfo-section.v-205 .card-title {
font-size: 1.375rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
transition: color 0.3s ease;
}
.coreinfo-section.v-205 .coreinfo-card:hover .card-title {
color: var(--primary-700);
}
.coreinfo-section.v-205 .card-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.coreinfo-section.v-205 .card-accent {
position: absolute;
bottom: -40px;
right: -40px;
width: 120px;
height: 120px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 8%, transparent),
transparent 70%
);
border-radius: 50%;
pointer-events: none;
transition: all 0.4s ease;
}
.coreinfo-section.v-205 .coreinfo-card:hover .card-accent {
bottom: -30px;
right: -30px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 15%, transparent),
transparent 70%
);
}
.coreinfo-section.v-205 .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.coreinfo-section.v-205 .shape {
position: absolute;
border-radius: 50%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 6%, transparent),
transparent 70%
);
}
.coreinfo-section.v-205 .shape-1 {
width: 300px;
height: 300px;
top: 10%;
left: -100px;
animation: float 20s ease-in-out infinite;
}
.coreinfo-section.v-205 .shape-2 {
width: 400px;
height: 400px;
bottom: -150px;
right: -150px;
animation: float 25s ease-in-out infinite reverse;
}
.coreinfo-section.v-205 .shape-3 {
width: 200px;
height: 200px;
top: 50%;
right: 10%;
animation: float 18s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0) translateX(0);
}
33% {
transform: translateY(-30px) translateX(20px);
}
66% {
transform: translateY(20px) translateX(-15px);
}
}
@media (max-width: 991px) {
.coreinfo-section.v-205 {
padding: 60px 0;
}
.coreinfo-section.v-205 .coreinfo-main-title {
font-size: 2rem;
}
.coreinfo-section.v-205 .coreinfo-subtitle {
font-size: 1.25rem;
}
.coreinfo-section.v-205 .coreinfo-description {
font-size: 1rem;
}
.coreinfo-section.v-205 .coreinfo-header {
margin-bottom: 50px;
}
}
@media (max-width: 767px) {
.coreinfo-section.v-205 {
padding: 50px 0;
}
.coreinfo-section.v-205 .coreinfo-main-title {
font-size: 1.75rem;
}
.coreinfo-section.v-205 .coreinfo-subtitle {
font-size: 1.125rem;
}
.coreinfo-section.v-205 .coreinfo-card {
padding: 32px 24px;
}
.coreinfo-section.v-205 .card-icon-wrapper {
width: 70px;
height: 70px;
}
.coreinfo-section.v-205 .card-icon-wrapper i {
font-size: 2rem;
}
.coreinfo-section.v-205 .icon-background {
width: 70px;
height: 70px;
}
.coreinfo-section.v-205 .card-title {
font-size: 1.25rem;
}
.coreinfo-section.v-205 .shape {
opacity: 0.5;
}
}
@media (max-width: 575px) {
.coreinfo-section.v-205 .coreinfo-main-title {
font-size: 1.5rem;
}
.coreinfo-section.v-205 .coreinfo-subtitle {
font-size: 1rem;
}
.coreinfo-section.v-205 .coreinfo-description {
font-size: 0.9375rem;
}
.coreinfo-section.v-205 .decorative-divider {
margin-bottom: 40px;
}
.coreinfo-section.v-205 .divider-line {
width: 60px;
}
}
.leadgen-section-secondary {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.leadgen-section-secondary .decorative-accent {
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
margin: 0 auto;
box-shadow: 0 0 25px var(--primary-500);
animation: pulse-leadgen-v001 2.5s ease-in-out infinite;
}
@keyframes pulse-leadgen-v001 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.leadgen-section-secondary .leadgen-form-card {
background: var(--light);
border-radius: 28px;
padding: 3.5rem;
box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.1);
position: relative;
overflow: hidden;
border: 1px solid var(--neutral-100);
transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.leadgen-section-secondary .leadgen-form-card:hover {
transform: translateY(-6px);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.15);
}
.leadgen-section-secondary .decorative-shape-corner {
position: absolute;
top: -40px;
right: -40px;
width: 140px;
height: 140px;
background: linear-gradient(135deg, var(--primary-400), var(--primary-600));
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.12;
animation: rotate-leadgen-v001 25s linear infinite;
}
.leadgen-section-secondary .decorative-shape-gradient {
position: absolute;
bottom: -50px;
left: -50px;
width: 180px;
height: 180px;
background: linear-gradient(135deg, var(--primary-600), var(--primary-800));
border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
opacity: 0.1;
animation: rotate-leadgen-v001 30s linear infinite reverse;
}
@keyframes rotate-leadgen-v001 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 0.3s ease;
font-size: 1rem;
height: calc(3.5rem + 2px);
}
.leadgen-section-secondary .form-floating > label {
padding: 1.1rem 1.35rem;
color: var(--text-secondary);
font-weight: 500;
}
.leadgen-section-secondary .form-control:focus,
.leadgen-section-secondary .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 20%, transparent);
background: var(--light);
outline: none;
}
.leadgen-section-secondary .form-control:hover,
.leadgen-section-secondary .form-select:hover {
border-color: var(--neutral-200);
}
.leadgen-section-secondary textarea.form-control {
min-height: 150px;
resize: vertical;
}
.leadgen-section-secondary .form-check-input {
width: 1.3rem;
height: 1.3rem;
border: 2px solid var(--neutral-300);
border-radius: 7px;
cursor: pointer;
transition: all 0.3s ease;
}
.leadgen-section-secondary .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.leadgen-section-secondary .form-check-input:hover {
border-color: var(--primary-300);
}
.leadgen-section-secondary .form-check-label {
cursor: pointer;
user-select: none;
padding-left: 0.6rem;
line-height: 1.6;
}
.leadgen-section-secondary .btn-leadgen-submit {
background: linear-gradient(135deg, #3b82f6, #1d4ed8) !important;
color: var(--light) !important;
border: none;
border-radius: 14px;
font-weight: 600;
font-size: 1.15rem;
letter-spacing: 0.4px;
transition: all 0.4s ease;
box-shadow: 0 6px 20px rgba(59, 130, 246, 0.35);
position: relative;
overflow: hidden;
}
.leadgen-section-secondary .btn-leadgen-submit::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(var(--white-rgb), 0.25), transparent);
transition: left 0.6s ease;
}
.leadgen-section-secondary .btn-leadgen-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(59, 130, 246, 0.45);
}
.leadgen-section-secondary .btn-leadgen-submit:hover::before {
left: 100%;
}
.leadgen-section-secondary .btn-leadgen-submit:active {
transform: translateY(0);
box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}
.leadgen-section-secondary .decorative-blob-primary {
position: absolute;
top: 10%;
left: 5%;
width: 300px;
height: 300px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-300) 15%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(60px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-1 15s ease-in-out infinite;
}
.leadgen-section-secondary .decorative-blob-secondary {
position: absolute;
bottom: 15%;
right: 8%;
width: 250px;
height: 250px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-500) 12%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(50px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-2 18s ease-in-out infinite;
}
@keyframes float-blob-leadgen-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.95);
}
}
@keyframes float-blob-leadgen-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(-25px, 25px) scale(1.05);
}
66% {
transform: translate(20px, -20px) scale(0.98);
}
}
.leadgen-section-secondary .container > * {
position: relative;
z-index: 1;
}
@media (max-width: 991px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2.5rem;
}
}
@media (max-width: 767px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2rem;
border-radius: 20px;
}
.leadgen-section-secondary .btn-leadgen-submit {
font-size: 1.05rem;
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
padding: 1rem 1.15rem;
}
}
.leadgen-section-secondary .form-control:focus-visible,
.leadgen-section-secondary .form-select:focus-visible,
.leadgen-section-secondary .form-check-input:focus-visible {
outline: 3px solid var(--primary-500);
outline-offset: 2px;
}
.leadgen-section-secondary .btn-leadgen-submit:focus-visible {
outline: 3px solid var(--light);
outline-offset: 3px;
}
.leadgen-section-secondary .leadgen-field,
.leadgen-section-secondary .leadgen-field-dynamic {
animation: fadeInField 0.4s ease-out;
margin-bottom: 0;
}
@keyframes fadeInField {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control,
.leadgen-section-secondary .leadgen-form-dynamic .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 0.3s ease;
font-size: 1rem;
height: calc(3.5rem + 2px);
}
.leadgen-section-secondary .leadgen-form-dynamic .form-floating > label {
padding: 1.1rem 1.35rem;
color: var(--text-secondary);
font-weight: 500;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control:focus,
.leadgen-section-secondary .leadgen-form-dynamic .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 20%, transparent);
background: var(--light);
outline: none;
}
.leadgen-section-secondary .leadgen-form-dynamic textarea.form-control {
min-height: 120px;
resize: vertical;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-input {
width: 1.3rem;
height: 1.3rem;
border: 2px solid var(--neutral-300);
border-radius: 7px;
cursor: pointer;
transition: all 0.3s ease;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-label {
cursor: pointer;
user-select: none;
padding-left: 0.6rem;
line-height: 1.6;
}
.contact-section-custom {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.contact-section-custom .section-header-custom {
position: relative;
z-index: 2;
}
.contact-section-custom .decorative-line-top {
width: 60px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
margin: 0 auto 1.5rem;
border-radius: 2px;
}
#contact-title {
color: var(--text-primary);
margin-bottom: 1rem;
}
#contact-subtitle {
color: var(--primary-500);
font-weight: 600;
letter-spacing: 2px;
}
#contact-desc {
color: var(--text-secondary);
line-height: 1.8;
}
.contact-section-custom .decorative-dots {
display: flex;
gap: 8px;
justify-content: center;
margin-top: 2rem;
}
.contact-section-custom .decorative-dots .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-300);
}
.form-card-custom {
position: relative;
background: var(--light);
border-radius: 16px;
padding: 3rem;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
}
.form-header-decoration {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 6px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
border-radius: 16px 16px 0 0;
}
.form-floating-custom {
position: relative;
margin-bottom: 1.5rem;
}
.form-floating-custom .form-control {
padding: 1rem 1rem 1rem 3rem;
border: 2px solid var(--neutral-300);
border-radius: 12px;
background: var(--light);
color: var(--text-primary);
font-size: 1rem;
transition: all 0.3s ease;
}
.form-floating-custom .form-control:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, transparent);
outline: none;
}
.form-floating-custom label {
position: absolute;
top: 50%;
left: 3rem;
transform: translateY(-50%);
color: var(--text-secondary);
font-size: 1rem;
pointer-events: none;
transition: all 0.3s ease;
background: var(--light);
padding: 0 0.5rem;
}
.form-floating-custom .form-control:focus ~ label,
.form-floating-custom .form-control:not(:placeholder-shown) ~ label {
top: -0.5rem;
left: 2.5rem;
font-size: 0.75rem;
color: var(--primary-500);
}
.form-floating-custom textarea.form-control ~ label {
top: 1.5rem;
transform: none;
}
.form-floating-custom textarea.form-control:focus ~ label,
.form-floating-custom textarea.form-control:not(:placeholder-shown) ~ label {
top: -0.5rem;
transform: none;
}
.input-icon {
position: absolute;
left: 1rem;
top: 50%;
transform: translateY(-50%);
color: var(--primary-500);
font-size: 1.25rem;
z-index: 1;
}
.form-floating-custom textarea ~ .input-icon {
top: 1.5rem;
transform: none;
}
.form-check-custom {
padding-left: 2rem;
}
.form-check-custom .form-check-input {
width: 1.25rem;
height: 1.25rem;
border: 2px solid var(--neutral-300);
border-radius: 6px;
cursor: pointer;
margin-top: 0.25rem;
}
.form-check-custom .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.form-check-custom .form-check-label {
color: var(--text-secondary);
font-size: 0.9rem;
line-height: 1.6;
cursor: pointer;
}
.btn-submit-custom {
width: 100%;
padding: 1rem 2rem;
background: linear-gradient(135deg, #2563eb, #0284c7) !important;
color: var(--light) !important;
border: none;
border-radius: 12px;
font-size: 1.1rem;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
text-transform: uppercase;
letter-spacing: 1px;
}
.btn-submit-custom:hover {
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
}
.btn-submit-custom:active {
transform: translateY(0);
}
.contact-section-custom .contact-info-wrapper-custom {
position: relative;
z-index: 2;
}
.contact-section-custom .info-card-custom {
background: var(--light);
border-radius: 16px;
padding: 2rem;
margin-bottom: 1.5rem;
display: flex;
gap: 1.5rem;
box-shadow: 0 6px 24px rgba(var(--black-rgb), 0.06);
border: 1px solid var(--neutral-100);
transition: all 0.3s ease;
}
.contact-section-custom .info-card-custom:hover {
transform: translateX(-5px);
box-shadow: 0 12px 32px rgba(var(--black-rgb), 0.1);
border-color: var(--primary-300);
}
.contact-section-custom .icon-wrapper-custom {
flex-shrink: 0;
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.5rem;
}
.contact-section-custom .info-content-custom {
flex: 1;
}
.contact-section-custom .info-label {
font-size: 1rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 0.5rem;
text-transform: uppercase;
letter-spacing: 1px;
}
.contact-section-custom .info-value {
font-size: 1.15rem;
color: var(--primary-700);
margin-bottom: 0.5rem;
font-weight: 600;
}
.contact-section-custom .info-hint {
display: block;
font-size: 0.85rem;
color: var(--text-secondary);
line-height: 1.5;
}
.contact-section-custom .decorative-shapes-custom {
position: absolute;
top: -20px;
right: -20px;
z-index: -1;
opacity: 0.1;
}
.contact-section-custom .shape-circle {
width: 120px;
height: 120px;
border-radius: 50%;
background: var(--primary-500);
position: absolute;
top: 0;
right: 0;
}
.contact-section-custom .shape-square {
width: 80px;
height: 80px;
background: var(--primary-700);
position: absolute;
top: 60px;
right: 80px;
transform: rotate(45deg);
}
.contact-section-custom .shape-triangle {
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-bottom: 87px solid var(--primary-300);
position: absolute;
top: 100px;
right: 20px;
}
.contact-section-custom .social-icons-custom {
display: flex;
gap: 1rem;
justify-content: center;
}
.contact-section-custom .social-icon {
width: 48px;
height: 48px;
border-radius: 12px;
background: var(--surface-secondary);
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-500);
font-size: 1.25rem;
transition: all 0.3s ease;
cursor: pointer;
border: 2px solid var(--neutral-100);
}
.contact-section-custom .social-icon:hover {
background: var(--primary-500);
color: var(--light);
transform: translateY(-4px);
box-shadow: 0 6px 16px rgba(37, 99, 235, 0.25);
}
.contact-section-custom .decorative-bg-custom {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
overflow: hidden;
pointer-events: none;
}
.bg-blob-1 {
position: absolute;
top: -100px;
left: -100px;
width: 400px;
height: 400px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent 70%);
border-radius: 50%;
}
.bg-blob-2 {
position: absolute;
bottom: -150px;
right: -150px;
width: 500px;
height: 500px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 10%, transparent), transparent 70%);
border-radius: 50%;
}
.bg-grid {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image:
linear-gradient(var(--neutral-100) 1px, transparent 1px),
linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.3;
}
@media (max-width: 991px) {
.form-card-custom {
padding: 2rem;
margin-bottom: 2rem;
}
.contact-section-custom .info-card-custom {
padding: 1.5rem;
}
.contact-section-custom .icon-wrapper-custom {
width: 50px;
height: 50px;
font-size: 1.25rem;
}
}
@media (max-width: 767px) {
.form-card-custom {
padding: 1.5rem;
}
#contact-title {
font-size: 2rem;
}
.contact-section-custom .info-card-custom {
flex-direction: column;
text-align: center;
gap: 1rem;
}
.contact-section-custom .icon-wrapper-custom {
margin: 0 auto;
}
.contact-section-custom .social-icons-custom {
flex-wrap: wrap;
}
}
@media (max-width: 575px) {
.form-floating-custom .form-control {
font-size: 0.9rem;
}
.btn-submit-custom {
font-size: 1rem;
padding: 0.875rem 1.5rem;
}
.contact-section-custom .decorative-shapes-custom {
display: none;
}
}
.blog-section-minimal {
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.blog-section-minimal .section-header {
position: relative;
z-index: 2;
}
.blog-section-minimal .decorative-dot-pattern {
display: flex;
gap: 8px;
justify-content: center;
align-items: center;
}
.blog-section-minimal .decorative-dot-pattern .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
display: block;
animation: pulse-dot 2s ease-in-out infinite;
}
.blog-section-minimal .decorative-dot-pattern .dot:nth-child(2) {
animation-delay: 0.2s;
}
.blog-section-minimal .decorative-dot-pattern .dot:nth-child(3) {
animation-delay: 0.4s;
}
@keyframes pulse-dot {
0%, 100% {
opacity: 0.4;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.2);
}
}
.blog-section-minimal #blog-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.2;
}
.blog-section-minimal #blog-subtitle {
color: var(--primary-500);
font-weight: 500;
}
.blog-section-minimal #blog-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.blog-section-minimal .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-300),
var(--primary-500),
var(--primary-300)
);
border-radius: 2px;
}
.blog-section-minimal .blog-card {
height: 100%;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-section-minimal .blog-card-inner {
height: 100%;
background: var(--surface-secondary);
border-radius: 12px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.08);
transition: all 0.3s ease;
display: flex;
flex-direction: column;
}
.blog-section-minimal .blog-card:hover .blog-card-inner {
transform: translateY(-8px);
box-shadow: 0 12px 24px rgba(var(--black-rgb), 0.12);
}
.blog-section-minimal .blog-image-wrapper {
position: relative;
width: 100%;
height: 220px;
overflow: hidden;
background: color-mix(in srgb, var(--primary-50) 50%, var(--neutral-100));
}
.blog-section-minimal .blog-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.blog-section-minimal .blog-card:hover .blog-image {
transform: scale(1.08);
}
.blog-section-minimal .image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
180deg,
rgba(var(--black-rgb), 0) 0%,
rgba(var(--black-rgb), 0.1) 100%
);
opacity: 0;
transition: opacity 0.3s ease;
}
.blog-section-minimal .blog-card:hover .image-overlay {
opacity: 1;
}
.blog-section-minimal .category-badge {
position: absolute;
top: 16px;
right: 16px;
background: var(--primary-500);
color: var(--light);
width: 36px;
height: 36px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
}
.blog-section-minimal .blog-content {
padding: 24px;
flex-grow: 1;
display: flex;
flex-direction: column;
}
.blog-section-minimal .blog-meta {
display: flex;
gap: 16px;
margin-bottom: 16px;
padding-bottom: 16px;
border-bottom: 1px solid var(--neutral-100);
}
.blog-section-minimal .meta-item {
display: flex;
align-items: center;
gap: 6px;
color: var(--text-secondary);
font-size: 14px;
}
.blog-section-minimal .meta-item i {
color: var(--primary-500);
font-size: 16px;
}
.blog-section-minimal .blog-title {
color: var(--text-primary);
font-weight: 600;
line-height: 1.4;
margin-bottom: 12px;
transition: color 0.3s ease;
}
.blog-section-minimal .blog-card:hover .blog-title {
color: var(--primary-500);
}
.blog-section-minimal .blog-excerpt {
color: var(--text-secondary);
line-height: 1.6;
font-size: 15px;
margin-bottom: 20px;
flex-grow: 1;
}
.blog-section-minimal .read-more-link {
color: var(--primary-500);
text-decoration: none;
font-weight: 600;
font-size: 15px;
display: inline-flex;
align-items: center;
transition: all 0.3s ease;
align-self: flex-start;
}
.blog-section-minimal .read-more-link:hover {
color: var(--primary-700);
gap: 8px;
}
.blog-section-minimal .read-more-link i {
transition: transform 0.3s ease;
}
.blog-section-minimal .read-more-link:hover i {
transform: translateX(4px);
}
.blog-section-minimal .decorative-bottom {
position: relative;
height: 100px;
pointer-events: none;
}
.blog-section-minimal .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.blog-section-minimal .decorative-shape.shape-1 {
width: 120px;
height: 120px;
background: var(--primary-500);
left: 10%;
top: 20px;
animation: float-shape 6s ease-in-out infinite;
}
.blog-section-minimal .decorative-shape.shape-2 {
width: 80px;
height: 80px;
background: var(--primary-700);
right: 15%;
top: 40px;
animation: float-shape 8s ease-in-out infinite;
animation-delay: 1s;
}
.blog-section-minimal .decorative-shape.shape-3 {
width: 100px;
height: 100px;
background: var(--primary-300);
left: 50%;
top: 10px;
animation: float-shape 7s ease-in-out infinite;
animation-delay: 2s;
}
@keyframes float-shape {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(180deg);
}
}
@media (max-width: 991.98px) {
.blog-section-minimal #blog-title {
font-size: 2.5rem;
}
.blog-section-minimal .blog-image-wrapper {
height: 200px;
}
}
@media (max-width: 767.98px) {
.blog-section-minimal #blog-title {
font-size: 2rem;
}
.blog-section-minimal #blog-subtitle {
font-size: 1.25rem;
}
.blog-section-minimal .blog-image-wrapper {
height: 180px;
}
.blog-section-minimal .blog-content {
padding: 20px;
}
.blog-section-minimal .decorative-shape {
display: none;
}
}
@media (max-width: 575.98px) {
.blog-section-minimal #blog-title {
font-size: 1.75rem;
}
.blog-section-minimal .blog-image-wrapper {
height: 160px;
}
}
.faq-section-featured {
position: relative;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.faq-section-featured .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
margin: 0 auto;
border-radius: 2px;
}
.faq-section-featured #faq-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.5px;
}
.faq-section-featured #faq-subtitle {
color: var(--primary-500);
font-weight: 600;
}
.faq-section-featured #faq-desc {
color: var(--text-secondary);
line-height: 1.8;
}
.faq-section-featured .faq-card {
border: none;
border-radius: 12px;
background: var(--surface-primary);
box-shadow:
0 2px 8px rgba(var(--black-rgb), 0.06),
0 1px 2px rgba(var(--black-rgb), 0.04);
transition: all 0.3s ease;
overflow: hidden;
}
.faq-section-featured .faq-card:hover {
transform: translateY(-4px);
box-shadow:
0 12px 24px rgba(var(--black-rgb), 0.1),
0 4px 8px rgba(var(--black-rgb), 0.06);
}
.faq-section-featured .card-header {
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 8%, var(--surface-primary) 92%),
color-mix(in srgb, var(--primary-300) 5%, var(--surface-primary) 95%)
);
border: none;
padding: 1.5rem;
border-bottom: 2px solid var(--primary-100);
}
.faq-section-featured .card-header i {
font-size: 1.5rem;
color: var(--primary-500);
flex-shrink: 0;
margin-top: 0.125rem;
}
.faq-section-featured .card-header h3 {
color: var(--text-primary);
font-weight: 600;
line-height: 1.4;
margin: 0;
}
.faq-section-featured .card-body {
padding: 1.5rem;
background: var(--surface-primary);
}
.faq-section-featured .card-body p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.95rem;
}
.faq-section-featured .decorative-dots-grid {
position: absolute;
top: 10%;
right: 5%;
width: 120px;
height: 120px;
background-image: radial-gradient(
circle,
var(--primary-300) 2px,
transparent 2px
);
background-size: 20px 20px;
opacity: 0.3;
z-index: 0;
pointer-events: none;
}
.faq-section-featured .decorative-gradient-blob {
position: absolute;
bottom: -100px;
left: -100px;
width: 400px;
height: 400px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
transparent 70%
);
border-radius: 50%;
z-index: 0;
pointer-events: none;
}
.faq-section-featured .container {
position: relative;
z-index: 1;
}
@media (max-width: 991.98px) {
.faq-section-featured #faq-title {
font-size: 2.25rem;
}
.faq-section-featured .decorative-dots-grid {
width: 80px;
height: 80px;
top: 5%;
right: 2%;
}
.faq-section-featured .decorative-gradient-blob {
width: 300px;
height: 300px;
}
}
@media (max-width: 767.98px) {
.faq-section-featured #faq-title {
font-size: 1.875rem;
}
.faq-section-featured .card-header {
padding: 1.25rem;
}
.faq-section-featured .card-body {
padding: 1.25rem;
}
.faq-section-featured .card-header i {
font-size: 1.25rem;
}
.faq-section-featured .decorative-dots-grid {
display: none;
}
.faq-section-featured .decorative-gradient-blob {
width: 200px;
height: 200px;
bottom: -50px;
left: -50px;
}
}
@media (max-width: 575.98px) {
.faq-section-featured #faq-title {
font-size: 1.625rem;
}
.faq-section-featured #faq-subtitle {
font-size: 1.125rem;
}
.faq-section-featured .card-header h3 {
font-size: 1rem;
}
.faq-section-featured .card-body p {
font-size: 0.875rem;
}
}
@media (prefers-reduced-motion: reduce) {
.faq-section-featured .faq-card {
transition: none;
}
.faq-section-featured .faq-card:hover {
transform: none;
}
}
@media (prefers-contrast: high) {
.faq-section-featured .faq-card {
border: 2px solid var(--neutral-700);
}
.faq-section-featured .card-header {
border-bottom: 3px solid var(--primary-500);
}
}
.footer-style {
position: relative;
background-image: url('assets/images/footer_bg.webp');
background-size: cover;
background-position: center;
background-attachment: fixed;
min-height: 500px;
overflow: hidden;
}
.footer-style .footer-background-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
);
z-index: 1;
}
.footer-style .container {
position: relative;
z-index: 2;
}
.footer-style .footer-brand {
padding-right: 2rem;
}
.footer-style .brand-name {
color: var(--light);
font-size: 1.75rem;
font-weight: 700;
margin-bottom: 1rem;
letter-spacing: -0.02em;
}
.footer-style .brand-description {
color: rgba(var(--white-rgb), 0.9);
font-size: 0.95rem;
line-height: 1.7;
margin-bottom: 0;
}
.footer-style .brand-decorative-icons {
display: flex;
gap: 1rem;
margin-top: 1.5rem;
}
.footer-style .brand-decorative-icons i {
font-size: 1.5rem;
color: rgba(var(--white-rgb), 0.7);
transition: all 0.3s ease;
}
.footer-style .brand-decorative-icons i:hover {
color: var(--light);
transform: translateY(-3px);
}
.footer-style .footer-section {
position: relative;
}
.footer-style .section-title {
color: var(--light);
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 1.5rem;
position: relative;
display: inline-block;
}
.footer-style .section-title::after {
content: '';
position: absolute;
bottom: -8px;
left: 0;
width: 40px;
height: 3px;
background: color-mix(in srgb, var(--primary-300) 80%, transparent);
border-radius: 2px;
}
.footer-style .footer-nav .nav-link {
color: rgba(var(--white-rgb), 0.85);
padding: 0.5rem 0;
font-size: 0.95rem;
transition: all 0.3s ease;
position: relative;
display: inline-block;
}
.footer-style .footer-nav .nav-link::before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 2px;
background: var(--light);
transition: width 0.3s ease;
}
.footer-style .footer-nav .nav-link:hover {
color: var(--light);
padding-left: 0.75rem;
}
.footer-style .footer-nav .nav-link:hover::before {
width: 30px;
}
.footer-style .section-icon {
position: absolute;
top: -10px;
right: 0;
font-size: 3rem;
color: rgba(var(--white-rgb), 0.1);
pointer-events: none;
}
.footer-style .section-icon i {
display: block;
}
.footer-style .contact-info-grid {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.footer-style .contact-item {
display: flex;
align-items: flex-start;
gap: 1rem;
padding: 1rem;
background: rgba(var(--white-rgb), 0.05);
border-radius: 8px;
backdrop-filter: blur(10px);
transition: all 0.3s ease;
}
.footer-style .contact-item:hover {
background: rgba(var(--white-rgb), 0.1);
transform: translateX(5px);
}
.footer-style .contact-icon {
flex-shrink: 0;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--primary-500) 30%, transparent);
border-radius: 8px;
color: var(--light);
font-size: 1.25rem;
}
.footer-style .contact-details {
flex: 1;
}
.footer-style .contact-text {
color: rgba(var(--white-rgb), 0.9);
font-size: 0.95rem;
line-height: 1.6;
display: block;
}
.footer-style .contact-decorative-pattern {
display: flex;
gap: 0.5rem;
margin-top: 2rem;
justify-content: flex-end;
}
.footer-style .pattern-dot {
width: 8px;
height: 8px;
background: rgba(var(--white-rgb), 0.3);
border-radius: 50%;
animation: pulse-dot 2s ease-in-out infinite;
}
.footer-style .pattern-dot:nth-child(2) {
animation-delay: 0.3s;
}
.footer-style .pattern-dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes pulse-dot {
0%, 100% {
opacity: 0.3;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.3);
}
}
.footer-style .footer-bottom {
border-top: 1px solid rgba(var(--white-rgb), 0.1);
margin-top: 3rem;
}
.footer-style .disclaimer-text {
color: rgba(var(--white-rgb), 0.7);
font-size: 0.85rem;
line-height: 1.6;
}
.footer-style .copyright-text {
color: rgba(var(--white-rgb), 0.9);
font-size: 0.9rem;
font-weight: 500;
}
.footer-style .footer-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
overflow: hidden;
}
.footer-style .shape {
position: absolute;
border-radius: 50%;
opacity: 0.1;
}
.footer-style .shape-circle-1 {
width: 300px;
height: 300px;
background: radial-gradient(circle, rgba(var(--white-rgb), 0.3), transparent);
top: -100px;
right: -50px;
animation: float-shape 20s ease-in-out infinite;
}
.footer-style .shape-circle-2 {
width: 200px;
height: 200px;
background: radial-gradient(circle, rgba(var(--white-rgb), 0.2), transparent);
bottom: 50px;
left: 10%;
animation: float-shape 25s ease-in-out infinite reverse;
}
.footer-style .shape-blob {
width: 400px;
height: 400px;
background: radial-gradient(ellipse, rgba(var(--white-rgb), 0.15), transparent);
bottom: -150px;
right: 15%;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morph-shape 30s ease-in-out infinite;
}
@keyframes float-shape {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(30px, 30px) scale(1.1);
}
}
@keyframes morph-shape {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
50% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
}
@media (max-width: 991.98px) {
.footer-style {
background-attachment: scroll;
}
.footer-style .footer-brand {
padding-right: 0;
margin-bottom: 2rem;
}
.footer-style .section-icon {
font-size: 2rem;
}
.footer-style .footer-bottom {
text-align: center;
}
.footer-style .copyright-text {
margin-top: 1rem;
}
}
@media (max-width: 767.98px) {
.footer-style .brand-name {
font-size: 1.5rem;
}
.footer-style .section-title {
font-size: 1.1rem;
}
.footer-style .contact-item {
padding: 0.75rem;
}
.footer-style .contact-icon {
width: 35px;
height: 35px;
font-size: 1rem;
}
.shape-circle-1,
.shape-circle-2,
.footer-style .shape-blob {
display: none;
}
}
@media (max-width: 575.98px) {
.footer-style {
min-height: auto;
}
.footer-style .brand-decorative-icons {
justify-content: center;
}
.footer-style .contact-decorative-pattern {
justify-content: center;
}
.disclaimer-text,
.footer-style .copyright-text {
text-align: center;
}
}
@media (prefers-reduced-motion: reduce) {
.footer-style *,
.footer-style *::before,
.footer-style *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
@media (prefers-contrast: high) {
.footer-style .footer-background-overlay {
background: color-mix(in srgb, var(--neutral-900) 98%, transparent);
}
.brand-name,
.section-title,
.contact-text,
.footer-style .copyright-text {
color: var(--light);
}
.footer-style .footer-nav .nav-link {
color: var(--light);
}
}
.add_wrap_bold {
position: relative;
padding: var(--space-section-y, 5rem) 0;
background: linear-gradient(180deg, #ffffff 0%, var(--primary-50, #ecfdf5) 30%, var(--primary-50, #ecfdf5) 70%, #ffffff 100%);
}
.add_wrap_bold .add_header_growth {
position: relative;
padding: var(--space-8, 2rem) 0;
margin-bottom: var(--space-12, 3rem);
}
.add_wrap_bold .growth_visual {
position: relative;
width: 120px;
height: 80px;
margin: 0 auto var(--space-6, 1.5rem);
}
.add_wrap_bold .growth_stem {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 4px;
height: 100%;
background: linear-gradient(180deg, var(--primary-500, #059669) 0%, var(--primary-300, #6ee7b7) 100%);
border-radius: 2px;
}
.add_wrap_bold .growth_leaf {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
background: var(--primary-100, #d1fae5);
border: 2px solid var(--primary-500, #059669);
border-radius: 50%;
color: var(--primary-500, #059669);
font-size: 0.5rem;
animation: grow-leaf 2s ease-out forwards;
opacity: 0;
}
.add_wrap_bold .leaf_1 {
bottom: 60%;
left: 0;
animation-delay: 0.3s;
}
.add_wrap_bold .leaf_2 {
bottom: 40%;
right: 0;
animation-delay: 0.6s;
}
.add_wrap_bold .leaf_3 {
bottom: 20%;
left: -10px;
animation-delay: 0.9s;
}
@keyframes grow-leaf {
0% {
transform: scale(0);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
.add_wrap_bold .add_title {
font-size: clamp(2rem, 4vw, 2.875rem);
font-weight: 800;
color: var(--text-primary, #1c1c1e);
margin-bottom: var(--space-4, 1rem);
line-height: 1.2;
}
.add_wrap_bold .add_subtitle {
font-size: clamp(1.125rem, 2vw, 1.5rem);
color: var(--primary-500, #059669);
margin-bottom: var(--space-6, 1.5rem);
font-weight: 600;
line-height: 1.4;
font-style: italic;
}
.add_wrap_bold .add_description {
font-size: 1.0625rem;
color: var(--text-secondary, #44403c);
line-height: 1.75;
}
.add_wrap_bold .add_nested_boxes {
margin-top: var(--space-10, 2.5rem);
}
.add_wrap_bold .nested_box {
position: relative;
background: #ffffff;
padding: var(--space-6, 1.5rem);
border-radius: var(--radius-lg, 12px);
border: 2px solid var(--primary-200, #a7f3d0);
transition: all 0.3s ease;
height: 100%;
}
.add_wrap_bold .nested_box:hover {
border-color: var(--primary-500, #059669);
box-shadow: 0 12px 32px rgba(5, 150, 105, 0.15);
transform: translateY(-4px);
}
.add_wrap_bold .box_level_1 {
background: linear-gradient(135deg, var(--primary-50, #ecfdf5) 0%, #ffffff 100%);
padding: var(--space-8, 2rem);
text-align: center;
}
.add_wrap_bold .box_level_2 {
min-height: 300px;
}
.add_wrap_bold .box_level_3 {
background: #ffffff;
border-width: 3px;
border-color: var(--primary-400, #34d399);
text-align: center;
padding: var(--space-8, 2rem);
}
.add_wrap_bold .box_icon_leaf {
width: 64px;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-100, #d1fae5);
border-radius: 50% 0 50% 50%;
color: var(--primary-500, #059669);
font-size: 1.75rem;
margin: 0 auto var(--space-4, 1rem);
transition: all 0.3s ease;
}
.add_wrap_bold .nested_box:hover .box_icon_leaf {
background: var(--primary-500, #059669);
color: #ffffff;
transform: rotate(90deg) scale(1.1);
}
.add_wrap_bold .box_level_2 .box_icon_leaf {
margin: 0 0 var(--space-4, 1rem) 0;
}
.add_wrap_bold .add_elem_title {
font-size: clamp(1.25rem, 2vw, 1.5rem);
font-weight: 700;
color: var(--text-primary, #1c1c1e);
margin-bottom: var(--space-3, 0.75rem);
line-height: 1.3;
}
.add_wrap_bold .add_elem_desc {
font-size: 1rem;
color: var(--text-secondary, #44403c);
line-height: 1.65;
margin: 0;
}
.add_wrap_bold .box_conclusion {
background: linear-gradient(135deg, var(--primary-100, #d1fae5) 0%, #ffffff 50%, var(--primary-100, #d1fae5) 100%);
border: 3px solid var(--primary-500, #059669);
padding: var(--space-10, 2.5rem);
text-align: center;
}
.add_wrap_bold .box_conclusion:hover {
background: linear-gradient(135deg, var(--primary-200, #a7f3d0) 0%, #ffffff 50%, var(--primary-200, #a7f3d0) 100%);
border-color: var(--primary-700, #047857);
}
.add_wrap_bold .conclusion_garden {
width: 88px;
height: 88px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500, #059669) 0%, var(--primary-700, #047857) 100%);
color: #ffffff;
border-radius: 50%;
font-size: 2.25rem;
margin: 0 auto var(--space-6, 1.5rem);
box-shadow: 0 12px 32px rgba(5, 150, 105, 0.3);
position: relative;
}
.add_wrap_bold .conclusion_garden::before {
content: '';
position: absolute;
width: 110px;
height: 110px;
border: 3px solid var(--primary-300, #6ee7b7);
border-radius: 50%;
animation: pulse-ring-green 2s ease-out infinite;
}
@keyframes pulse-ring-green {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.3);
opacity: 0;
}
}
.add_wrap_bold .box_content_wide {
max-width: 900px;
margin: 0 auto;
}
.add_wrap_bold .box_conclusion .add_elem_title {
font-size: clamp(1.5rem, 2.5vw, 1.875rem);
color: var(--primary-700, #047857);
}
@media (max-width: 767.98px) {
.add_wrap_bold {
padding: var(--space-10, 2.5rem) 0;
}
.add_wrap_bold .add_header_growth {
padding: var(--space-4, 1rem) 0;
margin-bottom: var(--space-8, 2rem);
}
.add_wrap_bold .growth_visual {
width: 80px;
height: 60px;
}
.add_wrap_bold .growth_leaf {
width: 24px;
height: 24px;
}
.add_wrap_bold .nested_box {
padding: var(--space-4, 1rem);
}
.add_wrap_bold .box_level_1,
.add_wrap_bold .box_level_3 {
padding: var(--space-6, 1.5rem);
}
.add_wrap_bold .box_conclusion {
padding: var(--space-6, 1.5rem);
}
.add_wrap_bold .box_level_2 {
min-height: auto;
}
.add_wrap_bold .box_icon_leaf {
width: 56px;
height: 56px;
font-size: 1.5rem;
}
.add_wrap_bold .conclusion_garden {
width: 72px;
height: 72px;
font-size: 1.75rem;
}
.add_wrap_bold .conclusion_garden::before {
width: 90px;
height: 90px;
}
}
.additional-universal-section {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-section .section-header {
position: relative;
max-width: 800px;
margin: 0 auto;
z-index: 1;
}
.additional-universal-section .header-badge {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.additional-universal-section .header-badge i {
font-size: 2rem;
color: var(--light);
}
.additional-universal-section .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-section .section-subtitle {
font-size: 1.5rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.additional-universal-section .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 720px;
}
.additional-universal-section .timeline-wrapper {
position: relative;
max-width: 900px;
margin: 0 auto;
padding: 2rem 0;
}
.additional-universal-section .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 100%);
transform: translateX(-50%);
z-index: 0;
}
.additional-universal-section .timeline-item {
position: relative;
display: flex;
justify-content: flex-end;
padding-right: calc(50% + 50px);
margin-bottom: 4rem;
}
.additional-universal-section .timeline-item-reverse {
justify-content: flex-start;
padding-right: 0;
padding-left: calc(50% + 50px);
}
.additional-universal-section .timeline-marker {
position: absolute;
left: 50%;
top: 30px;
transform: translateX(-50%);
z-index: 2;
}
.additional-universal-section .marker-dot {
width: 20px;
height: 20px;
background: var(--primary-500);
border: 4px solid var(--light);
border-radius: 50%;
box-shadow: 0 0 0 4px var(--primary-100);
transition: all 0.3s ease;
}
.additional-universal-section .timeline-item:hover .marker-dot {
transform: scale(1.3);
background: var(--primary-700);
}
.additional-universal-section .marker-pulse {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 20px;
height: 20px;
background: var(--primary-300);
border-radius: 50%;
animation: pulse 2s infinite;
opacity: 0;
}
@keyframes pulse {
0% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.7;
}
100% {
transform: translate(-50%, -50%) scale(3);
opacity: 0;
}
}
.additional-universal-section .timeline-content {
position: relative;
background: var(--light);
border-radius: 16px;
padding: 2rem;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
border: 1px solid var(--neutral-100);
transition: all 0.3s ease;
max-width: 400px;
width: 100%;
}
.additional-universal-section .timeline-item:hover .timeline-content {
transform: translateY(-5px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
border-color: var(--primary-300);
}
.additional-universal-section .timeline-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.25rem;
}
.additional-universal-section .timeline-icon i {
font-size: 1.75rem;
color: var(--primary-500);
}
.additional-universal-section .timeline-title {
font-size: 1.5rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-section .timeline-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.additional-universal-section .timeline-decorative {
position: absolute;
bottom: -15px;
right: -15px;
width: 80px;
height: 80px;
background: var(--primary-50);
border-radius: 50%;
opacity: 0.5;
z-index: -1;
}
.additional-universal-section .decorative-shape {
position: absolute;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
opacity: 0.04;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: 5%;
left: -10%;
animation: float 20s ease-in-out infinite;
}
.additional-universal-section .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: 10%;
right: -8%;
animation: float 25s ease-in-out infinite reverse;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(30px, -30px) rotate(10deg);
}
}
.additional-universal-section .decorative-gradient {
position: absolute;
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-100) 0%, transparent 70%);
opacity: 0.3;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .gradient-1 {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
.additional-universal-section .section-title {
font-size: 2rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.25rem;
}
.timeline-item,
.additional-universal-section .timeline-item-reverse {
padding-left: 80px;
padding-right: 0;
justify-content: flex-start;
}
.additional-universal-section .timeline-marker {
left: 30px;
transform: translateX(0);
}
.additional-universal-section .timeline-line {
left: 30px;
transform: translateX(0);
}
.additional-universal-section .timeline-content {
max-width: 100%;
}
}
@media (max-width: 767.98px) {
.additional-universal-section .section-title {
font-size: 1.75rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.125rem;
}
.additional-universal-section .section-description {
font-size: 1rem;
}
.additional-universal-section .timeline-item {
margin-bottom: 3rem;
}
.additional-universal-section .timeline-content {
padding: 1.5rem;
}
.additional-universal-section .timeline-title {
font-size: 1.25rem;
}
.additional-universal-section .decorative-shape {
display: none;
}
}
@media (max-width: 575.98px) {
.additional-universal-section {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.additional-universal-section .section-header {
margin-bottom: 2rem !important;
}
.timeline-item,
.additional-universal-section .timeline-item-reverse {
padding-left: 50px;
}
.additional-universal-section .timeline-marker {
left: 15px;
}
.additional-universal-section .timeline-line {
left: 15px;
}
.additional-universal-section .marker-dot {
width: 16px;
height: 16px;
}
.additional-universal-section .timeline-content {
padding: 1.25rem;
}
.additional-universal-section .timeline-icon {
width: 50px;
height: 50px;
}
.additional-universal-section .timeline-icon i {
font-size: 1.5rem;
}
}
.add_wrap_minimal {
position: relative;
padding: var(--space-section-y, 5rem) 0;
background: var(--surface-primary, #f8fafc);
overflow: hidden;
}
.add_wrap_minimal .particle_bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.add_wrap_minimal .particle {
position: absolute;
width: 8px;
height: 8px;
background: var(--primary-300, #c4b5fd);
border-radius: 50%;
opacity: 0.4;
animation: float-particle 15s ease-in-out infinite;
}
.add_wrap_minimal .p1 {
top: 10%;
left: 10%;
animation-delay: 0s;
}
.add_wrap_minimal .p2 {
top: 60%;
right: 15%;
animation-delay: 3s;
}
.add_wrap_minimal .p3 {
bottom: 20%;
left: 20%;
animation-delay: 6s;
}
.add_wrap_minimal .p4 {
top: 30%;
right: 25%;
animation-delay: 9s;
}
@keyframes float-particle {
0%, 100% {
transform: translate(0, 0);
}
25% {
transform: translate(30px, -40px);
}
50% {
transform: translate(-20px, -80px);
}
75% {
transform: translate(20px, -40px);
}
}
.add_wrap_minimal .container {
position: relative;
z-index: 1;
}
.add_wrap_minimal .add_header_frame {
position: relative;
padding: var(--space-10, 2.5rem);
margin-bottom: var(--space-12, 3rem);
background: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(10px);
border-radius: var(--radius-lg, 12px);
}
.add_wrap_minimal .frame_corner {
position: absolute;
width: 40px;
height: 40px;
border-style: solid;
border-color: var(--primary-500, #7c3aed);
}
.add_wrap_minimal .corner_tl {
top: 0;
left: 0;
border-width: 3px 0 0 3px;
border-radius: 12px 0 0 0;
}
.add_wrap_minimal .corner_tr {
top: 0;
right: 0;
border-width: 3px 3px 0 0;
border-radius: 0 12px 0 0;
}
.add_wrap_minimal .corner_bl {
bottom: 0;
left: 0;
border-width: 0 0 3px 3px;
border-radius: 0 0 0 12px;
}
.add_wrap_minimal .corner_br {
bottom: 0;
right: 0;
border-width: 0 3px 3px 0;
border-radius: 0 0 12px 0;
}
.add_wrap_minimal .header_inner {
text-align: center;
}
.add_wrap_minimal .creative_spark {
width: 72px;
height: 72px;
display: inline-flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500, #7c3aed) 0%, var(--primary-700, #6d28d9) 100%);
color: #ffffff;
border-radius: 50%;
font-size: 2rem;
margin-bottom: var(--space-4, 1rem);
box-shadow: 0 8px 24px rgba(124, 58, 237, 0.3);
animation: pulse-spark 2s ease-in-out infinite;
}
@keyframes pulse-spark {
0%, 100% {
transform: scale(1);
box-shadow: 0 8px 24px rgba(124, 58, 237, 0.3);
}
50% {
transform: scale(1.05);
box-shadow: 0 12px 32px rgba(124, 58, 237, 0.4);
}
}
.add_wrap_minimal .add_title {
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 800;
color: var(--text-primary, #1a1a1b);
margin-bottom: var(--space-4, 1rem);
line-height: 1.15;
background: linear-gradient(135deg, var(--primary-700, #6d28d9) 0%, var(--primary-500, #7c3aed) 50%, var(--primary-700, #6d28d9) 100%);
-webkit-background-clip: text;
background-clip: text;}
.add_wrap_minimal .add_subtitle {
font-size: clamp(1.125rem, 2vw, 1.5rem);
color: var(--primary-500, #7c3aed);
margin-bottom: 0;
font-weight: 600;
line-height: 1.4;
font-style: italic;
}
.add_wrap_minimal .add_description {
font-size: 1.0625rem;
color: var(--text-secondary, #475569);
line-height: 1.75;
text-align: center;
}
.add_wrap_minimal .add_overlap_cards {
position: relative;
margin-top: var(--space-10, 2.5rem);
}
.add_wrap_minimal .overlap_card {
position: relative;
background: #ffffff;
padding: var(--space-6, 1.5rem);
border-radius: var(--radius-lg, 12px);
border: 2px solid var(--primary-200, #ddd6fe);
margin-bottom: var(--space-6, 1.5rem);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 12px rgba(124, 58, 237, 0.08);
}
.add_wrap_minimal .overlap_card:hover {
transform: translateX(12px) translateY(-8px);
border-color: var(--primary-500, #7c3aed);
box-shadow: 0 16px 40px rgba(124, 58, 237, 0.2);
z-index: 10;
}
.add_wrap_minimal .card_1 {
margin-left: 0;
}
.add_wrap_minimal .card_2 {
margin-left: 5%;
}
.add_wrap_minimal .card_3 {
margin-left: 10%;
}
.add_wrap_minimal .card_4 {
margin-left: 5%;
}
.add_wrap_minimal .card_header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: var(--space-4, 1rem);
}
.add_wrap_minimal .card_badge {
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-50, #f5f3ff);
border-radius: 12px;
color: var(--primary-500, #7c3aed);
font-size: 1.5rem;
transition: all 0.3s ease;
}
.add_wrap_minimal .overlap_card:hover .card_badge {
background: var(--primary-500, #7c3aed);
color: #ffffff;
transform: rotate(15deg) scale(1.1);
}
.add_wrap_minimal .card_number {
font-size: 3rem;
font-weight: 800;
color: var(--primary-100, #ede9fe);
line-height: 1;
transition: all 0.3s ease;
}
.add_wrap_minimal .overlap_card:hover .card_number {
color: var(--primary-200, #ddd6fe);
transform: scale(1.1);
}
.add_wrap_minimal .card_body {
position: relative;
z-index: 1;
}
.add_wrap_minimal .add_elem_title {
font-size: clamp(1.25rem, 2vw, 1.5rem);
font-weight: 700;
color: var(--text-primary, #1a1a1b);
margin-bottom: var(--space-3, 0.75rem);
line-height: 1.3;
}
.add_wrap_minimal .add_elem_desc {
font-size: 1rem;
color: var(--text-secondary, #475569);
line-height: 1.65;
margin: 0;
}
.add_wrap_minimal .card_finale {
margin: var(--space-10, 2.5rem) auto 0;
max-width: 900px;
background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, #ffffff 50%, var(--primary-50, #f5f3ff) 100%);
border: 3px solid var(--primary-500, #7c3aed);
padding: var(--space-8, 2rem);
text-align: center;
}
.add_wrap_minimal .card_finale:hover {
transform: scale(1.02) translateY(-8px);
}
.add_wrap_minimal .finale_crown {
position: relative;
width: 96px;
height: 96px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500, #7c3aed) 0%, var(--primary-700, #6d28d9) 100%);
color: #ffffff;
border-radius: 50%;
font-size: 2.5rem;
margin: 0 auto var(--space-6, 1.5rem);
box-shadow: 0 12px 32px rgba(124, 58, 237, 0.3);
}
.add_wrap_minimal .crown_shine {
position: absolute;
top: -5px;
right: -5px;
width: 24px;
height: 24px;
background: var(--primary-300, #c4b5fd);
border-radius: 50%;
animation: shine-pulse 2s ease-in-out infinite;
}
@keyframes shine-pulse {
0%, 100% {
transform: scale(1);
opacity: 0.6;
}
50% {
transform: scale(1.3);
opacity: 1;
}
}
.add_wrap_minimal .card_body_centered {
max-width: 850px;
margin: 0 auto;
}
.add_wrap_minimal .card_finale .add_elem_title {
font-size: clamp(1.5rem, 2.5vw, 1.875rem);
color: var(--primary-700, #6d28d9);
}
@media (max-width: 991.98px) {
.add_wrap_minimal .card_1,
.add_wrap_minimal .card_2,
.add_wrap_minimal .card_3,
.add_wrap_minimal .card_4 {
margin-left: 0;
}
}
@media (max-width: 767.98px) {
.add_wrap_minimal {
padding: var(--space-10, 2.5rem) 0;
}
.add_wrap_minimal .add_header_frame {
padding: var(--space-6, 1.5rem);
margin-bottom: var(--space-8, 2rem);
}
.add_wrap_minimal .frame_corner {
width: 30px;
height: 30px;
}
.add_wrap_minimal .creative_spark {
width: 64px;
height: 64px;
font-size: 1.75rem;
}
.add_wrap_minimal .overlap_card {
padding: var(--space-4, 1rem);
}
.add_wrap_minimal .card_finale {
padding: var(--space-6, 1.5rem);
margin-top: var(--space-6, 1.5rem);
}
.add_wrap_minimal .card_badge {
width: 48px;
height: 48px;
font-size: 1.25rem;
}
.add_wrap_minimal .card_number {
font-size: 2.5rem;
}
.add_wrap_minimal .finale_crown {
width: 80px;
height: 80px;
font-size: 2rem;
}
.add_wrap_minimal .crown_shine {
width: 20px;
height: 20px;
}
.add_wrap_minimal .particle_bg {
display: none;
}
}
.additional-universal-custom {
position: relative;
padding: 6rem 0;
background: radial-gradient(circle at top right, var(--primary-50) 0%, var(--neutral-50) 40%, var(--accent-50) 100%);
overflow: hidden;
}
.additional-universal-custom .section-title {
font-size: clamp(2rem, 4.5vw, 2.75rem);
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.2;
}
.additional-universal-custom .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-700);
margin-bottom: 1.5rem;
line-height: 1.4;
}
.additional-universal-custom .section-description {
font-size: 1.125rem;
color: var(--neutral-700);
line-height: 1.7;
max-width: 850px;
margin: 0 auto;
}
.additional-universal-custom .creative-divider {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin: 3rem 0;
}
.additional-universal-custom .divider-line {
width: 100px;
height: 2px;
background: linear-gradient(90deg, transparent 0%, var(--primary-400) 50%, transparent 100%);
}
.additional-universal-custom .divider-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
box-shadow: 0 0 15px var(--primary-300);
}
.additional-universal-custom .features-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
max-width: 1200px;
margin: 0 auto;
position: relative;
z-index: 2;
}
.additional-universal-custom .features-grid .feature-box:nth-child(3) {
grid-column: 1 / -1;
max-width: 600px;
margin: 0 auto;
width: 100%;
}
.additional-universal-custom .feature-box {
position: relative;
background: var(--neutral-0);
border-radius: 20px;
padding: 2.5rem;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
border: 2px solid var(--neutral-100);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
overflow: hidden;
}
.additional-universal-custom .feature-box:hover {
transform: translateY(-10px) scale(1.02);
box-shadow: 0 16px 50px rgba(0, 0, 0, 0.15);
border-color: var(--primary-300);
}
.additional-universal-custom .feature-visual {
position: relative;
margin-bottom: 1.5rem;
display: flex;
align-items: center;
gap: 1rem;
}
.additional-universal-custom .icon-wrapper {
width: 80px;
height: 80px;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
position: relative;
z-index: 2;
}
.additional-universal-custom .icon-wrapper i {
font-size: 2.25rem;
color: var(--neutral-0);
}
.additional-universal-custom .gradient-1 {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}
.additional-universal-custom .gradient-2 {
background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
}
.additional-universal-custom .gradient-3 {
background: linear-gradient(135deg, var(--primary-600), var(--accent-600));
}
.additional-universal-custom .gradient-4 {
background: linear-gradient(135deg, var(--accent-400), var(--primary-600));
}
.additional-universal-custom .gradient-5 {
background: linear-gradient(135deg, var(--primary-700), var(--accent-500));
}
.additional-universal-custom .visual-accent {
flex: 1;
height: 3px;
border-radius: 2px;
opacity: 0.4;
}
.additional-universal-custom .accent-1 { background: linear-gradient(90deg, var(--primary-500), transparent); }
.additional-universal-custom .accent-2 { background: linear-gradient(90deg, var(--accent-500), transparent); }
.additional-universal-custom .accent-3 { background: linear-gradient(90deg, var(--primary-600), transparent); }
.additional-universal-custom .accent-4 { background: linear-gradient(90deg, var(--accent-400), transparent); }
.additional-universal-custom .accent-5 { background: linear-gradient(90deg, var(--primary-700), transparent); }
.additional-universal-custom .feature-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-custom .feature-description {
font-size: 1rem;
color: var(--neutral-700);
line-height: 1.7;
margin: 0;
}
.additional-universal-custom .feature-glow {
position: absolute;
bottom: -50%;
right: -50%;
width: 200px;
height: 200px;
background: radial-gradient(circle, var(--primary-200) 0%, transparent 70%);
opacity: 0;
transition: opacity 0.4s ease;
pointer-events: none;
}
.additional-universal-custom .feature-box:hover .feature-glow {
opacity: 0.3;
}
.additional-universal-custom .floating-orb {
position: absolute;
border-radius: 50%;
opacity: 0.06;
pointer-events: none;
filter: blur(40px);
}
.additional-universal-custom .orb-1 {
width: 350px;
height: 350px;
background: var(--primary-400);
top: 10%;
left: -100px;
}
.additional-universal-custom .orb-2 {
width: 300px;
height: 300px;
background: var(--accent-400);
top: 50%;
right: -80px;
}
.additional-universal-custom .orb-3 {
width: 250px;
height: 250px;
background: var(--primary-300);
bottom: 10%;
left: 50%;
transform: translateX(-50%);
}
.additional-universal-custom .geometric-pattern {
position: absolute;
width: 150px;
height: 150px;
opacity: 0.03;
pointer-events: none;
}
.additional-universal-custom .pattern-1 {
top: 15%;
right: 10%;
background: repeating-linear-gradient(
45deg,
var(--primary-500),
var(--primary-500) 10px,
transparent 10px,
transparent 20px
);
}
.additional-universal-custom .pattern-2 {
bottom: 20%;
left: 8%;
background: repeating-linear-gradient(
-45deg,
var(--accent-500),
var(--accent-500) 10px,
transparent 10px,
transparent 20px
);
}
@media (max-width: 991px) {
.additional-universal-custom {
padding: 4rem 0;
}
.additional-universal-custom .features-grid {
gap: 1.5rem;
}
.additional-universal-custom .feature-box {
padding: 2rem;
}
.additional-universal-custom .icon-wrapper {
width: 70px;
height: 70px;
}
.additional-universal-custom .icon-wrapper i {
font-size: 2rem;
}
}
@media (max-width: 767px) {
.additional-universal-custom {
padding: 3rem 0;
}
.additional-universal-custom .section-title {
font-size: 1.75rem;
}
.additional-universal-custom .section-subtitle {
font-size: 1.25rem;
}
.additional-universal-custom .section-description {
font-size: 1rem;
}
.additional-universal-custom .features-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.additional-universal-custom .features-grid .feature-box:nth-child(3) {
grid-column: 1;
max-width: 100%;
}
.additional-universal-custom .feature-box {
padding: 1.75rem;
}
.additional-universal-custom .icon-wrapper {
width: 60px;
height: 60px;
}
.additional-universal-custom .icon-wrapper i {
font-size: 1.75rem;
}
.additional-universal-custom .feature-title {
font-size: 1.35rem;
}
.additional-universal-custom .feature-description {
font-size: 0.95rem;
}
.additional-universal-custom .floating-orb,
.additional-universal-custom .geometric-pattern {
display: none;
}
}


/* Footer Social Links - Simple Style */
.footer-social-links {
    margin: 20px 0;
    padding: 15px 0;
    text-align: center;
}

.footer-social-grid {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-social-link {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    position: relative;
}

.footer-social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    color: white;
    text-decoration: none;
}

/* Social Network Colors */
.footer-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.footer-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.footer-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.footer-x-link {
    background: linear-gradient(135deg, #000000, #333333);
}

.footer-x-link i {
    display: none;
}

.footer-x-link .x-symbol {
    font-weight: bold;
    font-size: 20px;
}

.footer-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.footer-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.footer-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.footer-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

@media (max-width: 768px) {
    .footer-social-grid {
        gap: 12px;
    }
    
    .footer-social-link {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}
