/* Styles scoped to the e-commerce development service page. */
.ec-page { --ec-ink: #18251f; --ec-green: #365b46; color: #24332c; }
.ec-page h1, .ec-page h2, .ec-page h3 { color: var(--ec-ink); font-weight: 750; letter-spacing: -.035em; }
.ec-page h2 { font-size: clamp(1.85rem, 3vw, 2.65rem); line-height: 1.18; }
.ec-page p { color: #66716c; line-height: 1.8; }
.ec-hero { padding: 80px 0 64px; background: #f7f8fb; overflow: hidden; }
.ec-hero h1 { font-size: clamp(2.7rem, 4.5vw, 4.3rem); line-height: 1.07; margin: 24px 0; }
.ec-hero h1 span { color: var(--brand); }
.ec-hero p { max-width: 530px; font-size: 1.06rem; }
.ec-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin: 28px 0; }
.ec-text-link { color: var(--ec-ink); font-weight: 700; text-underline-offset: 5px; }
.ec-hero-checks { display: flex; flex-wrap: wrap; gap: 12px 20px; font-size: .8rem; color: #5c6962; }
.ec-hero-checks i { color: var(--ec-green); margin-right: 4px; }
.ec-demo { background: #fff; border: 1px solid #e0e5e0; border-radius: 18px; padding: 22px; box-shadow: 0 24px 70px #253c2512; transform: rotate(1.5deg); }
.ec-demo-top { display: flex; justify-content: space-between; align-items: center; font-size: .7rem; font-weight: 800; letter-spacing: .13em; padding-bottom: 19px; }
.ec-dot { display: inline-block; width: 9px; height: 9px; background: #365b46; border-radius: 50%; margin-right: 6px; }
.ec-demo-banner { background: #e8eddf; min-height: 230px; border-radius: 8px; padding: 29px 22px; position: relative; overflow: hidden; }
.ec-demo-banner > span:first-child { font-size: .57rem; letter-spacing: .14em; font-weight: 700; }
.ec-demo-banner h2 { font-family: Georgia, serif; font-weight: 400; font-size: 2.6rem; margin: 15px 0 22px; position: relative; z-index: 1; }
.ec-demo-pill { display: inline-block; background: #304d3e; color: #fff; padding: 9px 12px; border-radius: 3px; font-size: .6rem; position: relative; z-index: 1; }
.ec-bag { position: absolute; width: 126px; height: 149px; background: linear-gradient(110deg,#ccbca0,#e1d5bb 45%,#bca989); right: 32px; bottom: 22px; transform: rotate(-12deg); box-shadow: 14px 17px 18px #34442c25; display: grid; place-items: center; }
.ec-bag span { position: absolute; width: 54px; height: 49px; border: 7px solid #bbaa8e; border-bottom: 0; border-radius: 30px 30px 0 0; top: -38px; }
.ec-bag b { font-family: Georgia, serif; font-size: .8rem; letter-spacing: .1em; color: #4b503d; }
.ec-demo-label { display: flex; justify-content: space-between; gap: 12px; margin: 23px 0 14px; font-size: .75rem; }
.ec-demo-label > span { font-size: .6rem; }
.ec-products { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.ec-product-art { display: grid; place-items: center; height: 105px; border-radius: 5px; background: #f0ebe2; color: #937b54; font-size: 3rem; }
.ec-art-two { background: #ede8e4; color: #9c7560; }
.ec-art-three { background: #e7ebe2; color: #637357; }
.ec-products b, .ec-products span { display: block; font-size: .62rem; margin-top: 9px; }
.ec-products span { color: #7b827b; margin-top: 3px; font-size: .55rem; }
.ec-demo-flow { display: flex; align-items: center; justify-content: space-between; gap: 5px; font-size: .61rem; padding-top: 19px; margin-top: 18px; border-top: 1px solid #ecefe9; }
.ec-demo-flow span i { margin-right: 4px; color: #365b46; }
.ec-hero .ec-demo-caption { text-align: center; font-size: .68rem; margin: 20px 0 0; max-width: none; }
.ec-capabilities { border-block: 1px solid #e9ece8; padding: 24px 0; }
.ec-capabilities .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.ec-capabilities span { font-size: .65rem; letter-spacing: .13em; color: #78827b; }
.ec-capabilities b { font-size: .85rem; font-weight: 600; }
.ec-section-heading { max-width: 730px; margin-bottom: 36px; }
.ec-section-heading h2 { margin-top: 18px; }
.ec-section-heading p { margin-top: 18px; }
.ec-feature { border: 1px solid #e6e9e5; border-radius: 14px; padding: 28px; height: 100%; background: #fff; }
.ec-feature > i { width: 46px; height: 46px; display: grid; place-items: center; background: #fff0f1; color: var(--brand); font-size: 1.3rem; border-radius: 12px; margin-bottom: 24px; }
.ec-feature h3 { font-size: 1.16rem; line-height: 1.4; }
.ec-feature p { font-size: .93rem; margin: 12px 0 0; }
.ec-soft { background: #f7f8fb; }
.ec-platform { background: #fff; padding: 32px; border: 1px solid #e5e8e3; border-radius: 16px; height: 100%; }
.ec-platform-featured { border-top: 3px solid var(--brand); }
.ec-platform-tag { color: #65766a; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.ec-platform-logo { height: 60px; margin-top: 24px; display: flex; align-items: center; }
.ec-platform-logo img { display: block; max-width: 150px; max-height: 60px; object-fit: contain; }
.ec-platform-logo .ec-woocommerce-logo { width: 180px; height: 180px; max-width: 100%; max-height: none; }
.ec-platform-logo i { display: grid; place-items: center; width: 60px; height: 60px; border-radius: 12px; background: #fff0f1; color: var(--brand); font-size: 2rem; }
.ec-platform h3 { margin: 20px 0 14px; font-size: 1.65rem; }
.ec-platform p, .ec-platform li { font-size: .92rem; }
.ec-platform ul { padding-left: 20px; line-height: 2.2; margin-block: 22px; }
.ec-platform .ec-platform-note { font-size: .79rem; border-top: 1px solid #e8ece7; padding-top: 20px; margin-bottom: 0; }
.ec-operations { background: #17261f; }
.ec-operations h2, .ec-operations h3 { color: #fff; }
.ec-operations h2 { margin: 20px 0; }
.ec-operations h2 span { color: #b8cbb1; }
.ec-operations p { color: #bac7bf; }
.ec-integration-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.ec-integration-grid > div { padding: 27px; border: 1px solid #ffffff20; border-radius: 12px; background: #ffffff04; }
.ec-integration-grid i { font-size: 1.6rem; color: #c2d0b7; }
.ec-integration-grid h3 { font-size: 1.07rem; margin: 18px 0 10px; }
.ec-integration-grid p { font-size: .88rem; margin: 0; }
.ec-step > span { display: block; font-size: 2.8rem; color: #d94e56; font-weight: 700; border-bottom: 1px solid #e3e8e2; padding-bottom: 15px; margin-bottom: 23px; }
.ec-step h3 { font-size: 1.15rem; }
.ec-step p { font-size: .9rem; }
.ec-launch { margin-top: 40px; border-radius: 12px; background: #f1f5ef; padding: 26px; }
.ec-launch > div { display: flex; gap: 12px; align-items: center; }
.ec-launch h3 { margin: 0; font-size: 1rem; }
.ec-launch p { margin: 12px 0 0; font-size: .88rem; }
.ec-faq details { border-bottom: 1px solid #dfe5df; }
.ec-faq summary { padding: 21px 30px 21px 0; font-weight: 650; cursor: pointer; }
.ec-faq details p { padding-bottom: 12px; font-size: .95rem; }
.ec-faq summary:focus-visible, .ec-text-link:focus-visible { outline: 2px solid var(--brand); outline-offset: 4px; }
.ec-final { padding: 76px 0; text-align: center; background: #fff; }
.ec-final h2 { margin: 24px auto 20px; max-width: 780px; }
.ec-final p { margin-bottom: 26px; }
@media (max-width: 991.98px) { .ec-hero { padding-top: 48px; } .ec-demo { max-width: 540px; margin-inline: auto; } .ec-capabilities .container { justify-content: center; } }
@media (max-width: 575.98px) { .ec-hero h1 { font-size: 2.7rem; } .ec-demo { padding: 15px; transform: none; } .ec-demo-banner { padding: 24px 16px; } .ec-demo-banner h2 { font-size: 2rem; } .ec-bag { width: 90px; height: 116px; right: 18px; bottom: 34px; } .ec-product-art { height: 82px; font-size: 2.4rem; } .ec-demo-flow { font-size: .52rem; } .ec-capabilities b { font-size: .75rem; } .ec-integration-grid { grid-template-columns: 1fr; } .ec-feature, .ec-platform { padding: 24px; } .ec-final { padding: 52px 0; } }

.ec-payments h2 { margin: 20px 0 18px; }
.ec-payment-providers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ec-payment-providers > div { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; padding: 26px 10px; border: 1px solid #e5e8e3; border-radius: 14px; background: #f7f8fb; }
.ec-payment-providers img { object-fit: contain; }
.ec-payment-providers h3 { font-size: 1rem; margin: 0; letter-spacing: 0; }
.ec-payments .ec-payment-note { font-size: .78rem; margin: 18px 0 0; }
