  * {
    box-sizing: border-box;
  }
  main {
    overflow: hidden;
    background: #0c0816;
    font-size: 16px;
    margin: 0;
    padding: 0;
  }
  
  .remove-object-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0 40px;
    overflow: hidden;
  }
  
  .remove-object-hero .hero-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
  }
  
  .remove-object-hero .hero-container .hero-content {
    max-width: 896px;
    margin: 0 auto;
    text-align: center;
  }
  
  .remove-object-hero .hero-content h1 {
    margin: 0;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1.2px;
    animation: remove-object-slide-up 600ms ease-out both;
  }
  
  .remove-object-hero .hero-content .hero-gradient-text {
    color: #ff7e58;
    background: linear-gradient(135deg, #ffb647 0%, #ff5c64 50%, #d84dff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .remove-object-hero .hero-content .hero-subtitle {
    max-width: 672px;
    margin: 32px auto 0;
    color: #aba5b6;
    font-size: 20px;
    line-height: 1.4;
    animation: remove-object-fade-in 800ms ease-out both;
  }
  
  .remove-object-hero .hero-content .hero-upload-zone {
    position: relative;
    min-height: 354px;
    margin-top: 48px;
    padding: 48px;
    border: 2px dashed rgba(86, 77, 112, 0.8);
    border-radius: 16px;
    outline: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    transition: border-color 300ms ease, background-color 300ms ease, box-shadow 300ms ease;
  }
  
  .remove-object-hero .hero-content .hero-upload-zone:hover {
    border-color: #ff5c64;
    box-shadow: 0 0 60px rgba(255, 92, 100, 0.25);
  }
  
  .remove-object-hero .hero-content .hero-upload-zone:focus-visible {
    border-color: #ffb647;
    box-shadow: 0 0 0 3px rgba(255, 182, 71, 0.25), 0 0 60px rgba(255, 92, 100, 0.18);
  }
  
  .remove-object-hero .hero-upload-zone.is-dragging {
    border-color: #ff5c64;
    background: rgba(255, 92, 100, 0.05);
    box-shadow: 0 0 60px rgba(255, 92, 100, 0.25);
  }
  
  .remove-object-hero .hero-upload-zone.has-file {
    border-color: #ffb647;
  }
  
  .remove-object-hero .hero-upload-zone .hero-upload-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  
  .remove-object-hero .hero-upload-zone.has-file .hero-upload-empty {
    display: none;
  }
  
  .remove-object-hero .hero-upload-zone .hero-upload-icon {
    display: flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    color: #ff5c64;
    background: linear-gradient(135deg, rgba(255, 92, 100, 0.2) 0%, rgba(216, 77, 255, 0.2) 100%);
    animation: remove-object-pulse 2000ms ease-in-out infinite;
  }
  
  .remove-object-hero .hero-upload-zone .hero-upload-icon img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  
  .remove-object-hero .hero-upload-zone .hero-upload-copy {
    text-align: center;
  }
  
  .remove-object-hero .hero-upload-copy .hero-upload-title {
    margin: 0 0 8px;
    color: #fafafa;
    font-size: 18px;
    font-weight: 500;
  }
  
  .remove-object-hero .hero-upload-copy .hero-upload-formats {
    margin: 0;
    color: #aba5b6;
    font-size: 14px;
  }
  
  .remove-object-hero .hero-upload-zone .hero-upload-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(90deg, #ff5c64 0%, #d84dff 100%);
    font-weight: 600;
    cursor: pointer;
    transition: opacity 200ms ease, box-shadow 200ms ease, transform 200ms ease;
  }
  
  .remove-object-hero .hero-upload-zone .hero-upload-button:hover {
    opacity: 0.9;
    box-shadow: 0 10px 28px rgba(255, 92, 100, 0.25);
    transform: translateY(-2px);
  }
  
  .remove-object-hero .hero-upload-zone .hero-upload-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }
  
  .remove-object-hero .hero-upload-zone .hero-upload-selected {
    display: none;
    min-height: 254px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  
  .remove-object-hero .hero-upload-zone.has-file .hero-upload-selected {
    display: flex;
  }
  
  .remove-object-hero .hero-upload-zone .hero-file-icon {
    display: flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 64px;
    color: #ffb647;
    background: rgba(255, 182, 71, 0.2);
  }
  
  .remove-object-hero .hero-upload-zone .hero-file-icon img {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
  }
  
  .remove-object-hero .hero-upload-zone .hero-file-copy {
    text-align: center;
  }
  
  .remove-object-hero .hero-file-copy .hero-file-name {
    max-width: 680px;
    margin: 0;
    overflow: hidden;
    color: #fafafa;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .remove-object-hero .hero-file-copy .hero-file-size {
    margin: 4px 0 0;
    color: #aba5b6;
    font-size: 14px;
  }
  
  .remove-object-hero .hero-upload-selected .hero-process-button {
    min-height: 48px;
    padding: 12px 32px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(90deg, #ff5c64 0%, #d84dff 100%);
    font-weight: 600;
    cursor: pointer;
    animation: remove-object-button-glow 2000ms ease-in-out infinite;
  }
  
  .remove-object-hero .hero-upload-selected .hero-change-button {
    padding: 2px 4px;
    color: #aba5b6;
    background: transparent;
    font-size: 14px;
    cursor: pointer;
    transition: color 200ms ease;
  }
  
  .remove-object-hero .hero-upload-selected .hero-change-button:hover {
    color: #fafafa;
  }
  
  .remove-object-hero .hero-content .hero-upload-message {
    min-height: 20px;
    margin: 10px 0 -30px;
    color: #ff8f96;
    font-size: 13px;
  }
  
  .remove-object-hero .hero-content .hero-requirements {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
    padding: 12px 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    color: #aba5b6;
    background: rgba(27, 21, 40, 0.85);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(24px);
    font-size: 14px;
  }
  
  .remove-object-hero .hero-requirements img {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    object-fit: contain;
  }
  
  .remove-object-use-cases {
    position: relative;
    padding: 96px 0;
  }
  
  .remove-object-use-cases .use-cases-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
  }
  
  .remove-object-use-cases .use-cases-container .use-cases-heading {
    max-width: 768px;
    margin: 0 auto 64px;
    text-align: center;
  }
  
  .remove-object-use-cases .use-cases-heading h2 {
    margin: 0 0 24px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .remove-object-use-cases .use-cases-heading h2 span {
    color: #ff7e58;
    background: linear-gradient(135deg, #ffb647 0%, #ff5c64 50%, #d84dff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .remove-object-use-cases .use-cases-heading p {
    margin: 0;
    color: #aba5b6;
    font-size: 18px;
  }
  
  .remove-object-use-cases .use-cases-container .use-cases-grid {
    display: flex;
    gap: 24px;
  }
  
  .remove-object-use-cases .use-cases-grid .use-case-card {
    width: calc((100% - 72px) / 4);
    min-width: 0;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(27, 21, 40, 0.85);
    backdrop-filter: blur(24px);
    transition: border-color 500ms ease, box-shadow 500ms ease, transform 500ms ease;
  }
  
  .remove-object-use-cases .use-cases-grid .use-case-card:hover {
    border-color: rgba(255, 92, 100, 0.35);
    box-shadow: 0 0 60px rgba(255, 92, 100, 0.18);
    transform: translateY(-4px);
  }
  
  .remove-object-use-cases .use-case-card .use-case-icon {
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 16px;
    color: #ff5c64;
    background: linear-gradient(135deg, rgba(255, 92, 100, 0.2) 0%, rgba(216, 77, 255, 0.2) 100%);
    transition: transform 300ms ease;
  }
  
  .remove-object-use-cases .use-case-card:hover .use-case-icon {
    transform: scale(1.1);
  }
  
  .remove-object-use-cases .use-case-card .use-case-icon img {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
  }
  
  .remove-object-use-cases .use-cases-grid .use-case-card h3 {
    margin: 0 0 12px;
    color: #fafafa;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
  }
  
  .remove-object-use-cases .use-cases-grid .use-case-card p {
    margin: 0;
    color: #aba5b6;
    font-size: 14px;
    line-height: 1.625;
  }
  
  .remove-object-features {
    position: relative;
    padding: 96px 0;
    background: rgba(22, 18, 33, 0.3);
  }
  
  .remove-object-features .features-background {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 8, 22, 0) 0%, rgba(255, 92, 100, 0.05) 50%, rgba(12, 8, 22, 0) 100%);
  }
  
  .remove-object-features .features-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
  }
  
  .remove-object-features .features-container .features-heading {
    max-width: 768px;
    margin: 0 auto 64px;
    text-align: center;
  }
  
  .remove-object-features .features-heading h2 {
    margin: 0 0 24px;
    color: #fafafa;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .remove-object-features .features-heading p {
    margin: 0;
    color: #aba5b6;
    font-size: 18px;
  }
  
  .remove-object-features .features-container .features-list {
    display: flex;
    flex-direction: column;
    gap: 96px;
  }
  
  .remove-object-features .features-list .feature-row {
    display: flex;
    align-items: center;
    gap: 64px;
  }
  
  .remove-object-features .feature-row .feature-visual {
    position: relative;
    width: calc(50% - 32px);
    min-width: 0;
  }
  
  .remove-object-features .feature-row .feature-visual::before {
    position: absolute;
    inset: -16px;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(255, 92, 100, 0.2) 0%, rgba(216, 77, 255, 0.2) 50%, rgba(255, 92, 100, 0.2) 100%);
    filter: blur(32px);
    opacity: 0.5;
    content: "";
    transition: opacity 500ms ease;
  }
  
  .remove-object-features .feature-row .feature-visual:hover::before {
    opacity: 0.75;
  }
  
  .remove-object-features .feature-visual .feature-image {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(22, 18, 33, 0.5);
    backdrop-filter: blur(4px);
  }
  
  .remove-object-features .feature-visual .feature-image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(12, 8, 22, 0.5) 0%, rgba(12, 8, 22, 0) 55%);
    opacity: 0;
    content: "";
    transition: opacity 300ms ease;
  }
  
  .remove-object-features .feature-visual:hover .feature-image::after {
    opacity: 1;
  }
  
  .remove-object-features .feature-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
  }
  
  .remove-object-features .feature-visual:hover .feature-image img {
    transform: scale(1.05);
  }
  
  .remove-object-features .feature-row .feature-copy {
    width: calc(50% - 32px);
    min-width: 0;
  }
  
  .remove-object-features .feature-row .feature-copy h3 {
    margin: 0 0 24px;
    color: #fafafa;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
  
  .remove-object-features .feature-row .feature-copy p {
    margin: 0;
    color: #aba5b6;
    font-size: 18px;
    line-height: 1.625;
  }
  
  .remove-object-features .feature-copy .feature-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 40px;
  }
  
  .remove-object-features .feature-copy .feature-divider::before {
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, rgba(255, 92, 100, 0.5) 0%, rgba(255, 92, 100, 0) 100%);
    content: "";
  }
  
  .remove-object-features .feature-copy .feature-divider span {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: rgba(255, 92, 100, 0.5);
  }
  
  .remove-object-features .features-list .feature-row-reverse .feature-visual {
    order: 2;
  }
  
  .remove-object-features .features-list .feature-row-reverse .feature-copy {
    order: 1;
  }
  
  .remove-object-how {
    position: relative;
    padding: 96px 0;
  }
  
  .remove-object-how .how-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
  }
  
  .remove-object-how .how-container .how-heading {
    max-width: 768px;
    margin: 0 auto 64px;
    text-align: center;
  }
  
  .remove-object-how .how-heading h2 {
    margin: 0 0 24px;
    color: #fafafa;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .remove-object-how .how-heading h2 span {
    color: #ff7e58;
    background: linear-gradient(135deg, #ffb647 0%, #ff5c64 50%, #d84dff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .remove-object-how .how-heading p {
    margin: 0;
    color: #aba5b6;
    font-size: 18px;
  }
  
  .remove-object-how .how-container .how-grid {
    display: flex;
    max-width: 1152px;
    align-items: flex-start;
    gap: 48px;
    margin: 0 auto;
  }
  
  .remove-object-how .how-grid .how-step-list {
    display: flex;
    width: calc(50% - 24px);
    flex-direction: column;
    gap: 16px;
  }
  
  .remove-object-how .how-step-list .how-step {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 24px;
    padding: 16px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: inherit;
    background: transparent;
    text-align: left;
    cursor: pointer;
    transition: border-color 300ms ease, background-color 300ms ease;
  }
  
  .remove-object-how .how-step-list .how-step:hover {
    background: rgba(22, 18, 33, 0.5);
  }
  
  .remove-object-how .how-step-list .how-step:focus-visible {
    outline: 2px solid #ffb647;
    outline-offset: 2px;
  }
  
  .remove-object-how .how-step-list .how-step.is-active {
    border-color: rgba(255, 92, 100, 0.3);
    background: rgba(255, 92, 100, 0.1);
  }
  
  .remove-object-how .how-step .how-step-number {
    position: relative;
    z-index: 1;
    display: flex;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    align-items: center;
    justify-content: center;
    border-radius: 56px;
    color: #ffffff;
    background: linear-gradient(135deg, #ffb647 0%, #ff5c64 100%);
    font-size: 20px;
    font-weight: 700;
    transition: box-shadow 300ms ease, transform 300ms ease;
  }
  
  .remove-object-how .how-step:hover .how-step-number {
    transform: scale(1.05);
  }
  
  .remove-object-how .how-step.is-active .how-step-number {
    box-shadow: 0 10px 24px rgba(255, 92, 100, 0.3);
    transform: scale(1.1);
  }
  
  .remove-object-how .how-step .how-step-copy {
    display: block;
    flex: 1;
  }
  
  .remove-object-how .how-step-copy .how-step-title {
    display: block;
    margin-bottom: 8px;
    color: #fafafa;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    transition: color 300ms ease;
  }
  
  .remove-object-how .how-step.is-active .how-step-title {
    color: #ff5c64;
  }
  
  .remove-object-how .how-step-copy .how-step-description {
    display: block;
    color: #aba5b6;
    line-height: 1.5;
  }
  
  .remove-object-how .how-grid .how-preview {
    position: sticky;
    top: 96px;
    width: calc(50% - 24px);
  }
  
  .remove-object-how .how-preview .how-preview-card {
    padding: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(27, 21, 40, 0.85);
    backdrop-filter: blur(24px);
  }
  
  .remove-object-how .how-preview-card .how-preview-panel {
    display: flex;
    aspect-ratio: 16 / 9;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.8);
    transition: background-color 500ms ease;
  }
  
  .remove-object-how .how-preview-card .how-preview-one {
    background: #ffb547;
  }
  
  .remove-object-how .how-preview-card .how-preview-two {
    background: #ffb547;
  }
  
  .remove-object-how .how-preview-card .how-preview-three {
    background: #ff5e66;
  }
  
  .remove-object-how .how-preview-panel .how-preview-number {
    font-size: 60px;
    line-height: 1;
  }
  
  .remove-object-how .how-preview-panel .how-preview-title {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 500;
  }
  
  .remove-object-how .how-preview-card .how-preview-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }
  
  .remove-object-how .how-preview-dots .how-preview-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 10px;
    background: rgba(171, 165, 182, 0.3);
    cursor: pointer;
    transition: width 300ms ease, background-color 300ms ease;
  }
  
  .remove-object-how .how-preview-dots .how-preview-dot:hover {
    background: rgba(171, 165, 182, 0.5);
  }
  
  .remove-object-how .how-preview-dots .how-preview-dot:focus-visible {
    outline: 2px solid #ffb647;
    outline-offset: 3px;
  }
  
  .remove-object-how .how-preview-dots .how-preview-dot.is-active {
    width: 32px;
    background: #ff5c64;
  }
  
  .remove-object-why {
    position: relative;
    padding: 96px 0;
    background: rgba(22, 18, 33, 0.3);
  }
  
  .remove-object-why .why-background {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(12, 8, 22, 0) 0%, rgba(255, 182, 71, 0.05) 50%, rgba(12, 8, 22, 0) 100%);
  }
  
  .remove-object-why .why-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
  }
  
  .remove-object-why .why-container .why-heading {
    max-width: 768px;
    margin: 0 auto 64px;
    text-align: center;
  }
  
  .remove-object-why .why-heading h2 {
    margin: 0 0 24px;
    color: #fafafa;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .remove-object-why .why-heading h2 span {
    color: #ff7e58;
    background: linear-gradient(135deg, #ffb647 0%, #ff5c64 50%, #d84dff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .remove-object-why .why-heading p {
    margin: 0;
    color: #aba5b6;
    font-size: 18px;
  }
  
  .remove-object-why .why-container .why-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  
  .remove-object-why .why-grid .why-card {
    width: calc((100% - 48px) / 3);
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(27, 21, 40, 0.85);
    text-align: center;
    backdrop-filter: blur(24px);
    transition: border-color 300ms ease, box-shadow 300ms ease;
  }
  
  .remove-object-why .why-grid .why-card:hover {
    border-color: rgba(216, 77, 255, 0.35);
    box-shadow: 0 0 40px rgba(216, 77, 255, 0.18);
  }
  
  .remove-object-why .why-card .why-icon {
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    border-radius: 16px;
    color: #ffb647;
    background: linear-gradient(135deg, rgba(255, 182, 71, 0.2) 0%, rgba(255, 92, 100, 0.2) 100%);
    transition: transform 300ms ease;
  }
  
  .remove-object-why .why-card:hover .why-icon {
    transform: scale(1.1);
  }
  
  .remove-object-why .why-card .why-icon img {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
  }
  
  .remove-object-why .why-grid .why-card h3 {
    margin: 0 0 8px;
    color: #fafafa;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
  }
  
  .remove-object-why .why-grid .why-card p {
    margin: 0;
    color: #aba5b6;
    font-size: 14px;
    line-height: 1.5;
  }
  
  .remove-object-testimonials {
    position: relative;
    padding: 96px 0;
  }
  
  .remove-object-testimonials .testimonials-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
  }
  
  .remove-object-testimonials .testimonials-container .testimonials-heading {
    max-width: 768px;
    margin: 0 auto 64px;
    text-align: center;
  }
  
  .remove-object-testimonials .testimonials-heading h2 {
    margin: 0 0 24px;
    color: #fafafa;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .remove-object-testimonials .testimonials-heading h2 span {
    color: #ff7e58;
    background: linear-gradient(135deg, #ffb647 0%, #ff5c64 50%, #d84dff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .remove-object-testimonials .testimonials-heading p {
    margin: 0;
    color: #aba5b6;
    font-size: 18px;
  }
  
  .remove-object-testimonials .testimonials-container .testimonials-grid {
    display: flex;
    gap: 32px;
  }
  
  .remove-object-testimonials .testimonials-grid .testimonial-card {
    width: calc((100% - 64px) / 3);
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(27, 21, 40, 0.85);
    backdrop-filter: blur(24px);
    transition: border-color 300ms ease;
  }
  
  .remove-object-testimonials .testimonials-grid .testimonial-card:hover {
    border-color: rgba(255, 92, 100, 0.3);
  }
  
  .remove-object-testimonials .testimonial-card .testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
  }
  
  .remove-object-testimonials .testimonial-author .testimonial-avatar {
    display: flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    color: #ffffff;
    background: linear-gradient(135deg, #ff5c64 0%, #d84dff 100%);
    font-size: 18px;
    font-weight: 700;
  }
  
  .remove-object-testimonials .testimonial-author .testimonial-person {
    display: block;
    min-width: 0;
  }
  
  .remove-object-testimonials .testimonial-person strong {
    display: block;
    overflow: hidden;
    color: #fafafa;
    font-size: 16px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .remove-object-testimonials .testimonial-person small {
    display: block;
    overflow: hidden;
    color: #aba5b6;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .remove-object-testimonials .testimonial-card .testimonial-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
    color: #eab308;
  }
  
  .remove-object-testimonials .testimonial-stars img {
    display: block;
    width: 16px;
    height: 16px;
    object-fit: contain;
  }
  
  .remove-object-testimonials .testimonials-grid .testimonial-card > p {
    margin: 0;
    color: #aba5b6;
    line-height: 1.625;
  }
  
  .remove-object-tools {
    position: relative;
    padding: 96px 0;
    background: rgba(22, 18, 33, 0.3);
  }
  
  .remove-object-tools .tools-background {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 8, 22, 0) 0%, rgba(255, 92, 100, 0.05) 50%, rgba(12, 8, 22, 0) 100%);
  }
  
  .remove-object-tools .tools-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
  }
  
  .remove-object-tools .tools-container .tools-heading {
    max-width: 768px;
    margin: 0 auto 64px;
    text-align: center;
  }
  
  .remove-object-tools .tools-heading h2 {
    margin: 0 0 24px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .remove-object-tools .tools-heading h2 span {
    color: #ff7e58;
    background: linear-gradient(135deg, #ffb647 0%, #ff5c64 50%, #d84dff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .remove-object-tools .tools-heading p {
    margin: 0;
    color: #aba5b6;
    font-size: 18px;
  }
  
  .remove-object-tools .tools-container .tools-grid {
    display: flex;
    max-width: 896px;
    flex-wrap: wrap;
    gap: 24px;
    margin: 0 auto;
  }
  
  .remove-object-tools .tools-grid .tool-card {
    display: flex;
    width: calc(50% - 12px);
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(27, 21, 40, 0.85);
    backdrop-filter: blur(24px);
    cursor: pointer;
    transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
  }
  
  .remove-object-tools .tools-grid .tool-card:hover {
    border-color: rgba(255, 92, 100, 0.45);
    box-shadow: 0 0 60px rgba(255, 92, 100, 0.18);
    transform: translateY(-4px);
  }
  
  .remove-object-tools .tools-grid .tool-card:focus-visible {
    outline: 2px solid #ffb647;
    outline-offset: 3px;
  }
  
  .remove-object-tools .tool-card .tool-icon {
    display: flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #ff5c64;
    background: linear-gradient(135deg, rgba(255, 92, 100, 0.2) 0%, rgba(216, 77, 255, 0.2) 100%);
    transition: transform 300ms ease;
  }
  
  .remove-object-tools .tool-card:hover .tool-icon {
    transform: scale(1.1);
  }
  
  .remove-object-tools .tool-card .tool-icon img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  
  .remove-object-tools .tool-card .tool-copy {
    display: block;
    flex: 1;
    min-width: 0;
  }
  
  .remove-object-tools .tool-copy strong {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #fafafa;
    font-family: "Outfit", Arial, sans-serif;
    font-weight: 600;
  }
  
  .remove-object-tools .tool-copy strong .tool-arrow {
    display: block;
    width: 14px;
    height: 14px;
    object-fit: contain;
    opacity: 0;
    transform: translateX(-8px) rotate(90deg);
    transition: opacity 300ms ease, transform 300ms ease;
  }
  
  .remove-object-tools .tool-card:hover .tool-copy strong .tool-arrow {
    opacity: 1;
    transform: translateX(0) rotate(90deg);
  }
  
  .remove-object-tools .tool-copy small {
    display: block;
    color: #aba5b6;
    font-size: 14px;
    line-height: 1.5;
  }
  
  @keyframes remove-object-slide-up {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
  
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes remove-object-fade-in {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  @keyframes remove-object-pulse {
    0%,
    100% {
      opacity: 0.5;
    }
  
    50% {
      opacity: 1;
    }
  }
  
  @keyframes remove-object-button-glow {
    0%,
    100% {
      box-shadow: 0 0 20px rgba(255, 92, 100, 0.35);
    }
  
    50% {
      box-shadow: 0 0 40px rgba(255, 92, 100, 0.6);
    }
  }
  
  @media (min-width: 1536px) {
    .remove-object-hero .hero-container {
      max-width: 1400px;
    }
  
    .remove-object-use-cases .use-cases-container {
      max-width: 1400px;
    }
  
    .remove-object-features .features-container {
      max-width: 1400px;
    }
  
    .remove-object-how .how-container {
      max-width: 1400px;
    }
  
    .remove-object-why .why-container {
      max-width: 1400px;
    }
  
    .remove-object-testimonials .testimonials-container {
      max-width: 1400px;
    }
  
    .remove-object-tools .tools-container {
      max-width: 1400px;
    }
  }
  
  @media (max-width: 1024px) {
    .remove-object-hero {
      min-height: 820px;
    }
  
    .remove-object-hero .hero-content h1 {
      font-size: 48px;
    }
  
    .remove-object-use-cases .use-cases-container .use-cases-grid {
      flex-wrap: wrap;
    }
  
    .remove-object-use-cases .use-cases-grid .use-case-card {
      width: calc(50% - 12px);
    }
  
    .remove-object-features .features-list .feature-row {
      gap: 48px;
    }
  
    .remove-object-features .feature-row .feature-visual {
      width: calc(50% - 24px);
    }
  
    .remove-object-features .feature-row .feature-copy {
      width: calc(50% - 24px);
    }
  
    .remove-object-why .why-grid .why-card {
      width: calc(50% - 12px);
    }
  
    .remove-object-testimonials .testimonials-container .testimonials-grid {
      gap: 24px;
    }
  
    .remove-object-testimonials .testimonials-grid .testimonial-card {
      width: calc((100% - 48px) / 3);
      padding: 24px;
    }
  }
  
  @media (max-width: 767px) {
    .remove-object-hero {
      min-height: 760px;
      padding: 80px 0 56px;
    }
  
    .remove-object-hero .hero-container {
      padding: 0 20px;
    }
  
    .remove-object-hero .hero-content h1 {
      font-size: 36px;
      letter-spacing: -0.7px;
    }
  
    .remove-object-hero .hero-content .hero-subtitle {
      font-size: 18px;
    }
  
    .remove-object-hero .hero-content .hero-upload-zone {
      min-height: 334px;
      padding: 40px 24px;
    }
  
    .remove-object-hero .hero-file-copy .hero-file-name {
      max-width: 520px;
    }
  
    .remove-object-use-cases {
      padding: 80px 0;
    }
  
    .remove-object-use-cases .use-cases-container {
      padding: 0 20px;
    }
  
    .remove-object-use-cases .use-cases-heading h2 {
      font-size: 30px;
    }
  
    .remove-object-features {
      padding: 80px 0;
    }
  
    .remove-object-features .features-container {
      padding: 0 20px;
    }
  
    .remove-object-features .features-heading h2 {
      font-size: 30px;
    }
  
    .remove-object-features .features-container .features-list {
      gap: 72px;
    }
  
    .remove-object-features .features-list .feature-row {
      flex-direction: column;
      align-items: stretch;
      gap: 40px;
    }
  
    .remove-object-features .feature-row .feature-visual {
      width: 100%;
    }
  
    .remove-object-features .feature-row .feature-copy {
      width: 100%;
    }
  
    .remove-object-features .features-list .feature-row-reverse .feature-visual {
      order: 1;
    }
  
    .remove-object-features .features-list .feature-row-reverse .feature-copy {
      order: 2;
    }
  
    .remove-object-features .feature-row .feature-copy h3 {
      font-size: 26px;
    }
  
    .remove-object-how {
      padding: 80px 0;
    }
  
    .remove-object-how .how-container {
      padding: 0 20px;
    }
  
    .remove-object-how .how-heading h2 {
      font-size: 30px;
    }
  
    .remove-object-how .how-container .how-grid {
      flex-direction: column;
    }
  
    .remove-object-how .how-grid .how-step-list {
      width: 100%;
    }
  
    .remove-object-how .how-grid .how-preview {
      position: relative;
      top: auto;
      width: 100%;
    }
  
    .remove-object-why {
      padding: 80px 0;
    }
  
    .remove-object-why .why-container {
      padding: 0 20px;
    }
  
    .remove-object-why .why-heading h2 {
      font-size: 30px;
    }
  
    .remove-object-testimonials {
      padding: 80px 0;
    }
  
    .remove-object-testimonials .testimonials-container {
      padding: 0 20px;
    }
  
    .remove-object-testimonials .testimonials-heading h2 {
      font-size: 30px;
    }
  
    .remove-object-testimonials .testimonials-container .testimonials-grid {
      flex-direction: column;
    }
  
    .remove-object-testimonials .testimonials-grid .testimonial-card {
      width: 100%;
    }
  
    .remove-object-tools {
      padding: 80px 0;
    }
  
    .remove-object-tools .tools-container {
      padding: 0 20px;
    }
  
    .remove-object-tools .tools-heading h2 {
      font-size: 30px;
    }
  }
  
  @media (max-width: 640px) {
    .remove-object-hero {
      min-height: 720px;
      padding: 64px 0 48px;
    }
  
    .remove-object-hero .hero-container {
      padding: 0 16px;
    }
  
    .remove-object-hero .hero-content h1 {
      font-size: 36px;
    }
  
    .remove-object-hero .hero-content .hero-subtitle {
      margin-top: 24px;
      font-size: 16px;
      line-height: 1.6;
    }
  
    .remove-object-hero .hero-content .hero-upload-zone {
      min-height: 326px;
      margin-top: 36px;
      padding: 36px 16px;
    }
  
    .remove-object-hero .hero-upload-zone .hero-upload-icon {
      width: 68px;
      height: 68px;
    }
  
    .remove-object-hero .hero-upload-zone .hero-upload-icon img {
      width: 34px;
      height: 34px;
    }
  
    .remove-object-hero .hero-upload-copy .hero-upload-title {
      font-size: 16px;
    }
  
    .remove-object-hero .hero-upload-zone .hero-upload-button {
      width: 100%;
      max-width: 240px;
    }
  
    .remove-object-hero .hero-file-copy .hero-file-name {
      max-width: 250px;
    }
  
    .remove-object-hero .hero-content .hero-requirements {
      width: 100%;
      align-items: flex-start;
      padding: 12px 16px;
      text-align: left;
    }
  
    .remove-object-use-cases {
      padding: 64px 0;
    }
  
    .remove-object-use-cases .use-cases-container {
      padding: 0 16px;
    }
  
    .remove-object-use-cases .use-cases-container .use-cases-heading {
      margin-bottom: 40px;
    }
  
    .remove-object-use-cases .use-cases-heading h2 {
      font-size: 28px;
    }
  
    .remove-object-use-cases .use-cases-heading p {
      font-size: 16px;
    }
  
    .remove-object-use-cases .use-cases-container .use-cases-grid {
      flex-direction: column;
    }
  
    .remove-object-use-cases .use-cases-grid .use-case-card {
      width: 100%;
      padding: 24px;
    }
  
    .remove-object-features {
      padding: 64px 0;
    }
  
    .remove-object-features .features-container {
      padding: 0 16px;
    }
  
    .remove-object-features .features-container .features-heading {
      margin-bottom: 48px;
    }
  
    .remove-object-features .features-heading h2 {
      font-size: 28px;
    }
  
    .remove-object-features .features-heading p {
      font-size: 16px;
    }
  
    .remove-object-features .feature-row .feature-copy h3 {
      margin-bottom: 16px;
      font-size: 24px;
    }
  
    .remove-object-features .feature-row .feature-copy p {
      font-size: 16px;
    }
  
    .remove-object-features .feature-copy .feature-divider {
      padding-top: 28px;
    }
  
    .remove-object-how {
      padding: 64px 0;
    }
  
    .remove-object-how .how-container {
      padding: 0 16px;
    }
  
    .remove-object-how .how-container .how-heading {
      margin-bottom: 40px;
    }
  
    .remove-object-how .how-heading h2 {
      font-size: 28px;
    }
  
    .remove-object-how .how-heading p {
      font-size: 16px;
    }
  
    .remove-object-how .how-step-list .how-step {
      gap: 16px;
      padding: 14px;
    }
  
    .remove-object-how .how-step .how-step-number {
      width: 48px;
      height: 48px;
      flex-basis: 48px;
      font-size: 18px;
    }
  
    .remove-object-how .how-step-copy .how-step-title {
      font-size: 18px;
    }
  
    .remove-object-how .how-step-copy .how-step-description {
      font-size: 14px;
    }
  
    .remove-object-how .how-preview-panel .how-preview-number {
      font-size: 48px;
    }
  
    .remove-object-why {
      padding: 64px 0;
    }
  
    .remove-object-why .why-container {
      padding: 0 16px;
    }
  
    .remove-object-why .why-container .why-heading {
      margin-bottom: 40px;
    }
  
    .remove-object-why .why-heading h2 {
      font-size: 28px;
    }
  
    .remove-object-why .why-heading p {
      font-size: 16px;
    }
  
    .remove-object-why .why-container .why-grid {
      flex-direction: column;
    }
  
    .remove-object-why .why-grid .why-card {
      width: 100%;
    }
  
    .remove-object-testimonials {
      padding: 64px 0;
    }
  
    .remove-object-testimonials .testimonials-container {
      padding: 0 16px;
    }
  
    .remove-object-testimonials .testimonials-container .testimonials-heading {
      margin-bottom: 40px;
    }
  
    .remove-object-testimonials .testimonials-heading h2 {
      font-size: 28px;
    }
  
    .remove-object-testimonials .testimonials-heading p {
      font-size: 16px;
    }
  
    .remove-object-testimonials .testimonials-grid .testimonial-card {
      padding: 24px;
    }
  
    .remove-object-tools {
      padding: 64px 0;
    }
  
    .remove-object-tools .tools-container {
      padding: 0 16px;
    }
  
    .remove-object-tools .tools-container .tools-heading {
      margin-bottom: 40px;
    }
  
    .remove-object-tools .tools-heading h2 {
      font-size: 28px;
    }
  
    .remove-object-tools .tools-heading p {
      font-size: 16px;
    }
  
    .remove-object-tools .tools-container .tools-grid {
      flex-direction: column;
    }
  
    .remove-object-tools .tools-grid .tool-card {
      width: 100%;
      gap: 16px;
      padding: 20px;
    }
  }
  
  @media (max-width: 390px) {
    .remove-object-hero .hero-content .hero-upload-zone {
      padding: 32px 12px;
    }
  
    .remove-object-how .how-step-list .how-step {
      gap: 12px;
      padding: 12px;
    }
  
    .remove-object-tools .tools-grid .tool-card {
      padding: 18px;
    }
  }
  
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
  
    .remove-object-hero .hero-content h1 {
      animation: none;
    }
  
    .remove-object-hero .hero-content .hero-subtitle {
      animation: none;
    }
  
    .remove-object-hero .hero-upload-zone .hero-upload-icon {
      animation: none;
    }
  
    .remove-object-hero .hero-upload-selected .hero-process-button {
      animation: none;
    }
  }
  