diff --git a/frontend/src/components/home/Steps.astro b/frontend/src/components/home/Steps.astro index 34fa650..cb30f23 100644 --- a/frontend/src/components/home/Steps.astro +++ b/frontend/src/components/home/Steps.astro @@ -40,16 +40,7 @@ const { } = Astro.props; --- - -
@@ -117,12 +108,7 @@ const {
- -
- -
+
@@ -462,54 +448,7 @@ const { background: rgba(255, 255, 255, 0.1); } - .steps-cta { - text-align: center; - } - - .steps-cta .btn { - display: inline-flex; - align-items: center; - justify-content: center; - gap: 0.75rem; - padding: 0.875rem 1.5rem; - font-size: 1.125rem; - font-weight: 700; - border-radius: 8px; - cursor: pointer; - transition: all 0.3s ease; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); - text-transform: none; - letter-spacing: normal; - position: relative; - overflow: hidden; - border: none; - min-height: 3.25rem; - } - - .steps-cta .btn::before { - content: ''; - position: absolute; - top: 0; - left: -100%; - width: 100%; - height: 100%; - background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent); - transition: left 0.5s ease; - } - - .steps-cta .btn:hover::before { - left: 100%; - } - - .steps-cta .btn:hover { - box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); - transform: translateY(-2px); - } - - .steps-cta .btn:active:not(:disabled) { - transform: translateY(0); - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); - } + @media (max-width: 1024px) { .steps-container { @@ -629,64 +568,3 @@ const { } - \ No newline at end of file