:root {
--primary-50: #fef7ee;
--primary-50-rgb: 254, 247, 238;
--primary-100: #fde8d7;
--primary-100-rgb: 253, 232, 215;
--primary-300: #fbc89e;
--primary-300-rgb: 251, 200, 158;
--primary-500: #f97316;
--primary-500-rgb: 249, 115, 22;
--primary-700: #c2410c;
--primary-700-rgb: 194, 65, 12;
--primary-200: #fcd8bb;
--primary-200-rgb: 252, 216, 187;
--primary-400: #fa9e5a;
--primary-400-rgb: 250, 158, 90;
--primary-600: #de5a11;
--primary-600-rgb: 222, 90, 17;
--primary-800: #a5370a;
--primary-800-rgb: 165, 55, 10;
--primary-900: #882e08;
--primary-900-rgb: 136, 46, 8;
--primary-950: #581e05;
--primary-950-rgb: 88, 30, 5;
--primary-rgb: 249, 115, 22;
--neutral-50: #fafaf9;
--neutral-50-rgb: 250, 250, 249;
--neutral-100: #f5f5f4;
--neutral-100-rgb: 245, 245, 244;
--neutral-300: #d4d4d4;
--neutral-300-rgb: 212, 212, 212;
--neutral-500: #737373;
--neutral-500-rgb: 115, 115, 115;
--neutral-700: #404040;
--neutral-700-rgb: 64, 64, 64;
--neutral-900: #171717;
--neutral-900-rgb: 23, 23, 23;
--neutral-200: #e5e5e4;
--neutral-200-rgb: 229, 229, 228;
--neutral-400: #a4a4a4;
--neutral-400-rgb: 164, 164, 164;
--neutral-600: #5a5a5a;
--neutral-600-rgb: 90, 90, 90;
--neutral-800: #363636;
--neutral-800-rgb: 54, 54, 54;
--neutral-950: #1d1d1d;
--neutral-950-rgb: 29, 29, 29;
--surface-primary: var(--neutral-50);
--surface-secondary: var(--neutral-100);
--surface-accent: var(--primary-50);
--text-primary: var(--neutral-900);
--text-secondary: var(--neutral-700);
--text-accent: var(--primary-700);
--button-primary-bg: var(--primary-500);
--button-primary-text: #ffffff;
--button-primary-text-rgb: 255, 255, 255;
--button-secondary-bg: var(--neutral-100);
--button-secondary-text: var(--neutral-900);
--border-light: var(--neutral-300);
--border-medium: var(--neutral-500);
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
--shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
--shadow-card: 0 4px 6px rgba(0, 0, 0, 0.05);
--shadow-elevated: 0 10px 25px rgba(0, 0, 0, 0.1);
--shadow-button-hover: 0 6px 12px rgba(249, 115, 22, 0.3);
--radius-sm: 4px;
--radius-md: 8px;
--radius-lg: 12px;
--radius-xl: 16px;
--transition-fast: 0.15s ease;
--transition-base: 0.2s ease;
--transition-slow: 0.3s ease;
--white-rgb: 255, 255, 255;
--black-rgb: 0, 0, 0;
--transparent-rgb: 0, 0, 0;
--overlay-light-rgb: 255, 255, 255;
--overlay-dark-rgb: 0, 0, 0;
--text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
--text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
--text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
--text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
--text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
--text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
--text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
--text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
--text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
--text-6xl: clamp(3.75rem, 3rem + 3.75vw, 4.5rem);
--text-7xl: clamp(4.5rem, 3.5rem + 5vw, 6rem);
--text-8xl: clamp(6rem, 4.5rem + 7.5vw, 8rem);
--text-9xl: clamp(8rem, 6rem + 10vw, 12rem);
--font-light: 300;
--font-normal: 400;
--font-medium: 500;
--font-semibold: 600;
--font-bold: 700;
--font-extrabold: 800;
--leading-none: 1;
--leading-tight: 1.25;
--leading-snug: 1.375;
--leading-normal: 1.5;
--leading-relaxed: 1.625;
--leading-loose: 2;
--leading-extra_loose: 2.5;
--tracking-tighter: -0.05em;
--tracking-tight: -0.025em;
--tracking-normal: 0;
--tracking-wide: 0.025em;
--tracking-wider: 0.05em;
--tracking-widest: 0.1em;
--font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
--font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
--font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
--text-body: var(--text-primary);
--space-0: 0;
--space-1: 0.25rem;
--space-2: 0.5rem;
--space-3: 0.75rem;
--space-4: 1rem;
--space-5: 1.25rem;
--space-6: 1.5rem;
--space-7: 1.75rem;
--space-8: 2rem;
--space-9: 2.25rem;
--space-10: 2.5rem;
--space-11: 2.75rem;
--space-12: 3rem;
--space-14: 3.5rem;
--space-16: 4rem;
--space-20: 5rem;
--space-24: 6rem;
--space-28: 7rem;
--space-32: 8rem;
--space-36: 9rem;
--space-40: 10rem;
--space-44: 11rem;
--space-48: 12rem;
--space-52: 13rem;
--space-56: 14rem;
--space-60: 15rem;
--space-64: 16rem;
--space-72: 18rem;
--space-80: 20rem;
--space-96: 24rem;
--space-px: 1px;
--space-0.5: 0.125rem;
--space-1.5: 0.375rem;
--space-2.5: 0.625rem;
--space-3.5: 0.875rem;
--space-xs: 0.5rem;
--space-sm: 1rem;
--space-md: 1.5rem;
--space-lg: 2rem;
--space-xl: 3rem;
--space-2xl: 4rem;
--space-3xl: 6rem;
--space-4xl: 8rem;
--space-5xl: 12rem;
--space-6xl: 16rem;
--section-py: clamp(3rem, 5vw, 5rem);
--section-y-mobile: 3rem;
--section-y-tablet: 4rem;
--section-y-desktop: 5rem;
--section-y-hero: clamp(4rem, 10vw, 8rem);
--section-x: clamp(1rem, 3vw, 2rem);
--section-gap: clamp(1.5rem, 3vw, 2.5rem);
--card-padding: 1.5rem;
--card-gap: 1rem;
--button-padding-x: 1.5rem;
--button-padding-y: 0.75rem;
--form-gap: 1rem;
}
:root {
--shadow-none: none;
--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
--shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
--radius-none: 0;
--radius-xs: 0.125rem;
--radius-sm: 0.25rem;
--radius-md: 0.375rem;
--radius-lg: 0.5rem;
--radius-xl: 0.75rem;
--radius-2xl: 1rem;
--radius-3xl: 1.5rem;
--radius-full: 9999px;
--transition-fast: 0.15s ease;
--transition-normal: 0.3s ease;
--transition-slow: 0.5s ease;
--transition-all: all 0.3s ease;
--duration-fast: 0.15s;
--duration-normal: 0.3s;
--duration-slow: 0.5s;
--ease-smooth: ease-in-out;
--ease-spring: cubic-bezier(0.68, -0.55, 0.265, 1.55);
--opacity-disabled: 0.5;
--opacity-loading: 0.7;
--opacity-overlay: 0.8;
}
section {
padding-top: var(--section-y-mobile);
padding-bottom: var(--section-y-mobile);
padding-left: var(--section-x);
padding-right: var(--section-x);
}
@media (min-width: 768px) {
section {
padding-top: var(--section-y-tablet);
padding-bottom: var(--section-y-tablet);
}
}
@media (min-width: 1024px) {
section {
padding-top: var(--section-y-desktop);
padding-bottom: var(--section-y-desktop);
}
}
section[id="hero"] {
padding-top: var(--section-y-hero);
padding-bottom: var(--section-y-hero);
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
*, *::before, *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
@media (prefers-contrast: high) {
:root {
--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
}
}
@media print {
:root {
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: none;
--shadow-xl: none;
}
section {
padding-top: 1rem;
padding-bottom: 1rem;
break-inside: avoid;
}
}
html {
scroll-behavior: smooth;
scroll-padding-top: 6rem;
}
body {
overflow-x: hidden;
}
*:focus {
outline: 2px solid var(--border-interactive);
outline-offset: 2px;
border-radius: var(--radius-sm);
}
*:focus:not(:focus-visible) {
outline: none;
}
*:focus-visible {
outline: 2px solid var(--border-interactive);
outline-offset: 2px;
}
.premium_font_primary {
font-family: var(--font-primary);
}
.ui_font_secondary {
font-family: var(--font-secondary);
}
.best_font_mono {
font-family: var(--font-mono);
}
.top_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);
}
.fresh_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);
}
.bold_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);
}
.digital_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);
}
.clean_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);
}
.prime_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);
}
.style_heading_4 {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
}
.core_heading_5 {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-semibold);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.light_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);
}
.business_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);
}
.minimal_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);
}
.new_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);
}
.studio_caption {
font-family: var(--font-primary);
font-size: var(--text-xs);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-wide);
color: var(--text-muted);
}
.base_overline {
font-family: var(--font-primary);
font-size: var(--text-xs);
font-weight: var(--font-semibold);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-wider);
text-transform: uppercase;
color: var(--text-muted);
}
.site_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);
}
.layout_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;
}
.pro_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);
}
.web_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);
}
.elite_section_subtitle {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-secondary);
margin-bottom: var(--space-3);
}
.creative_section_description {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
letter-spacing: var(--tracking-normal);
color: var(--text-primary);
margin-bottom: var(--space-8);
max-width: 65ch;
}
.unique_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);
}
.app_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);
}
.main_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);
}
.main_nav_link:hover,
.main_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.container_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);
}
.content_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) {
.pro_hero_title {
font-size: var(--text-4xl);
}
.section_section_title {
font-size: var(--text-3xl);
}
.top_display_1 {
font-size: var(--text-5xl);
}
.fresh_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.pro_hero_title {
font-size: var(--text-3xl);
}
.section_section_title {
font-size: var(--text-2xl);
}
.top_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);
}
.smart_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.company_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.agency_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.bright_text_balance {
text-wrap: balance;
}
.page_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.main_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.studio_caption,
.base_overline,
.content_footer_text {
color: var(--text-secondary);
}
.web_hero_subtitle,
.elite_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.pro_hero_title,
.section_section_title,
.digital_heading_1,
.clean_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.smart_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;
}
}
.theme_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.dark_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.brand_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.modern_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.custom_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.design_stack {
display: flex;
flex-direction: column;
}
.ui98_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.brand97_full_height {
min-height: 100vh;
}
.studio93_section_height {
min-height: 80vh;
}
.custom51_hero_height {
min-height: 90vh;
}
.best54_m_0 { margin: 0; }
.brand25_m_1 { margin: var(--space-1); }
.ui20_m_2 { margin: var(--space-2); }
.core94_m_3 { margin: var(--space-3); }
.main97_m_4 { margin: var(--space-4); }
.best52_m_6 { margin: var(--space-6); }
.pro56_m_8 { margin: var(--space-8); }
.agency93_m_12 { margin: var(--space-12); }
.dark23_m_16 { margin: var(--space-16); }
.studio26_mx_auto { margin-left: auto; margin-right: auto; }
.elite19_my_auto { margin-top: auto; margin-bottom: auto; }
.core82_mt_0 { margin-top: 0; }
.bright76_mt_4 { margin-top: var(--space-4); }
.design73_mt_8 { margin-top: var(--space-8); }
.studio79_mt_12 { margin-top: var(--space-12); }
.dark62_mb_0 { margin-bottom: 0; }
.design46_mb_4 { margin-bottom: var(--space-4); }
.style75_mb_8 { margin-bottom: var(--space-8); }
.page37_mb_12 { margin-bottom: var(--space-12); }
.prime48_p_0 { padding: 0; }
.minimal83_p_1 { padding: var(--space-1); }
.theme61_p_2 { padding: var(--space-2); }
.elite63_p_3 { padding: var(--space-3); }
.page0_p_4 { padding: var(--space-4); }
.app17_p_6 { padding: var(--space-6); }
.prime16_p_8 { padding: var(--space-8); }
.top35_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.creative24_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.dark82_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.page59_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.bold80_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.bright66_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.bright24_gap_1 { gap: var(--space-1); }
.style1_gap_2 { gap: var(--space-2); }
.smart53_gap_3 { gap: var(--space-3); }
.light35_gap_4 { gap: var(--space-4); }
.container1_gap_6 { gap: var(--space-6); }
.bold69_gap_8 { gap: var(--space-8); }
.elite88_shadow_none { box-shadow: var(--shadow-none); }
.site99_shadow_xs { box-shadow: var(--shadow-xs); }
.page33_shadow_sm { box-shadow: var(--shadow-sm); }
.digital33_shadow_md { box-shadow: var(--shadow-md); }
.bright55_shadow_lg { box-shadow: var(--shadow-lg); }
.core6_shadow_xl { box-shadow: var(--shadow-xl); }
.elite91_shadow_2xl { box-shadow: var(--shadow-2xl); }
.page97_shadow_inner { box-shadow: var(--shadow-inner); }
.site69_shadow_colored { box-shadow: var(--shadow-colored); }
.creative22_radius_none { border-radius: var(--radius-none); }
.main90_radius_xs { border-radius: var(--radius-xs); }
.pro44_radius_sm { border-radius: var(--radius-sm); }
.top20_radius_md { border-radius: var(--radius-md); }
.ui72_radius_lg { border-radius: var(--radius-lg); }
.web21_radius_xl { border-radius: var(--radius-xl); }
.unique32_radius_2xl { border-radius: var(--radius-2xl); }
.bold92_radius_3xl { border-radius: var(--radius-3xl); }
.brand45_radius_full { border-radius: var(--radius-full); }
.app33_gradient_primary {
background: var(--gradient-primary);
}
.ui54_gradient_secondary {
background: var(--gradient-secondary);
}
.brand85_gradient_hero {
background: var(--gradient-hero);
}
.business85_gradient_card {
background: var(--gradient-card);
}
.clean70_gradient_overlay {
position: relative;
}
.clean70_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;
}
.clean70_gradient_overlay > * {
position: relative;
z-index: 2;
}
.page37_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.page37_hover_lift:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.creative67_hover_scale {
transition: transform var(--transition-normal);
}
.creative67_hover_scale:hover {
transform: scale(1.02);
}
.section18_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.section18_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.unique97_hover_fade {
transition: opacity var(--transition-normal);
}
.unique97_hover_fade:hover {
opacity: var(--opacity-loading);
}
.web60_focus_ring {
transition: box-shadow var(--transition-fast);
}
.web60_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.top46_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.style5_hero_content {
position: relative;
z-index: 2;
}
.container65_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.dark54_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.modern30_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.studio22_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.bright83_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: var(--space-6);
}
.section20_timeline {
position: relative;
}
.section20_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.elite75_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.elite75_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.elite75_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.core82_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.unique66_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;
}
}
.elite73_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;
}
}
.container41_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;
}
}
.bold40_transition_all {
transition: var(--transition-all);
}
.business6_transition_fast {
transition: all var(--transition-fast);
}
.core65_transition_normal {
transition: all var(--transition-normal);
}
.elite21_transition_slow {
transition: all var(--transition-slow);
}
.core71_bg_primary { background-color: var(--bg-primary); }
.main78_bg_secondary { background-color: var(--bg-secondary); }
.custom68_bg_muted { background-color: var(--bg-muted); }
.clean55_bg_glass { background-color: var(--bg-glass); }
.container95_text_primary { color: var(--text-primary); }
.agency3_text_secondary { color: var(--text-secondary); }
.site66_text_muted { color: var(--text-muted); }
.base46_text_inverse { color: var(--text-inverse); }
.studio86_text_link { color: var(--text-link); }
.business2_border_light { border-color: var(--border-light); }
.studio52_border_medium { border-color: var(--border-medium); }
.content37_border_strong { border-color: var(--border-strong); }
.layout51_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 768px) {
.container65_services_grid,
.modern30_features_grid,
.dark54_team_grid,
.bright83_pricing_grid {
grid-template-columns: 1fr;
}
.studio22_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.section20_timeline::before {
left: 30px;
}
.elite75_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.studio93_section_height {
min-height: 60vh;
}
.custom51_hero_height {
min-height: 70vh;
}
}
@media (max-width: 480px) {
.studio22_gallery_grid {
grid-template-columns: 1fr;
}
.elite75_timeline_item {
padding-left: var(--space-12) !important;
}
}
.smart90_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;
}
.style63_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.layout77_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);
}
.layout77_skip_link:focus {
top: 6px;
}
@media print {
.creative23_no_print {
display: none !important;
}
.ui92_print_only {
display: block !important;
}
.site99_shadow_xs,
.page33_shadow_sm,
.digital33_shadow_md,
.bright55_shadow_lg,
.core6_shadow_xl,
.elite91_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) {
.core82_fade_in,
.unique66_slide_up,
.elite73_slide_in_left,
.container41_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.page37_hover_lift,
.creative67_hover_scale,
.section18_hover_shadow,
.unique97_hover_fade,
.bold40_transition_all,
.business6_transition_fast,
.core65_transition_normal,
.elite21_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
.header-modern {
background: var(--surface-primary);
position: sticky;
top: 0;
z-index: 1000;
box-shadow: 0 2px 12px rgba(var(--black-rgb), 0.04);
transition: box-shadow 0.3s ease;
}
.header-modern .navbar {
padding: 1rem 0;
position: relative;
}
.header-modern .navbar-brand {
font-size: 1.125rem;
font-weight: 700;
color: var(--text-primary);
display: flex;
align-items: center;
gap: 0.75rem;
transition: color 0.3s ease;
text-decoration: none;
}
.header-modern .navbar-brand:hover {
color: var(--primary-500);
}
.header-modern .brand-icon {
width: 36px;
height: 36px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 8px;
display: inline-block;
position: relative;
transition: transform 0.3s ease;
}
.header-modern .brand-icon::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 16px;
height: 16px;
background: var(--light);
border-radius: 3px;
}
.header-modern .navbar-brand:hover .brand-icon {
transform: rotate(180deg);
}
.header-modern .navbar-nav {
align-items: center;
gap: 0.5rem;
}
.header-modern .nav-link {
color: var(--text-primary);
font-size: 0.75rem;
font-weight: 500;
padding: 0.75rem 1.25rem;
margin: 0;
border-radius: 8px;
transition: all 0.3s ease;
text-decoration: none;
position: relative;
}
.header-modern .nav-link::before {
content: '';
position: absolute;
bottom: 8px;
left: 50%;
transform: translateX(-50%) scaleX(0);
width: 20px;
height: 2px;
background: var(--primary-500);
transition: transform 0.3s ease;
}
.header-modern .nav-link:hover {
color: var(--primary-500);
background: color-mix(in srgb, var(--primary-50) 50%, transparent);
}
.header-modern .nav-link:hover::before {
transform: translateX(-50%) scaleX(1);
}
.header-modern .navbar-toggler {
display: none;
}
.header-modern .menu-toggle-input {
display: none;
}
.header-modern .hamburger-icon {
display: none;
flex-direction: column;
justify-content: space-between;
width: 32px;
height: 24px;
cursor: pointer;
position: relative;
z-index: 10003;
padding: 0;
background: transparent;
border: none;
}
.header-modern .hamburger-icon .line {
width: 100%;
height: 3px;
background: #334155;
border-radius: 2px;
transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transform-origin: center;
}
.header-modern .menu-toggle-input:checked ~ .hamburger-icon .line-1 {
transform: translateY(10.5px) rotate(45deg);
}
.header-modern .menu-toggle-input:checked ~ .hamburger-icon .line-2 {
opacity: 0;
transform: scaleX(0);
}
.header-modern .menu-toggle-input:checked ~ .hamburger-icon .line-3 {
transform: translateY(-10.5px) rotate(-45deg);
}
.header-modern .menu-backdrop {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: rgba(var(--black-rgb), 0.4);
backdrop-filter: blur(4px);
opacity: 0;
transition: opacity 0.4s ease;
z-index: -1;
}
.header-modern .decorative-line {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: linear-gradient(90deg,
transparent,
var(--primary-300),
var(--primary-500),
var(--primary-300),
transparent
);
opacity: 0.3;
}
.header-modern .header-accent-shape {
position: absolute;
top: -20px;
right: 10%;
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
border-radius: 50%;
opacity: 0.15;
z-index: -1;
}
@media (max-width: 991.98px) {
.header-modern .hamburger-icon {
display: flex;
}
.header-modern .navbar-collapse {
position: fixed;
top: 0;
right: -100%;
width: 280px;
height: 100vh;
background: var(--surface-primary);
padding: 6rem 2rem 2rem;
box-shadow: -4px 0 24px rgba(var(--black-rgb), 0.1);
transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
z-index: 10;
overflow-y: auto;
}
.header-modern .menu-toggle-input:checked ~ .navbar-collapse {
right: 0;
}
.header-modern .menu-toggle-input:checked ~ .menu-backdrop {
display: block;
opacity: 1;
}
.header-modern .navbar-nav {
flex-direction: column;
gap: 0.5rem;
align-items: stretch;
}
.header-modern .nav-link {
padding: 1rem 1.25rem;
margin: 0;
border-left: 3px solid transparent;
border-radius: 8px;
text-align: left;
}
.header-modern .nav-link::before {
display: none;
}
.header-modern .nav-link:hover {
border-left-color: var(--primary-500);
background: color-mix(in srgb, var(--primary-50) 80%, transparent);
}
.header-modern .menu-toggle-input:checked ~ .navbar-collapse .nav-item {
animation: slideInMenu 0.4s ease forwards;
}
.header-modern .menu-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(1) {
animation-delay: 0.1s;
}
.header-modern .menu-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(2) {
animation-delay: 0.15s;
}
.header-modern .menu-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(3) {
animation-delay: 0.2s;
}
.header-modern .menu-toggle-input:checked ~ .navbar-collapse .nav-item:nth-child(4) {
animation-delay: 0.25s;
}
}
@keyframes slideInMenu {
from {
opacity: 0;
transform: translateX(20px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.header-modern .navbar-collapse {
width: 320px;
}
}
@media (min-width: 992px) {
.header-modern .navbar-nav {
gap: 1rem;
}
.header-modern:hover {
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
}
}
@media (min-width: 1400px) {
.header-modern .container {
max-width: 1320px;
}
.header-modern .nav-link {
padding: 0.75rem 1.5rem;
}
}
.hero-special {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
);
padding: 4rem 0;
overflow: hidden;
}
.hero-special .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
}
.hero-special .shape-1 {
width: 500px;
height: 500px;
background: var(--primary-500);
top: -250px;
right: -150px;
filter: blur(80px);
}
.hero-special .shape-2 {
width: 400px;
height: 400px;
background: var(--primary-300);
bottom: -200px;
left: -100px;
filter: blur(100px);
}
.hero-special .decorative-blob {
position: absolute;
width: 300px;
height: 300px;
background: color-mix(in srgb, var(--primary-500) 15%, transparent);
border-radius: 60% 40% 70% 30% / 60% 30% 70% 40%;
animation: morphBlob 8s ease-in-out infinite;
}
.hero-special .blob-1 {
top: 20%;
left: 10%;
animation-delay: -2s;
}
@keyframes morphBlob {
0%, 100% {
border-radius: 60% 40% 70% 30% / 60% 30% 70% 40%;
transform: rotate(0deg) scale(1);
}
50% {
border-radius: 30% 70% 40% 60% / 50% 60% 40% 50%;
transform: rotate(180deg) scale(1.1);
}
}
.hero-special .hero-content {
position: relative;
z-index: 2;
}
.hero-special .hero-badge {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.75rem 1.5rem;
background: color-mix(in srgb, var(--primary-500) 10%, var(--surface-primary));
border-radius: 50px;
border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.hero-special .badge-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
display: inline-block;
animation: pulseDot 2s ease-in-out infinite;
}
.hero-special .badge-dot:nth-child(2) {
animation-delay: 0.3s;
}
.hero-special .badge-dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes pulseDot {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.6;
}
}
.hero-special .hero-title {
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
margin-bottom: 1.5rem;
}
.hero-special .hero-subtitle {
color: var(--primary-700);
font-weight: 500;
margin-bottom: 1.5rem;
}
.hero-special .hero-description {
color: var(--text-secondary);
line-height: 1.7;
max-width: 600px;
}
.hero-special .features-icons-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1rem;
max-width: 400px;
}
.hero-special .feature-icon-item {
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: var(--surface-primary);
border-radius: 16px;
border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.05);
}
.hero-special .feature-icon-item i {
font-size: 1.5rem;
color: var(--primary-500);
transition: transform 0.3s ease;
}
.hero-special .feature-icon-item:hover {
transform: translateY(-5px);
border-color: var(--primary-500);
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 25%, transparent);
}
.hero-special .feature-icon-item:hover i {
transform: scale(1.1);
}
.hero-special .hero-image-wrapper {
position: relative;
z-index: 2;
}
.hero-special .hero-image-container {
position: relative;
border-radius: 24px;
overflow: hidden;
box-shadow:
0 20px 60px rgba(var(--black-rgb), 0.1),
0 0 0 1px color-mix(in srgb, var(--primary-500) 10%, transparent);
}
.hero-special .hero-image {
width: 100%;
height: auto;
display: block;
transition: transform 0.6s ease;
}
.hero-special .hero-image-container:hover .hero-image {
transform: scale(1.05);
}
.hero-special .image-decoration {
position: absolute;
border-radius: 50%;
pointer-events: none;
}
.hero-special .decoration-1 {
width: 100px;
height: 100px;
background: color-mix(in srgb, var(--primary-500) 30%, transparent);
top: -30px;
right: -30px;
animation: floatDecoration 4s ease-in-out infinite;
}
.hero-special .decoration-2 {
width: 80px;
height: 80px;
background: color-mix(in srgb, var(--primary-300) 40%, transparent);
bottom: -20px;
left: -20px;
animation: floatDecoration 5s ease-in-out infinite;
animation-delay: -1s;
}
.hero-special .decoration-3 {
width: 60px;
height: 60px;
background: color-mix(in srgb, var(--primary-700) 25%, transparent);
top: 50%;
right: -30px;
animation: floatDecoration 6s ease-in-out infinite;
animation-delay: -2s;
}
@keyframes floatDecoration {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(180deg);
}
}
.hero-special .floating-card {
position: absolute;
width: 70px;
height: 70px;
background: var(--surface-primary);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 10px 30px rgba(var(--black-rgb), 0.15);
border: 2px solid color-mix(in srgb, var(--primary-500) 20%, transparent);
animation: floatCard 3s ease-in-out infinite;
}
.hero-special .floating-card i {
font-size: 1.75rem;
color: var(--primary-500);
}
.hero-special .card-1 {
top: 10%;
right: -20px;
animation-delay: 0s;
}
.hero-special .card-2 {
bottom: 20%;
left: -25px;
animation-delay: -1s;
}
.hero-special .card-3 {
top: 50%;
left: -30px;
animation-delay: -2s;
}
@keyframes floatCard {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-15px);
}
}
.hero-special .hero-wave {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100px;
background: linear-gradient(180deg,
transparent 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary)) 100%
);
clip-path: polygon(0 50%, 100% 30%, 100% 100%, 0 100%);
}
@media (max-width: 991.98px) {
.hero-special {
padding: 3rem 0;
}
.hero-special .hero-title {
font-size: 2.5rem;
}
.hero-special .hero-image-wrapper {
margin-top: 2rem;
}
.hero-special .floating-card {
width: 60px;
height: 60px;
}
.hero-special .floating-card i {
font-size: 1.5rem;
}
}
@media (max-width: 767.98px) {
.hero-special .hero-title {
font-size: 2rem;
}
.hero-special .hero-subtitle {
font-size: 1.25rem;
}
.hero-special .features-icons-grid {
grid-template-columns: repeat(4, 1fr);
gap: 0.75rem;
}
.hero-special .feature-icon-item {
width: 50px;
height: 50px;
}
.hero-special .feature-icon-item i {
font-size: 1.25rem;
}
.hero-special .shape-1 {
width: 300px;
height: 300px;
}
.hero-special .shape-2 {
width: 250px;
height: 250px;
}
.hero-special .floating-card {
display: none;
}
}
@media (max-width: 575.98px) {
.hero-special .hero-title {
font-size: 1.75rem;
}
.hero-special .hero-description {
font-size: 1rem;
}
.hero-special .features-icons-grid {
grid-template-columns: repeat(2, 1fr);
}
}
.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-pro {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.about-section-pro .background-decoration {
position: absolute;
width: 400px;
height: 400px;
border-radius: 50%;
opacity: 0.03;
z-index: 0;
pointer-events: none;
}
.about-section-pro .decoration-top-right {
top: -100px;
right: -100px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
}
.about-section-pro .decoration-bottom-left {
bottom: -150px;
left: -150px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
}
.about-section-pro .images-grid-wrapper {
position: relative;
z-index: 1;
}
.about-section-pro .main-image-container {
position: relative;
margin-bottom: 2rem;
}
.about-section-pro .main-image {
border-radius: 16px;
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.12);
transition: transform 0.4s ease, box-shadow 0.4s ease;
width: 100%;
height: auto;
}
.about-section-pro .main-image:hover {
transform: translateY(-8px) scale(1.02);
box-shadow: 0 30px 80px rgba(var(--black-rgb), 0.18);
}
.about-section-pro .decorative-shape.shape-circle {
position: absolute;
top: -20px;
right: -20px;
width: 120px;
height: 120px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
border-radius: 50%;
opacity: 0.15;
z-index: -1;
}
.about-section-pro .floating-badge {
position: absolute;
bottom: 30px;
left: 30px;
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 10px 30px rgba(var(--black-rgb), 0.2);
animation: float-badge 3s ease-in-out infinite;
}
.about-section-pro .floating-badge i {
font-size: 2rem;
color: var(--light);
}
@keyframes float-badge {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}
.about-section-pro .secondary-images-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
}
.about-section-pro .secondary-image-item {
position: relative;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(var(--black-rgb), 0.1);
transition: transform 0.3s ease;
}
.about-section-pro .secondary-image-item:hover {
transform: scale(1.05);
}
.about-section-pro .secondary-image-item img {
width: 100%;
height: 200px;
object-fit: cover;
display: block;
transition: filter 0.3s ease;
}
.about-section-pro .secondary-image-item:hover img {
filter: brightness(1.1);
}
.about-section-pro .image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, transparent 0%, rgba(var(--black-rgb), 0.3) 100%);
opacity: 0;
transition: opacity 0.3s ease;
}
.about-section-pro .secondary-image-item:hover .image-overlay {
opacity: 1;
}
.about-section-pro .decorative-dots {
position: absolute;
bottom: -40px;
right: 40px;
width: 100px;
height: 100px;
background-image: radial-gradient(var(--primary-500) 2px, transparent 2px);
background-size: 15px 15px;
opacity: 0.2;
z-index: -1;
}
.about-section-pro .decorative-shape.shape-square {
position: absolute;
top: 50%;
left: -30px;
width: 80px;
height: 80px;
background: color-mix(in srgb, var(--primary-300) 50%, var(--primary-500) 50%);
border-radius: 12px;
opacity: 0.1;
transform: rotate(15deg);
z-index: -1;
}
.about-section-pro .content-wrapper {
position: relative;
z-index: 1;
}
.about-section-pro .section-header {
position: relative;
}
.about-section-pro .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.about-section-pro .title-decoration {
display: flex;
align-items: center;
gap: 0.75rem;
margin-top: 1rem;
}
.about-section-pro .decoration-line {
width: 60px;
height: 3px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
border-radius: 2px;
}
.about-section-pro .decoration-icon {
font-size: 1.25rem;
color: var(--primary-500);
}
.about-section-pro .section-subtitle {
font-size: 1.35rem;
font-weight: 600;
color: var(--primary-700);
line-height: 1.4;
}
.about-section-pro .section-description {
font-size: 1.05rem;
line-height: 1.7;
color: var(--text-secondary);
}
.about-section-pro .features-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
}
.about-section-pro .feature-card {
display: flex;
gap: 1.25rem;
padding: 1.5rem;
background: var(--surface-secondary);
border-radius: 12px;
border-left: 4px solid var(--primary-500);
transition: all 0.3s ease;
}
.about-section-pro .feature-card:hover {
transform: translateX(8px);
background: color-mix(in srgb, var(--surface-secondary) 90%, var(--primary-50) 10%);
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.08);
}
.about-section-pro .feature-icon-wrapper {
flex-shrink: 0;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
border-radius: 10px;
transition: transform 0.3s ease;
}
.about-section-pro .feature-card:hover .feature-icon-wrapper {
transform: scale(1.1) rotate(5deg);
}
.about-section-pro .feature-icon-wrapper i {
font-size: 1.5rem;
color: var(--primary-700);
}
.about-section-pro .feature-content {
flex: 1;
}
.about-section-pro .feature-title {
font-size: 1.15rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 0.5rem;
}
.about-section-pro .feature-description {
font-size: 0.95rem;
line-height: 1.6;
color: var(--text-secondary);
margin: 0;
}
@media (max-width: 991.98px) {
.about-section-pro .section-title {
font-size: 2rem;
}
.about-section-pro .section-subtitle {
font-size: 1.2rem;
}
.about-section-pro .features-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.about-section-pro .images-grid-wrapper {
margin-bottom: 3rem;
}
}
@media (max-width: 767.98px) {
.about-section-pro .section-title {
font-size: 1.75rem;
}
.about-section-pro .section-subtitle {
font-size: 1.1rem;
}
.about-section-pro .section-description {
font-size: 1rem;
}
.about-section-pro .secondary-images-grid {
grid-template-columns: 1fr;
}
.about-section-pro .secondary-image-item img {
height: 250px;
}
.about-section-pro .feature-card {
flex-direction: column;
text-align: center;
}
.about-section-pro .feature-icon-wrapper {
margin: 0 auto;
}
.about-section-pro .floating-badge {
width: 60px;
height: 60px;
bottom: 20px;
left: 20px;
}
.about-section-pro .floating-badge i {
font-size: 1.5rem;
}
}
@media (max-width: 575.98px) {
.about-section-pro .section-title {
font-size: 1.5rem;
}
.about-section-pro .decorative-shape.shape-circle {
width: 80px;
height: 80px;
top: -10px;
right: -10px;
}
.about-section-pro .decorative-dots {
width: 60px;
height: 60px;
}
}
.features-section-variant {
position: relative;
padding: 100px 0;
background: var(--surface-primary);
overflow: hidden;
}
.features-section-variant .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.2;
}
.features-section-variant .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 1.5rem;
line-height: 1.3;
}
.features-section-variant .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.features-section-variant .feature-card {
position: relative;
height: 100%;
background: var(--light);
border-radius: 20px;
padding: 2.5rem;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid transparent;
overflow: hidden;
}
.features-section-variant .feature-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-500);
}
.features-section-variant .feature-icon-wrapper {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 1.75rem;
display: flex;
align-items: center;
justify-content: center;
}
.features-section-variant .icon-background {
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);
border-radius: 20px;
transition: all 0.4s ease;
}
.features-section-variant .feature-card:hover .icon-background {
background: linear-gradient(135deg, var(--primary-100) 0%,
color-mix(in srgb, var(--primary-300) 60%, var(--primary-500) 40%) 100%);
transform: rotate(10deg) scale(1.1);
}
.features-section-variant .feature-icon {
position: relative;
font-size: 2.25rem;
color: var(--primary-500);
z-index: 1;
transition: all 0.4s ease;
}
.features-section-variant .feature-card:hover .feature-icon {
color: var(--primary-700);
transform: scale(1.1);
}
.features-section-variant .feature-content {
position: relative;
z-index: 2;
}
.features-section-variant .feature-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
transition: color 0.3s ease;
}
.features-section-variant .feature-card:hover .feature-title {
color: var(--primary-700);
}
.features-section-variant .feature-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.features-section-variant .decorative-accent {
position: absolute;
width: 100px;
height: 100px;
border-radius: 50%;
opacity: 0.15;
transition: all 0.4s ease;
pointer-events: none;
}
.features-section-variant .accent-1 {
top: -30px;
right: -30px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
}
.features-section-variant .accent-2 {
bottom: -40px;
left: -40px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
}
.features-section-variant .accent-3 {
top: -20px;
left: -20px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
}
.features-section-variant .accent-4 {
bottom: -35px;
right: -35px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
}
.features-section-variant .feature-card:hover .decorative-accent {
opacity: 0.25;
transform: scale(1.2);
}
.features-section-variant .decorative-blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.12;
pointer-events: none;
z-index: 0;
}
.features-section-variant .blob-1 {
width: 500px;
height: 500px;
background: var(--primary-300);
top: -150px;
right: -150px;
animation: float-blob 20s ease-in-out infinite;
}
.features-section-variant .blob-2 {
width: 400px;
height: 400px;
background: var(--primary-500);
bottom: -100px;
left: -100px;
animation: float-blob 25s ease-in-out infinite reverse;
}
.features-section-variant .grid-pattern {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(var(--neutral-100) 1px, transparent 1px),
linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.3;
pointer-events: none;
z-index: 0;
}
@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);
}
}
@media (max-width: 991px) {
.features-section-variant {
padding: 80px 0;
}
.features-section-variant .section-title {
font-size: 2.25rem;
}
.features-section-variant .section-subtitle {
font-size: 1.25rem;
}
.features-section-variant .feature-card {
padding: 2rem;
}
.features-section-variant .feature-icon-wrapper {
width: 70px;
height: 70px;
}
.features-section-variant .feature-icon {
font-size: 2rem;
}
.features-section-variant .feature-title {
font-size: 1.35rem;
}
}
@media (max-width: 767px) {
.features-section-variant {
padding: 60px 0;
}
.features-section-variant .section-title {
font-size: 2rem;
}
.features-section-variant .section-subtitle {
font-size: 1.125rem;
}
.features-section-variant .section-description {
font-size: 1rem;
}
.features-section-variant .feature-card {
padding: 1.75rem;
}
.features-section-variant .feature-icon-wrapper {
width: 60px;
height: 60px;
margin-bottom: 1.25rem;
}
.features-section-variant .feature-icon {
font-size: 1.75rem;
}
.features-section-variant .feature-title {
font-size: 1.25rem;
margin-bottom: 0.75rem;
}
.features-section-variant .feature-description {
font-size: 0.95rem;
}
.features-section-variant .blob-1,
.features-section-variant .blob-2 {
display: none;
}
}
@media (max-width: 575px) {
.features-section-variant .section-title {
font-size: 1.75rem;
}
.features-section-variant .feature-card {
padding: 1.5rem;
}
}
.services-section-secondary {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.services-section-secondary .section-header {
position: relative;
z-index: 2;
}
.services-section-secondary .decorative-dot-pattern {
display: flex;
gap: 0.5rem;
justify-content: center;
align-items: center;
}
.services-section-secondary .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;
}
.services-section-secondary .decorative-dot-pattern .dot:nth-child(2) {
animation-delay: 0.3s;
}
.services-section-secondary .decorative-dot-pattern .dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes pulse-dot {
0%, 100% {
opacity: 0.4;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.2);
}
}
.services-section-secondary #services-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.2;
}
.services-section-secondary #services-subtitle {
color: var(--primary-500);
font-weight: 600;
}
.services-section-secondary .section-description {
color: var(--text-secondary);
font-size: 1.05rem;
line-height: 1.7;
}
.services-section-secondary .service-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 2.5rem;
position: relative;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
overflow: hidden;
}
.services-section-secondary .service-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s ease;
}
.services-section-secondary .service-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 60px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
border-color: var(--primary-300);
}
.services-section-secondary .service-card:hover::before {
transform: scaleX(1);
}
.services-section-secondary .service-icon-wrapper {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 1.5rem;
}
.services-section-secondary .icon-circle {
width: 80px;
height: 80px;
background: linear-gradient(135deg,
var(--primary-500) 0%,
var(--primary-700) 100%
);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 2;
transition: all 0.4s ease;
}
.services-section-secondary .service-card:hover .icon-circle {
transform: rotate(5deg) scale(1.05);
box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.services-section-secondary .icon-circle i {
font-size: 2rem;
color: var(--light);
}
.services-section-secondary .decorative-shape {
position: absolute;
width: 60px;
height: 60px;
border-radius: 12px;
opacity: 0.15;
transition: all 0.4s ease;
}
.services-section-secondary .shape-1 {
background: var(--primary-300);
top: -10px;
right: -10px;
transform: rotate(25deg);
}
.services-section-secondary .shape-2 {
background: var(--primary-500);
bottom: -10px;
left: -10px;
transform: rotate(-15deg);
}
.services-section-secondary .shape-3 {
background: var(--primary-700);
top: 10px;
right: -15px;
transform: rotate(35deg);
}
.services-section-secondary .shape-4 {
background: var(--primary-300);
bottom: 5px;
right: -10px;
transform: rotate(-25deg);
}
.services-section-secondary .shape-5 {
background: var(--primary-500);
top: -5px;
left: -10px;
transform: rotate(20deg);
}
.services-section-secondary .shape-6 {
background: var(--primary-700);
bottom: -10px;
right: -5px;
transform: rotate(-30deg);
}
.services-section-secondary .service-card:hover .decorative-shape {
opacity: 0.25;
transform: rotate(45deg) scale(1.1);
}
.services-section-secondary .service-content {
position: relative;
z-index: 2;
}
.services-section-secondary .service-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.3;
transition: color 0.3s ease;
}
.services-section-secondary .service-card:hover .service-title {
color: var(--primary-700);
}
.services-section-secondary .service-description {
color: var(--text-secondary);
font-size: 0.95rem;
line-height: 1.6;
}
.services-section-secondary .service-features {
padding-top: 1.5rem;
border-top: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
}
.services-section-secondary .features-title {
color: var(--primary-700);
letter-spacing: 0.5px;
margin-bottom: 0.75rem;
}
.services-section-secondary .features-list {
color: var(--text-secondary);
font-size: 0.9rem;
line-height: 1.7;
margin-bottom: 0;
}
.services-section-secondary .service-pricing {
padding-top: 1.5rem;
border-top: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
}
.services-section-secondary .price-tag {
display: flex;
flex-direction: column;
gap: 0.25rem;
}
.services-section-secondary .price-label {
color: var(--text-secondary);
text-transform: uppercase;
letter-spacing: 0.5px;
}
.services-section-secondary .price-value {
color: var(--primary-700);
font-weight: 700;
line-height: 1;
}
.services-section-secondary .card-decorative-element {
position: absolute;
bottom: -50px;
right: -50px;
width: 150px;
height: 150px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
transparent 70%
);
border-radius: 50%;
pointer-events: none;
transition: all 0.4s ease;
}
.services-section-secondary .service-card:hover .card-decorative-element {
transform: scale(1.3);
opacity: 0.8;
}
.services-section-secondary .floating-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
overflow: hidden;
}
.services-section-secondary .shape-blob {
position: absolute;
border-radius: 50%;
filter: blur(60px);
opacity: 0.1;
animation: float 20s ease-in-out infinite;
}
.services-section-secondary .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: 10%;
left: -10%;
animation-delay: 0s;
}
.services-section-secondary .blob-2 {
width: 350px;
height: 350px;
background: var(--primary-300);
bottom: 20%;
right: -5%;
animation-delay: 5s;
}
.services-section-secondary .blob-3 {
width: 300px;
height: 300px;
background: var(--primary-700);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation-delay: 10s;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
@media (max-width: 991.98px) {
.services-section-secondary .service-card {
padding: 2rem;
}
.services-section-secondary #services-title {
font-size: 2rem;
}
}
@media (max-width: 767.98px) {
.services-section-secondary .service-card {
padding: 1.75rem;
}
.services-section-secondary .icon-circle {
width: 70px;
height: 70px;
}
.services-section-secondary .icon-circle i {
font-size: 1.75rem;
}
.services-section-secondary #services-title {
font-size: 1.75rem;
}
.services-section-secondary .section-description {
font-size: 1rem;
}
}
@media (max-width: 575.98px) {
.services-section-secondary .service-card {
padding: 1.5rem;
}
.services-section-secondary #services-title {
font-size: 1.5rem;
}
}
.priceplan-style {
position: relative;
padding: 100px 0;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.priceplan-style .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.05;
z-index: 0;
pointer-events: none;
}
.priceplan-style .decorative-blob-1 {
width: 500px;
height: 500px;
background: var(--primary-500);
top: -150px;
left: -100px;
filter: blur(80px);
}
.priceplan-style .decorative-blob-2 {
width: 400px;
height: 400px;
background: var(--primary-700);
bottom: -100px;
right: -80px;
filter: blur(60px);
}
.priceplan-style .decorative-circle {
position: absolute;
border: 2px solid var(--primary-300);
border-radius: 50%;
opacity: 0.1;
z-index: 0;
pointer-events: none;
}
.priceplan-style .decorative-circle-1 {
width: 300px;
height: 300px;
top: 20%;
right: 10%;
}
.priceplan-style .decorative-circle-2 {
width: 200px;
height: 200px;
bottom: 15%;
left: 5%;
}
.priceplan-style .section-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
color: var(--light);
font-size: 20px;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.priceplan-style .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
position: relative;
z-index: 1;
}
.priceplan-style .section-subtitle {
font-size: 1.5rem;
font-weight: 500;
color: var(--primary-700);
margin-bottom: 1.5rem;
position: relative;
z-index: 1;
}
.priceplan-style .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.priceplan-style .price-card {
position: relative;
background: var(--light);
border-radius: 20px;
padding: 40px 32px;
height: 100%;
box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-900) 8%, transparent 92%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
overflow: hidden;
z-index: 1;
}
.priceplan-style .price-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-300), var(--primary-500));
opacity: 0;
transition: opacity 0.4s ease;
}
.priceplan-style .price-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px color-mix(in srgb, var(--neutral-900) 15%, transparent 85%);
border-color: var(--primary-300);
}
.priceplan-style .price-card:hover::before {
opacity: 1;
}
.priceplan-style .price-card-featured {
background: linear-gradient(
135deg,
var(--light) 0%,
color-mix(in srgb, var(--primary-50) 20%, var(--light) 80%) 100%
);
border: 2px solid var(--primary-300);
box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
transform: scale(1.05);
}
.priceplan-style .price-card-featured::before {
opacity: 1;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
}
.priceplan-style .price-card-featured:hover {
transform: scale(1.05) translateY(-8px);
box-shadow: 0 16px 50px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
}
.priceplan-style .featured-badge {
position: absolute;
top: 20px;
right: 20px;
width: 40px;
height: 40px;
background: var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 18px;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
animation: pulse-badge 2s ease-in-out infinite;
}
@keyframes pulse-badge {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
}
.priceplan-style .price-card-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
font-size: 28px;
color: var(--light);
box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
transition: transform 0.3s ease;
}
.priceplan-style .price-card:hover .price-card-icon {
transform: rotate(5deg) scale(1.1);
}
.priceplan-style .price-card-name {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.priceplan-style .price-card-desc {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 24px;
min-height: 80px;
}
.priceplan-style .price-card-price {
margin-bottom: 32px;
padding-bottom: 32px;
border-bottom: 2px solid color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
}
.priceplan-style .price-amount {
font-size: 3rem;
font-weight: 800;
color: var(--primary-700);
display: block;
line-height: 1;
}
.priceplan-style .price-card-features {
margin-bottom: 24px;
}
.priceplan-style .features-list {
font-size: 0.95rem;
color: var(--text-secondary);
line-height: 1.8;
text-align: left;
}
.priceplan-style .price-card-decorator {
position: absolute;
bottom: 20px;
right: 20px;
font-size: 24px;
color: var(--primary-300);
opacity: 0.5;
transition: all 0.3s ease;
}
.priceplan-style .price-card:hover .price-card-decorator {
opacity: 1;
transform: translateX(4px);
color: var(--primary-500);
}
.priceplan-style .decorative-line-bottom {
height: 3px;
width: 120px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
margin: 60px auto 0;
border-radius: 2px;
position: relative;
z-index: 1;
}
@media (max-width: 991px) {
.priceplan-style {
padding: 80px 0;
}
.priceplan-style .section-title {
font-size: 2.25rem;
}
.priceplan-style .section-subtitle {
font-size: 1.25rem;
}
.priceplan-style .price-card-featured {
transform: scale(1);
}
.priceplan-style .price-card-featured:hover {
transform: translateY(-8px);
}
}
@media (max-width: 767px) {
.priceplan-style {
padding: 60px 0;
}
.priceplan-style .section-title {
font-size: 1.875rem;
}
.priceplan-style .section-subtitle {
font-size: 1.125rem;
}
.priceplan-style .section-description {
font-size: 1rem;
}
.priceplan-style .price-card {
padding: 32px 24px;
}
.priceplan-style .price-card-name {
font-size: 1.5rem;
}
.priceplan-style .price-amount {
font-size: 2.5rem;
}
.decorative-blob-1,
.priceplan-style .decorative-blob-2 {
display: none;
}
}
@media (max-width: 575px) {
.priceplan-style .section-title {
font-size: 1.625rem;
}
.priceplan-style .price-card-icon {
width: 50px;
height: 50px;
font-size: 24px;
}
.priceplan-style .price-amount {
font-size: 2.25rem;
}
.priceplan-style .featured-badge {
width: 36px;
height: 36px;
font-size: 16px;
}
}
.team-section-custom {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.team-section-custom .header-accent {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
}
.team-section-custom .accent-line {
width: 40px;
height: 2px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%);
}
.team-section-custom .accent-icon {
font-size: 1.5rem;
color: var(--primary-500);
}
.team-section-custom .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.team-section-custom .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.team-section-custom .section-description {
font-size: 1.05rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.team-section-custom .team-card {
background: var(--surface-secondary);
border-radius: 16px;
overflow: hidden;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 6px rgba(var(--black-rgb), 0.05);
height: 100%;
display: flex;
flex-direction: column;
}
.team-section-custom .team-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 24px rgba(var(--black-rgb), 0.12);
}
.team-section-custom .team-image-wrapper {
position: relative;
padding-top: 100%;
overflow: hidden;
background: var(--neutral-100);
}
.team-section-custom .image-frame {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 12px;
}
.team-section-custom .team-member-photo {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 8px;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-section-custom .team-card:hover .team-member-photo {
transform: scale(1.05);
}
.team-section-custom .image-overlay {
position: absolute;
top: 12px;
left: 12px;
right: 12px;
bottom: 12px;
background: linear-gradient(
180deg,
transparent 0%,
transparent 50%,
color-mix(in srgb, var(--primary-700) 40%, transparent) 100%
);
border-radius: 8px;
opacity: 0;
transition: opacity 0.4s ease;
pointer-events: none;
}
.team-section-custom .team-card:hover .image-overlay {
opacity: 1;
}
.team-section-custom .corner-accent {
position: absolute;
width: 30px;
height: 30px;
border: 3px solid var(--primary-500);
transition: all 0.4s ease;
z-index: 2;
}
.team-section-custom .corner-accent.top-left {
top: 8px;
left: 8px;
border-right: none;
border-bottom: none;
border-top-left-radius: 4px;
}
.team-section-custom .corner-accent.bottom-right {
bottom: 8px;
right: 8px;
border-left: none;
border-top: none;
border-bottom-right-radius: 4px;
}
.team-section-custom .team-card:hover .corner-accent.top-left {
top: 4px;
left: 4px;
}
.team-section-custom .team-card:hover .corner-accent.bottom-right {
bottom: 4px;
right: 4px;
}
.team-section-custom .team-info {
padding: 1.75rem 1.5rem;
text-align: center;
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.team-section-custom .member-name {
font-size: 1.35rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 0.5rem;
line-height: 1.3;
transition: color 0.3s ease;
}
.team-section-custom .team-card:hover .member-name {
color: var(--primary-500);
}
.team-section-custom .member-role {
font-size: 0.95rem;
font-weight: 500;
color: var(--text-secondary);
margin-bottom: 1rem;
line-height: 1.5;
}
.team-section-custom .info-divider {
width: 50px;
height: 3px;
background: var(--primary-500);
margin: 0 auto;
border-radius: 2px;
transition: width 0.3s ease;
}
.team-section-custom .team-card:hover .info-divider {
width: 80px;
}
.team-section-custom .placeholder-card {
background: linear-gradient(
135deg,
var(--neutral-50) 0%,
color-mix(in srgb, var(--primary-50) 50%, var(--neutral-50) 50%) 100%
);
border: 2px dashed color-mix(in srgb, var(--primary-300) 60%, transparent);
display: flex;
align-items: center;
justify-content: center;
min-height: 450px;
}
.team-section-custom .join-team-content {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.team-section-custom .join-icon {
font-size: 4rem;
color: var(--primary-300);
transition: all 0.4s ease;
z-index: 2;
position: relative;
}
.team-section-custom .placeholder-card:hover .join-icon {
color: var(--primary-500);
transform: rotate(90deg) scale(1.1);
}
.team-section-custom .decorative-pulse {
position: absolute;
width: 80px;
height: 80px;
border: 3px solid var(--primary-300);
border-radius: 50%;
animation: pulse-animation 2s ease-in-out infinite;
}
@keyframes pulse-animation {
0%, 100% {
transform: scale(1);
opacity: 0.6;
}
50% {
transform: scale(1.3);
opacity: 0.2;
}
}
.team-section-custom .bg-decoration {
position: absolute;
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.team-section-custom .decoration-1 {
width: 300px;
height: 300px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-100) 30%, transparent) 0%,
transparent 70%
);
top: -100px;
left: -100px;
}
.team-section-custom .decoration-2 {
width: 400px;
height: 400px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-50) 40%, transparent) 0%,
transparent 70%
);
bottom: -150px;
right: -150px;
}
.team-section-custom .decoration-3 {
width: 200px;
height: 200px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--neutral-100) 50%, transparent) 0%,
transparent 70%
);
top: 40%;
right: 10%;
}
@media (max-width: 991.98px) {
.team-section-custom .section-title {
font-size: 2rem;
}
.team-section-custom .section-subtitle {
font-size: 1.1rem;
}
.team-section-custom .section-description {
font-size: 1rem;
}
.team-section-custom .team-card {
max-width: 400px;
margin: 0 auto;
}
}
@media (max-width: 767.98px) {
.team-section-custom .section-title {
font-size: 1.75rem;
}
.team-section-custom .section-subtitle {
font-size: 1rem;
}
.team-section-custom .member-name {
font-size: 1.2rem;
}
.team-section-custom .member-role {
font-size: 0.9rem;
}
.team-section-custom .team-info {
padding: 1.5rem 1.25rem;
}
.team-section-custom .accent-line {
width: 30px;
}
}
@media (max-width: 575.98px) {
.team-section-custom .section-title {
font-size: 1.5rem;
}
.team-section-custom .header-accent {
gap: 0.75rem;
}
.team-section-custom .accent-icon {
font-size: 1.25rem;
}
}
@media (prefers-reduced-motion: reduce) {
.team-section-custom .team-card,
.team-section-custom .team-member-photo,
.team-section-custom .corner-accent,
.team-section-custom .join-icon {
transition: none;
}
.team-section-custom .decorative-pulse {
animation: none;
}
}
@media print {
.team-section-custom .bg-decoration,
.team-section-custom .decorative-pulse {
display: none;
}
.team-section-custom .team-card {
box-shadow: none;
border: 1px solid var(--neutral-300);
break-inside: avoid;
}
}
.reviews-section-pro {
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;
}
.reviews-section-pro .section-header-pro {
position: relative;
z-index: 2;
}
#reviews-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
#reviews-subtitle {
color: var(--primary-500);
font-weight: 600;
}
#reviews-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.reviews-section-pro .review-card-pro {
background: var(--light);
border-radius: 16px;
padding: 2rem;
position: relative;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.06);
border: 1px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.reviews-section-pro .review-card-pro:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.12);
border-color: var(--primary-300);
}
.reviews-section-pro .review-card-pro::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 0;
background: linear-gradient(
180deg,
var(--primary-500) 0%,
var(--primary-700) 100%
);
transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.reviews-section-pro .review-card-pro:hover::before {
height: 100%;
}
.reviews-section-pro .review-featured-pro {
background: linear-gradient(
135deg,
var(--light) 0%,
color-mix(in srgb, var(--primary-50) 20%, var(--light) 80%) 100%
);
padding: 3rem;
border-width: 2px;
}
.reviews-section-pro .review-featured-pro::before {
width: 6px;
}
.reviews-section-pro .quote-icon-pro {
width: 48px;
height: 48px;
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;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.1);
}
.reviews-section-pro .quote-icon-pro i {
font-size: 1.5rem;
color: var(--light);
}
.reviews-section-pro .review-text-pro {
font-size: 1.05rem;
line-height: 1.8;
color: var(--text-primary);
position: relative;
font-weight: 400;
}
.reviews-section-pro .review-author-pro {
display: flex;
align-items: center;
gap: 1rem;
position: relative;
z-index: 1;
}
.reviews-section-pro .author-avatar-pro {
width: 56px;
height: 56px;
background: linear-gradient(
135deg,
var(--primary-300) 0%,
var(--primary-500) 100%
);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.08);
transition: transform 0.3s ease;
}
.reviews-section-pro .review-card-pro:hover .author-avatar-pro {
transform: scale(1.1);
}
.reviews-section-pro .author-avatar-pro i {
font-size: 2rem;
color: var(--light);
}
.reviews-section-pro .author-avatar-large-pro {
width: 72px;
height: 72px;
}
.reviews-section-pro .author-avatar-large-pro i {
font-size: 2.5rem;
}
.reviews-section-pro .author-info-pro {
flex: 1;
}
.reviews-section-pro .author-name-pro {
font-size: 1rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.5;
}
.reviews-section-pro .featured-decoration-pro {
display: flex;
flex-direction: column;
align-items: center;
gap: 2rem;
opacity: 0.15;
}
.reviews-section-pro .featured-decoration-pro i {
font-size: 4rem;
color: var(--primary-500);
}
.reviews-section-pro .decorative-accent-pro {
position: absolute;
bottom: 0;
right: 0;
width: 120px;
height: 120px;
background: radial-gradient(
circle at center,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%,
transparent 70%
);
border-radius: 50%;
pointer-events: none;
}
.reviews-section-pro .decorative-shapes-pro {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.reviews-section-pro .shape-circle-pro {
position: absolute;
border-radius: 50%;
background: radial-gradient(
circle at center,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
transparent 70%
);
}
.reviews-section-pro .shape-1-pro {
width: 400px;
height: 400px;
top: -200px;
right: -100px;
animation: float-v209 20s ease-in-out infinite;
}
.reviews-section-pro .shape-2-pro {
width: 300px;
height: 300px;
bottom: -150px;
left: -50px;
animation: float-v209 25s ease-in-out infinite reverse;
}
.reviews-section-pro .shape-blob-pro {
position: absolute;
width: 500px;
height: 500px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(
circle at center,
color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 0%,
transparent 70%
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: blob-morph-v209 30s ease-in-out infinite;
}
@keyframes float-v209 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@keyframes blob-morph-v209 {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
34% {
border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
}
67% {
border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
}
}
@media (max-width: 991px) {
#reviews-title {
font-size: 2.5rem;
}
#reviews-subtitle {
font-size: 1.5rem;
}
.reviews-section-pro .review-card-pro {
padding: 1.75rem;
}
.reviews-section-pro .review-featured-pro {
padding: 2rem;
}
}
@media (max-width: 767px) {
#reviews-title {
font-size: 2rem;
}
#reviews-subtitle {
font-size: 1.25rem;
}
#reviews-desc {
font-size: 1rem;
}
.reviews-section-pro .review-card-pro {
padding: 1.5rem;
}
.reviews-section-pro .review-featured-pro {
padding: 1.75rem;
}
.reviews-section-pro .review-text-pro {
font-size: 1rem;
}
.reviews-section-pro .author-avatar-pro {
width: 48px;
height: 48px;
}
.reviews-section-pro .author-avatar-pro i {
font-size: 1.75rem;
}
.reviews-section-pro .author-avatar-large-pro {
width: 56px;
height: 56px;
}
.reviews-section-pro .author-avatar-large-pro i {
font-size: 2rem;
}
.reviews-section-pro .author-name-pro {
font-size: 0.95rem;
}
.reviews-section-pro .quote-icon-pro {
width: 40px;
height: 40px;
}
.reviews-section-pro .quote-icon-pro i {
font-size: 1.25rem;
}
.shape-1-pro,
.reviews-section-pro .shape-2-pro {
width: 250px;
height: 250px;
}
.reviews-section-pro .shape-blob-pro {
width: 350px;
height: 350px;
}
}
@media (max-width: 575px) {
.reviews-section-pro {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
#reviews-title {
font-size: 1.75rem;
}
.reviews-section-pro .review-card-pro {
padding: 1.25rem;
}
.reviews-section-pro .review-featured-pro {
padding: 1.5rem;
}
}
@media (prefers-reduced-motion: reduce) {
.review-card-pro,
.reviews-section-pro .author-avatar-pro {
transition: none;
}
.shape-circle-pro,
.reviews-section-pro .shape-blob-pro {
animation: none;
}
}
@media print {
.reviews-section-pro {
background: white;
}
.decorative-shapes-pro,
.reviews-section-pro .decorative-accent-pro {
display: none;
}
.reviews-section-pro .review-card-pro {
box-shadow: none;
border: 1px solid #dee2e6;
page-break-inside: avoid;
}
}
.casestudy-section-alt {
padding: 100px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
position: relative;
overflow: hidden;
}
.casestudy-section-alt .decorative-line {
width: 60px;
height: 3px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
margin: 0 auto 24px;
border-radius: 2px;
}
.casestudy-section-alt .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.casestudy-section-alt .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.casestudy-section-alt .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.casestudy-section-alt .casestudy-card {
background: var(--light);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
transition: all 0.4s ease;
height: 100%;
display: flex;
flex-direction: column;
position: relative;
border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
}
.casestudy-section-alt .casestudy-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.15);
border-color: color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.casestudy-section-alt .card-decorative-top {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
z-index: 1;
}
.casestudy-section-alt .decorative-circle {
position: absolute;
width: 80px;
height: 80px;
background: color-mix(in srgb, var(--primary-500) 8%, transparent);
border-radius: 50%;
top: -40px;
right: 20px;
z-index: 0;
}
.casestudy-section-alt .decorative-accent {
position: absolute;
width: 120px;
height: 2px;
background: linear-gradient(90deg, transparent, var(--primary-300), transparent);
top: 30px;
left: 0;
opacity: 0.5;
}
.casestudy-section-alt .card-image-wrapper {
position: relative;
padding: 40px 30px 30px;
background: linear-gradient(135deg, var(--neutral-50), color-mix(in srgb, var(--primary-500) 5%, var(--neutral-50)));
}
.casestudy-section-alt .image-placeholder {
width: 100%;
aspect-ratio: 16/10;
background: linear-gradient(135deg, var(--light), var(--surface-secondary));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
transition: all 0.3s ease;
}
.casestudy-section-alt .casestudy-card:hover .image-placeholder {
border-color: var(--primary-500);
transform: scale(1.02);
}
.casestudy-section-alt .image-placeholder i {
font-size: 3rem;
color: var(--primary-500);
opacity: 0.6;
}
.casestudy-section-alt .card-badge {
position: absolute;
top: 50px;
right: 40px;
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;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
border: 3px solid var(--light);
}
.casestudy-section-alt .card-badge i {
font-size: 1.25rem;
color: var(--light);
}
.casestudy-section-alt .card-content {
padding: 30px;
flex: 1;
display: flex;
flex-direction: column;
}
.casestudy-section-alt .card-icon-row {
display: flex;
gap: 8px;
margin-bottom: 16px;
}
.casestudy-section-alt .card-icon-row i {
font-size: 1.5rem;
color: var(--primary-500);
}
.casestudy-section-alt .card-title {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
transition: color 0.3s ease;
}
.casestudy-section-alt .casestudy-card:hover .card-title {
color: var(--primary-500);
}
.casestudy-section-alt .card-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 24px;
flex: 1;
}
.casestudy-section-alt .card-stats {
display: flex;
gap: 8px;
padding-top: 20px;
border-top: 1px solid var(--neutral-100);
}
.casestudy-section-alt .stat-indicator {
flex: 1;
height: 4px;
background: linear-gradient(90deg, var(--primary-300), var(--primary-500));
border-radius: 2px;
opacity: 0.7;
transition: opacity 0.3s ease;
}
.casestudy-section-alt .casestudy-card:hover .stat-indicator {
opacity: 1;
}
.casestudy-section-alt .bottom-decoration {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 200px;
pointer-events: none;
overflow: hidden;
}
.casestudy-section-alt .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.casestudy-section-alt .blob-1 {
width: 300px;
height: 300px;
background: var(--primary-500);
bottom: -150px;
left: 10%;
}
.casestudy-section-alt .blob-2 {
width: 200px;
height: 200px;
background: var(--primary-700);
bottom: -100px;
right: 15%;
}
.casestudy-section-alt .decorative-grid {
position: absolute;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 12px;
}
.casestudy-section-alt .grid-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
opacity: 0.3;
animation: pulse-dot 2s infinite;
}
.casestudy-section-alt .grid-dot:nth-child(2) {
animation-delay: 0.2s;
}
.casestudy-section-alt .grid-dot:nth-child(3) {
animation-delay: 0.4s;
}
.casestudy-section-alt .grid-dot:nth-child(4) {
animation-delay: 0.6s;
}
.casestudy-section-alt .grid-dot:nth-child(5) {
animation-delay: 0.8s;
}
@keyframes pulse-dot {
0%, 100% {
opacity: 0.3;
transform: scale(1);
}
50% {
opacity: 0.6;
transform: scale(1.2);
}
}
@media (max-width: 991px) {
.casestudy-section-alt {
padding: 80px 0;
}
.casestudy-section-alt .section-title {
font-size: 2.25rem;
}
.casestudy-section-alt .section-subtitle {
font-size: 1.25rem;
}
.casestudy-section-alt .section-description {
font-size: 1rem;
}
}
@media (max-width: 767px) {
.casestudy-section-alt {
padding: 60px 0;
}
.casestudy-section-alt .section-title {
font-size: 1.875rem;
}
.casestudy-section-alt .section-subtitle {
font-size: 1.125rem;
}
.casestudy-section-alt .card-title {
font-size: 1.25rem;
}
.casestudy-section-alt .card-description {
font-size: 0.9375rem;
}
.casestudy-section-alt .card-content {
padding: 24px;
}
.casestudy-section-alt .card-image-wrapper {
padding: 30px 20px 20px;
}
.casestudy-section-alt .decorative-blob {
display: none;
}
}
@media (max-width: 575px) {
.casestudy-section-alt .section-title {
font-size: 1.625rem;
}
.casestudy-section-alt .card-badge {
width: 40px;
height: 40px;
top: 40px;
right: 30px;
}
.casestudy-section-alt .card-badge i {
font-size: 1rem;
}
.casestudy-section-alt .image-placeholder i {
font-size: 2.5rem;
}
}
.process-section-secondary {
padding: 100px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
position: relative;
overflow: hidden;
}
.process-section-secondary .section-header {
margin-bottom: 60px;
position: relative;
z-index: 2;
}
.process-section-secondary .decorative-line-top {
width: 80px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
margin: 0 auto 24px;
border-radius: 2px;
}
.process-section-secondary .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.process-section-secondary .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.process-section-secondary .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.process-section-secondary .process-steps {
position: relative;
z-index: 2;
}
.process-section-secondary .process-card {
display: flex;
align-items: flex-start;
gap: 32px;
padding: 40px;
background: var(--surface-primary);
border-radius: 16px;
border: 2px solid var(--neutral-100);
position: relative;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.process-section-secondary .process-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.08);
border-color: var(--primary-300);
}
.process-section-secondary .step-number-wrapper {
display: flex;
flex-direction: column;
align-items: center;
flex-shrink: 0;
position: relative;
}
.process-section-secondary .step-number {
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
font-size: 2rem;
font-weight: 800;
color: var(--light);
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent);
transition: all 0.4s ease;
}
.process-section-secondary .process-card:hover .step-number {
transform: scale(1.1) rotate(5deg);
box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-500) 40%, transparent);
}
.process-section-secondary .connector-line {
width: 3px;
height: 60px;
background: linear-gradient(180deg, var(--primary-300), var(--neutral-100));
margin-top: 16px;
border-radius: 2px;
}
.process-section-secondary .step-card-5 .connector-line {
display: none;
}
.process-section-secondary .step-content {
display: flex;
align-items: flex-start;
gap: 24px;
flex: 1;
}
.process-section-secondary .step-icon {
width: 64px;
height: 64px;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
transition: all 0.4s ease;
}
.process-section-secondary .step-icon i {
font-size: 1.75rem;
color: var(--primary-500);
transition: all 0.4s ease;
}
.process-section-secondary .process-card:hover .step-icon {
background: var(--primary-500);
transform: rotate(10deg) scale(1.1);
}
.process-section-secondary .process-card:hover .step-icon i {
color: var(--light);
}
.process-section-secondary .step-text {
flex: 1;
}
.process-section-secondary .step-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 12px;
line-height: 1.3;
}
.process-section-secondary .step-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.process-section-secondary .decorative-blob {
position: absolute;
width: 120px;
height: 120px;
border-radius: 50%;
opacity: 0;
transition: all 0.6s ease;
z-index: 0;
}
.process-section-secondary .blob-1 {
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent), transparent);
top: -40px;
right: -40px;
}
.process-section-secondary .blob-2 {
background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 15%, transparent), transparent);
bottom: -40px;
left: -40px;
}
.process-section-secondary .blob-3 {
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent), transparent);
top: -40px;
right: -40px;
}
.process-section-secondary .blob-4 {
background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 15%, transparent), transparent);
bottom: -40px;
left: -40px;
}
.process-section-secondary .blob-5 {
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent), transparent);
top: -40px;
right: -40px;
}
.process-section-secondary .process-card:hover .decorative-blob {
opacity: 1;
transform: scale(1.5);
}
.process-section-secondary .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
overflow: hidden;
}
.process-section-secondary .shape {
position: absolute;
border-radius: 50%;
opacity: 0.08;
}
.process-section-secondary .shape-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-300), transparent);
top: -200px;
right: -100px;
animation: float-shape 20s infinite ease-in-out;
}
.process-section-secondary .shape-2 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-500), transparent);
bottom: -150px;
left: -100px;
animation: float-shape 25s infinite ease-in-out reverse;
}
.process-section-secondary .shape-3 {
width: 250px;
height: 250px;
background: radial-gradient(circle, var(--primary-300), transparent);
top: 50%;
right: 5%;
animation: float-shape 30s infinite ease-in-out;
}
@keyframes float-shape {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
25% {
transform: translate(20px, -20px) rotate(90deg);
}
50% {
transform: translate(0, -40px) rotate(180deg);
}
75% {
transform: translate(-20px, -20px) rotate(270deg);
}
}
@media (max-width: 991px) {
.process-section-secondary {
padding: 80px 0;
}
.process-section-secondary .section-title {
font-size: 2rem;
}
.process-section-secondary .section-subtitle {
font-size: 1.125rem;
}
.process-section-secondary .section-description {
font-size: 1rem;
}
.process-section-secondary .process-card {
padding: 32px;
gap: 24px;
}
.process-section-secondary .step-content {
flex-direction: column;
gap: 16px;
}
.process-section-secondary .step-title {
font-size: 1.375rem;
}
}
@media (max-width: 767px) {
.process-section-secondary {
padding: 60px 0;
}
.process-section-secondary .section-header {
margin-bottom: 40px;
}
.process-section-secondary .section-title {
font-size: 1.75rem;
}
.process-section-secondary .section-subtitle {
font-size: 1rem;
}
.process-section-secondary .process-card {
flex-direction: column;
padding: 28px;
gap: 20px;
}
.process-section-secondary .step-number-wrapper {
flex-direction: row;
width: 100%;
justify-content: space-between;
}
.process-section-secondary .step-number {
width: 64px;
height: 64px;
font-size: 1.5rem;
}
.process-section-secondary .connector-line {
width: 60px;
height: 3px;
margin-top: 0;
align-self: center;
}
.process-section-secondary .step-card-5 .step-number-wrapper {
justify-content: flex-start;
}
.process-section-secondary .step-icon {
width: 56px;
height: 56px;
}
.process-section-secondary .step-icon i {
font-size: 1.5rem;
}
.process-section-secondary .step-title {
font-size: 1.25rem;
}
.process-section-secondary .step-description {
font-size: 0.9375rem;
}
.process-section-secondary .shape-1,
.process-section-secondary .shape-2,
.process-section-secondary .shape-3 {
width: 200px;
height: 200px;
}
}
@media (max-width: 575px) {
.process-section-secondary .process-card {
padding: 24px;
}
.process-section-secondary .step-content {
gap: 12px;
}
.process-section-secondary .step-icon {
width: 48px;
height: 48px;
}
.process-section-secondary .step-icon i {
font-size: 1.25rem;
}
}
.timeline-section-clean {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.timeline-section-clean .section-header {
margin-bottom: 80px;
}
.timeline-section-clean .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.2;
}
.timeline-section-clean .section-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 1.5rem;
letter-spacing: 0.5px;
}
.timeline-section-clean .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 800px;
margin: 0 auto;
}
.timeline-section-clean .timeline-wrapper {
position: relative;
max-width: 1200px;
margin: 0 auto;
padding: 40px 0;
}
.timeline-section-clean .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(180deg,
transparent 0%,
var(--primary-300) 10%,
var(--primary-500) 50%,
var(--primary-300) 90%,
transparent 100%
);
transform: translateX(-50%);
z-index: 1;
}
.timeline-section-clean .timeline-item {
position: relative;
display: flex;
align-items: center;
margin-bottom: 80px;
padding-left: 0;
}
.timeline-section-clean .timeline-item:last-child {
margin-bottom: 0;
}
.timeline-section-clean .timeline-marker {
position: absolute;
left: 50%;
transform: translateX(-50%);
z-index: 3;
}
.timeline-section-clean .marker-dot {
width: 24px;
height: 24px;
background: var(--primary-500);
border: 4px solid var(--surface-primary);
border-radius: 50%;
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 20%, transparent);
transition: all 0.3s ease;
}
.timeline-section-clean .marker-featured {
width: 32px;
height: 32px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-width: 5px;
}
.timeline-section-clean .marker-pulse {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 24px;
height: 24px;
border: 2px solid var(--primary-500);
border-radius: 50%;
animation: pulse-v187 2s ease-out infinite;
opacity: 0;
}
@keyframes pulse-v187 {
0% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.8;
}
100% {
transform: translate(-50%, -50%) scale(2.5);
opacity: 0;
}
}
.timeline-section-clean .timeline-content {
width: calc(50% - 60px);
display: flex;
align-items: center;
gap: 24px;
}
.timeline-section-clean .timeline-item .timeline-content {
margin-left: auto;
flex-direction: row-reverse;
}
.timeline-section-clean .timeline-item-reverse .timeline-content {
margin-left: 0;
margin-right: auto;
flex-direction: row;
}
.timeline-section-clean .timeline-icon {
flex-shrink: 0;
width: 64px;
height: 64px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.75rem;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent);
transition: all 0.3s ease;
}
.timeline-section-clean .timeline-icon-featured {
width: 80px;
height: 80px;
font-size: 2rem;
border-radius: 20px;
box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-500) 40%, transparent);
}
.timeline-section-clean .timeline-item:hover .timeline-icon {
transform: scale(1.1) rotate(5deg);
box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-500) 40%, transparent);
}
.timeline-section-clean .content-card {
flex: 1;
background: var(--surface-primary);
padding: 32px;
border-radius: 16px;
border: 2px solid var(--neutral-100);
box-shadow: 0 4px 16px color-mix(in srgb, var(--neutral-900) 8%, transparent);
transition: all 0.3s ease;
position: relative;
}
.timeline-section-clean .content-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
border-radius: 16px 16px 0 0;
opacity: 0;
transition: opacity 0.3s ease;
}
.timeline-section-clean .content-card:hover {
transform: translateY(-4px);
border-color: var(--primary-300);
box-shadow: 0 12px 32px color-mix(in srgb, var(--neutral-900) 12%, transparent);
}
.timeline-section-clean .content-card:hover::before {
opacity: 1;
}
.timeline-section-clean .content-card-featured {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary) 50%) 100%
);
border-color: var(--primary-300);
padding: 40px;
}
.timeline-section-clean .content-card-featured::before {
opacity: 1;
height: 5px;
}
.timeline-section-clean .featured-badge {
position: absolute;
top: -12px;
right: 32px;
background: var(--primary-500);
width: 24px;
height: 24px;
border-radius: 50%;
border: 3px solid var(--surface-primary);
display: flex;
align-items: center;
justify-content: center;
}
.badge-dot {
width: 8px;
height: 8px;
background: var(--light);
border-radius: 50%;
animation: badge-pulse-v187 1.5s ease-in-out infinite;
}
@keyframes badge-pulse-v187 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.timeline-section-clean .timeline-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.timeline-section-clean .timeline-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.timeline-section-clean .decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 0;
}
.timeline-section-clean .shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent) 0%,
transparent 70%
);
}
.timeline-section-clean .shape-circle-1 {
width: 400px;
height: 400px;
top: 10%;
left: -200px;
}
.timeline-section-clean .shape-circle-2 {
width: 300px;
height: 300px;
bottom: 15%;
right: -150px;
}
.timeline-section-clean .shape-blob {
position: absolute;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-100) 40%, transparent),
color-mix(in srgb, var(--primary-300) 20%, transparent)
);
animation: blob-float-v187 20s ease-in-out infinite;
}
.timeline-section-clean .shape-blob-1 {
width: 350px;
height: 350px;
top: 20%;
right: 5%;
}
.timeline-section-clean .shape-blob-2 {
width: 280px;
height: 280px;
bottom: 25%;
left: 8%;
animation-delay: -10s;
}
@keyframes blob-float-v187 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@media (max-width: 991px) {
.timeline-section-clean {
padding: 80px 0;
}
.timeline-section-clean .section-title {
font-size: 2.25rem;
}
.timeline-section-clean .section-subtitle {
font-size: 1.125rem;
}
.timeline-section-clean .timeline-line {
left: 32px;
}
.timeline-section-clean .timeline-marker {
left: 32px;
}
.timeline-section-clean .timeline-content {
width: calc(100% - 100px);
margin-left: 100px !important;
margin-right: 0 !important;
flex-direction: row !important;
}
.timeline-section-clean .timeline-icon {
width: 56px;
height: 56px;
font-size: 1.5rem;
}
.timeline-section-clean .timeline-icon-featured {
width: 64px;
height: 64px;
}
}
@media (max-width: 767px) {
.timeline-section-clean {
padding: 60px 0;
}
.timeline-section-clean .section-header {
margin-bottom: 60px;
}
.timeline-section-clean .section-title {
font-size: 1.875rem;
}
.timeline-section-clean .section-subtitle {
font-size: 1rem;
}
.timeline-section-clean .section-description {
font-size: 1rem;
}
.timeline-section-clean .timeline-line {
left: 20px;
}
.timeline-section-clean .timeline-marker {
left: 20px;
}
.timeline-section-clean .marker-dot {
width: 20px;
height: 20px;
border-width: 3px;
}
.timeline-section-clean .marker-featured {
width: 24px;
height: 24px;
border-width: 4px;
}
.timeline-section-clean .timeline-item {
margin-bottom: 60px;
}
.timeline-section-clean .timeline-content {
width: calc(100% - 68px);
margin-left: 68px !important;
flex-direction: column !important;
gap: 16px;
}
.timeline-section-clean .timeline-icon {
width: 48px;
height: 48px;
font-size: 1.25rem;
}
.timeline-section-clean .timeline-icon-featured {
width: 56px;
height: 56px;
font-size: 1.5rem;
}
.timeline-section-clean .content-card {
padding: 24px;
}
.timeline-section-clean .content-card-featured {
padding: 28px;
}
.timeline-section-clean .timeline-title {
font-size: 1.25rem;
}
.timeline-section-clean .timeline-description {
font-size: 0.9375rem;
}
.shape-circle-1,
.timeline-section-clean .shape-circle-2 {
display: none;
}
.timeline-section-clean .shape-blob-1 {
width: 200px;
height: 200px;
}
.timeline-section-clean .shape-blob-2 {
width: 180px;
height: 180px;
}
}
@media (max-width: 575px) {
.timeline-section-clean .section-title {
font-size: 1.625rem;
}
.timeline-section-clean .content-card {
padding: 20px;
}
.timeline-section-clean .content-card-featured {
padding: 24px;
}
.timeline-section-clean .featured-badge {
top: -10px;
right: 20px;
width: 20px;
height: 20px;
border-width: 2px;
}
.badge-dot {
width: 6px;
height: 6px;
}
}
.career-section-primary {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.career-section-primary .section-header {
position: relative;
z-index: 2;
}
.career-section-primary .decorative-line-top {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
margin: 0 auto;
border-radius: 2px;
}
#career-title {
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
#career-subtitle {
color: var(--text-secondary);
font-weight: 500;
}
#career-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.career-section-primary .decorative-dots {
display: flex;
gap: 8px;
justify-content: center;
}
.career-section-primary .decorative-dots .dot {
width: 8px;
height: 8px;
background: var(--primary-300);
border-radius: 50%;
display: inline-block;
animation: dotPulse 2s ease-in-out infinite;
}
.career-section-primary .decorative-dots .dot:nth-child(2) {
animation-delay: 0.3s;
}
.career-section-primary .decorative-dots .dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes dotPulse {
0%, 100% {
opacity: 0.4;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.2);
}
}
.career-section-primary .career-card {
position: relative;
background: var(--surface-secondary);
border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
border-radius: 16px;
padding: 32px;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.career-section-primary .career-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.career-section-primary .career-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.08);
border-color: var(--primary-300);
}
.career-section-primary .career-card:hover::before {
transform: scaleX(1);
}
.card-gradient-accent {
position: absolute;
top: -50%;
right: -20%;
width: 300px;
height: 300px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent),
transparent 70%
);
pointer-events: none;
transition: transform 0.6s ease;
}
.career-section-primary .career-card:hover .card-gradient-accent {
transform: translate(-20px, 20px) scale(1.2);
}
.career-section-primary .career-card-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 24px;
}
.career-section-primary .icon-wrapper {
width: 64px;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 10%, var(--surface-primary)),
color-mix(in srgb, var(--primary-300) 10%, var(--surface-primary))
);
border-radius: 16px;
border: 2px solid var(--primary-300);
transition: all 0.3s ease;
}
.career-section-primary .icon-wrapper i {
font-size: 28px;
color: var(--primary-500);
transition: transform 0.3s ease;
}
.career-section-primary .career-card:hover .icon-wrapper {
transform: rotate(-5deg);
box-shadow: 0 8px 16px rgba(var(--black-rgb), 0.1);
}
.career-section-primary .career-card:hover .icon-wrapper i {
transform: scale(1.1);
}
.badge-wrapper {
position: relative;
}
.position-badge {
display: block;
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
border: 3px solid var(--surface-secondary);
box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary-500) 20%, transparent);
animation: badgePulse 2s ease-in-out infinite;
}
@keyframes badgePulse {
0%, 100% {
box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
50% {
box-shadow: 0 0 0 6px color-mix(in srgb, var(--primary-500) 10%, transparent);
}
}
.career-section-primary .career-card-body {
position: relative;
z-index: 2;
}
#career-item-1-title,
#career-item-2-title,
#career-item-3-title,
#career-item-4-title {
color: var(--text-primary);
line-height: 1.3;
margin-bottom: 16px;
transition: color 0.3s ease;
}
.career-card:hover #career-item-1-title,
.career-card:hover #career-item-2-title,
.career-card:hover #career-item-3-title,
.career-section-primary .career-card:hover #career-item-4-title {
color: var(--primary-700);
}
.career-section-primary .role-tag {
display: inline-flex;
padding: 8px 16px;
background: color-mix(in srgb, var(--primary-300) 15%, var(--surface-primary));
color: var(--primary-700);
font-size: 0.875rem;
font-weight: 500;
border-radius: 8px;
border: 1px solid var(--primary-300);
}
#career-item-1-desc,
#career-item-2-desc,
#career-item-3-desc,
#career-item-4-desc {
color: var(--text-secondary);
line-height: 1.7;
font-size: 1rem;
margin: 0;
}
.career-section-primary .career-card-footer {
position: relative;
margin-top: 24px;
padding-top: 24px;
border-top: 1px solid var(--neutral-300);
}
.career-section-primary .decorative-corner {
position: absolute;
bottom: -32px;
right: -32px;
width: 80px;
height: 80px;
background: linear-gradient(
135deg,
transparent 50%,
color-mix(in srgb, var(--primary-300) 20%, transparent) 50%
);
border-radius: 0 0 16px 0;
pointer-events: none;
}
.career-section-primary .shape-accent {
position: absolute;
bottom: 16px;
right: 16px;
width: 40px;
height: 40px;
background: var(--primary-300);
opacity: 0.2;
border-radius: 8px;
transform: rotate(15deg);
transition: all 0.3s ease;
}
.career-section-primary .career-card:hover .shape-accent {
transform: rotate(30deg) scale(1.1);
opacity: 0.3;
}
.career-section-primary .decorative-bottom-section {
position: relative;
height: 120px;
pointer-events: none;
}
.career-section-primary .blob-shape {
position: absolute;
border-radius: 50%;
filter: blur(40px);
opacity: 0.15;
animation: blobFloat 8s ease-in-out infinite;
}
.career-section-primary .blob-1 {
width: 200px;
height: 200px;
background: var(--primary-500);
top: 20%;
left: 10%;
animation-delay: 0s;
}
.career-section-primary .blob-2 {
width: 150px;
height: 150px;
background: var(--primary-300);
top: 40%;
right: 15%;
animation-delay: 2s;
}
@keyframes blobFloat {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(20px, -20px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
.career-section-primary .floating-circles {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
}
.career-section-primary .circle {
position: absolute;
border-radius: 50%;
border: 2px solid var(--primary-300);
opacity: 0.2;
}
.career-section-primary .circle-1 {
width: 60px;
height: 60px;
top: 10%;
left: 20%;
animation: circleFloat 6s ease-in-out infinite;
}
.career-section-primary .circle-2 {
width: 40px;
height: 40px;
top: 60%;
left: 60%;
animation: circleFloat 7s ease-in-out infinite;
animation-delay: 1s;
}
.career-section-primary .circle-3 {
width: 50px;
height: 50px;
top: 30%;
right: 25%;
animation: circleFloat 8s ease-in-out infinite;
animation-delay: 2s;
}
@keyframes circleFloat {
0%, 100% {
transform: translateY(0) scale(1);
opacity: 0.2;
}
50% {
transform: translateY(-30px) scale(1.2);
opacity: 0.3;
}
}
@media (max-width: 991.98px) {
.career-section-primary .career-card {
padding: 24px;
}
#career-title {
font-size: 2rem;
}
.career-section-primary .icon-wrapper {
width: 56px;
height: 56px;
}
.career-section-primary .icon-wrapper i {
font-size: 24px;
}
}
@media (max-width: 767.98px) {
.career-section-primary {
padding: 3rem 0;
}
#career-title {
font-size: 1.75rem;
}
#career-subtitle {
font-size: 1.125rem;
}
.career-section-primary .career-card {
padding: 20px;
}
.career-section-primary .decorative-bottom-section {
height: 80px;
}
}
@media (max-width: 575.98px) {
#career-title {
font-size: 1.5rem;
}
.career-section-primary .icon-wrapper {
width: 48px;
height: 48px;
}
.career-section-primary .icon-wrapper i {
font-size: 20px;
}
.career-section-primary .role-tag {
font-size: 0.8125rem;
padding: 6px 12px;
}
}
@media (prefers-reduced-motion: reduce) {
.career-card,
.icon-wrapper,
.card-gradient-accent,
.shape-accent,
.blob-shape,
.circle,
.decorative-dots .dot,
.position-badge {
animation: none !important;
transition: none !important;
}
.career-section-primary .career-card:hover {
transform: none;
}
}
@media (prefers-contrast: high) {
.career-section-primary .career-card {
border: 2px solid var(--neutral-700);
}
.career-section-primary .role-tag {
border: 2px solid var(--primary-700);
}
}
.coreinfo-section-bold {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.coreinfo-section-bold .coreinfo-header-bold {
position: relative;
z-index: 2;
}
.coreinfo-section-bold .accent-line-bold {
width: 60px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
border-radius: 2px;
}
.coreinfo-section-bold .coreinfo-subtitle-bold {
font-size: 0.875rem;
font-weight: 700;
letter-spacing: 2px;
color: var(--primary-500);
margin-bottom: 0.5rem;
}
.coreinfo-section-bold .coreinfo-title-bold {
font-size: 2.5rem;
font-weight: 700;
line-height: 1.2;
color: var(--text-primary);
margin-bottom: 1.5rem;
}
.coreinfo-section-bold .coreinfo-desc-bold {
font-size: 1.125rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 500px;
}
.coreinfo-section-bold .decorative-shape-bold {
position: absolute;
bottom: -20px;
left: 0;
width: 100px;
height: 100px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 10%, transparent) 0%,
transparent 100%
);
border-radius: 50%;
filter: blur(30px);
pointer-events: none;
}
.coreinfo-section-bold .feature-card-bold {
background: var(--surface-secondary);
border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
border-radius: 12px;
padding: 1.75rem;
height: 100%;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.coreinfo-section-bold .feature-card-bold::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background: linear-gradient(
90deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s ease;
}
.coreinfo-section-bold .feature-card-bold:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 15%, transparent);
border-color: var(--primary-300);
}
.coreinfo-section-bold .feature-card-bold:hover::before {
transform: scaleX(1);
}
.coreinfo-section-bold .feature-icon-wrapper-bold {
width: 56px;
height: 56px;
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;
transition: all 0.3s ease;
position: relative;
}
.coreinfo-section-bold .feature-icon-wrapper-bold::after {
content: '';
position: absolute;
inset: -3px;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-300)
);
border-radius: 14px;
opacity: 0;
z-index: -1;
transition: opacity 0.3s ease;
}
.coreinfo-section-bold .feature-card-bold:hover .feature-icon-wrapper-bold {
transform: scale(1.1) rotate(5deg);
}
.coreinfo-section-bold .feature-card-bold:hover .feature-icon-wrapper-bold::after {
opacity: 0.2;
}
.coreinfo-section-bold .feature-icon-wrapper-bold i {
font-size: 1.75rem;
color: var(--primary-500);
transition: color 0.3s ease;
}
.coreinfo-section-bold .feature-card-bold:hover .feature-icon-wrapper-bold i {
color: var(--primary-700);
}
.coreinfo-section-bold .feature-content-bold {
position: relative;
z-index: 1;
}
.coreinfo-section-bold .feature-title-bold {
font-size: 1.25rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 0.75rem;
transition: color 0.3s ease;
}
.coreinfo-section-bold .feature-card-bold:hover .feature-title-bold {
color: var(--primary-700);
}
.coreinfo-section-bold .feature-desc-bold {
font-size: 0.9375rem;
line-height: 1.6;
color: var(--text-secondary);
margin: 0;
}
.coreinfo-section-bold .decorative-blob-bold {
position: absolute;
border-radius: 50%;
filter: blur(60px);
opacity: 0.4;
pointer-events: none;
z-index: 0;
}
.coreinfo-section-bold .decorative-blob-1-bold {
width: 300px;
height: 300px;
background: linear-gradient(
135deg,
var(--primary-300),
var(--primary-100)
);
top: -100px;
right: -100px;
}
.coreinfo-section-bold .decorative-blob-2-bold {
width: 250px;
height: 250px;
background: linear-gradient(
225deg,
var(--primary-100),
var(--primary-50)
);
bottom: -80px;
left: -80px;
}
@media (max-width: 991.98px) {
.coreinfo-section-bold .coreinfo-title-bold {
font-size: 2rem;
}
.coreinfo-section-bold .coreinfo-desc-bold {
font-size: 1rem;
max-width: 100%;
}
.coreinfo-section-bold .coreinfo-header-bold {
margin-bottom: 2rem;
}
.coreinfo-section-bold .feature-card-bold {
padding: 1.5rem;
}
}
@media (max-width: 767.98px) {
.coreinfo-section-bold {
padding: 3rem 0;
}
.coreinfo-section-bold .coreinfo-title-bold {
font-size: 1.75rem;
}
.coreinfo-section-bold .coreinfo-subtitle-bold {
font-size: 0.8125rem;
}
.coreinfo-section-bold .feature-card-bold {
padding: 1.25rem;
}
.coreinfo-section-bold .feature-icon-wrapper-bold {
width: 48px;
height: 48px;
}
.coreinfo-section-bold .feature-icon-wrapper-bold i {
font-size: 1.5rem;
}
.coreinfo-section-bold .feature-title-bold {
font-size: 1.125rem;
}
.coreinfo-section-bold .feature-desc-bold {
font-size: 0.875rem;
}
.decorative-blob-1-bold,
.coreinfo-section-bold .decorative-blob-2-bold {
display: none;
}
}
@media (max-width: 575.98px) {
.coreinfo-section-bold .coreinfo-title-bold {
font-size: 1.5rem;
}
.coreinfo-section-bold .accent-line-bold {
width: 50px;
height: 3px;
}
}
@media (prefers-reduced-motion: reduce) {
.feature-card-bold,
.feature-icon-wrapper-bold,
.feature-title-bold,
.coreinfo-section-bold .feature-card-bold::before {
transition: none;
}
.coreinfo-section-bold .feature-card-bold:hover {
transform: none;
}
.coreinfo-section-bold .feature-card-bold:hover .feature-icon-wrapper-bold {
transform: none;
}
}
@media (prefers-contrast: high) {
.coreinfo-section-bold .feature-card-bold {
border: 2px solid var(--neutral-500);
}
.coreinfo-section-bold .feature-card-bold:hover {
border-color: var(--primary-700);
}
}
.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-primary {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, transparent 70%) 100%);
overflow: hidden;
}
.contact-section-primary .section-header {
position: relative;
z-index: 2;
}
.contact-section-primary .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.2;
}
.contact-section-primary .section-subtitle {
font-size: 0.875rem;
font-weight: 600;
letter-spacing: 2px;
color: var(--primary-500);
margin-bottom: 1rem;
}
.contact-section-primary .section-description {
font-size: 1.1rem;
color: var(--text-secondary);
line-height: 1.8;
}
.contact-section-primary .contact-form-wrapper {
background: var(--surface-primary);
border-radius: 16px;
padding: 2.5rem;
box-shadow: 0 10px 40px rgba(var(--black-rgb), 0.08);
position: relative;
overflow: hidden;
border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}
.contact-section-primary .decorative-corner {
position: absolute;
width: 80px;
height: 80px;
border: 3px solid var(--primary-500);
opacity: 0.2;
}
.contact-section-primary .decorative-corner.top-left {
top: -10px;
left: -10px;
border-right: none;
border-bottom: none;
border-radius: 16px 0 0 0;
}
.contact-section-primary .decorative-corner.bottom-right {
bottom: -10px;
right: -10px;
border-left: none;
border-top: none;
border-radius: 0 0 16px 0;
}
.contact-section-primary .form-floating {
position: relative;
}
.contact-section-primary .form-control {
border: 2px solid var(--neutral-300);
border-radius: 12px;
padding: 1rem 1rem 1rem 3rem;
font-size: 1rem;
transition: all 0.3s ease;
background: var(--surface-primary);
color: var(--text-primary);
}
.contact-section-primary .form-control:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
outline: none;
}
.contact-section-primary .form-floating > label {
padding-left: 3rem;
color: var(--text-secondary);
font-weight: 500;
}
.contact-section-primary .form-icon {
position: absolute;
left: 1rem;
top: 50%;
transform: translateY(-50%);
color: var(--primary-500);
font-size: 1.2rem;
z-index: 5;
pointer-events: none;
}
.contact-section-primary textarea.form-control {
min-height: 150px;
resize: vertical;
}
.contact-section-primary .form-check-input {
width: 1.25rem;
height: 1.25rem;
border: 2px solid var(--neutral-300);
border-radius: 6px;
cursor: pointer;
}
.contact-section-primary .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.contact-section-primary .form-check-label {
color: var(--text-secondary);
font-size: 0.95rem;
cursor: pointer;
margin-left: 0.5rem;
}
.contact-section-primary .btn-submit {
background: linear-gradient(135deg, #2563eb, #0284c7) !important;
color: var(--light) !important;
border: none;
border-radius: 12px;
padding: 1rem 2rem;
font-size: 1.1rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}
.contact-section-primary .btn-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}
.contact-section-primary .btn-submit:active {
transform: translateY(0);
}
.contact-section-primary .contact-info-wrapper {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.contact-section-primary .contact-info-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
border: 1px solid var(--neutral-300);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.contact-section-primary .contact-info-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: linear-gradient(180deg, var(--primary-500), var(--primary-700));
transform: scaleY(0);
transition: transform 0.3s ease;
}
.contact-section-primary .contact-info-card:hover {
transform: translateX(8px);
box-shadow: 0 8px 30px rgba(var(--black-rgb), 0.1);
border-color: var(--primary-500);
}
.contact-section-primary .contact-info-card:hover::before {
transform: scaleY(1);
}
.contact-section-primary .info-icon-wrapper {
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;
font-size: 1.5rem;
color: var(--light);
box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.contact-section-primary .info-title {
font-size: 1.25rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 0.75rem;
}
.contact-section-primary .info-text {
color: var(--text-secondary);
line-height: 1.8;
margin: 0;
font-size: 1rem;
}
.contact-section-primary .social-links {
display: flex;
gap: 1rem;
justify-content: center;
margin-top: 1rem;
}
.contact-section-primary .social-link {
width: 45px;
height: 45px;
background: var(--surface-primary);
border: 2px solid var(--neutral-300);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--text-secondary);
font-size: 1.2rem;
transition: all 0.3s ease;
text-decoration: none;
}
.contact-section-primary .social-link:hover {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: var(--light);
border-color: var(--primary-500);
transform: translateY(-3px);
box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.contact-section-primary .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
pointer-events: none;
}
.contact-section-primary .decorative-shape.shape-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500), transparent);
top: -200px;
right: -100px;
}
.contact-section-primary .decorative-shape.shape-2 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-700), transparent);
bottom: -150px;
left: -50px;
}
.contact-section-primary .decorative-dots {
position: absolute;
width: 150px;
height: 150px;
bottom: 50px;
right: 50px;
background-image: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
background-size: 20px 20px;
opacity: 0.15;
pointer-events: none;
}
@media (max-width: 991.98px) {
.contact-section-primary .section-title {
font-size: 2rem;
}
.contact-section-primary .contact-form-wrapper {
padding: 2rem;
margin-bottom: 2rem;
}
.contact-section-primary .contact-info-card:hover {
transform: none;
}
}
@media (max-width: 767.98px) {
.contact-section-primary .section-title {
font-size: 1.75rem;
}
.contact-section-primary .contact-form-wrapper {
padding: 1.5rem;
}
.contact-section-primary .decorative-corner {
width: 50px;
height: 50px;
}
.contact-section-primary .info-icon-wrapper {
width: 50px;
height: 50px;
font-size: 1.25rem;
}
.contact-section-primary .social-link {
width: 40px;
height: 40px;
font-size: 1rem;
}
}
@media (max-width: 575.98px) {
.contact-section-primary .section-title {
font-size: 1.5rem;
}
.contact-section-primary .section-description {
font-size: 1rem;
}
.contact-section-primary .contact-form-wrapper {
padding: 1.25rem;
}
.contact-section-primary .btn-submit {
padding: 0.875rem 1.5rem;
font-size: 1rem;
}
}
.blog-section-modern {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.blog-section-modern .section-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 16px;
color: var(--light);
font-size: 1.5rem;
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.1);
animation: float 3s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(-10px);
}
}
.blog-section-modern .section-title {
font-size: 2.5rem;
font-weight: 800;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.blog-section-modern .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.blog-section-modern .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.blog-section-modern .blog-card {
background: var(--surface-primary);
border-radius: 20px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(var(--black-rgb), 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
}
.blog-section-modern .blog-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(var(--black-rgb), 0.15);
border-color: var(--primary-300);
}
.blog-section-modern .blog-image-wrapper {
position: relative;
width: 100%;
height: 220px;
overflow: hidden;
background: linear-gradient(135deg, var(--neutral-100), var(--neutral-300));
}
.blog-section-modern .blog-image {
width: 100%;
height: 220px;
object-fit: cover;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-section-modern .blog-card:hover .blog-image {
transform: scale(1.08);
}
.blog-section-modern .blog-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
180deg,
transparent 0%,
rgba(var(--black-rgb), 0.1) 100%
);
opacity: 0;
transition: opacity 0.4s ease;
}
.blog-section-modern .blog-card:hover .blog-overlay {
opacity: 1;
}
.blog-section-modern .category-badge {
position: absolute;
top: 16px;
right: 16px;
display: inline-flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
background: var(--surface-primary);
border-radius: 12px;
color: var(--primary-500);
font-size: 1.25rem;
box-shadow: 0 4px 12px rgba(var(--black-rgb), 0.15);
transition: all 0.3s ease;
}
.blog-section-modern .blog-card:hover .category-badge {
transform: rotate(12deg) scale(1.1);
background: var(--primary-500);
color: var(--light);
}
.blog-section-modern .blog-content {
padding: 28px;
}
.blog-section-modern .blog-meta {
display: flex;
align-items: center;
gap: 16px;
}
.blog-section-modern .meta-item {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 0.875rem;
color: var(--text-secondary);
padding: 6px 12px;
background: color-mix(in srgb, var(--primary-50) 50%, transparent 50%);
border-radius: 8px;
transition: all 0.3s ease;
}
.blog-section-modern .blog-card:hover .meta-item {
background: var(--primary-50);
color: var(--primary-700);
}
.blog-section-modern .meta-item i {
font-size: 1rem;
}
.blog-section-modern .blog-title {
font-size: 1.375rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.3;
transition: color 0.3s ease;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.blog-section-modern .blog-card:hover .blog-title {
color: var(--primary-500);
}
.blog-section-modern .blog-excerpt {
font-size: 0.9375rem;
color: var(--text-secondary);
line-height: 1.7;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.blog-section-modern .blog-link {
display: inline-flex;
align-items: center;
font-size: 1rem;
font-weight: 600;
color: var(--primary-500);
text-decoration: none;
transition: all 0.3s ease;
position: relative;
}
.blog-section-modern .blog-link::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 2px;
background: var(--primary-500);
transition: width 0.3s ease;
}
.blog-section-modern .blog-link:hover {
color: var(--primary-700);
transform: translateX(4px);
}
.blog-section-modern .blog-link:hover::after {
width: 100%;
}
.blog-section-modern .blog-link i {
transition: transform 0.3s ease;
}
.blog-section-modern .blog-link:hover i {
transform: translateX(6px);
}
.blog-section-modern .decorative-elements {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.blog-section-modern .deco-circle {
position: absolute;
border-radius: 50%;
opacity: 0.08;
}
.blog-section-modern .deco-circle-1 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-500), transparent);
top: -150px;
right: -100px;
animation: pulse 6s ease-in-out infinite;
}
.blog-section-modern .deco-circle-2 {
width: 200px;
height: 200px;
background: radial-gradient(circle, var(--primary-700), transparent);
bottom: -100px;
left: -50px;
animation: pulse 8s ease-in-out infinite reverse;
}
@keyframes pulse {
0%, 100% {
transform: scale(1);
opacity: 0.08;
}
50% {
transform: scale(1.2);
opacity: 0.12;
}
}
.blog-section-modern .deco-blob {
position: absolute;
width: 400px;
height: 400px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 30%, transparent 70%),
color-mix(in srgb, var(--primary-500) 20%, transparent 80%)
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: morph 15s ease-in-out infinite;
opacity: 0.06;
}
@keyframes morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
25% {
border-radius: 60% 40% 50% 70% / 60% 30% 70% 40%;
}
50% {
border-radius: 50% 70% 40% 60% / 50% 60% 40% 70%;
}
75% {
border-radius: 70% 50% 60% 40% / 40% 70% 50% 60%;
}
}
.blog-section-modern > .container {
position: relative;
z-index: 1;
}
@media (max-width: 991.98px) {
.blog-section-modern .section-title {
font-size: 2rem;
}
.blog-section-modern .section-subtitle {
font-size: 1.25rem;
}
.blog-section-modern .section-description {
font-size: 1rem;
}
.blog-section-modern .blog-image-wrapper {
height: 200px;
}
.blog-section-modern .blog-image {
height: 200px;
}
}
@media (max-width: 767.98px) {
.blog-section-modern .section-title {
font-size: 1.75rem;
}
.blog-section-modern .section-subtitle {
font-size: 1.125rem;
}
.blog-section-modern .blog-title {
font-size: 1.25rem;
}
.blog-section-modern .blog-content {
padding: 24px;
}
.blog-section-modern .blog-image-wrapper {
height: 180px;
}
.blog-section-modern .blog-image {
height: 180px;
}
}
@media (max-width: 575.98px) {
.blog-section-modern .section-badge {
width: 50px;
height: 50px;
font-size: 1.25rem;
}
.blog-section-modern .blog-meta {
flex-wrap: wrap;
gap: 12px;
}
}
.faq-section-classic {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
overflow: hidden;
}
.faq-section-classic .decorative-badge {
width: 60px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-700) 100%);
margin: 0 auto;
border-radius: 2px;
}
.faq-section-classic #faq-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
}
.faq-section-classic #faq-subtitle {
color: var(--primary-700);
font-weight: 600;
}
.faq-section-classic #faq-desc {
color: var(--text-secondary);
line-height: 1.7;
}
.faq-section-classic .decorative-shape {
position: absolute;
width: 300px;
height: 300px;
border-radius: 50%;
opacity: 0.05;
pointer-events: none;
z-index: 0;
}
.faq-section-classic .shape-top-left {
top: -100px;
left: -100px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
}
.faq-section-classic .shape-bottom-right {
bottom: -150px;
right: -150px;
background: radial-gradient(circle, var(--primary-700) 0%, transparent 70%);
}
.faq-section-classic .faq-card {
border: none;
border-radius: 12px;
background: var(--surface-primary);
box-shadow: 0 2px 8px rgba(var(--black-rgb), 0.06);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
position: relative;
}
.faq-section-classic .faq-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
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);
}
.faq-section-classic .faq-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.12);
}
.faq-section-classic .faq-card:hover::before {
transform: scaleX(1);
}
.faq-section-classic .faq-card .card-header {
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-50) 50%, transparent 50%) 0%,
color-mix(in srgb, var(--primary-100) 30%, transparent 70%) 100%);
border: none;
padding: 1.5rem;
border-radius: 12px 12px 0 0;
}
.faq-section-classic .faq-icon {
width: 48px;
height: 48px;
background: linear-gradient(135deg,
var(--primary-500) 0%,
var(--primary-700) 100%);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.faq-section-classic .faq-icon i {
font-size: 1.5rem;
color: var(--light);
}
.faq-section-classic .card-header h3 {
color: var(--text-primary);
font-weight: 600;
line-height: 1.4;
margin-bottom: 0;
}
.faq-section-classic .faq-card .card-body {
padding: 1.5rem;
background: var(--surface-primary);
}
.faq-section-classic .card-body p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.95rem;
}
.faq-section-classic .decorative-icons {
opacity: 0.15;
}
.faq-section-classic .icon-wrapper {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-500);
border-radius: 50%;
}
.faq-section-classic .icon-wrapper i {
font-size: 1.5rem;
color: var(--light);
}
@media (max-width: 991px) {
.faq-section-classic #faq-title {
font-size: 2rem;
}
.faq-section-classic .decorative-shape {
width: 200px;
height: 200px;
}
.faq-section-classic .faq-icon {
width: 40px;
height: 40px;
}
.faq-section-classic .faq-icon i {
font-size: 1.25rem;
}
}
@media (max-width: 767px) {
.faq-section-classic {
padding: 3rem 0 !important;
}
.faq-section-classic #faq-title {
font-size: 1.75rem;
}
.faq-section-classic #faq-subtitle {
font-size: 1.1rem;
}
.faq-section-classic .card-header {
padding: 1.25rem !important;
}
.faq-section-classic .card-body {
padding: 1.25rem !important;
}
.faq-section-classic .faq-icon {
width: 36px;
height: 36px;
}
.faq-section-classic .faq-icon i {
font-size: 1.1rem;
}
.faq-section-classic .card-header h3 {
font-size: 1rem;
}
.faq-section-classic .card-body p {
font-size: 0.9rem;
}
}
@media (prefers-reduced-motion: reduce) {
.faq-section-classic .faq-card,
.faq-section-classic .faq-card::before {
transition: none;
}
.faq-section-classic .faq-card:hover {
transform: none;
}
}
@media (prefers-contrast: high) {
.faq-section-classic .faq-card {
border: 2px solid var(--neutral-300);
}
.faq-section-classic .faq-icon {
border: 2px solid var(--light);
}
}
.footer-bold {
position: relative;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
),
url('assets/images/footer_bg.webp');
background-size: cover;
background-position: center;
background-attachment: fixed;
color: var(--light);
overflow: hidden;
padding-top: 60px;
padding-bottom: 0;
}
.footer-bold .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) 88%, transparent) 100%
);
pointer-events: none;
z-index: 1;
}
.footer-bold .container {
position: relative;
z-index: 2;
}
.footer-bold .footer-brand-section {
padding-right: 20px;
}
.footer-bold .footer-brand-title {
font-size: 1.75rem;
font-weight: 700;
color: var(--light);
margin-bottom: 1rem;
letter-spacing: -0.5px;
}
.footer-bold .footer-brand-description {
font-size: 0.95rem;
line-height: 1.7;
color: rgba(var(--white-rgb), 0.9);
margin-bottom: 1.5rem;
}
.footer-bold .footer-decorative-dots {
display: flex;
gap: 8px;
margin-top: 20px;
}
.footer-bold .footer-decorative-dots .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: rgba(var(--white-rgb), 0.6);
display: inline-block;
animation: dotPulse 2s ease-in-out infinite;
}
.footer-bold .footer-decorative-dots .dot:nth-child(2) {
animation-delay: 0.3s;
}
.footer-bold .footer-decorative-dots .dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes dotPulse {
0%, 100% {
opacity: 0.6;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.2);
}
}
.footer-bold .footer-links-section {
padding-left: 20px;
}
.footer-bold .footer-section-title {
font-size: 1.25rem;
font-weight: 600;
color: var(--light);
margin-bottom: 1.5rem;
position: relative;
padding-bottom: 10px;
}
.footer-bold .footer-section-title::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 40px;
height: 3px;
background: rgba(var(--white-rgb), 0.7);
border-radius: 2px;
}
.footer-bold .footer-links-list {
list-style: none;
padding: 0;
margin: 0;
}
.footer-bold .footer-links-list li {
margin-bottom: 12px;
display: flex;
align-items: center;
}
.footer-bold .footer-links-list li i {
color: rgba(var(--white-rgb), 0.6);
font-size: 0.75rem;
transition: transform 0.3s ease;
}
.footer-bold .footer-link {
color: rgba(var(--white-rgb), 0.9);
text-decoration: none;
font-size: 0.95rem;
transition: all 0.3s ease;
display: inline-block;
}
.footer-bold .footer-link:hover {
color: var(--light);
transform: translateX(5px);
}
.footer-bold .footer-links-list li:hover i {
transform: translateX(3px);
}
.footer-bold .footer-contact-section {
padding-left: 20px;
}
.footer-bold .contact-info-grid {
display: flex;
flex-direction: column;
gap: 20px;
}
.footer-bold .contact-info-item {
display: flex;
align-items: flex-start;
gap: 15px;
padding: 15px;
background: rgba(var(--white-rgb), 0.08);
border-radius: 8px;
transition: all 0.3s ease;
}
.footer-bold .contact-info-item:hover {
background: rgba(var(--white-rgb), 0.12);
transform: translateY(-2px);
}
.footer-bold .contact-icon-wrapper {
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(var(--white-rgb), 0.15);
border-radius: 8px;
flex-shrink: 0;
}
.footer-bold .contact-icon-wrapper i {
font-size: 1.25rem;
color: var(--light);
}
.footer-bold .contact-info-content {
flex: 1;
padding-top: 5px;
}
.footer-bold .contact-info-text {
font-size: 0.95rem;
line-height: 1.6;
color: rgba(var(--white-rgb), 0.9);
display: block;
}
.footer-bold .footer-shape-circle {
position: absolute;
width: 300px;
height: 300px;
border-radius: 50%;
background: radial-gradient(
circle,
rgba(var(--white-rgb), 0.08) 0%,
transparent 70%
);
top: -100px;
right: -100px;
pointer-events: none;
z-index: 1;
}
.footer-bold .footer-shape-square {
position: absolute;
width: 200px;
height: 200px;
background: rgba(var(--white-rgb), 0.04);
transform: rotate(45deg);
bottom: 50px;
left: -50px;
pointer-events: none;
z-index: 1;
border-radius: 20px;
}
.footer-bold .footer-pattern-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: repeating-linear-gradient(
45deg,
transparent,
transparent 35px,
rgba(var(--white-rgb), 0.02) 35px,
rgba(var(--white-rgb), 0.02) 70px
);
pointer-events: none;
z-index: 1;
}
.footer-bold .footer-bottom {
border-top: 1px solid rgba(var(--white-rgb), 0.15);
margin-top: 40px;
position: relative;
z-index: 2;
}
.footer-copyright,
.footer-bold .footer-disclaimer {
font-size: 0.875rem;
color: rgba(var(--white-rgb), 0.8);
line-height: 1.6;
}
@media (max-width: 991px) {
.footer-brand-section,
.footer-links-section,
.footer-bold .footer-contact-section {
padding-left: 0;
padding-right: 0;
}
.footer-bold .footer-brand-title {
font-size: 1.5rem;
}
.footer-bold .footer-section-title {
font-size: 1.15rem;
}
.footer-bold .footer-shape-circle {
width: 200px;
height: 200px;
}
.footer-bold .footer-shape-square {
width: 150px;
height: 150px;
}
}
@media (max-width: 767px) {
.footer-bold {
padding-top: 40px;
background-attachment: scroll;
}
.footer-bold .footer-brand-title {
font-size: 1.35rem;
}
.footer-bold .footer-brand-description {
font-size: 0.9rem;
}
.footer-bold .footer-section-title {
font-size: 1.1rem;
margin-bottom: 1.25rem;
}
.footer-bold .contact-info-item {
padding: 12px;
}
.footer-bold .contact-icon-wrapper {
width: 40px;
height: 40px;
}
.footer-bold .contact-icon-wrapper i {
font-size: 1.1rem;
}
.footer-bold .footer-bottom .col-md-4 {
margin-top: 15px;
}
.footer-bold .footer-disclaimer {
text-align: left !important;
}
.footer-shape-circle,
.footer-bold .footer-shape-square {
display: none;
}
}
@media (max-width: 576px) {
.footer-bold .footer-brand-title {
font-size: 1.25rem;
}
.footer-bold .footer-section-title {
font-size: 1rem;
}
.footer-bold .footer-link {
font-size: 0.875rem;
}
.footer-bold .contact-info-text {
font-size: 0.875rem;
}
.footer-copyright,
.footer-bold .footer-disclaimer {
font-size: 0.8rem;
}
}
.footer-link:focus,
.footer-bold .contact-info-item:focus-within {
outline: 2px solid rgba(var(--white-rgb), 0.5);
outline-offset: 2px;
border-radius: 4px;
}
@media print {
.footer-bold {
background: var(--neutral-900) !important;
color: var(--light) !important;
}
.footer-background-overlay,
.footer-shape-circle,
.footer-shape-square,
.footer-bold .footer-pattern-overlay {
display: none !important;
}
}
.additional-universal-section.v-057 {
position: relative;
padding: 100px 0;
background: linear-gradient(to bottom right, var(--surface-primary), color-mix(in srgb, var(--primary-50) 25%, var(--surface-primary) 75%));
overflow: hidden;
}
.v-057 .section-header {
position: relative;
z-index: 2;
}
.v-057 .header-icon-group {
display: flex;
gap: 20px;
justify-content: center;
align-items: center;
margin-bottom: 30px;
}
.v-057 .header-icon-group i {
font-size: 32px;
color: var(--primary-500);
animation: icon-pulse 3s ease-in-out infinite;
}
.v-057 .header-icon-group i:nth-child(2) {
animation-delay: 1s;
}
.v-057 .header-icon-group i:nth-child(3) {
animation-delay: 2s;
}
@keyframes icon-pulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.15);
opacity: 0.8;
}
}
.v-057 .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 20px;
line-height: 1.2;
}
.v-057 .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.v-057 .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 850px;
margin: 0 auto;
}
.v-057 .accordion-wrapper {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
gap: 20px;
}
.v-057 .accordion-item-custom {
background: var(--light);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-057 .accordion-item-custom:hover {
box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
transform: translateY(-4px);
}
.v-057 .accordion-header-custom {
display: flex;
align-items: center;
gap: 24px;
padding: 32px;
position: relative;
cursor: pointer;
background: linear-gradient(to right, color-mix(in srgb, var(--primary-50) 40%, var(--light) 60%), var(--light));
}
.v-057 .accordion-icon {
width: 64px;
height: 64px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
transition: transform 0.3s ease;
}
.v-057 .accordion-item-custom:hover .accordion-icon {
transform: rotate(5deg) scale(1.05);
}
.v-057 .accordion-icon i {
font-size: 28px;
color: var(--light);
}
.v-057 .accordion-icon.large {
width: 72px;
height: 72px;
}
.v-057 .accordion-icon.large i {
font-size: 32px;
}
.v-057 .accordion-header-content {
flex: 1;
}
.v-057 .accordion-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin: 0;
line-height: 1.3;
}
.v-057 .accordion-decorator {
position: absolute;
right: 32px;
width: 80px;
height: 80px;
background: color-mix(in srgb, var(--primary-300) 12%, transparent 88%);
border-radius: 50%;
pointer-events: none;
}
.v-057 .accordion-body-custom {
padding: 0 32px 32px;
position: relative;
}
.v-057 .accordion-body-custom::before {
content: '';
position: absolute;
top: 0;
left: 32px;
right: 32px;
height: 1px;
background: linear-gradient(to right, var(--primary-300), transparent);
}
.v-057 .accordion-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
padding-top: 24px;
}
.v-057 .accordion-item-custom.featured {
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border: 3px solid var(--primary-700);
}
.v-057 .accordion-item-custom.featured .accordion-header-custom {
background: transparent;
}
.v-057 .accordion-item-custom.featured .accordion-title {
color: var(--light);
font-size: 1.75rem;
}
.v-057 .accordion-item-custom.featured .accordion-description {
color: color-mix(in srgb, var(--light) 95%, transparent 5%);
font-size: 1.0625rem;
}
.v-057 .accordion-item-custom.featured .accordion-icon {
background: color-mix(in srgb, var(--light) 25%, transparent 75%);
backdrop-filter: blur(10px);
}
.v-057 .accordion-item-custom.featured .accordion-decorator.featured-deco {
background: color-mix(in srgb, var(--light) 15%, transparent 85%);
}
.v-057 .accordion-item-custom.featured .accordion-body-custom::before {
background: linear-gradient(to right, color-mix(in srgb, var(--light) 40%, transparent 60%), transparent);
}
.v-057 .bg-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.v-057 .deco-shape {
position: absolute;
background: color-mix(in srgb, var(--primary-300) 8%, transparent 92%);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.v-057 .deco-shape.shape-1 {
width: 350px;
height: 350px;
top: 10%;
left: -100px;
animation: shape-morph 20s ease-in-out infinite;
}
.v-057 .deco-shape.shape-2 {
width: 300px;
height: 300px;
bottom: 15%;
right: -80px;
animation: shape-morph 25s ease-in-out infinite reverse;
}
@keyframes shape-morph {
0%, 100% {
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
50% {
border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}
}
.v-057 .deco-dots {
position: absolute;
top: 50%;
right: 5%;
width: 120px;
height: 120px;
background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
background-size: 20px 20px;
opacity: 0.2;
}
@media (max-width: 991px) {
.v-057 {
padding: 80px 0;
}
.v-057 .section-title {
font-size: 2.25rem;
}
.v-057 .section-subtitle {
font-size: 1.25rem;
}
.v-057 .accordion-header-custom {
padding: 28px;
}
.v-057 .accordion-body-custom {
padding: 0 28px 28px;
}
.v-057 .accordion-body-custom::before {
left: 28px;
right: 28px;
}
.v-057 .accordion-title {
font-size: 1.375rem;
}
.v-057 .accordion-item-custom.featured .accordion-title {
font-size: 1.5rem;
}
}
@media (max-width: 767px) {
.v-057 {
padding: 60px 0;
}
.v-057 .section-title {
font-size: 1.875rem;
}
.v-057 .section-subtitle {
font-size: 1.125rem;
}
.v-057 .section-description {
font-size: 1rem;
}
.v-057 .header-icon-group {
gap: 15px;
}
.v-057 .header-icon-group i {
font-size: 24px;
}
.v-057 .accordion-header-custom {
padding: 24px;
gap: 16px;
}
.v-057 .accordion-body-custom {
padding: 0 24px 24px;
}
.v-057 .accordion-body-custom::before {
left: 24px;
right: 24px;
}
.v-057 .accordion-icon {
width: 56px;
height: 56px;
}
.v-057 .accordion-icon i {
font-size: 24px;
}
.v-057 .accordion-icon.large {
width: 64px;
height: 64px;
}
.v-057 .accordion-icon.large i {
font-size: 28px;
}
.v-057 .accordion-title {
font-size: 1.25rem;
}
.v-057 .accordion-item-custom.featured .accordion-title {
font-size: 1.375rem;
}
.v-057 .accordion-decorator {
right: 20px;
width: 60px;
height: 60px;
}
}
.additional-universal-section.v-056 {
position: relative;
padding: 100px 0;
background: linear-gradient(to bottom, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%);
overflow: hidden;
}
.v-056 .section-header {
position: relative;
z-index: 2;
}
.v-056 .header-badge {
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 30px;
}
.v-056 .header-badge i {
font-size: 32px;
color: var(--light);
}
.v-056 .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 20px;
line-height: 1.2;
}
.v-056 .section-subtitle {
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.v-056 .section-description {
font-size: 1.125rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 900px;
margin: 0 auto;
}
.v-056 .timeline-wrapper {
position: relative;
max-width: 1000px;
margin: 60px auto 0;
padding: 40px 0;
z-index: 2;
}
.v-056 .timeline-line {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 4px;
height: 100%;
background: linear-gradient(to bottom, var(--primary-300), var(--primary-500), var(--primary-300));
border-radius: 2px;
}
.v-056 .timeline-item {
position: relative;
margin-bottom: 80px;
display: flex;
}
.v-056 .timeline-item:last-child {
margin-bottom: 0;
}
.v-056 .timeline-item.left {
justify-content: flex-start;
padding-right: calc(50% + 50px);
}
.v-056 .timeline-item.right {
justify-content: flex-end;
padding-left: calc(50% + 50px);
}
.v-056 .timeline-content {
position: relative;
display: flex;
align-items: flex-start;
gap: 20px;
}
.v-056 .timeline-item.left .timeline-content {
flex-direction: row;
}
.v-056 .timeline-item.right .timeline-content {
flex-direction: row-reverse;
}
.v-056 .timeline-icon {
width: 64px;
height: 64px;
background: var(--light);
border: 4px solid var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
position: relative;
z-index: 3;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.v-056 .timeline-icon i {
font-size: 28px;
color: var(--primary-500);
}
.v-056 .timeline-icon.large {
width: 80px;
height: 80px;
border-width: 5px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-color: var(--primary-700);
}
.v-056 .timeline-icon.large i {
font-size: 36px;
color: var(--light);
}
.v-056 .content-box {
flex: 1;
background: var(--light);
padding: 32px;
border-radius: 16px;
position: relative;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.v-056 .content-box:hover {
transform: translateY(-6px);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
.v-056 .content-box::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
}
.v-056 .timeline-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.v-056 .timeline-description {
font-size: 1rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.v-056 .timeline-item.featured .content-box {
background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 95%, var(--light) 5%), color-mix(in srgb, var(--primary-700) 95%, var(--light) 5%));
padding: 40px;
}
.v-056 .timeline-item.featured .timeline-title {
color: var(--light);
font-size: 1.75rem;
}
.v-056 .timeline-item.featured .timeline-description {
color: color-mix(in srgb, var(--light) 95%, transparent 5%);
font-size: 1.0625rem;
}
.v-056 .timeline-item.featured .content-box::before {
background: color-mix(in srgb, var(--light) 30%, transparent 70%);
}
.v-056 .timeline-decoration {
position: absolute;
bottom: -20px;
right: -20px;
width: 100px;
height: 100px;
background: color-mix(in srgb, var(--primary-300) 10%, transparent 90%);
border-radius: 50%;
pointer-events: none;
}
.v-056 .timeline-decoration.featured-deco {
background: color-mix(in srgb, var(--light) 15%, transparent 85%);
}
.v-056 .bg-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.v-056 .deco-leaf {
position: absolute;
width: 200px;
height: 200px;
background: color-mix(in srgb, var(--primary-300) 8%, transparent 92%);
border-radius: 0 80% 0 80%;
animation: leaf-sway 15s ease-in-out infinite;
}
.v-056 .deco-leaf.leaf-1 {
top: 15%;
left: 5%;
}
.v-056 .deco-leaf.leaf-2 {
bottom: 20%;
right: 8%;
transform: rotate(180deg);
}
@keyframes leaf-sway {
0%, 100% {
transform: rotate(0deg);
}
50% {
transform: rotate(10deg);
}
}
.v-056 .deco-circle {
position: absolute;
top: 40%;
right: 10%;
width: 300px;
height: 300px;
background: color-mix(in srgb, var(--primary-500) 5%, transparent 95%);
border-radius: 50%;
}
@media (max-width: 991px) {
.v-056 {
padding: 80px 0;
}
.v-056 .section-title {
font-size: 2.25rem;
}
.v-056 .section-subtitle {
font-size: 1.25rem;
}
.v-056 .timeline-wrapper {
padding: 20px 0;
}
.v-056 .timeline-line {
left: 32px;
}
.v-056 .timeline-item.left,
.v-056 .timeline-item.right {
padding-left: 80px;
padding-right: 0;
justify-content: flex-start;
}
.v-056 .timeline-item.left .timeline-content,
.v-056 .timeline-item.right .timeline-content {
flex-direction: row;
}
.v-056 .timeline-item {
margin-bottom: 60px;
}
.v-056 .content-box {
padding: 28px;
}
.v-056 .timeline-item.featured .content-box {
padding: 32px;
}
}
@media (max-width: 767px) {
.v-056 {
padding: 60px 0;
}
.v-056 .section-title {
font-size: 1.875rem;
}
.v-056 .section-subtitle {
font-size: 1.125rem;
}
.v-056 .section-description {
font-size: 1rem;
}
.v-056 .header-badge {
width: 64px;
height: 64px;
}
.v-056 .header-badge i {
font-size: 24px;
}
.v-056 .timeline-item {
margin-bottom: 40px;
}
.v-056 .timeline-icon {
width: 56px;
height: 56px;
}
.v-056 .timeline-icon i {
font-size: 24px;
}
.v-056 .timeline-icon.large {
width: 64px;
height: 64px;
}
.v-056 .timeline-icon.large i {
font-size: 28px;
}
.v-056 .content-box {
padding: 24px;
}
.v-056 .timeline-item.featured .content-box {
padding: 28px;
}
.v-056 .timeline-title {
font-size: 1.25rem;
}
.v-056 .timeline-item.featured .timeline-title {
font-size: 1.5rem;
}
}
.additional-universal-bold {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-bold #add_page_1_sec_1_title {
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-bold #add_page_1_sec_1_subtitle {
color: var(--text-secondary);
font-weight: 500;
}
.additional-universal-bold #add_page_1_sec_1_desc {
color: var(--text-secondary);
line-height: 1.7;
}
.additional-universal-bold .comparison-grid {
position: relative;
z-index: 2;
}
.additional-universal-bold .benefit-item {
background: var(--surface-secondary);
border-radius: 16px;
padding: 2rem;
border: 2px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
transition: all 0.3s ease;
}
.additional-universal-bold .benefit-item:hover {
border-color: var(--primary-500);
box-shadow: 0 15px 40px color-mix(in srgb, var(--neutral-500) 15%, transparent);
transform: translateY(-5px);
}
.additional-universal-bold .benefit-visual {
position: relative;
height: 100%;
min-height: 200px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 1.5rem;
padding: 1.5rem;
border-radius: 12px;
background: color-mix(in srgb, var(--primary-500) 5%, transparent);
border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.additional-universal-bold .metric-display {
width: 100px;
height: 100px;
border-radius: 50%;
background: var(--primary-500);
color: white;
display: flex;
align-items: center;
justify-content: center;
font-size: 2.5rem;
box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
transition: all 0.3s ease;
}
.additional-universal-bold .benefit-item:hover .metric-display {
transform: scale(1.1);
}
.additional-universal-bold .visual-bars {
display: flex;
gap: 0.5rem;
align-items: flex-end;
width: 100%;
max-width: 200px;
}
.additional-universal-bold .bar-item {
flex: 1;
background: var(--primary-500);
border-radius: 4px;
transition: all 0.3s ease;
}
.additional-universal-bold .bar-item:nth-child(1) {
height: 40px;
}
.additional-universal-bold .bar-item:nth-child(2) {
height: 60px;
}
.additional-universal-bold .bar-item:nth-child(3) {
height: 50px;
}
.additional-universal-bold .benefit-item:hover .bar-item {
background: var(--primary-700);
}
.additional-universal-bold .benefit-content {
position: relative;
padding: 1rem 0;
}
.additional-universal-bold .benefit-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
border-radius: 12px;
background: color-mix(in srgb, var(--primary-500) 15%, transparent);
color: var(--primary-500);
font-size: 1.5rem;
margin-bottom: 1rem;
}
.additional-universal-bold .benefit-content h3 {
color: var(--text-primary);
}
.additional-universal-bold .benefit-content p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 1.05rem;
margin-bottom: 0;
}
.additional-universal-bold .industrial-grid {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.02;
background-image:
linear-gradient(var(--neutral-900) 1px, transparent 1px),
linear-gradient(90deg, var(--neutral-900) 1px, transparent 1px);
background-size: 50px 50px;
pointer-events: none;
z-index: 1;
}
.additional-universal-bold .corner-accent {
position: absolute;
width: 200px;
height: 200px;
pointer-events: none;
opacity: 0.1;
}
.additional-universal-bold .accent-tl {
top: 0;
left: 0;
border-top: 4px solid var(--primary-500);
border-left: 4px solid var(--primary-500);
border-top-left-radius: 0;
}
.additional-universal-bold .accent-br {
bottom: 0;
right: 0;
border-bottom: 4px solid var(--primary-500);
border-right: 4px solid var(--primary-500);
border-bottom-right-radius: 0;
}
@media (max-width: 991.98px) {
.additional-universal-bold .benefit-item {
padding: 1.5rem;
}
.additional-universal-bold .benefit-visual {
min-height: 150px;
margin-bottom: 1.5rem;
}
.additional-universal-bold .metric-display {
width: 80px;
height: 80px;
font-size: 2rem;
}
}
@media (max-width: 575.98px) {
.additional-universal-bold #add_page_1_sec_1_title {
font-size: 2rem;
}
.additional-universal-bold .benefit-item {
padding: 1.25rem;
}
.additional-universal-bold .benefit-visual {
min-height: 120px;
}
.additional-universal-bold .metric-display {
width: 70px;
height: 70px;
font-size: 1.75rem;
}
}
.add_wrap {
padding: var(--section-py) 0;
background: var(--neutral-50);
position: relative;
}
.add_wrap .add_header {
margin-bottom: var(--space-8);
}
.add_wrap .add_title {
font-family: var(--section_section_title);
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
color: var(--text-primary);
margin-bottom: var(--space-4);
line-height: 1.2;
}
.add_wrap .add_subtitle {
font-family: var(--business_body_large);
font-size: clamp(1.125rem, 2vw, 1.25rem);
font-weight: 600;
color: var(--primary-500);
margin-bottom: var(--space-3);
line-height: 1.4;
}
.add_wrap .add_description {
font-family: var(--minimal_body_base);
font-size: 1rem;
color: var(--text-body);
max-width: 700px;
margin: 0 auto;
line-height: 1.7;
}
.add_wrap .add_elements_list {
display: flex;
flex-direction: column;
gap: var(--space-4);
}
.add_wrap .add_element {
display: flex;
gap: var(--space-4);
align-items: flex-start;
padding: var(--space-5);
background: white;
border-radius: var(--radius-lg);
border-left: 4px solid var(--primary-500);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
transition: all 0.3s ease;
}
.add_wrap .add_element:hover {
transform: translateX(8px);
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.add_wrap .add_elem_number {
flex-shrink: 0;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600, var(--primary-500)));
color: white;
font-size: 1.25rem;
font-weight: 700;
border-radius: 50%;
}
.add_wrap .add_elem_content {
flex: 1;
}
.add_wrap .add_elem_title {
font-family: var(--business_body_large);
font-size: 1.25rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: var(--space-2);
line-height: 1.3;
}
.add_wrap .add_elem_desc {
font-family: var(--minimal_body_base);
font-size: 0.9375rem;
color: var(--text-body);
margin: 0;
line-height: 1.6;
}
@media (max-width: 768px) {
.add_wrap {
padding: var(--space-8) 0;
}
.add_wrap .add_element {
flex-direction: column;
gap: var(--space-3);
padding: var(--space-4);
}
.add_wrap .add_element:hover {
transform: translateY(-4px);
}
.add_wrap .add_elem_number {
width: 40px;
height: 40px;
font-size: 1.125rem;
}
.add_wrap .add_elem_title {
font-size: 1.125rem;
}
}
.add_wrap_alt {
position: relative;
padding: var(--space-section-y, 5rem) 0;
background: linear-gradient(180deg, var(--surface-primary, #fafafa) 0%, var(--primary-50, #ecfdf5) 100%);
overflow: hidden;
}
.add_wrap_alt .add_header_wrapper {
position: relative;
margin-bottom: var(--space-12, 3rem);
}
.add_wrap_alt .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500, #059669) 0%, var(--primary-300, #6ee7b7) 100%);
border-radius: 2px;
margin: 0 auto var(--space-4, 1rem);
}
.add_wrap_alt .add_header {
text-align: center;
margin-bottom: var(--space-6, 1.5rem);
}
.add_wrap_alt .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_alt .add_subtitle {
font-size: clamp(1.125rem, 2vw, 1.5rem);
color: var(--primary-500, #059669);
margin-bottom: var(--space-4, 1rem);
font-weight: 600;
line-height: 1.4;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.add_wrap_alt .title_accent_bar {
width: 60px;
height: 3px;
background: var(--primary-500, #059669);
margin: 0 auto;
border-radius: 2px;
}
.add_wrap_alt .add_description {
font-size: 1.0625rem;
color: var(--text-secondary, #44403c);
line-height: 1.75;
text-align: center;
}
.add_wrap_alt .add_timeline_wrapper {
position: relative;
margin-top: var(--space-10, 2.5rem);
}
.add_wrap_alt .timeline_line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg, var(--primary-300, #6ee7b7) 0%, var(--primary-500, #059669) 50%, var(--primary-300, #6ee7b7) 100%);
transform: translateX(-50%);
border-radius: 2px;
}
.add_wrap_alt .timeline_item {
position: relative;
display: flex;
align-items: flex-start;
gap: var(--space-6, 1.5rem);
margin-bottom: var(--space-8, 2rem);
}
.add_wrap_alt .timeline_left {
justify-content: flex-end;
padding-right: calc(50% + 2rem);
}
.add_wrap_alt .timeline_right {
justify-content: flex-start;
padding-left: calc(50% + 2rem);
flex-direction: row-reverse;
}
.add_wrap_alt .timeline_highlight {
justify-content: center;
padding: 0 var(--space-6, 1.5rem);
margin-top: var(--space-8, 2rem);
}
.add_wrap_alt .timeline_marker {
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background: #ffffff;
border: 4px solid var(--primary-500, #059669);
border-radius: 50%;
color: var(--primary-500, #059669);
font-size: 1.5rem;
z-index: 2;
box-shadow: 0 4px 12px rgba(5, 150, 105, 0.2);
transition: all 0.3s ease;
}
.add_wrap_alt .timeline_marker_large {
width: 72px;
height: 72px;
font-size: 2rem;
border-width: 5px;
}
.add_wrap_alt .timeline_item:hover .timeline_marker {
background: var(--primary-500, #059669);
color: #ffffff;
transform: translateX(-50%) scale(1.1);
}
.add_wrap_alt .timeline_content {
flex: 1;
background: #ffffff;
padding: var(--space-6, 1.5rem);
border-radius: var(--radius-lg, 12px);
border: 1px solid var(--primary-100, #d1fae5);
box-shadow: var(--shadow-md, 0 4px 6px -1px rgba(0, 0, 0, 0.1));
transition: all 0.3s ease;
}
.add_wrap_alt .timeline_content:hover {
transform: translateY(-4px);
box-shadow: 0 12px 24px rgba(5, 150, 105, 0.15);
border-color: var(--primary-500, #059669);
}
.add_wrap_alt .timeline_content_centered {
text-align: center;
max-width: 700px;
}
.add_wrap_alt .timeline_highlight .timeline_content {
background: linear-gradient(135deg, var(--primary-50, #ecfdf5) 0%, #ffffff 100%);
border: 2px solid var(--primary-300, #6ee7b7);
padding: var(--space-8, 2rem);
}
.add_wrap_alt .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_alt .add_elem_desc {
font-size: 1rem;
color: var(--text-secondary, #44403c);
line-height: 1.65;
margin: 0;
}
@media (max-width: 991.98px) {
.add_wrap_alt .timeline_line {
left: 28px;
}
.add_wrap_alt .timeline_marker {
left: 28px;
}
.add_wrap_alt .timeline_left,
.add_wrap_alt .timeline_right {
padding-left: calc(28px + 2.5rem);
padding-right: 0;
flex-direction: row;
justify-content: flex-start;
}
.add_wrap_alt .timeline_highlight {
padding-left: calc(28px + 2.5rem);
justify-content: flex-start;
}
.add_wrap_alt .timeline_content_centered {
text-align: left;
}
}
@media (max-width: 767.98px) {
.add_wrap_alt {
padding: var(--space-10, 2.5rem) 0;
}
.add_wrap_alt .add_header_wrapper {
margin-bottom: var(--space-8, 2rem);
}
.add_wrap_alt .timeline_marker {
width: 48px;
height: 48px;
font-size: 1.25rem;
}
.add_wrap_alt .timeline_marker_large {
width: 60px;
height: 60px;
font-size: 1.75rem;
}
.add_wrap_alt .timeline_content {
padding: var(--space-4, 1rem);
}
.add_wrap_alt .timeline_highlight .timeline_content {
padding: var(--space-6, 1.5rem);
}
}
.add_wrap.v015_creative_purple {
padding: var(--section-py) 0;
background: linear-gradient(225deg, var(--neutral-50) 0%, var(--primary-50) 100%);
position: relative;
overflow: hidden;
}
.add_wrap.v015_creative_purple .add_decorative_banner {
display: flex;
justify-content: center;
gap: var(--space-3);
margin-bottom: var(--space-8);
}
.add_wrap.v015_creative_purple .add_banner_dot {
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse 2s ease-in-out infinite;
}
.add_wrap.v015_creative_purple .add_banner_dot:nth-child(2) {
animation-delay: 0.3s;
}
.add_wrap.v015_creative_purple .add_banner_dot:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes pulse {
0%, 100% { opacity: 0.3; transform: scale(1); }
50% { opacity: 1; transform: scale(1.2); }
}
.add_wrap.v015_creative_purple .add_header {
margin-bottom: var(--space-12);
position: relative;
z-index: 2;
}
.add_wrap.v015_creative_purple .add_icon_cluster {
display: flex;
justify-content: center;
gap: var(--space-4);
margin-bottom: var(--space-6);
}
.add_wrap.v015_creative_purple .add_icon_cluster i {
font-size: 32px;
color: var(--primary-500);
transition: all 0.3s ease;
}
.add_wrap.v015_creative_purple .add_icon_cluster i:hover {
color: var(--primary-700);
transform: rotate(15deg) scale(1.2);
}
.add_wrap.v015_creative_purple .add_title {
color: var(--text-primary);
margin-bottom: var(--space-4);
font-weight: 800;
line-height: 1.2;
}
.add_wrap.v015_creative_purple .add_subtitle {
color: var(--primary-500);
margin-bottom: var(--space-6);
font-weight: 600;
font-style: italic;
}
.add_wrap.v015_creative_purple .add_description {
color: var(--text-secondary);
max-width: 850px;
margin: 0 auto;
line-height: 1.7;
}
.add_wrap.v015_creative_purple .add_masonry_grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: var(--space-6);
position: relative;
z-index: 2;
}
.add_wrap.v015_creative_purple .add_masonry_large {
grid-column: span 7;
}
.add_wrap.v015_creative_purple .add_masonry_medium {
grid-column: span 5;
}
.add_wrap.v015_creative_purple .add_masonry_full {
grid-column: span 12;
}
.add_wrap.v015_creative_purple .add_masonry_card {
height: 100%;
padding: var(--space-8);
background: #ffffff;
border-radius: 24px;
box-shadow: var(--shadow-md);
border: 1px solid var(--border-light);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.add_wrap.v015_creative_purple .add_masonry_card::before {
content: '';
position: absolute;
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
border-radius: 24px;
opacity: 0;
transition: opacity 0.4s ease;
z-index: -1;
}
.add_wrap.v015_creative_purple .add_masonry_card:hover {
transform: translateY(-8px) rotate(-1deg);
box-shadow: var(--shadow-lg);
}
.add_wrap.v015_creative_purple .add_masonry_card:hover::before {
opacity: 1;
}
.add_wrap.v015_creative_purple .add_card_corner_accent {
position: absolute;
top: 0;
right: 0;
width: 80px;
height: 80px;
background: linear-gradient(135deg, transparent 50%, var(--primary-100) 50%);
border-radius: 0 24px 0 0;
}
.add_wrap.v015_creative_purple .add_card_icon_wrapper {
margin-bottom: var(--space-4);
}
.add_wrap.v015_creative_purple .add_card_icon {
width: 70px;
height: 70px;
display: inline-flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 20px;
transform: rotate(-5deg);
transition: all 0.3s ease;
}
.add_wrap.v015_creative_purple .add_card_icon i {
font-size: 32px;
color: #ffffff;
}
.add_wrap.v015_creative_purple .add_masonry_card:hover .add_card_icon {
transform: rotate(5deg) scale(1.1);
}
.add_wrap.v015_creative_purple .add_card_title {
color: var(--text-primary);
font-size: 1.35rem;
font-weight: 700;
margin-bottom: var(--space-3);
line-height: 1.3;
}
.add_wrap.v015_creative_purple .add_card_desc {
color: var(--text-secondary);
margin-bottom: var(--space-4);
line-height: 1.6;
}
.add_wrap.v015_creative_purple .add_card_decoration {
position: absolute;
bottom: 20px;
right: 20px;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-50);
border-radius: 50%;
opacity: 0.6;
}
.add_wrap.v015_creative_purple .add_card_decoration i {
font-size: 24px;
color: var(--primary-500);
}
.add_wrap.v015_creative_purple .add_card_icon_row {
display: flex;
gap: var(--space-3);
margin-top: var(--space-4);
}
.add_wrap.v015_creative_purple .add_card_icon_row i {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
color: var(--primary-500);
background: var(--primary-50);
border-radius: 10px;
transition: all 0.3s ease;
}
.add_wrap.v015_creative_purple .add_card_icon_row i:hover {
background: var(--primary-500);
color: #ffffff;
transform: translateY(-3px);
}
.add_wrap.v015_creative_purple .add_card_primary {
border-color: var(--primary-300);
}
.add_wrap.v015_creative_purple .add_card_secondary .add_card_icon {
background: linear-gradient(135deg, var(--primary-300) 0%, var(--primary-500) 100%);
}
.add_wrap.v015_creative_purple .add_card_accent {
background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
}
.add_wrap.v015_creative_purple .add_card_highlight {
border: 2px solid var(--primary-500);
}
.add_wrap.v015_creative_purple .add_showcase_card {
padding: var(--space-8);
background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 50%, var(--primary-100) 100%);
border-radius: 32px;
box-shadow: var(--shadow-lg);
border: 3px solid var(--primary-500);
position: relative;
overflow: hidden;
}
.add_wrap.v015_creative_purple .add_showcase_card::before {
content: '';
position: absolute;
top: -50%;
right: -50%;
width: 100%;
height: 100%;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
opacity: 0.2;
pointer-events: none;
}
.add_wrap.v015_creative_purple .add_showcase_icon_stack {
position: relative;
width: 150px;
height: 150px;
margin: 0 auto;
}
.add_wrap.v015_creative_purple .add_showcase_icon {
position: absolute;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 50%;
box-shadow: 0 6px 16px rgba(124, 58, 237, 0.4);
transition: all 0.3s ease;
}
.add_wrap.v015_creative_purple .add_showcase_icon i {
font-size: 36px;
color: #ffffff;
}
.add_wrap.v015_creative_purple .add_showcase_icon_1 {
top: 0;
left: 50%;
transform: translateX(-50%);
z-index: 3;
}
.add_wrap.v015_creative_purple .add_showcase_icon_2 {
bottom: 0;
left: 0;
z-index: 2;
}
.add_wrap.v015_creative_purple .add_showcase_icon_3 {
bottom: 0;
right: 0;
z-index: 2;
}
.add_wrap.v015_creative_purple .add_showcase_icon:hover {
transform: scale(1.15);
}
.add_wrap.v015_creative_purple .add_showcase_icon_1:hover {
transform: translateX(-50%) scale(1.15);
}
.add_wrap.v015_creative_purple .add_showcase_title {
color: var(--text-primary);
font-size: 1.75rem;
font-weight: 800;
margin-bottom: var(--space-4);
line-height: 1.3;
}
.add_wrap.v015_creative_purple .add_showcase_desc {
color: var(--text-secondary);
margin-bottom: var(--space-6);
line-height: 1.7;
}
.add_wrap.v015_creative_purple .add_showcase_badge_grid {
display: flex;
gap: var(--space-3);
flex-wrap: wrap;
justify-content: flex-start;
}
.add_wrap.v015_creative_purple .add_showcase_badge {
width: 55px;
height: 55px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-100);
border-radius: 16px;
transition: all 0.3s ease;
}
.add_wrap.v015_creative_purple .add_showcase_badge i {
font-size: 26px;
color: var(--primary-500);
}
.add_wrap.v015_creative_purple .add_showcase_badge:hover {
background: var(--primary-500);
transform: scale(1.15) rotate(5deg);
}
.add_wrap.v015_creative_purple .add_showcase_badge:hover i {
color: #ffffff;
}
.add_wrap.v015_creative_purple .add_decorative_footer {
margin-top: var(--space-12);
display: flex;
justify-content: center;
gap: var(--space-4);
}
.add_wrap.v015_creative_purple .add_footer_shape {
width: 60px;
height: 8px;
background: var(--primary-500);
border-radius: 4px;
opacity: 0.6;
}
.add_wrap.v015_creative_purple .add_footer_shape_2 {
width: 40px;
opacity: 0.4;
}
.add_wrap.v015_creative_purple .add_footer_shape_3 {
width: 30px;
opacity: 0.3;
}
.add_wrap.v015_creative_purple .add_bg_gradient {
position: absolute;
border-radius: 50%;
opacity: 0.1;
z-index: 1;
pointer-events: none;
filter: blur(80px);
}
.add_wrap.v015_creative_purple .add_bg_gradient_1 {
width: 500px;
height: 500px;
background: var(--primary-500);
top: -250px;
right: -200px;
}
.add_wrap.v015_creative_purple .add_bg_gradient_2 {
width: 400px;
height: 400px;
background: var(--primary-300);
bottom: -200px;
left: -150px;
}
.add_wrap.v015_creative_purple .add_bg_mesh {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image:
linear-gradient(90deg, var(--primary-100) 1px, transparent 1px),
linear-gradient(180deg, var(--primary-100) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.03;
z-index: 1;
pointer-events: none;
}
@media (max-width: 991px) {
.add_wrap.v015_creative_purple .add_masonry_large,
.add_wrap.v015_creative_purple .add_masonry_medium {
grid-column: span 12;
}
.add_wrap.v015_creative_purple .add_showcase_icon_stack {
width: 120px;
height: 120px;
margin-bottom: var(--space-4);
}
.add_wrap.v015_creative_purple .add_showcase_icon {
width: 70px;
height: 70px;
}
.add_wrap.v015_creative_purple .add_showcase_icon i {
font-size: 32px;
}
.add_wrap.v015_creative_purple .add_showcase_title {
font-size: 1.5rem;
}
}
@media (max-width: 768px) {
.add_wrap.v015_creative_purple .add_masonry_grid {
gap: var(--space-4);
}
.add_wrap.v015_creative_purple .add_masonry_card {
padding: var(--space-6);
border-radius: 16px;
}
.add_wrap.v015_creative_purple .add_card_icon {
width: 60px;
height: 60px;
}
.add_wrap.v015_creative_purple .add_card_icon i {
font-size: 28px;
}
.add_wrap.v015_creative_purple .add_card_title {
font-size: 1.125rem;
}
.add_wrap.v015_creative_purple .add_card_icon_row i {
width: 35px;
height: 35px;
font-size: 18px;
}
.add_wrap.v015_creative_purple .add_showcase_card {
padding: var(--space-6);
border-radius: 24px;
}
.add_wrap.v015_creative_purple .add_showcase_icon_stack {
width: 100px;
height: 100px;
}
.add_wrap.v015_creative_purple .add_showcase_icon {
width: 60px;
height: 60px;
}
.add_wrap.v015_creative_purple .add_showcase_icon i {
font-size: 28px;
}
.add_wrap.v015_creative_purple .add_showcase_title {
font-size: 1.25rem;
}
.add_wrap.v015_creative_purple .add_showcase_badge {
width: 48px;
height: 48px;
}
.add_wrap.v015_creative_purple .add_showcase_badge i {
font-size: 22px;
}
.add_wrap.v015_creative_purple .add_icon_cluster i {
font-size: 24px;
}
}